Tutorials
ArmA Scripting Tutorials: Arithmetic Library
As promised, I’m making another post about numbers. What if you wanted to include currency transactions in your mission? As we have established already you
ArmA Scripting Tutorials: Float To String, Position To String
One thing you should know about numbers in Arma is that they adhere to IEEE floating point standard. Go ahead and look it up on wikipedia
ArmA Scripting Tutorials: Inventory Items And Shelves
Sometime ago Rocket was making a big deal out of how the loot in DayZ SA would spawn on shelves and under furniture, in places
ArmA Scripting Tutorials: Automating Sliding Doors At Airport Terminal
There is another huge multi-part building in Arma 3, which also has sliding doors, 4 of them actually – Airport Terminal. So I thought might
ArmA Scripting Tutorials: Automating Sliding Doors At Hospital
I was curious what would it be like to make the sliding doors in Arma 3 hospital building to open and close automatically. After a
ArmA Scripting Tutorials: Triggers V2
Today BIS added new command triggerTimeoutCurrent that allows you to check the current remaining time of a trigger timeout. This made me look into trigger
ArmA Scripting Tutorials: Locality
Continuing with MP coding, it is very important to understand the concept of object “locality”. So here are a few points to get started… Each
ArmA Scripting Tutorials: Get Center Of Mass
Thought might as well share another workaround while at it. I hope this will be patched soon but until then here it goes. There is
ArmA Scripting Tutorials: Get Zoom
Let’s talk some more about shortcomings of Arma scripting. this time it is the lack of getFOV or getZoom commands. You might think this is
ArmA Scripting Tutorials: Basic Multiplayer Coding
I remember when I started MP coding I had this burning question, how do I call a function on the server from a client? I