cashmerelc 0 Posted May 24, 2012 Hi all, I just started hosting a server and it is working great, but I've changed the difficulty settings to expert in both the config.xml file as well as the server.cfg file and it isn't making the change on the server. I read a similar thread last week but can't find it anywhere. Anyone have similar issues and been able to figure it out?Thanks! Share this post Link to post Share on other sites
cashmerelc 0 Posted May 25, 2012 Figured I would update this since I've managed to get the settings to change and someone else may have the same question. What I had to do was edit the 'Regular' difficulty setting to match those of Expert, since the server is stuck on regular difficulty. This worked perfectly. These settings are found in the cfgdayz.ArmA2OAProfile file. Share this post Link to post Share on other sites
howichrgelazer 69 Posted May 25, 2012 You can set the difficulty in the server.cfg// MISSION CYCLE (see below)class Missions{ class DayZ { template = dayz_xxx.Chernarus difficulty = "veteran"; };};where template = Mission name (seems to be formated dayz_.Chernarus)The available difficulties for DayZ are: regular, veteran, expert Share this post Link to post Share on other sites
cashmerelc 0 Posted May 25, 2012 I changed the difficulty from "regular" to "expert" but I didn't realize the instance ID needed to be considered. Share this post Link to post Share on other sites
howichrgelazer 69 Posted May 25, 2012 It really comes down to whatever the mission is named. Mine is formatted by the devs like that: dayz_xxx.ChernarusSo yours may differ. It's what is ever in the MPMissions folder. Share this post Link to post Share on other sites