Military Base - Novy Lug

renegade2k6

Member
arma2oa%202013-06-07%2019-44-29-09.jpg


arma2oa%202013-06-07%2019-44-58-41.jpg


arma2oa%202013-06-07%2019-45-08-53.jpg

Download the following file.

https://dl.dropboxusercontent.com/u/30551655/NovyLugBase.sqf (Right click and save as)

Or create NovyLugBase.sqf and copy contents from http://pastebin.com/iXFFVG7m into it.

Place this into the root of your mission file.

Open up init.sqf and add

Code:
[] ExecVM "NovyLugBase.sqf";

To the bottom. Save. Repack .pbo and upload to your server.

If you want to add SARGE AI into the base the marker is.

arma2oa%202013-06-07%2019-53-42-23.jpg


arma2oa%202013-06-07%2019-53-56-64.jpg

Code:
// Novy Lug Base
_this = createMarker ["SAR_patrol_novylugbase", [9563.24, 11307.8, 0]];
_this setMarkerShape "RECTANGLE";
_this setMarkeralpha 0;
_this setMarkerType "Flag";
_this setMarkerBrush "Solid";
_this setMarkerSize [10, 10];
SAR_marker_novylugbase = _this;

and to spawn the AI

Code:
//Novy Lug Base Spawn
[SAR_marker_novylugbase,1,0,5,"patrol",true] call SAR_AI;
[SAR_marker_novylugbase,1,0,5,"patrol",true] call SAR_AI;
[SAR_marker_novylugbase,1,0,5,"patrol",true] call SAR_AI;

Oviously changing to suit yourself.
 
Hey Renegade,
Thanks for sharing your base and AI coords for your base, But I have a question for you or however may know.How did you get the air radar to rotate like that ? I have tried but as yet no success.
Thnx Stench
 
US_WarfareBAntiAirRadar_Base_EP1
US_WarfareBArtilleryRadar_Base_EP1

Are the 2 models used.

You may need an addon to unlock them in your editor.
 
This is great, thanks for this.

Would you consider making a few more, maybe in the western portion of the map? I'd love to make some myself to share, but I'm not entirely sure what the process is of making these.
 
Very nice !

But one question where do i have to put in these codes please ?

Code:
// Novy Lug Base
_this = createMarker ["SAR_patrol_novylugbase", [9563.24, 11307.8, 0]];
_this setMarkerShape "RECTANGLE";
_this setMarkeralpha 0;
_this setMarkerType "Flag";
_this setMarkerBrush "Solid";
_this setMarkerSize [10, 10];
SAR_marker_novylugbase = _this;

and to spawn the AI

Code:
//Novy Lug Base Spawn
[SAR_marker_novylugbase,1,0,5,"patrol",true] call SAR_AI;
[SAR_marker_novylugbase,1,0,5,"patrol",true] call SAR_AI;
[SAR_marker_novylugbase,1,0,5,"patrol",true] call SAR_AI;

Oviously changing to suit yourself.[/quote]

cheers fox

i think i got it
 
Back
Top