Jump to content

Forums Announcement

Read-Only Mode for Announcements & Changelogs

Dear Survivors, we'd like to inform you that this forum will transition to read-only mode. From now on, it will serve exclusively as a platform for official announcements and changelogs.

For all community discussions, debates, and engagement, we encourage you to join us on our social media platforms: Discord, Twitter/X, Facebook.

Thank you for being a valued part of our community. We look forward to connecting with you on our other channels!

Stay safe out there,
Your DayZ Team

Gobbokirk

Debug monitor for stress test?

Recommended Posts

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.

  • Beans 1

Share this post


Link to post
Share on other sites

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 by IMT
  • Beans 1

Share this post


Link to post
Share on other sites

×