art0007i / DefaultToolOverride

A Resonite Mod Loader Mod

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DefaultToolOverride

A ResoniteModLoader mod for Resonite that gives you full control over the desktop number row tool keybinds.

This mod allows rebinding the 0-9 keys (and minus) in five different ways:

  • Fallback: The key will behave exactly the same as it would without the mod.
  • None: The key will do nothing. Can be useful if you want to create a multitool for desktop mode.
  • Dequip: Dequips and stashes the currently held tool. aka the default action of the 1 key.
  • URL: Spawns a tool from the record / asset URL specified inside the "string" config key.
  • ClassName: Spawns an empty slot with the tool component specified in the "string" config key. This is useful because a lot of the tools will generate a basic visual when attached. Examples can be found in the DefaultClassNames.json file which contains all the default tools, but as ClassNames.

Installation

  1. Install ResoniteModLoader.
  2. Place DefaultToolOverride.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.

About

A Resonite Mod Loader Mod

License:MIT No Attribution


Languages

Language:C# 100.0%