C++
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
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
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
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
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
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.
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
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,
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
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