Smarter generic type suggestions for component selectors.
- C# 99.7%
- Nix 0.3%
| .github/workflows | ||
| CherryTypes | ||
| CherryTypes.Tests | ||
| Screenshots | ||
| .gitignore | ||
| CherryTypes.sln | ||
| Directory.Build.props | ||
| global.json | ||
| README.md | ||
| shell.nix | ||
CherryTypes
A ResoniteModLoader mod for Resonite that lets you favorite generic types (components and ProtoFlux nodes are planned in the future). Favorited types are pinned to the top for easier access. If you specify a custom generic argument, it can also be favorited.
I made this mod to complement Cyro's CherryPick mod because typing on a VR keyboard is slow.
Screenshots
Note: The search bar is provided by CherryPick.
Installation
- Install ResoniteModLoader.
- Place CherryTypesName.dll into your
rml_modsfolder. This folder should be atC:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_modsfor a default install. You can create it if it's missing, or if you launch the game once with ResoniteModLoader installed it will create this folder for you. - Start the game. If you want to verify that the mod is working you can check your Resonite logs.
Configuration
The configuration uses a fully qualified type notation. If you want to change the order in which favorites appear, this is where you can change it.
{
"version": "1.0.0",
"values": {
"Enabled": true,
"Favorites": {
"Types": [
"System.Int32",
"System.Single",
"[Elements.Core]Elements.Core.float3"
]
}
}
}