-
Notifications
You must be signed in to change notification settings - Fork 4
Debug Mode
Thomas P edited this page Jun 15, 2024
·
1 revision
If you are having a desync and a developer asks you to enable debug mode, here's how:
- Open your BeaverBuddies mod folder
- This is inside your Timberborn game folder, under
Timberborn/BepInEx/plugins/BeaverBuddies
- This is inside your Timberborn game folder, under
- Open
BeaverBuddies/configs/ReplayConfig.json
- Edit the file to set "Debug": true, like so (Don't forget to save the file!):
{
...
"Debug": true
...
}
- Ensure that both the Server and Client have taken this step.
- Play your co-op game as normal. You may notice some additional lag, especially at the beginning of the game - this is normal.
- Your desync should happen again, possibly sooner. When it does, add both the Server's and the Client's log files to your issue, as described here.
- When you have finished, turn off debug mode by reopening
BeaverBuddies/configs/ReplayConfig.json
and setting"Debug": false
.