Arma 3
147 vurderinger
Freefall Fix
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Data Type: Mod
Mod Type: Animation, Mechanics
Filstørrelse:
Offentliggjort:
62.788 KB
23. aug. 2022 kl. 15:47
1 ændringsbemærkning ( vis )

Abonner for at downloade
Freefall Fix

I 1 samling af Leopard20
My Workshop Releases
4 genstande
Beskrivelse
This is a simple mod that fixes the Freefall (halo jump) animation when you place your character +100m above ground, even if there's a walkable object underneath.

It uses the AGLS height (height above ground + objects) instead of the AGL height (height above ground) for triggering the freefall pose.

Note that you can still get stuck in the freefall pose if the object does not have a walkable surface below the player. In technical terms, the object must have a roadway LOD and there must be a roadway surface below where you stand. Objects that you normally walk on, such as buildings, carriers, etc. typically have a valid roadway LOD so don't worry about those. You can check if an object has a roadway LOD like so (point at an object with your gun then run the code in debug console):
allLODs cursorObject findIf {_x#1 == "roadway"} >= 0


The minimum freefall height can be adjusted as well in CBA Addon Options (default is 100m, can be extended up to 1000m).

Performance
For performance reasons the mod only applies to the local player.
The mod adds one EachFrame event handler which should take less than 10us (microseconds) every frame (depending on your CPU performance it can be much less, e.g. ~4us on i7 8700k or 2-3us on 13700k). So it will have no significant effect on client performance.

Multiplayer
Mod is client side. Key is included.

Script Version
The script version is available in this GitHub repository[github.com]. Use this if you want it in your missions or you want no dependencies.

Licence
You are free to do whatever you want with this mod or its contents.

Requirements
Arma 3 v2.10+
CBA

Trivia
This mod has been featured in Community Radar 31[arma3.com]!

Don't forget to rate the mod if it's been useful!
17 kommentarer
Leopard20  [ophavsmand] For 17 timer siden 
idk tbh. but if you do test it plz let me know!
Disco For 21 timer siden 
is this compatible with WMO Walking on Movable Objects mod?
Leopard20  [ophavsmand] 13. maj 2023 kl. 10:53 
yes
earth2karson 12. maj 2023 kl. 17:05 
just wondering how is your other project going
earth2karson 12. maj 2023 kl. 17:05 
your still doing arma stuff
Leopard20  [ophavsmand] 2. feb. 2023 kl. 9:41 
Just tested and it works fine.
Leopard20  [ophavsmand] 2. feb. 2023 kl. 9:38 
Anymore? since when?
Nobutora 2. feb. 2023 kl. 3:09 
doesnt work anymore
its Dutch [PORN] 26. okt. 2022 kl. 10:31 
wil credit anyway thanks for reply ^^
Leopard20  [ophavsmand] 26. okt. 2022 kl. 6:00 
Yes. As stated you can do whatever you want with this mod. No credits required