* Add support for multi-bang flashbangs
It also adds some randomness to 1-bangs as a side effect,
but I don't think that's a big deal.
Also adds flashbang documentation to wiki.
* Increase rate at which flashbang attenuates
Apologies for the magic numbers. I just tested a few out
until I was happy with the result. The radius could probably
afford to be reduced a little further.
* use max deviation in config, fix wiki file name
* fastroping_fnc_deequipFRIES, remove FRIES on vehicle deletion
* Prevent FRIES from clipping into Ghost Hawk right door
* UNequipFRIES
* Remove fastroping checkVehicleThread
* Document FRIES equip and unequip functions
* abc
* Revert "abc"
This reverts commit bcb4214bd9.
* Update to current commit
* Added HOT1 Missile and SACLOS/Wire guidance
* Added all HOT variants. Added polish to code
* Fixed bug with pylons
* Changed how seeker angle is calculated. When the wire snaps the missile goes haywire. Fixed bug where HOT2/3 missiles weren't getting missile guidance
* Replaced Wiesel FireFIST launcher with HOT Launcher
* Remove debug defines
* Tweak thrust
* Fix formatting issues. Added true randomness. Added ACE prefixes. Added string table. Tweaked missile dynamics
* Fix bug where attack profile correction was wrong due to magnitude always being 50. Add stringtable values for relevant strings. Added reload time to Wiesel ATGM. Added "onFired" to initialize values
* Moved wire-snapping logic to attack profile
* Missile flight dynamics tweaked
* Add a crosshair offset. The missile sits in this offset relative to the crosshair
* Add LOS checks. Fix bug where wire-cutting didnt work.
* Tweak explosive range for a kill radius of ~20m. Add fragmentation
* Add AI Flags
* Person in control of missile may not be the shooter
* Fix RPT spam on missile out of LOS. Tweak missile dynamics. Add wire break sound cue
* Fix bug where missile didn't go to a fake target in front of it when out of LOS
* Use a better, more generic way to calculate direction camera is facing
* Use ACE Macros for frag values. Get config entry with CBA
* Add Wiki entry
* Add new lines to wiki. Allow for SQF expressions in config for maxCorrectableDistance
* Add CPP code tag
* Fix wiki grammer error
* Re-convert back to CBA_fnc_getConfigEntry
* UAV Gunner support, cleanup
* Fix bug where SACLOS for launcher guided weapons was off
* Add the ability to define how far ahead of the missile the attack profile will seek toward
Added 1.3: Making an arsenal only with items from precreated loadouts. A very powerful addition when you want default loadouts spawnable without giving a full arsenal or looking up all classnames yourself.
Discussed with commy2 and alganthe in the ArmA 3 Mission creation discord channel.
If the format is not perfect, please change it to your liking.
-Miles T. Focus
* Add Event for tripflare triggering
_flare might be useful to delete / replace flare
_position is already available, so why not send it too
* added documentation
also added missing wirecutter event
* Add addDefaultLoadout function
* Initialize defaultLoadoutsList by default
* Close params bracket
* Revert "Initialize defaultLoadoutsList by default"
This reverts commit a53d21046e.
* Add isNil check
* Remove tab
* Overwrite loadout if it exists
* Fix file name typo
* Use findIf and copy array
* Add override note to header
* Make btnImport use new function instead of duplicating code
* Use GVAR
* Use findIf
* Fix spacing
* Add documentation
* Improve documentation
* Add a part of the stats documentation
* Finish documenting stats
It's barebone but it'll do.
* Add EH list to ace arsenal framework doc
* Remove I form in framework doc, capitalize default loadouts
* Add section about importing BI VA loadouts
* Adding pylon whitelist option
* Changing tabs to spaces :(
* Changing to use QGVAR
* Changing name in QGVAR to more clearly reflect function of variable
* Docs for the magazine whitelist function in pylons
* Changes to match style guide
* More docs
* More tabs
* Update pylons-framework.md
* Update pylons-framework.md
* Add first draft of the arsenal feature page
* Fill out the loadout section, add doc for new shortcuts
* Add features part of the documentation
* Fix minor typos
* Fix typos, remove inline code highlighting for words
* Add first draft of framework doc
* Finish ACE arsenal framework first draft
* Rename framework file
* Add quick start
* Add default loadouts entry
* Add init box warning
* Fix typo and linebreak on the quickstart lines
* Fix some typos in arsenal framework doc
* Capitalize Arsenal, fix minor typos
* Fix more typos, change quickstart
* Add a newline to the single line example
* beautify warnings at the top of the page and quickstart
* Added cookoff probability for vehicles. Tweaks to cookoff to stop total blocking of destruction in some cases.
* Changed var name to probability. Better method for getting config value.
* Fixed naming error
* Changed setting to be a global coefficient. Added some info to cookoff doc
* Reverted hitfuel check
* Reverted damage threshold for cook-off
* Tweaked probability calculation
* Update fnc_handleDamage.sqf
* Convert ACE_settings to CBA_settings
* Run Modules Globaly, BWC for SetSetting
* Add support for string settings
* ACE_ServerSettings warning
* Add handler for global setting being changed
* Add deprecated and replaced not to Settings Framework doc
* Remove options menu UI, Move Debug and HeadBug Fix to Options in Pause Menu
* Change modules scope to 1
* Disable debug
* Updated markers.md to include moveable map markers.
* Added documentation for map-gestures and moveable map markers.
* Minor phrasing fixes.
* Minor phrasing fixes.
* Added featurex documentation for fortify.
* Updated to correct version.
* Correct version (3.3.0)
Not released yet. Will be released in 3.3.0.
* Grammar and phrasing fix.
* Updated dependencies.
changed dependencies_list to dependenciesx_list. Also switched out components to "acex_fortify".
* Removed acex_ before component.
* Fixed syntax.
* Added fortify-framework.md. Redirect sitting.md from framework to frameworkx.
* Minor syntax fixes to fortify-framework.md and fortify.md. Deleted old sitting-framework.md
* Corrected header numbering.
* Added fortify to dependenciesx_list.md
* Fixed syntax errors. Added func. args. for adding custom presets.
* Minor fix to args.
* Fixed fnc. args.
* Removed public part.
* Removed public part.
* Finalizing fortify-framework.md. Removed outdated note from sitting-framework.md.