UrbanSkaters
Valued Member!
After moving the (Epoch) trader from NE , I decided to make use of the airfield. So I created a base and filled it with AI, the crates you see in the screenshots are generated randomly using scripts (sorry, private server thing). I've also added back tents to Cherno and Berezino, plus some additions to NW and Elektro (nothing major). This is my first map addition, originally for Epoch but can possibly be used in any mod
Edit: This is in response to Renegade2k6's reply . As non of my players ever use this runway for landing planes, I assumed you guys didn't either. My bad, so here's a new version with the base off the runway
I've removed that version altogether from this thread btw 
3d Missin File: http://pastebin.com/dVUN32m6
Note: The image was taken before the base was lined up with the tree line etc.. The file has the lined up version, I just didn't have time to take another screenshot.. Have to get to work
TOO LAZY to figure out how to edit and install this yourself?
Don't worry, just do this:
1. Cut and paste this: http://pastebin.com/ycC0r3EY into a file called epoch69.sqf
2. Put that file into your mission root, or any custom folder you use for custom files.
3. In your init.sqf file add this line to the very end (or with your other map editions):
Edit: This is in response to Renegade2k6's reply . As non of my players ever use this runway for landing planes, I assumed you guys didn't either. My bad, so here's a new version with the base off the runway

3d Missin File: http://pastebin.com/dVUN32m6
Note: The image was taken before the base was lined up with the tree line etc.. The file has the lined up version, I just didn't have time to take another screenshot.. Have to get to work
TOO LAZY to figure out how to edit and install this yourself?
Don't worry, just do this:
1. Cut and paste this: http://pastebin.com/ycC0r3EY into a file called epoch69.sqf
2. Put that file into your mission root, or any custom folder you use for custom files.
3. In your init.sqf file add this line to the very end (or with your other map editions):
Code:
if(isServer) then {
execVM "epoch69.sqf"; };