Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.08 KB

File metadata and controls

40 lines (27 loc) · 1.08 KB

LiveLogStream

A ResoniteModLoader mod for Resonite.

Want to see your Resonite logs ingame for some reason?
Then here ya go!

Installation

  1. Install the ResoniteModLoader.
  2. Place the LiveLogStream.dll into your rml_mods folder.
  3. Launch the game.

Slot Structure

UserRoot
└── LiveLogStream
    └── <DynamicReferenceVariable<IValue<string>>
        |   VariableName: User/livelog_stream
        └── Reference: <ValueStream<string>>

LiveLogStreamSlot

Accessing the Log Stream

LiveLog
├── DynamicReferenceVariableDriver<IValue<string>>
|   ├── VariableName: "User/livelog_stream"
|   └── Target: → ValueSource on ValueDriver^1 on LiveLog
└── ValueDriver<string>
    └── ValueSource: → LiveLog Stream (ValueStream)

LiveLogSlot