Browsing Tag

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
10

ArmA Scripting Tutorials: One Man Tank Operation

I will probably get some hate for this post from Arma vets for messing with realism aspect of the game, but being able to drive

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

ArmA Scripting Tutorials: Inventory Items And Tents

Picking up with tents where I left off with shelves. There are currently 2 tent objects in Arma 3, the dome one and the A

December 28, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, DayZ, Games, Tutorials
3

ArmA Scripting Tutorials: Set Timeout Interval File

So I was teaching myself particles when a couple of params in particle array caught my attention, mainly the onTimerScript and beforeDestroyScript. After a few

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

ArmA Scripting Tutorials: How To Skip Briefing Screen In MP

Haha you are a noob, you may say, there is briefing parameter in description.ext you can set to 0 as well as debriefing parameter. Well, apparently

December 19, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
4

ArmA Scripting Tutorials: Exception Handling (try, throw, catch)

I was going to update BIKI with this but it went full retard on me once again, not to mention that I can no longer

December 17, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials