I have an Overpoch Lingor server with Vert hosting and I'm having a problem with ore veins not showing up. I checked my init and saw that I didn't have the config setting for it (MaxMineVeins=50), so I added it and a few other things to my init but I'm still not finding any veins.
I thought maybe I didn't have the settings in the right place so if someone could take a look...
//disable greeting menu
player setVariable ["BIS_noCoreConversations", true];
//disable radio messages to be heard and shown in the left lower corner of the screen
enableRadio false;
// May prevent "how are you civillian?" messages from NPC
enableSentences false;
// DayZ Epoch config
spawnShoremode = 1; // Default = 1 (on shore)
spawnArea = 1500; // Default = 1500
DZE_requireplot = 0;
DZE_GodModeBase = true;
DZE_StaticConstructionCount = 1;
DZE_SelfTransfuse = true;
//Change the number of constructed objects within range of a 30m Plot Pole. (default=150). Be very carefull with this number, as setting it too high will cause a huge amount of local lag**
DZE_BuildingLimit = 300;
DZE_MissionLootTable = true;
Question
Hux
I have an Overpoch Lingor server with Vert hosting and I'm having a problem with ore veins not showing up. I checked my init and saw that I didn't have the config setting for it (MaxMineVeins = 50), so I added it and a few other things to my init but I'm still not finding any veins.
I thought maybe I didn't have the settings in the right place so if someone could take a look...
init.sqf:
Thank you.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now