Abandoned Roads (Simple Script)
If you enjoy this script make sure to rate up and favourite!
Get a copy of the files here: https://github.com/Asaayu/Abandoned-Roads
This script creates thousands of objects around the map, luckily all of the objects created in this script are simple objects.
Read more about simple objects here: https://community.bistudio.com/wiki/Arma_3_Simple_Objects#Performance
To install the script go to the GitHub page: https://github.com/Asaayu/Abandoned-Roads
Download a copy of the files and add the initServer.sqf to your mission. (Or your mission’s initServer.sqf if it already has one) You can edit this to change the percentage of items that spawns in your mission.
Copy the AbandonedRoads folder to your missions root directory (The same place as the mission.sqm)
Start your mission to confirm that the script works correctly.
Put the following into your initServer.sqf
[
15, //======= 15% for trash
5, //======= 5% large trash
3, //======= 3% wrecks spawn
[ //======= Array containing a postion and range from postion
[
[10,10,0],15
],
[102,150,0],12
]
]
] execVM "AbandonedRoadsinit.sqf";