Browsing Category

ArmA Scripting

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
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
15

ArmA Extension: make_file.dll v1.0

First of all I would like to express my gratitude to Matthew for his continuous support. Now I also know who he is :). Thanks

January 16, 2015 All, ArmA 3, ArmA Scripting, C++, Games
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
4

ArmA Extension: getNumberPlate.dll v1.0

So, we can read racing numbers on a kart, but what about plate numbers on other vehicles, can we do it? Yes, we can! Some

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