Jump to content
  • 0

How do I add buildings (Barracks) in my DayZ Overpoch server?


loliggelol

Question

Hey all,

 

I've been searching for an way to import my map I've made in Arma 2 editor into my DayZ Overpoch server.

I followed a few tutorials without any results...

So if anyone could link me to a working tutorial or add me on skype and help me that way or just respond below (:

Skype: pallaman4

 

Bye,

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

https://www.mediafire.com/?zt72nbn0vuhilta

 

Extract this folder to your root Dayz_Epoch_server

Put this code into either your server_functions.sqf or mission init.sqf file
 

//West Kamenka Enhanced
call compile preProcessFileLineNumbers "\z\addons\dayz_server\buildings\epochkamenka.sqf";
//Cherno Military Camp
call compile preProcessFileLineNumbers "\z\addons\dayz_server\buildings\epochcherno.sqf";
//North West Airfield
call compile preProcessFileLineNumbers "\z\addons\dayz_server\buildings\nwaf.sqf";
//North East Airfield
call compile preProcessFileLineNumbers "\z\addons\dayz_server\buildings\neaf.sqf";

If you get file not found when using it in the init.sqf, don't worry as it still loads the custom buildings.

All of these .sqfs have barracks with them.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...