Browsing Category

ArmA 2

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
34

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

November 23, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games, Tutorials
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
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
15

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

November 05, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
81

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

November 03, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games
3

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

October 31, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials