Skip to content

This mod provides a simple performance metrics counter for Resonite, useful for world optimisation.

License

Notifications You must be signed in to change notification settings

esnya/ResoniteMetricsCounter

Repository files navigation

Resonite Metrics Counter

A ResoniteModLoader mod for Resonite.

Gei1YYFaQAAsnlv

This mod provides a simple performance metrics counter for Resonite, useful for world optimisation. It can measure execution times for components and ProtoFlux node groups. These execution times are measured per RefreshStage, helping you to identify and fix performance bottlenecks in your world.

Installation

  1. Install the ResoniteModLoader.
  2. Place the ResoniteMetricsCounter.dll into your rml_mods folder. This folder should be located at C:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods for a standard installation. You can create it if it's missing, or if you start the game once with the ResoniteModLoader installed it will create this folder for you.
  3. Launch the game. If you want to check that the mod is working you can check your Resonite logs.
  4. Open the Editor category in the Create Dialog.
  5. Press the Start Metrics Counter (mod) button.

Development Requirements

For development, you will need the ResoniteHotReloadLib to be able to hot reload your mod with DEBUG build.