-
-
Notifications
You must be signed in to change notification settings - Fork 67
Properties_T_MSCLoader_SettingsKeybind
piotrulos edited this page Jun 19, 2026
·
1 revision
| GetKeybindValue | Get the current keybind combination as string (if no modifier, only key will be displayed) (do not parse this value for input checking) |
| GetKeyValue | Get the current set key for keybind as KeyCode (do not use this value for input checking) |
| GetModifierValue | Get the current set modifier for keybind as KeyCode (if no modifier, KeyCode.None will be returned) (do not use this value for input checking) |
- How to install MSCLoader using MSCLInstaller
- How to install mods
- Official experimental linux support
- Unofficial tutorial for linux (wine/proton)
- Install Visual Studio for MSCLoader
- Install template for Visual Studio
- How to use templates
- Debugging your mods in Visual Studio
- Enable DevMode to help with debugging
- Uploading and creating Self update feature for your mod or reference
- How to create and use Asset Bundles