Browsing Category

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
4

ArmA Scripting Tutorials: KK_fnc_setTimerCallback (Triggers V3.2)

Yet another post involving triggers. I have already tried to make timers using different unorthodox methods in my past attempts. This time I think I

September 20, 2014 All, ArmA Scripting, Tutorials
42

ArmA Scripting Tutorials: GUI (Part 6)

In this post I’m going to continue with GUI tutorials and show Arma 3 ability to work with objects as part of GUI. But before

7

ArmA Scripting Tutorials: Fixing Quadrupeds

Therein lies the problem… Quadrupeds, dogs, sheep, cows, goats, etc., have 4 legs… duh. This means that when it comes to positioning them on a

August 19, 2014 All, ArmA 3, ArmA Scripting, Games, Tutorials
12

ArmA Scripting Tutorials: How To Override LMB

I would like to start this post with saying big thanks to Nils for his donation! Hi KillzoneKid! Thanks a lot for your great tutorials

9

ArmA Scripting Tutorials: Automatic Marker Resizing

A few words about map markers. Markers can be global, i.e. visible by everyone connected to the game, or local, visible only by certain users.

July 21, 2014 All, ArmA 3, ArmA Scripting, Tutorials
2

ArmA Scripting Tutorials: KK_fnc_countUnique

Looks like it is “array overload day” today, so might as well share this useful function based on KK_fnc_assocArrayXXXX functions, which I have edited a

2

ArmA Scripting Tutorials: KK_fnc_assocArrayXXXX

As promised in previous post, here is another set of functions to operate with arrays. This time it is to do with Associative Arrays. In