diff --git a/mods/OceanRamen@Saturn/description.md b/mods/OceanRamen@Saturn/description.md new file mode 100644 index 00000000..bcf84fcc --- /dev/null +++ b/mods/OceanRamen@Saturn/description.md @@ -0,0 +1,29 @@ +# Saturn - Quality of life mod for Balatro + +**Saturn** is a lovely mod for [Balatro](https://www.playbalatro.com/) which introduces some Quality of Life features for better game expirience on endless mode. + +## Features + +- **Animation Control** + + - **Game Speed:** Allow increase game speed up to 16x. + - **Remove Animations:** Eliminate in-game animations to speed up game loop in later antes. + - **Pause after scoring:** Provides some time to shuffle jokers during scoring + +- **Consumable Management** + + - **Stacking:** Stacking of consumable cards. Merge all negative copies of planets, tarots or other consumables to reduce lag. + +- **Enhanced Deck Viewer** + - **Hide Played Cards:** hide played cards in deck view. + +## Installation + +1. Install [lovely](https://github.com/ethangreen-dev/lovely-injector) by following instructions in repository page. Make sure your antivirus is not removing it; +2. Download [latest release](https://github.com/OceanRamen/Saturn/releases/latest) of mod by selecting `Source code (zip)` option; +3. Put a folder from archive into game's `Mods` folder (can be found in `%appdata%/Balatro/Mods`). Make sure there's no "folder with folder with mod" situation; +4. Start a game. If all done correctly, new button should appear in options menu; + +## Contributing + +Contributions are welcome! If you found any bug or want a new feature, [make an issue](https://github.com/OceanRamen/Saturn/issues). \ No newline at end of file diff --git a/mods/OceanRamen@Saturn/meta.json b/mods/OceanRamen@Saturn/meta.json new file mode 100644 index 00000000..86f5f323 --- /dev/null +++ b/mods/OceanRamen@Saturn/meta.json @@ -0,0 +1,15 @@ +{ + "title": "Saturn", + "requires-steamodded": false, + "requires-talisman": false, + "categories": [ + "Technical", + "Miscellaneous" + ], + "author": "Saturn", + "repo": "https://github.com/OceanRamen/Saturn", + "downloadURL": "https://github.com/OceanRamen/Saturn/archive/refs/tags/alpha-0.2.2-E-qf3.zip", + "folderName": "Saturn", + "version": "alpha-0.2.2-E-qf3", + "automatic-version-check": true +} diff --git a/mods/OceanRamen@Saturn/thumbnail.jpg b/mods/OceanRamen@Saturn/thumbnail.jpg new file mode 100644 index 00000000..d2571813 Binary files /dev/null and b/mods/OceanRamen@Saturn/thumbnail.jpg differ