From 220afb8a5b1577862462f80f927ce3bf03ed11f7 Mon Sep 17 00:00:00 2001 From: GeodeBot Date: Sun, 26 May 2024 14:59:48 +0000 Subject: [PATCH] Update from Rynat86 - rynat.better_unlock_info Accepted by: Prevter --- config.json | 3 +- .../rynat.better_unlock_info/1.1.2/entry.json | 17 +++++ .../rynat.better_unlock_info/1.1.2/mod.json | 69 ++++++++++++++++++ mods-v2/rynat.better_unlock_info/about.md | 1 + mods-v2/rynat.better_unlock_info/changelog.md | 17 +++-- mods-v2/rynat.better_unlock_info/logo.png | Bin 58744 -> 58744 bytes 6 files changed, 100 insertions(+), 7 deletions(-) create mode 100644 mods-v2/rynat.better_unlock_info/1.1.2/entry.json create mode 100644 mods-v2/rynat.better_unlock_info/1.1.2/mod.json diff --git a/config.json b/config.json index f34eb46e..4578e561 100644 --- a/config.json +++ b/config.json @@ -2891,7 +2891,8 @@ "1.0.2", "1.0.3", "1.1.0", - "1.1.1" + "1.1.1", + "1.1.2" ] }, "hiimjustin000.more_object_info": { diff --git a/mods-v2/rynat.better_unlock_info/1.1.2/entry.json b/mods-v2/rynat.better_unlock_info/1.1.2/entry.json new file mode 100644 index 00000000..e746a366 --- /dev/null +++ b/mods-v2/rynat.better_unlock_info/1.1.2/entry.json @@ -0,0 +1,17 @@ +{ + "commit-author": "Rynat86", + "platforms": [ + "windows", + "android32", + "android64" + ], + "mod": { + "download": "https://github.com/Rynat86/Better-Unlock-Info/releases/download/v1.1.2/rynat.better_unlock_info.geode", + "hash": "9f67f0baf8c5a04dbdd8e49d3de2de13a47d3b186c61adda78b845c181621a39", + "hash256": "6c936dbe6220107b02749159bcef908a2bc8f1f725f1cb9c27d42392e8087416" + }, + "tags": [ + "enhancement", + "interface" + ] +} \ No newline at end of file diff --git a/mods-v2/rynat.better_unlock_info/1.1.2/mod.json b/mods-v2/rynat.better_unlock_info/1.1.2/mod.json new file mode 100644 index 00000000..4761694e --- /dev/null +++ b/mods-v2/rynat.better_unlock_info/1.1.2/mod.json @@ -0,0 +1,69 @@ +{ + "geode":"2.0.0-beta.26", + "gd": + { + "win": "2.204", + "android": "2.205" + }, + "version":"v1.1.2", + "id":"rynat.better_unlock_info", + "name":"Better Unlock Info", + "developer":"Rynat", + "description":"Shows how to unlock icons that someone is using and more info about them.", + "repository": "https://github.com/Rynat86/Better-Unlock-Info", + "tags": ["enhancement", "interface"], + "dependencies": + [ + { + "id": "geode.node-ids", + "version": ">=v1.11.0", + "importance": "required" + } + ], + "settings": + { + "jetpackToggle": + { + "name":"Show Jetpack On Profile", + "description":"Will put the currently used Jetpack next to the other icons on Profile Page. If disabled the Jetpack won't be able to be seen at all", + "type":"bool", + "default":true + }, + "deathEffectToggle": + { + "name":"Show Death Effect On Profile", + "description":"Will put the currently used Death Effect next to the other icons on Profile Page", + "type":"bool", + "default":false + }, + "equipToggle": + { + "name":"Hide \"Use\" Button", + "description":"Will hide the equip \"Use\" button in the top left corner of the icon popup", + "type":"bool", + "default":false + }, + "useMyColorsToggle": + { + "name":"Hide Toggle Your Colors", + "description":"Will hide the toggle that switches between your colors in the top right corner of the icon popup", + "type":"bool", + "default":false + }, + "progressToggle": + { + "name":"Hide Progress Bar", + "description":"Will hide the progress bar in the bottom right part of the icon popup and replaces it with an icon", + "type":"bool", + "default":false + } + }, + "resources": + { + "files":["resources/jsons/*.json"], + "spritesheets": + { + "Mics":["resources/spritesheets/misc/*.png"] + } + } +} diff --git a/mods-v2/rynat.better_unlock_info/about.md b/mods-v2/rynat.better_unlock_info/about.md index d9f1034e..20a1672d 100644 --- a/mods-v2/rynat.better_unlock_info/about.md +++ b/mods-v2/rynat.better_unlock_info/about.md @@ -36,4 +36,5 @@ This is my first mod so it's possible that there could be incompatibilities. - To see how many friends you have in a friend unlock you need to open the popup twice - I didnt really pay attention to spinoff games unlocks cuz i think it's still broken to merge saves, idk tho I could be wrong, same goes for ad chest unlocks - The unlock progress bar doesn't currectly show up for creator related unlocks +- Buying animations in garage will show them as toggled on but they are actually off - If a player didn't log in in 2.2 the glow color will show as green \ No newline at end of file diff --git a/mods-v2/rynat.better_unlock_info/changelog.md b/mods-v2/rynat.better_unlock_info/changelog.md index 8c9231e4..0169d59a 100644 --- a/mods-v2/rynat.better_unlock_info/changelog.md +++ b/mods-v2/rynat.better_unlock_info/changelog.md @@ -1,12 +1,17 @@ +# v1.1.2 + - Added Android32 support + - Fixed crashes when buying colors in garage + - Fixed incorect sizes when buying icons in garage + # v1.1.1 - - ensure that animations are being played when the [Animated Profile Icons](https://geode-sdk.org/mods/thesillydoggo.animatedprofiles) mod is installed + - Ensure that animations are being played when the [Animated Profile Icons](https://geode-sdk.org/mods/thesillydoggo.animatedprofiles) mod is installed # v1.1.0 - - added Android support - - fixed incorrect shard values - - fixed overlapping text with [BetterInfo](https://geode-sdk.org/mods/cvolton.betterinfo) mod - - fixed spider being animated without [Animated Profile Icons](https://geode-sdk.org/mods/thesillydoggo.animatedprofiles) mod - - fixed crashes with blocked Users + - Added Android support + - Fixed incorrect shard values + - Fixed overlapping text with [BetterInfo](https://geode-sdk.org/mods/cvolton.betterinfo) mod + - Fixed spider being animated without [Animated Profile Icons](https://geode-sdk.org/mods/thesillydoggo.animatedprofiles) mod + - Fixed crashes with blocked Users # v1.0.3 - Fixed crash when purchasing Paths diff --git a/mods-v2/rynat.better_unlock_info/logo.png b/mods-v2/rynat.better_unlock_info/logo.png index 8cee6da559d1f6bf63e7a911aa096c493968ad92..edbfd4ec03fadbc62541d94118f525ffd9e2763f 100644 GIT binary patch delta 81 zcmexyiuuPW<_Y~AQhe6>F;!pIZ=Bx$MAXPE#L&db)Y8htT-(6F%D|w4d2jh->!&h` V7&4r3tfv`(z|+;wWt~$(69A$-8G8T# delta 81 zcmexyiuuPW<_Y~A9DK?w9cQ@~ZJgf!MAX0{#L&db*wo6vMBBi?%D~|Cw5J;