Arma 3
Sysroot's Utility Scripts
Showing 1-10 of 29 entries
< 1  2  3 >
Update: 27 Sep, 2021 @ 11:52pm

Removed premature addition of EzNet (sorry, not ready yet!)

Update: 27 Sep, 2021 @ 6:51pm

Added SUS_fnc_HashFind, SUS_fnc_HashFindIf, and SUS_fnc_HashSelect to MiscUtils.

Update: 13 Sep, 2021 @ 8:04pm

Various improvents to EzAnimate.

- Rolled back some weird changes from a few updates ago that actually made the code worse
- Optimized some old code
- Stability improvements to "dynamic" animation functions

Update: 12 Sep, 2021 @ 4:47pm

Added optional "function" param to all EzAnimate functions.

Update: 11 Sep, 2021 @ 11:23pm

Made MiscUtils' RGBToArma and ArmaToRGB function properly for RGBA colors

Update: 9 Sep, 2021 @ 2:03pm

Added custom FPS parameter to all EzAnimate functions
Fixed bug in EzAnimate when FPS was changed below 30
Removed unpacked PBO from mod to reduce size

Update: 8 Sep, 2021 @ 8:04pm

Fixed missing file error for EzAssembly (sorry, not ready yet!)

Update: 8 Sep, 2021 @ 7:56pm

Updated logo

Update: 8 Sep, 2021 @ 7:15pm

Made some modifications to MiscUtils:

- Removed DoToList function, was practically useless
- Added async bool param to DoToAll function to be more consistent w/ other functions. Defaults to false to prevent interference w/ existing code.

Update: 25 Aug, 2021 @ 8:22pm

Added EzQuaternions, implemented their usage in AxialRot for it to behave properly in 3D.