Browsing Category

ArmA 3

1

ArmA Scripting Tutorials: Automating Sliding Doors At Hospital

I was curious what would it be like to make the sliding doors in Arma 3 hospital building to open and close automatically. After a

November 28, 2013 All, ArmA 3, ArmA Scripting, Tutorials
3

ArmA Scripting Tutorials: Triggers V2

Today BIS added new command triggerTimeoutCurrent that allows you to check the current remaining time of a trigger timeout. This made me look into trigger

34

ArmA Extension: url_fetch.dll (V2.0)

So here it is, v2.0 of url_fetch extension. I have to admit I am not entirely happy with v1.0, mostly because it needs 3rd party

November 23, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games, Tutorials
13

ArmA Scripting Tutorials: Locality

Continuing with MP coding, it is very important to understand the concept of object “locality”. So here are a few points to get started… Each

November 19, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
5

ArmA Scripting Tutorials: Get Center Of Mass

Thought might as well share another workaround while at it. I hope this will be patched soon but until then here it goes. There is

November 19, 2013 All, ArmA 3, ArmA Scripting, Games, Tutorials
20

ArmA Scripting Tutorials: Get Zoom

Let’s talk some more about  shortcomings of Arma scripting. this time it is the lack of getFOV or getZoom commands. You might think this is

November 17, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
57

ArmA Scripting Tutorials: Basic Multiplayer Coding

I remember when I started MP coding I had this burning question, how do I call a function on the server from a client? I

November 12, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, 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