Browsing Category

ArmA 2

6

ArmA Scripting Tutorials: Triggers V5 (KK_fnc_onEachFrame)

Aaaaaand, back to triggers again! This time let’s dig a little bit deeper. How about we make a trigger that is not really a trigger,

0

ArmA Scripting Tutorials: Triggers V4

Continuing exploring trigger functionality and there is some good news. You can now create local instance of a trigger using optional 3rd param – true

5

ArmA Scripting Tutorials: Agents (How To)

In this blog post I’m going to share some tips on how to start with Arma agent entities, but first would like to say my

25

ArmA Scripting Tutorials: .SQF, .SQS And Script Scheduler

Let’s start from the beginning. In Arma there are 3 concepts of script: script –  an ancient implementation used as early as OFP. It is

1

ArmA Scripting Tutorials: Triggers V3.3 (Radio Triggers)

Let’s look at another useful trigger ability to be activated by radio. I’m sure you have heard this many times, “Trigger is activated by radio

February 18, 2015 All, ArmA 2, ArmA 3, ArmA Scripting, Games
1

ArmA Scripting Tutorials: FSM Namespace

Let’s talk a bit more about namespaces. Namespaces in Arma are separate variable containers, where variables that are set in one namespace can only be

February 13, 2015 All, ArmA 2, ArmA 3, Games, Tutorials
10

ArmA Scripting Tutorials: How To Export Topography

This has been a feature of Arma series since…well quite long time ago. It is possible to export map topography into .emf file, which is

February 07, 2015 All, ArmA 2, ArmA 3, Games, Tutorials
7

ArmA Scripting Tutorials: inGameUISetEventHandler

Before I tell you what inGameUISetEventHandler does, I want to say special thanks to Andrew for his support. In case you’re wondering, yeah, it is

January 21, 2015 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
2

ArmA Scripting Tutorials: Basic Multiplayer Coding Summary

Thought I write this little post to summarise basic MP knowledge, as I have noticed the actual mechanism of mission delivery is not quite clear

December 26, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
10

ArmA Extension: scr_cap.dll (Screen Capture)

Thank you Ian and thank you Aaron! Not really for this post.. but all of your posts.. beers on me! -Bottled Really appreciate your support,

November 30, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games