Browsing Category

ArmA 3

17

ArmA Scripting Tutorials: addMagazineAmmoCargoGlobal

Let’s talk little bit about commands in Arma 3, or precisely 1,500+ of them. Just the other day we were discussing this with my friend

February 05, 2014 All, ArmA 3, ArmA Scripting, Games, Tutorials
5

ArmA Scripting Tutorials: Scripting Explosive Barrels

I tried to do it once before but didn’t like the outcome. This time it is good enough to share. So basically in Arma 3

February 04, 2014 All, ArmA 3, ArmA Scripting, Games, Tutorials
17

ArmA Scripting Tutorials: Epic Armour Drop

Arma 3 has rather large and round cargo parachutes, which where not animated until recently, big thanks to The Most Venerable Order of Configuration, Lord Pettka.

February 02, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
0

ArmA Scripting Tutorials: Rounding The Pounding

I want to dedicate this post to something that has been bothering me for awhile. Why? Because it has really simple solution and yet for

February 01, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games, Tutorials
19

ArmA Scripting Tutorials: addAction Quirks V2

Continuing with addAction quirks, the 8th element in addAction params array is the condition statement. It has to return true in order for your custom

January 25, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
4

ArmA Scripting Tutorials: Fly Like An E… Seagull!

I’m going to make this blog post a little bit special today. I kinda feel like bitching about how buggy Arma 3 is and especially

January 23, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
11

ArmA Scripting Tutorials: How To Draw Icon On Map

Today I’m going to show you how to draw an icon on the map and how to make it change with map zoom. For this

January 21, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
14

ArmA Scripting Tutorials: Triggers V3

This is third part in the trigger series (1, 2) I’ve started on this blog. A day ago I’ve discovered that triggers, contrary to the

January 20, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Tutorials
37

ArmA Scripting Tutorials: Code Performance

You might have used it already, but Arma 3 has this pretty neat library function BIS_fnc_codePerformance designed by Karel Moricky. And since in Arma you

January 17, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Tutorials
1

ArmA Extension: hash_id.dll

Well, I don’t really know why I made this. It seemed like a good idea a few days ago, so I started investigating and it