Browsing Tag

Extensions

34

ArmA Extension: url_fetch.dll (V2.0)

So here it is, v2.0 of url_fetch extension. I have to admit I am not entirely happy with v1.0, mostly because it needs 3rd party

November 23, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games, Tutorials
81

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

You’ve asked for it, so here it is – V3.0 can now write to file as well. It is backwards compatible with and have all

November 03, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games
49

ArmA Extension: real_date.dll

How would you like to link game time to the real world time? When it is night outside it is night in the game, when

October 13, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++, DayZ, Games
22

ArmA Extension: url_fetch.dll

As you may have guessed, this extension is for connecting to a Uniform Resource Locator or URL for short. You can get HTML from an internet

October 03, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, Games, PHP
27

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

As promised a bit more in detail regarding the previous part. The official info about extensions is here, it also has examples for other languages.

32

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

EDIT: VS2013 is already available and I recommend it over VS2012. The tutorial is still kind of relevant though. What is ArmA extension? It is

1

ArmA Extension: Ctrl_Tab.dll

Here is a very simple extension I made to work with FRAPS. The idea is that you can send a keystroke from within ArmA script

June 20, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++
15

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

This new debug console extension v2.0 does pretty much what the version 1.0 does. The main difference is you do not need to spawn call

June 11, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++
2

ArmA Console Extension: debug_console.dll

I think I’ve done enough of .rpt parsing (while monitoring DayZ server we had) to last me a life time, so this time let’s go

June 08, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++
1

ArmA RegEx Extensions: regex_match.dll and regex_replace.dll

If one thing ArmA is missing badly it is native RegEx functionality. Considering how fast and powerful RegEx could be, it is just screaming “FFS,