More evil scripts for Arma 3 trolling.

This script will spawn a cloud of mines around the player, this is a lot of fun to deal with. _source = eyepos player; _distance = 35;   for "_i" from 1 to 1000 do { _veh = createVehicle ["APERSMineDispenser_Mine_Ammo_Scripted", _source, [], 0, "CAN_COLLIDE"]; _pos = _source vectorAdd (vectorNormalized [(random…

Read More

How to resize objects in the Arma Reforger World Editor.

The World Editor in Arma Reforger allows a user to scale placed objects easily. This could be very useful for a deathmatch mission. You could scale up a building and then have the whole deathmatch take place inside the scaled building. This would be a lot of fun. In the…

Read More

Arma Reforger is out now.

https://store.steampowered.com/app/1874880/Arma_Reforger/. This is a stress test game to test out the new Enfusion Engine before the Arma 4 game goes into production. But it runs very well. Framerates are better than with Arma 3 and the Enfusion engine does allow better detail in the map. Transitioning to swimming from walking…

Read More

Get ready for the release of Arma Reforger / Arma 4 with these resources.

Arma Reforger / Arma 4 is due to release sometime tomorrow I hope. There are quite a few resources around concerning the DayZ Enscript scripting language that is used by the Enfusiontm Engine. Here is the scripting guide for Dayz. https://community.bistudio.com/wiki/DayZ:Enforce_Script_Syntax. The syntax is rather like C# or C++, but…

Read More

How to have random jukebox music playing in an Arma 3 mission.

This script in the initPlayerLocal.sqf will play a continuous jukebox of music in your Arma 3 mission. This is just like in Warlords where you have continuous background music. _null = [] spawn { _musicPool = "getText (_x >> ‘name’) != ” && getNumber (_x >> ‘duration’) > 20" configClasses…

Read More

How to create a nice CBA Rose menu in Arma 3.

Creating a nice CBA Rose Menu is very useful in Arma 3. You may only need to press one button and this can open a menu that has multiple options. This requires the CBA mod for Arma 3, but it is an awesome looking feature for this mod. A very…

Read More

New Stalker mod in the works with a 1:1 Pripyat map.

There is a new Stalker mod in the works. This has a 1:1 Pripyat map that will be the largest Stalker map ever. Here is a screenshot of the work in progress map. This mod is based upon the Call of Pripyat game engine. Hopefully, this comes out, it would…

Read More