C++
ArmA Extension: real_date.dll v3.0
I’m going to skip v2.0 all together, even though I had the post drafted and the .dll had been available for download for quite sometime.
ArmA Extension: check_player.dll
Let’s start this post with big thanks to Florian for his donation, appreciate your support! Until today I didn’t know much about Steam’s VAC (anti-cheat),
ArmA Extension: get_friends.dll
Sorry for the lack of posts recently. It is not that I have no content to post, I have tonnes. I’ve been quite busy (and
ArmA Scripting Tutorials: Rounding The Pounding
I want to dedicate this post to something that has been bothering me for awhile. Why? Because it has really simple solution and yet for
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
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
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
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
ArmA Scripting Tutorials: regex_match and regex_replace HOW TO
At last a documentation on how to use my RegEx Extensions! It is also intended for those who have prior knowledge of Regular Expressions. The
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.