Browsing Tag

C++

3

callExtension v2.0

Good news, everyone! Arma 3 is getting Extension Callback! You can read all about it on callExtension wiki page. So I decided to update my extension

September 03, 2019 All, ArmA 3, C++, x64
6

Arma 3 Extension Logger (logExtension.dll, logExtension_x64.dll)

Whaaaaaaat? An extension for logging an extension? That’s right! This is what this extension does in a nutshell: It sits between Arma 3 and your

May 17, 2018 All, ArmA 3, C++, x64
3

Arma 3 Extension Tester (callExtension.exe, callExtension_x64.exe)

Honestly, I don’t know why I didn’t write this earlier, as I needed this many times while writing my extensions, since it is quite a

May 09, 2018 All, C++, x64
1

X Macros

Well, here I am, typing another blog post… And the reason is because I have stumbled upon X Macros while poking around in C++, and

April 01, 2018 All, ArmA 3, C++
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
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
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
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
9

ArmA Extension: getHitPointDamage.dll v1.0

Basically, SaMatra was fooling around with Arma 2 in Pascal, trying to make an extension to read parts damage on vehicles. I asked him to

November 16, 2014 All, ArmA 2, ArmA 3, Games