A ResoniteModLoader mod for Resonite.
Want to see your Resonite logs ingame for some reason?
Then here ya go!
- Install the ResoniteModLoader.
- Place the LiveLogStream.dll into your
rml_modsfolder. - Launch the game.
UserRoot
└── LiveLogStream
└── <DynamicReferenceVariable<IValue<string>>
| VariableName: User/livelog_stream
└── Reference: <ValueStream<string>>
LiveLog
├── DynamicReferenceVariableDriver<IValue<string>>
| ├── VariableName: "User/livelog_stream"
| └── Target: → ValueSource on ValueDriver^1 on LiveLog
└── ValueDriver<string>
└── ValueSource: → LiveLog Stream (ValueStream)

