Gobbokirk 546 Posted May 3, 2018 This might be in progress/not working in current build. But if not, it would be really handy to get a toggle to turn it on/off for terrain/placement issues we come across. Might just be me, but trying to describe the exact spot I find them can be rough, especially if I am just randomly running around the map. 1 Share this post Link to post Share on other sites
IMT 3190 Posted May 4, 2018 (edited) Open <main DayZ Steam folder>\Missions\dayzOffline.ChernarusPlus\init.c in Notepad or your favorite text editor. Add the following under the weather stuff but before the }-sign (very important): GetGame().SetDebugMonitorEnabled(1); So it should look like this: weather.SetWindFunctionParams(0.2, 1.0, 50); GetGame().SetDebugMonitorEnabled(1); } This will enable the debug monitor in the offline stress test mode. Edit: the first line is by the way the last line of the weather stuff which should already be present in the init.c file. The } is also already present. If you can't get it to work, let me know. In that case I'll share my file since it's exactly the same as the original. Edited May 4, 2018 by IMT 1 Share this post Link to post Share on other sites