Amnesia: Rebirth

Amnesia: Rebirth

Not enough ratings
[How to] Enable Debugging Window and Console
By NeThZOR
A short guide on how to enable debugging.

It comes in very handy for all sorts of applications, and your imagination is the limit!
   
Award
Favorite
Favorited
Unfavorite
Video Guide
I did a quick video on the exact same steps for those who don't like reading.
Also in the video is a very short guide on some things you can do with the debugger.

Find the config file
Location of the config file is located here:
C:\Users\<YourUser>\Documents\My Games\Amnesia Rebirth\Main

Name of the file:
<YourParticularUserDetails>_user_settings.cfg

Open in a text editor

Enable Debugging
In the .cfg file, locate the tag <Main>

Inside <Main> find DebugMode="false" and change it to DebugMode="true"

Save the file

You should now be ready to go!

Use the Debug Toolbar
Launch the game

Press F1 to open the window on the right.

There are various options that you can enable/disable inside of the window.


Examples include:
God Mode
Spectator cam (free cam)
Debug logging for game events
Quick save enable
Using scripts
.....

Enjoy!