Search results for

ArmA Scripting Tutorials:

4

ArmA Scripting Tutorials: Array Resize

And here we are, back to arrays again. I’m thinking this is because arrays are too fundamental to ArmA scripting language. And for the same reason

September 29, 2013 All, ArmA 3, ArmA Scripting, Games, Tutorials
20

ArmA Scripting Tutorials: addAction Quirks

Will make this a short blog post. I have noticed someone on the BIS forums having difficulty with displaying an image in the action menu.

September 23, 2013 All, ArmA 3, ArmA Scripting, Games, Tutorials
28

ArmA Scripting Tutorials: Mission Root

UPDATE: Use the new dedicated Arma command getMissionPath Today I’m going to share this little trick I’ve discovered literally few hours ago. And the trick

September 23, 2013 All, ArmA 3, ArmA Scripting, Games, Tutorials
7

ArmA Scripting Tutorials: regex_match and regex_replace HOW TO

At last a documentation on how to use my RegEx Extensions! It is also intended for those who have prior knowledge of Regular Expressions. The

September 14, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games, Tutorials
7

ArmA Scripting Tutorials: How To Find A String Within A String

I thought I’d share this function I wrote back in the days when I was helping with DayZ Mod. The original BIS function used by

September 03, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, DayZ, Tutorials
1

ArmA Scripting Tutorials: Mk6 Mortar Modification Script

Today I’m going to share a neat script hack which turns Mk6 mortar into a single man operation weapon and adds some sensible 3rd person

August 18, 2013 All, ArmA 3, ArmA Scripting, Games, Tutorials
27

ArmA Scripting Tutorials: How To Make ArmA Extension (Part 2)

As promised a bit more in detail regarding the previous part. The official info about extensions is here, it also has examples for other languages.

32

ArmA Scripting Tutorials: How To Make ArmA Extension (Part 1)

EDIT: VS2013 is already available and I recommend it over VS2012. The tutorial is still kind of relevant though. What is ArmA extension? It is

11

ArmA Scripting Tutorials: How To Remove BETA Watermark + Other Things

I’m going to make this blog post slightly different as there will not be much scripting content in here, so I’m going to answer few

August 06, 2013 All, ArmA 3, ArmA Scripting, Games, Tutorials
17

ArmA Scripting Tutorials: A Simple Bullet Cam

Ever wondered what happens to your bullets when they exit the barrel of your gun? Well in ArmA each projectile is an actual object which

August 02, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Tutorials