Arma 3
Freestyles Crash Landing
Showing 1-10 of 11 entries
< 1  2 >
Update: Nov 22, 2020 @ 3:07am

Added new player vehicles only option, activated by default. Thanks to @Captain828 for providing code for this feature!

Update: Nov 13, 2020 @ 3:33am

Removed appstrophe completely to fix server issue.

Update: Nov 12, 2020 @ 7:18am

Possible fix to apostrophe creating error on servers. Please report if problem persists!

Update: Oct 7, 2020 @ 7:02am

Fixes:
Fixed a small scripting error in the reset function.

Update: Sep 26, 2020 @ 2:26am

Fixes:
Resigned addon and included correct .bisgn file. Thanks to @Ice68 for reporting this error!

Update: Sep 25, 2020 @ 5:38am

Features and Functionality:
Added an impact ejection feature which ejects passengers of the aircraft upon impact on the ground, depending on different settings/parameters. This uses a simple G-force calculation to decide if the crash was hard enough to thow passengers out. Thanks to @Fell for suggesting this feature.

Fixes:
Fixed UAV beieing able to crash land. Thanks to @ShankZ for reporting this error.

Settings:
  • Added Ejection System settings to enable ejection of passengers upon impact
  • Added Propability of Ejection settings for the impact ejection system
  • Added G-Force Threshold settings, for minimal required G-forces to eject passengers
  • Added Debug setting, used for development only
  • Added subcatagories to the all settings

As usual additional information about features and settings can be found on the mod's GitHub Wiki[github.com]

Update: Sep 24, 2020 @ 1:09am

Fixes:
Fixed aircrafts explosing multiple times when hitting the ground. Thanks to @ShankZ for reporting this bug!

Server Kyes:
Resigned the pbo file with a new key, both the .bisign and .bikey files are included again.

Update: Sep 23, 2020 @ 1:04am

This update only concerns the mods code and structure, by switching to the CBA addon structure and a rewrite to use CBA functions and macros both performance and reliability for SP and MP are boosted. The functionaloty of this mod has not changed.
Many thanks to @Brazzer for proposing these changes and rewriting the code!

Update: Sep 21, 2020 @ 11:05am

Features/Fixes:
  • parachutes no longer burn, thanks to @Bog21 and @madmedic for reporting this bug
  • AI no longer jumps out mid-air, players still can

Settings:
  • changed some names
  • damage threshold is now in percent, ranging from 0 to 99

Performance/Coding
  • fixed compatability issues with Freestyle's Nuke, thanks to @tombstone bottle for reporting this issue
  • various changes to the code to ensure stability and perfomance, thanks to @Brazzer for their suggestions

Misc
Added GitHub reposetory as requested by @Brazzer

Thanks again to everyone for their feedback!

Update: Sep 19, 2020 @ 3:29am

Features:
  • enemies won't attack a crashing aircraft anymore, until it lands or the crew ejects/disembarks, thanks to @Unitatoe24 and @Leopoard20 for thier suggestions regarding this feature

Settings:
  • Added Setting to enable or disable the system which stops enemies from attacking crashing helicopters (enables by default)
  • State Threshold can be adjusted from 1 to 100 now, instead of 1 to 50, default is still 10

Performance:
  • improved performance with multiple changes to the code, thanks for @Leopard20 for his suggestions