Browsing Category

ArmA 2

6

Arma 2 Reference: CfgVehicles, CfgWeapons, CfgMagazines

I’ve made this automated script awhile ago to create and image capture objects in Arma 2 and Arma 3 for my personal use. The idea

October 30, 2013 All, ArmA 2, Games
49

ArmA Extension: real_date.dll

How would you like to link game time to the real world time? When it is night outside it is night in the game, when

October 13, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++, DayZ, Games
22

ArmA Extension: url_fetch.dll

As you may have guessed, this extension is for connecting to a Uniform Resource Locator or URL for short. You can get HTML from an internet

October 03, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, PHP
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
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

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
12

ArmA Scripting Tutorials: Scopes

A scope is a portion of code that exists between opening { and closing bracket }. In case of a separate script file, the scope

21

ArmA Scripting Tutorials: GUI (Part 5)

The are few parameters I haven’t touched in previous part, so here it is. colorText and colorBackground are pretty standard r,g,b,a colours. I have made