Search results for

gui

7

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

In this part I’m going to show how to make a simple extension in C# using VS2013. While you can make a library .dll in

November 18, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Games, Tutorials
12

ArmA Scripting Tutorials: How To Override LMB

I would like to start this post with saying big thanks to Nils for his donation! Hi KillzoneKid! Thanks a lot for your great tutorials

6

ArmA Scripting Tutorials: squad.xml, squadParams and TTP

So what is squad.xml? It is an ancient and spastic way to identify friends in Arma series. Maybe the only cool thing about it is

12

ArmA Scripting Tutorials: Who’s Talking?

I was having a conversation with SaMatra today about how useful it would be to have a scripting command + Event Handler for VoN (Voice

March 31, 2014 All, ArmA 3, ArmA Scripting, Games, Tutorials
1

ArmA Extension: hash_id.dll

Well, I don’t really know why I made this. It seemed like a good idea a few days ago, so I started investigating and it

8

KK’s MP SANDBOX v2.0 (Updated)

Today I’m going to share this little tool I made to test things in multiplayer environment. It is a simple GUI that allows to execute

September 06, 2013 All, ArmA 3, ArmA Scripting
11

ArmA Scripting Tutorials: How To Remove BETA Watermark + Other Things

I’m going to make this blog post slightly different as there will not be much scripting content in here, so I’m going to answer few

August 06, 2013 All, ArmA 3, ArmA Scripting, Games, Tutorials
11

ArmA Scripting Tutorials: distanceSqr, linearConversion, difficulty, setAmmo, drawIcon3D

ArmA 3 has already more than 1400 commands. While 1200 or so of them are ArmA 2, new commands are often not documented well enough.

4

How To Change FOV In ArmA The Easy Way

As you know ArmA can handle huge maps and while default FOV (Field Of View) setting in ArmA is ok for outdoors, you might want to

May 11, 2013 All, ArmA 2, ArmA 3, Games
12

ArmA Scripting Tutorials: Loops

Loop is a piece of code that repeats over and over. There will be times when you need to do this and there are few

April 20, 2013 All, ArmA 2, ArmA 3, Games, Tutorials