Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.26 KB

README.md

File metadata and controls

15 lines (11 loc) · 1.26 KB

LogAutoFlush

A ResoniteModLoader mod for Resonite that allows forcing the LogStream to AutoFlush and Write to file instead of buffering writes. This will causes writes to happen significantly more frequently while enabled but when debugging, seeing the full log line instead of one that is partially cut off is worth the trade off.

You must manually enable AutoFlush for this to function. It is intentionally disabled by default.

Installation

  1. Install ResoniteModLoader.
  2. Place LogAutoFlush.dll into your rml_mods folder. This folder should be at C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods for a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create this folder for you.
  3. Start the game. If you want to verify that the mod is working you can check your Resonite logs.

Config Options

Config Option Default Description
AutoFlush false Enable AutoFlushing the logs