From 39a7b8612a74814102dd64fa1d7368d85547df7f Mon Sep 17 00:00:00 2001 From: Nytra <14206961+Nytra@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:57:08 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9968b23..43384ba 100644 --- a/README.md +++ b/README.md @@ -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, delete `winhttp.dll` from the Resonite folder ## Feature Overview @@ -57,8 +61,6 @@ 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 * 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. From 1872d01b67113720ceb7e70dac1e810f08c27f53 Mon Sep 17 00:00:00 2001 From: Arne Kiesewetter Date: Tue, 10 Dec 2024 00:10:58 +0100 Subject: [PATCH 2/2] Add new features to readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43384ba..be062c7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ and when the game shuts down. ### How to disable - Use the Steam launch argument `--doorstop-enabled false` -- Alternatively, delete `winhttp.dll` from the Resonite folder +- Alternatively, rename or remove the `winhttp.dll` file in the Resonite folder ## Feature Overview @@ -50,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 @@ -59,10 +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 +* 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