Browsing Tag

Tutorials

6

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

December 15, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
16

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

December 14, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
9

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

December 08, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, DayZ, Games, Tutorials
1

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

December 01, 2013 All, ArmA 3, ArmA Scripting, Games, Tutorials
1

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

November 28, 2013 All, ArmA 3, ArmA Scripting, Tutorials
3

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

13

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

November 19, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
5

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

November 19, 2013 All, ArmA 3, ArmA Scripting, Games, Tutorials
20

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

November 17, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
57

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

November 12, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials