Download and extract BepInEx 5.4.22 x64 into the main game folder and run the game once to generate the folders and config files
BCE Is no longer needed on versions >1.0.2
You will also need to download BCE (BepInEx Console Extensions) and place this into %GameDir%/BepInEx/plugins
Finally download the RedirectLog.dll
from the Releases and place this into %GameDir%/BepInEx/plugins
To get the Console to appear it is disabled by default in the BepInEx config %GameDir%/BepInEx/config/BepInEx.cfg
[Logging.Console]
## Enables showing a console for log output.
# Setting type: Boolean
# Default value: false
Enabled = true <-- Change this to True
Now your Console should be displaying the logs!
This will be in the Config %GameDir%/BepInEx/config/org.Nep.RedirectLog.cfg
[General]
## Whether or not to show TimeStamps in the Log
# Setting type: Boolean
# Default value: true
Enable TimeStamps = true
## Whether or not to show the FPS in the Log
# Setting type: Boolean
# Default value: false
Enable FPS Log = false