Tools
ArmA Extension: getHitPointDamage.dll v1.0
Basically, SaMatra was fooling around with Arma 2 in Pascal, trying to make an extension to read parts damage on vehicles. I asked him to
Arma 3: Bounding Box Utility
Another utility, this time to draw bounding boxes around objects. It will draw both types of bounding boxes at the same time: boundingBox (in blue)
ArmA Extension: micro_time.dll v1.0
What does this do? It returns passed time in seconds but with microsecond precision. The number param passed to micro_time.dll is treated as offset from
SQF to BBCode Converter
This web app will convert SQF code into BBcode for use on forums with colour theme similar to my Notepad++ highlighter
ArmA Extension: delay_ms.dll
What is this extension? It is a very simple .dll that would go to sleep for X milliseconds before returning control to Arma engine, hence
Arma 3: Selections Scan Utility
I made this simple script for personal use to quickly scan for available model LOD selections. Arma has pretty useful selectionPosition command which returns coordinates
ArmA Console Extension: debug_console.dll (V3.0)
You’ve asked for it, so here it is – V3.0 can now write to file as well. It is backwards compatible with and have all
Arma 2 Reference: CfgVehicles, CfgWeapons, CfgMagazines
I’ve made this automated script awhile ago to create and image capture objects in Arma 2 and Arma 3 for my personal use. The idea
Arma 3: Local Dedicated Server
I’m going to show you how to start a local dedicated server so that you can try your hand at Multiplayer coding. Why dedicated? Well
KK’s MP SANDBOX v2.0 (Updated)
Today I’m going to share this little tool I made to test things in multiplayer environment. It is a simple GUI that allows to execute