Browsing Category

ArmA 3

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
1

Arma 3: Selections Scan Utility

I made this simple script for personal use to quickly scan for available model LOD selections. Arma has pretty useful selectionPosition command which returns coordinates

January 01, 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
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