Browsing Tag

C++

42

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.

September 24, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, Games
7

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),

May 07, 2014 All, ArmA 3, ArmA Scripting, C++, Games
8

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

May 01, 2014 All, ArmA 3, ArmA Scripting, C++, Games
0

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

February 01, 2014 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games, Tutorials
1

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

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
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
7

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

September 14, 2013 All, ArmA 2, ArmA 3, ArmA Scripting, C++, Games, Tutorials
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.