Scripting
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 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