Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme: Remove array editing mention, add info for how to disable, add new features #80

Merged
merged 2 commits into from
Dec 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ and when the game shuts down.
- Native: Change the steam launch options to `./run_monkeyloader.sh %command%`
- Wine / Proton: Using winetricks / protontricks, add `winhttp` to the native libraries

### How to disable

- Use the Steam launch argument `--doorstop-enabled false`
- Alternatively, rename or remove the `winhttp.dll` file in the Resonite folder

## Feature Overview

Expand Down Expand Up @@ -46,6 +50,7 @@ to make the development of MonkeyLoader mods for Resonite a smooth experience.
* Setup a local action for buttons that is triggerable by anyone
* Nine Slice defined by two float4
* Shorthand to destroy a slot when the local user leaves
* Shorthand to setup tooltips
* Various new Monkeys setup for Resonite...
* (Configured)ResoniteMonkey
* ... and the event system
Expand All @@ -55,12 +60,13 @@ to make the development of MonkeyLoader mods for Resonite a smooth experience.

Additional built-in features for users:

* OpenLinkedDynamicVariableSpace
* Extra buttons on the headers of dynamic variable components to open the linked dynamic variable space
* SyncArrayEditor
* Arrays in inspectors will be editable using a proxy list
* Full Mod-provided Locale support
* Mod Settings integrated into the native Resonite Settings tab
* ModSettingStandaloneFacet
* Individual mod settings can be pulled out of the dash settings as standalone facets and placed anywhere in userspace. They will keep working even after restarts.
* OpenLinkedDynamicVariableSpace
* Extra buttons on the headers of dynamic variable components to open the linked dynamic variable space
* Tooltips (backwards-compatible with [Tooltippery by Psychpsyo](https://github.com/Psychpsyo/Tooltippery))


## Contributing
Expand Down
Loading