https://github.com/xdelta/resoniteshowsourcelocation
A ResoniteModLoader mod for Resonite that allows seeing what is driving a field and where a component is located.
https://github.com/xdelta/resoniteshowsourcelocation
csharp mod resonite resonite-mod resonitemodloader
Last synced: about 1 year ago
JSON representation
A ResoniteModLoader mod for Resonite that allows seeing what is driving a field and where a component is located.
- Host: GitHub
- URL: https://github.com/xdelta/resoniteshowsourcelocation
- Owner: XDelta
- License: gpl-3.0
- Created: 2023-09-27T11:19:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T15:36:54.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T03:01:56.842Z (about 1 year ago)
- Topics: csharp, mod, resonite, resonite-mod, resonitemodloader
- Language: C#
- Homepage: https://discord.gg/T58KSBgUdJ
- Size: 38.1 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShowSourceLocation
A [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader) mod for [Resonite](https://resonite.com/) that allows seeing where a field is being driven from and where a component is located.
## Installation
1. Install [ResoniteModLoader](https://github.com/resonite-modding-group/ResoniteModLoader).
2. Place [ShowSourceLocation.dll](https://github.com/XDelta/ResoniteShowSourceLocation/releases/latest/download/ShowSourceLocation.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 the folder for you.
3. Start the game. If you want to verify that the mod is working you can check your Resonite logs.
## Usage
Click on the name of any driven field and a worker inspector on the driving source should open.
On the worker inspector, a button is also added on the top bar to open an inspector to the slot where the component is located
## Config Options
| Config Option | Default | Description |
| ------------------ | ------- | ----------- |
| `enabled` | `true` | Should the mod be enabled |
| `showTextInWorld` | ShowTextInWorld | Show floating text in world |