Browsing Category

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
1

tracks2config and sound_duration

Made 2 utilities for working with .wav and .ogg files for Arma 3. Both expect drag and drop a bunch of files on the exe.

May 29, 2019 All, ArmA 3, C++, Music, 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++
40

ArmA: 64-bit Extensions

This post will be shorter than usual. To continue with 64-bit topic I started in previous post, I have received several requests for x64 versions

December 22, 2016 All, ArmA 2, ArmA 3, C++, x64
3

64-bit and ArmA Console Extension: debug_console_x64.dll (v4.1)

As you may or may not know, Arma 3 is now available in 64-bit version as well. This means that all the 32-bit extensions you

December 14, 2016 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Tutorials, x64
7

ArmA Console Extension: debug_console.dll (V4.0)

Firstly, I would like to thank all of you who donated, I really appreciate your support. Secondly, I have modernised debug console a little bit

November 21, 2016 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games
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