Browsing Tag

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
12

ArmA Scripting Tutorials: Syncing Map Clock With “ItemWatch”

But first I’d like to rant a bit since it is very much related. And I’d like to rant about some questionable design decisions in

October 17, 2013 All, ArmA 3, ArmA Scripting, Games, Tutorials
13

Arma 3: Local Dedicated Server

I’m going to show you how to start a local dedicated server so that you can try your hand at Multiplayer coding. Why dedicated? Well

October 01, 2013 All, ArmA 3, Games, 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