Browsing Category

ArmA 3

2

ArmA Scripting Tutorials: Fired Projectiles

There are quite a few issues with how fired projectiles and damage they cause are treated in Arma. It seems it hasn’t changed much during

11

ArmA Scripting Tutorials: Position

Positions in Arma could be either 2D, in which case it is in format [x,y], where x is the coordinate on the South – North

August 08, 2015 All, ArmA 2, ArmA 3, ArmA Scripting, Tutorials
8

ArmA Scripting Tutorials: 3D Compass

I had a PM from a forum member with the link to one of Dslyecxi’s videos: He was asking about the fancy 3D compass on the

1

ArmA Scripting Tutorials: KK_fnc_arrayFlatten and KK_fnc_arrayFlattenUnordered

I think at some point I needed this function for something, don’t remember what for. Anyway, what this does is it makes a multidimensional array

7

ArmA Scripting Tutorials: KK_fnc_findAll

Good news! I have yet another donation from Andrey! Спасибо большое, Андрей, за поддержку! 😛 I have recently came across BIS_fnc_arrayFindDeep, written sometime in 2006. Not

2

ArmA Scripting Tutorials: KK_fnc_intToString

What this function does is it allows you to convert integer to string avoiding exponential representation. In Arma string representation of numbers is rounded to

3

ArmA Scripting Tutorials: Respawn On Marker

…in Arma 3 is actually very sophisticated. Today I am going to attempt to describe the logic that governs search for a suitable marker. So,

5

ArmA Scripting Tutorials: How To Make A Wreck

…or more precisely, how to make wreck on demand without fire and smoke. Actually clean wreck making works only on cars due to tanks and

1

ArmA Scripting Tutorials: KK_fnc_fileExists

Made this little function for testing if a file exists. While there are some read file commands such as loadFile, preprocessFile and preprocessFileLineNumbers, they all

April 25, 2015 All, ArmA 3, ArmA Scripting, Games, Tutorials
6

ArmA Scripting Tutorials: Triggers V5 (KK_fnc_onEachFrame)

Aaaaaand, back to triggers again! This time let’s dig a little bit deeper. How about we make a trigger that is not really a trigger,