Browsing Tag

Tutorials

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
2

ArmA Scripting Tutorials: MBT Recoil

I have attempted this before using setVelocity, if you had seen my [code fart] before: The problem here is that setVelocity actually adds and subtracts

February 06, 2015 All, ArmA 3, ArmA Scripting, Games, Tutorials
1

ArmA Scripting Tutorials: Attach To Relative

Today I prepared a somewhat useful function, but first, big thanks to Dirk! Thank you very much, man, for your support! If you used attachTo

February 04, 2015 All, ArmA 3, ArmA Scripting, 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
27

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

First let me thank Matthew for his Christmasy donation, thanks mate! Please Get us some Threaded Extension Tutorials with callbacks / unique ids per request.

December 28, 2014 All, ArmA 3, ArmA Scripting, C++, 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
20

ArmA Scripting Tutorials: Forced Ragdoll

I’d like to first thank Luca for rather generous donation! Thanks man, really appreciated! I gonna show a little trick today on how to force

December 16, 2014 All, ArmA 3, ArmA Scripting, Games, Tutorials
7

ArmA Scripting Tutorials: .ogv To Texture

Apparently you can use .ogv (video) files as textures on objects that support custom textures, such as laptop, TV, PC monitor or some notice boards.

December 14, 2014 All, ArmA 3, ArmA Scripting, Games, Tutorials
0

ArmA Scripting Tutorials: Get/Set Kart Number

Bohemia have recently added getObjectTextures command to the game, to complement setObjectTexture/setObjectTextureGlobal commands. Because I’m going to use this new command in a script, the

December 13, 2014 All, ArmA 3, ArmA Scripting, Games, Tutorials