Jump to content
  • 0

Installing CPC Indestructable bases on Vilayer


MrFlopsy

Question

I am having some trouble installing on vilayer as the thread (located ) says on line 6 of server_monitor.sqf there should be this

_script = getText(missionConfigFile >> "onPauseScript");

but all i have is this

veVersionNo = 	getNumber(configFile >> "CfgMods" >> "DayZ" >> "hiveVersion");

_hiveLoaded = false;

waitUntil{initialized}; //means all the functions are now defined

diag_log "HIVE: Starting";
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

There is possibly an easier way.

Find this in you init file:

// DayZ Epoch config
spawnShoremode = 1; // Default = 1 (on shore)
spawnArea= 1500; // Default = 1500
dayz_MapArea = 14000; // Default = 10000
dayz_minpos = -1;
dayz_maxpos = 16000;

Then add:

//Non destructable bases  
DZE_GodModeBase = true;

 

Looks Like this:

// DayZ Epoch config
spawnShoremode = 1; // Default = 1 (on shore)
spawnArea= 1500; // Default = 1500
dayz_MapArea = 14000; // Default = 10000
dayz_minpos = -1;
dayz_maxpos = 16000;

 

//Non destructable bases  
DZE_GodModeBase = true;

Link to comment
Share on other sites

  • 0

There is possibly an easier way.

Find this in you init file:

// DayZ Epoch config

spawnShoremode = 1; // Default = 1 (on shore)

spawnArea= 1500; // Default = 1500

dayz_MapArea = 14000; // Default = 10000

dayz_minpos = -1;

dayz_maxpos = 16000;

Then add:

//Non destructable bases  

DZE_GodModeBase = true;

 

Looks Like this:

// DayZ Epoch config

spawnShoremode = 1; // Default = 1 (on shore)

spawnArea= 1500; // Default = 1500

dayz_MapArea = 14000; // Default = 10000

dayz_minpos = -1;

dayz_maxpos = 16000;

 

//Non destructable bases  

DZE_GodModeBase = true;

did not work. Any help with CPC?

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...