Browsing Tag

Tools

9

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

November 16, 2014 All, ArmA 2, ArmA 3, Games
2

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)

November 03, 2014 All, ArmA 3, ArmA Scripting
0

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

September 25, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Games
9

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

September 14, 2014 All, ArmA Scripting, JavaScript
0

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

February 22, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Games
1

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

January 01, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
81

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

November 03, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games
6

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

October 30, 2013 All, ArmA 2, Games
13

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

October 01, 2013 All, ArmA 3, Games, Tutorials
8

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

September 06, 2013 All, ArmA 3, ArmA Scripting