Browsing Category

ArmA Scripting

0

ArmA Scripting Tutorials: Get/Set Kart Number

Bohemia have recently added getObjectTextures command to the game, to complement setObjectTexture/setObjectTextureGlobal commands. Because I’m going to use this new command in a script, the

December 13, 2014 All, ArmA 3, ArmA Scripting, Games, Tutorials
10

ArmA Extension: scr_cap.dll (Screen Capture)

Thank you Ian and thank you Aaron! Not really for this post.. but all of your posts.. beers on me! -Bottled Really appreciate your support,

November 30, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games
8

ArmA Scripting Tutorials: Basic Multiplayer Coding V2

Greetings! I’d like to express my gratitude to a number of people before I start, and also apologise for being late with my appreciation, as

November 25, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Tutorials
7

ArmA Scripting Tutorials: How To Make ArmA Extension (Part 3)

In this part I’m going to show how to make a simple extension in C# using VS2013. While you can make a library .dll in

November 18, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
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
44

ArmA Scripting Tutorials: UAV, r2t And PiP

As you know, when you use UAV, you can open terminal and have video from gunner and pilot camera streamed directly to it. Unfortunately this

November 03, 2014 All, ArmA 3, ArmA Scripting, Games, Tutorials
14

ArmA Scripting Tutorials: Who’s Placing/Deleting Markers?

It is basically like Who’s Talking? only with markers. There are lots of different grievances people can do with markers, and without default means of

October 08, 2014 All, ArmA 3, ArmA Scripting, Tutorials
4

ArmA Scripting Tutorials: KK’s Exec Global (ExG) Framework

First of all, originally this was Karel Moricky‘s idea so all credit goes to him. You might have noticed on the very recent DEV branch

October 05, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
1

ArmA Scripting Tutorials: KK_fnc_setDirFLY

Quite an interesting conundrum. There is special param “FLY” in createVehicle that spawns vehicle flying. But since there is no way to set direction to

October 01, 2014 All, ArmA 3, ArmA Scripting, Games, Tutorials
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