Skip to content

NepuShiro/RedirectLog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedirectLog

A Plugin for BepInEx that is made to redirect the logs of the game Resonite to the BepInEx Console

Note you might have issues with some select mods when installing BepInEx.

Installation

Example GameDir - C:\Program Files (x86)\Steam\steamapps\common\Resonite\BepInEx\config\BepInEx.cfg

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!

For Enabling TimeStamps and/or FPS

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages