A very simple mod for Resonite that adds a Console window which will show the game's log output.
Since the mod uses a native DLL it will only work on Windows (Tested on 10, maybe works on 11 too).
- If the console text is highlighted, the game will freeze until it is unhighlighted again. This could be fixed by moving the console code into it's own thread, but that's a lot of work to sync properly and would probably make this whole system have a noticeable performance impact, so... I guess just don't highlight the text. On Windows 10, the text can be unhighlighted by right-clicking into the window.
The mod uses ResoniteModLoader to function.
The mod requires Pastel (i.e. Pastel.dll) to be available in your rml_libs
folder.