Tutorials
X Macros
Well, here I am, typing another blog post… And the reason is because I have stumbled upon X Macros while poking around in C++, and
64-bit and ArmA Console Extension: debug_console_x64.dll (v4.1)
As you may or may not know, Arma 3 is now available in 64-bit version as well. This means that all the 32-bit extensions you
ArmA Console Extension: debug_console.dll (V4.0)
Firstly, I would like to thank all of you who donated, I really appreciate your support. Secondly, I have modernised debug console a little bit
ArmA Scripting Tutorials: Scheduler And Namespace Switching
First of all I would like to say thanks to all of you who donated even after I stopped posting. I appreciate this and feel
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
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
ArmA Scripting Tutorials: Intel Item, KK_fnc_createIntelObjectServer
I dunno if you have noticed this, but in the editor there is a category “Intel” that has 3 items, 2 folder type objects and
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
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
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