All
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 Extension: url_fetch.dll (V2.0)
So here it is, v2.0 of url_fetch extension. I have to admit I am not entirely happy with v1.0, mostly because it needs 3rd party
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
ArmA Scripting Tutorials: A Few Tips And Tricks
Just wanted to share a few tips and tricks I use myself. Let’s start with somewhat simple yet quite effective method of quickly hinting or logging
ArmA Console Extension: debug_console.dll (V3.0)
You’ve asked for it, so here it is – V3.0 can now write to file as well. It is backwards compatible with and have all
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 2 Reference: CfgVehicles, CfgWeapons, CfgMagazines
I’ve made this automated script awhile ago to create and image capture objects in Arma 2 and Arma 3 for my personal use. The idea