Today I am releasing a new tool built specifically for setting up and running Arma 3 servers. The idea behind the tool is to make it easier for new comers to get started using the dedicated server....
Just a quick post today, a function to help my friend Rick out, thought I might as-well post it for others to use. PX_fnc_dropEventSmoke = { _this spawn { params ["_side", "_pos", "_height"]; ...
Today I've put together a couple of functions that will help going forward with vehicle persistence. The idea is you call a function to return a vehicle state, this includes the class, position, dire...
Back again with another function that is useful, string replacement! This one is quite obvious, you want to replace some substrings of a string with your replacement.... but how would you do that in ...
Creating dialogs for Arma 3 can be a serious pain in the a** and even worse when something does not work or is missing. A good example is ListNBox, adding tooltips to a multi column listbox means you ...
Today, I was wanting to add a nicely formatted currency to a mod I am working on and ran into a problem..... (Arma SQF has almost no decent inbuilt handling of large numbers and has many precision pro...
I finally got around to correcting some of the 64-bit code and some basic testing for my ArmaDB plugin for Arma 3 (see previous beta release here) ArmaDB is a plugin and interface to use mysql/mari...
I've been quiet for these past weeks months as I've been very busy working on some projects for my non-profit organisation One Nature, I have also been using some of my spare time to play a bit of Eli...