Tools
ArmA Scripting Tutorials: BIS_fnc_compileFinal
First of all this is fictitious function and is not part of ArmA 3, although I’m going to try to convince BIS devs to incorporate
HEX 2 ArmA GUI Colour Converter
ArmA colors are usually in array format {r,g,b,a} when inside the classes, where r – red, g – green, b – blue and a –
ArmA Extension: Ctrl_Tab.dll
Here is a very simple extension I made to work with FRAPS. The idea is that you can send a keystroke from within ArmA script
ArmA Console Extension: debug_console.dll (V2.0)
This new debug console extension v2.0 does pretty much what the version 1.0 does. The main difference is you do not need to spawn call
ArmA Console Extension: debug_console.dll
I think I’ve done enough of .rpt parsing (while monitoring DayZ server we had) to last me a life time, so this time let’s go
ArmA RegEx Extensions: regex_match.dll and regex_replace.dll
If one thing ArmA is missing badly it is native RegEx functionality. Considering how fast and powerful RegEx could be, it is just screaming “FFS,
ArmA Scripting Tutorials: attachTo and setVectorDirAndUp
ArmA’s attachTo command is a lot of fun. It allows to attach almost anything to anything, and the best bit is the attached parts then
How To Change FOV In ArmA The Easy Way
As you know ArmA can handle huge maps and while default FOV (Field Of View) setting in ArmA is ok for outdoors, you might want to
Code To compileFinal Converter
So are you ready to lock the code of your function with compileFinal so that it cannot be overwritten by hackers? Paste and convert! (ArmA
ArmA Scripting Tutorials: Private Special Variables
What are special variables? These variables have special meaning to the engine. They sometimes are also called reserved variables. Private special variables have private scope