Tutorials
ArmA Scripting Tutorials: Triggers
I won’t beat around the bush too much and might as well tell you that my interest in triggers at this moment is pretty much
ArmA Scripting Tutorials: Syncing Map Clock With “ItemWatch”
But first I’d like to rant a bit since it is very much related. And I’d like to rant about some questionable design decisions in
Arma 3: Local Dedicated Server
I’m going to show you how to start a local dedicated server so that you can try your hand at Multiplayer coding. Why dedicated? Well
ArmA Scripting Tutorials: Array Resize
And here we are, back to arrays again. I’m thinking this is because arrays are too fundamental to ArmA scripting language. And for the same reason
ArmA Scripting Tutorials: addAction Quirks
Will make this a short blog post. I have noticed someone on the BIS forums having difficulty with displaying an image in the action menu.
ArmA Scripting Tutorials: Mission Root
UPDATE: Use the new dedicated Arma command getMissionPath Today I’m going to share this little trick I’ve discovered literally few hours ago. And the trick
ArmA Scripting Tutorials: regex_match and regex_replace HOW TO
At last a documentation on how to use my RegEx Extensions! It is also intended for those who have prior knowledge of Regular Expressions. The
ArmA Scripting Tutorials: How To Find A String Within A String
I thought I’d share this function I wrote back in the days when I was helping with DayZ Mod. The original BIS function used by
ArmA Scripting Tutorials: Mk6 Mortar Modification Script
Today I’m going to share a neat script hack which turns Mk6 mortar into a single man operation weapon and adds some sensible 3rd person
ArmA Scripting Tutorials: How To Make ArmA Extension (Part 2)
As promised a bit more in detail regarding the previous part. The official info about extensions is here, it also has examples for other languages.