Merge branch 'skyline69:main' into feat/monorepo-support
55
mods/ABGamma@Brainstorm-Rerolled/description.md
Normal file
@@ -0,0 +1,55 @@
|
||||
# Brainstorm Rerolled
|
||||
This is a fork of both [Brainstorm](https://github.com/OceanRamen/Brainstorm) created by [OceanRamen](https://github.com/OceanRamen) as well as [Immolate](https://github.com/SpectralPack/Immolate) please give credit to them as I have simply modified the hard work they did
|
||||
|
||||
# /!\ Not compatible with macOS /!\
|
||||
|
||||
## Description
|
||||
This repository houses both the code for the brainstorm mod as well as the code for the C++ version of the Immolate seed finder. If you would like to create your own filters simply
|
||||
add the code to the Immolate.cpp file, update the brainstorm endpoints to include whatever you need and then build it. This will generate a dll
|
||||
that you can then place in the mods folder of balatro. The brainstorm mod will automatically detect the dll and use it, though you will need to update the brainstorm.lua and ui.lua
|
||||
in order to properly use your new options
|
||||
|
||||
## Features
|
||||
### Save-States
|
||||
Brainstorm has the capability to save up to 5 save-states through the use of in-game key binds.
|
||||
> To create a save-state: Hold `z + 1-5`
|
||||
> To load a save-state: Hold `x + 1-5`
|
||||
|
||||
Each number from 0 - 5 corresponds to a save slot. To overwrite an old save, simply create a new save-state in it's slot.
|
||||
|
||||
### Fast Rerolling
|
||||
Brainstorm allows for super-fast rerolling through the use of an in-game key bind.
|
||||
> To fast-roll: Press `Ctrl + r`
|
||||
|
||||
### Auto-Rerolling
|
||||
Brainstorm can automatically reroll for parameters as specified by the user.
|
||||
You can edit the Auto-Reroll parameters in the Brainstorm in-game settings page.
|
||||
> To Auto-Reroll: Press `Ctrl + a`
|
||||
|
||||
### Various Filters
|
||||
In addition to the original filters from brainstorm I have added a few more filters that can help facilitate Crimson Bean or simply an easy early game
|
||||
|
||||
ANTE 8 BEAN: This ensures you get a Turtle Bean within the first 150 items in the shop
|
||||
LATE BURGLAR: This ensures there is a burglar within the first 50-150 cards in the ante 6, 7, or 8 shop
|
||||
RETCON: This ensures that the retcon voucher appears before or in ante 8
|
||||
EARLY COPY + MONEY: This ensures that between the shop and the packs in ante 1 you get a brainstorm, blueprint, and some form of money generation
|
||||
|
||||
### Custom Filtering
|
||||
I have added some basic code and an example to go off of to create custom filters. I have set it up so that custom filters will override any other selected filter to avoid crashes. If you want to use
|
||||
the mod as originally created simply keep the custom filters set to "No Filter". If you want to create your own custom filters you will need to edit immolate.cpp and immolate.hpp to add your custom filter similar to how I added the "Negative Blueprint" filter
|
||||
once added there you can build it and then copy the resulting dll into the brainstorm mod folder. Then you need to update the ui.lua and brainstorm.lua too add your new filter to the list.
|
||||
|
||||
#### Adding Custom Filters
|
||||
1. Open immolate.hpp
|
||||
1. Add the name of your new filter to `enum class customFilters`
|
||||
1. Add a new case in `inline std::string filterToString(customFilters f)` for your new filter
|
||||
1. add a new if statement in `inline customFilters stringToFilter(std::string i)` for your new filter
|
||||
1. Open immolate.cpp
|
||||
1. Add a new case in the switch statement for your filter to `long filter(Instance inst)`
|
||||
1. Add corresponding code inside of that case for your custom filter
|
||||
1. Save and build the C++ code and copy the resulting dll into the brainstorm mod folder
|
||||
1. Open ui.lua
|
||||
1. Add a new entry to the `local custom_filter_list` corresponding to your new filter
|
||||
1. Add a new entry to the `local custom_filter_keys` corresponding to your new filter
|
||||
1. Save ui.lua and run the game
|
||||
1. Your new filter should now be usable in the brainstorm settings
|
||||
16
mods/ABGamma@Brainstorm-Rerolled/meta.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"title": "Brainstorm-Rerolled",
|
||||
"requires-steamodded": false,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Technical",
|
||||
"Miscellaneous"
|
||||
],
|
||||
"author": "OceanRamen and ABGamma",
|
||||
"repo": "https://github.com/ABGamma/Brainstorm-Rerolled/",
|
||||
"downloadURL": "https://github.com/ABGamma/Brainstorm-Rerolled/releases/latest/download/Brainstorm-Rerolled.zip",
|
||||
"folderName": "Brainstorm-Rerolled",
|
||||
"version": "Brainstorm-Rerolled-1.0.2-alpha",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
BIN
mods/ABGamma@Brainstorm-Rerolled/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 84 KiB |
@@ -11,5 +11,5 @@
|
||||
"repo": "https://github.com/BakersDozenBagels/BalatroBakery",
|
||||
"downloadURL": "https://github.com/BakersDozenBagels/BalatroBakery/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "488197e"
|
||||
"version": "6b48bcf"
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"repo": "https://github.com/GuilloryCraft/ExtraCredit",
|
||||
"downloadURL": "https://github.com/GuilloryCraft/ExtraCredit/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "94bd9fb"
|
||||
"version": "0855210"
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/DigitalDetective47/next-ante-preview",
|
||||
"downloadURL": "https://github.com/DigitalDetective47/next-ante-preview/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "72c035a"
|
||||
"version": "fd72a1d"
|
||||
}
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"repo": "https://github.com/energykid/SuperFine",
|
||||
"downloadURL": "https://github.com/energykid/SuperFine/releases/latest/download/SuperFine.zip",
|
||||
"folderName": "SuperFine",
|
||||
"version": "release",
|
||||
"version": "v1.0.5",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"repo": "https://github.com/Eremel/Galdur",
|
||||
"downloadURL": "https://github.com/Eremel/Galdur/archive/refs/heads/master.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "0cc3ca1"
|
||||
"version": "c0b9ad3"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"repo": "https://github.com/EricTheToon/Fortlatro",
|
||||
"downloadURL": "https://github.com/EricTheToon/Fortlatro/releases/latest/download/Fortlatro.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "1.1.6"
|
||||
"version": "1.1.7"
|
||||
}
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
"repo": "https://github.com/Fantom-Balatro/Fantoms-Preview",
|
||||
"downloadURL": "https://github.com/Fantom-Balatro/Fantoms-Preview/releases/latest/download/Fantoms-Preview.zip",
|
||||
"folderName": "Fantoms-Preview",
|
||||
"version": "v2.3.0",
|
||||
"version": "v2.3.1",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/Finnaware/Finn-Pokelatro",
|
||||
"downloadURL": "https://github.com/Finnaware/Finn-Pokelatro/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "34651f5"
|
||||
"version": "edd7cc0"
|
||||
}
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"repo": "https://github.com/kierkat10/Cryptposting",
|
||||
"downloadURL": "https://github.com/kierkat10/Cryptposting/archive/refs/heads/main.zip",
|
||||
"folderName": "Cryptposting",
|
||||
"version": "8e0ed83",
|
||||
"version": "1342ba6",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"repo": "https://github.com/GunnableScum/Visibility",
|
||||
"downloadURL": "https://github.com/GunnableScum/Visibility/releases/latest/download/Visibility.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "demo-hotfix"
|
||||
"version": "v1.0.2"
|
||||
}
|
||||
|
||||
@@ -9,6 +9,6 @@
|
||||
"repo": "https://github.com/icyethics/Kino",
|
||||
"downloadURL": "https://github.com/icyethics/Kino/archive/refs/heads/main.zip",
|
||||
"folderName": "Kino",
|
||||
"version": "539f054",
|
||||
"version": "5568884",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"repo": "https://github.com/InertSteak/Pokermon",
|
||||
"downloadURL": "https://github.com/InertSteak/Pokermon/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "bc16526"
|
||||
"version": "324def2"
|
||||
}
|
||||
|
||||
4
mods/JosephPB09@CuriLatro/description.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# CuriLatro
|
||||
This mod changes some jokers to curis created or shared in the Balatro fans Facebook group.
|
||||
|
||||
only put this folder into the mod manager folder
|
||||
14
mods/JosephPB09@CuriLatro/meta.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "CuriLatro",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Resource Packs"
|
||||
],
|
||||
"author": "JosephPB09 and Balatro fans",
|
||||
"repo": "https://github.com/JosephPB0909/CuriLatro",
|
||||
"downloadURL": "https://github.com/JosephPB0909/CuriLatro/archive/refs/tags/mod.zip",
|
||||
"folderName": "CuriLatro",
|
||||
"version": "mod",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
BIN
mods/JosephPB09@CuriLatro/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 80 KiB |
@@ -10,6 +10,6 @@
|
||||
"repo": "https://github.com/KROOOL/Tiendita-s-Jokers",
|
||||
"downloadURL": "https://github.com/KROOOL/Tiendita-s-Jokers/archive/refs/heads/main.zip",
|
||||
"folderName": "Tiendita's Jokers",
|
||||
"version": "2b310d2",
|
||||
"version": "7c01a1e",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"repo": "https://github.com/larswijn/CardSleeves",
|
||||
"downloadURL": "https://github.com/larswijn/CardSleeves/archive/refs/heads/master.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "342307d"
|
||||
"version": "c2a22f0"
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/LimeEffy/Celestial-Funk",
|
||||
"downloadURL": "https://github.com/LimeEffy/Celestial-Funk/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "01123a0"
|
||||
"version": "0cd8f89"
|
||||
}
|
||||
|
||||
12
mods/MathIsFun0@Ankh/description.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Ankh
|
||||
An in-game timer, autosplitter, and replay mod for Balatro.
|
||||
|
||||
## Using Ankh
|
||||
All runs uploaded to Speedrun.com with this mod must use its Official Mode, which you can find in the profile selection menu.
|
||||
To reset runs with multiple segments, hold down Control+R instead of just R.
|
||||
|
||||
# Beta 2.0.0
|
||||
Note: This is a beta version of Ankh, so expect bugs! Additionally, it is also not recommended in Speedrun.com submissions.
|
||||
Special thanks to @OceanRamen for their help in the development process of 2.0.0.
|
||||
|
||||
There is an [FAQ Doc](https://docs.google.com/document/d/1bBCoUyFRuezepSOG2u0so5UJD-7u81b_JHw-fyyQUcc/edit?tab=t.0) for more assistance.
|
||||
15
mods/MathIsFun0@Ankh/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Ankh",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Miscellaneous"
|
||||
],
|
||||
"author": "MathIsFun0 & OceanRamen",
|
||||
"repo": "https://github.com/SpectralPack/Ankh/",
|
||||
"downloadURL": "https://github.com/SpectralPack/Ankh/releases/download/v2.0.0-beta3/MathIsFun0-Ankh.zip",
|
||||
"folderName": "Ankh",
|
||||
"automatic-version-check": false,
|
||||
"version": "v2.0.0-beta3"
|
||||
}
|
||||
BIN
mods/MathIsFun0@Ankh/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 266 KiB |
@@ -7,8 +7,8 @@
|
||||
],
|
||||
"author": "MathIsFun0",
|
||||
"repo": "https://github.com/MathIsFun0/Cryptid",
|
||||
"downloadURL": "https://github.com/MathIsFun0/Cryptid/archive/refs/tags/v0.5.8.zip",
|
||||
"downloadURL": "https://github.com/MathIsFun0/Cryptid/archive/refs/tags/v0.5.9.zip",
|
||||
"folderName": "Cryptid",
|
||||
"automatic-version-check": true,
|
||||
"version": "v0.5.8"
|
||||
"version": "v0.5.9"
|
||||
}
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
"downloadURL": "https://github.com/MathIsFun0/Talisman/releases/latest/download/Talisman.zip",
|
||||
"folderName": "Talisman",
|
||||
"automatic-version-check": true,
|
||||
"version": "v2.2.0c"
|
||||
"version": "v2.3.0"
|
||||
}
|
||||
|
||||
1
mods/MothBall@ModOfTheseus/description.md
Normal file
@@ -0,0 +1 @@
|
||||
Community driven content mod with Cryptid/Entropy-style balance
|
||||
15
mods/MothBall@ModOfTheseus/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Mod of Theseus",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": true,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker"
|
||||
],
|
||||
"author": "MothBall",
|
||||
"repo": "https://github.com/Mod-Of-Theseus/Mod-Of-Theseus",
|
||||
"downloadURL": "https://github.com/Mod-Of-Theseus/Mod-Of-Theseus/archive/refs/heads/main.zip",
|
||||
"folderName": "ModOfTheseus",
|
||||
"version": "e904a28",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
BIN
mods/MothBall@ModOfTheseus/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 187 KiB |
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/Mysthaps/LobotomyCorp",
|
||||
"downloadURL": "https://github.com/Mysthaps/LobotomyCorp/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "8338e5a"
|
||||
"version": "8ca687d"
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"repo": "https://github.com/neatoqueen/NeatoJokers",
|
||||
"downloadURL": "https://github.com/neatoqueen/NeatoJokers/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "177d41e"
|
||||
"version": "9bb678b"
|
||||
}
|
||||
|
||||
22
mods/OceanRamen@Saturn/description.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# 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.
|
||||
|
||||
## Contributing
|
||||
|
||||
Contributions are welcome! If you found any bug or want a new feature, [make an issue](https://github.com/OceanRamen/Saturn/issues).
|
||||
15
mods/OceanRamen@Saturn/meta.json
Normal file
@@ -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
|
||||
}
|
||||
BIN
mods/OceanRamen@Saturn/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 321 KiB |
@@ -7,16 +7,21 @@
|
||||
|
||||
# Features
|
||||
- 24 Deck Skins
|
||||
- 83 Jokers
|
||||
- 84 Jokers
|
||||
- 30 Blinds (Dates)
|
||||
- 4 Seals
|
||||
- 4 Suits
|
||||
- 1 Deck Back
|
||||
- 7 Deck Backs
|
||||
- 2 Vouchers
|
||||
- 3 Tarots
|
||||
- 2 Planets
|
||||
- 1 Spectral
|
||||
- 1 Enhancement
|
||||
|
||||
# Notes:
|
||||
|
||||
This mod does **NOT** require [Malverk](https://github.com/Eremel/Malverk), but it is compatible with it and will add itself as a texture pack if [Malverk](https://github.com/Eremel/Malverk) is also installed.
|
||||
|
||||
# Credits
|
||||
Textures modified from textures in **[Huniepop 2: Double Date](https://huniepop2doubledate.com/)** and **[Huniecam Studio](https://huniecamstudio.com/)** are used with permission from the developer. These textures are owned by **[Huniepot](https://huniepot.com/)**.
|
||||
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/onesuchkeeper/Hunatro",
|
||||
"downloadURL": "https://github.com/onesuchkeeper/hunatro/releases/latest/download/hunatro.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "v1.0.2"
|
||||
"version": "v1.1.1"
|
||||
}
|
||||
|
||||
13
mods/OneSuchKeeper@TelepurteCards/description.md
Normal file
@@ -0,0 +1,13 @@
|
||||
## Telepurte Cards
|
||||
|
||||
# Features
|
||||
- 4 Deck Skins
|
||||
- 4 Joker Skins
|
||||
|
||||
# Notes
|
||||
This mod does **NOT** require [Malverk](https://github.com/Eremel/Malverk), but it is compatible with it and will add itself as a texture pack if [Malverk](https://github.com/Eremel/Malverk) is also installed.
|
||||
|
||||
# Credits
|
||||
Nila pixel art, origional suit joker art and characters by **[Telepurte](https://x.com/Telepeturtle)**
|
||||
|
||||
Development and all other textures are by **[OneSuchKeeper](https://www.youtube.com/@onesuchkeeper8389)**
|
||||
13
mods/OneSuchKeeper@TelepurteCards/meta.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"title": "Telepurte Cards",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Resource Packs"
|
||||
],
|
||||
"author": "OneSuchKeeper",
|
||||
"repo": "https://github.com/onesuchkeeper/telepurtedeck",
|
||||
"downloadURL": "https://github.com/onesuchkeeper/telepurtedeck/releases/latest/download/TelepurteCards.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "v1.0.1"
|
||||
}
|
||||
BIN
mods/OneSuchKeeper@TelepurteCards/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 427 KiB |
@@ -10,5 +10,5 @@
|
||||
"repo": "https://github.com/OOkayOak/Challenger-Deep",
|
||||
"downloadURL": "https://github.com/OOkayOak/Challenger-Deep/releases/latest/download/ChallengerDeep.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "v1.4.0"
|
||||
"version": "v1.4.2"
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/RattlingSnow353/Familiar/tree/main",
|
||||
"downloadURL": "https://github.com/RattlingSnow353/Familiar/archive/refs/heads/BetterCalc-Fixes.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "b5a9715"
|
||||
"version": "0dcd89b"
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/Cdrvo/Revos-Vault---Balatro-Mod",
|
||||
"downloadURL": "https://github.com/Cdrvo/Revos-Vault---Balatro-Mod/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "6571f86"
|
||||
"version": "30a6ff8"
|
||||
}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
],
|
||||
"author": "Roffle's Chat",
|
||||
"repo": "https://github.com/MamiKeRiko/Rofflatro",
|
||||
"downloadURL": "https://github.com/MamiKeRiko/Rofflatro/archive/refs/tags/v1.1.2.zip",
|
||||
"downloadURL": "https://github.com/MamiKeRiko/Rofflatro/archive/refs/tags/v1.1.3e.zip",
|
||||
"folderName": "Rofflatro",
|
||||
"version": "v1.1.2",
|
||||
"version": "v1.1.3e",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"repo": "https://github.com/SDM0/SDM_0-s-Stuff",
|
||||
"downloadURL": "https://github.com/SDM0/SDM_0-s-Stuff/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "c629bff"
|
||||
"version": "988681d"
|
||||
}
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
"repo": "https://github.com/smg9000/Cryptid-MoreMarioJokers",
|
||||
"downloadURL": "https://github.com/smg9000/Cryptid-MoreMarioJokers/archive/refs/heads/main.zip",
|
||||
"folderName": "Cryptid-MoreMarioJokers",
|
||||
"version": "5505084",
|
||||
"version": "4f7c987",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
26
mods/SirMaiquis@Baldatro/description.md
Normal file
@@ -0,0 +1,26 @@
|
||||
# Baldatro Mod for Balatro
|
||||
|
||||
Baldatro is a mod that makes all the jokers bald, thats it, enjoy!
|
||||
|
||||
## Features
|
||||
|
||||
- **Makes almost all Jokers bald**: Thats it, not much to say.
|
||||
|
||||
## Installation
|
||||
|
||||
To install the "Baldatro" mod, follow these steps:
|
||||
|
||||
1. This mod requires [Steamodded](https://github.com/Steamodded/smods).
|
||||
2. Just the download the "Baldatro-vx.zip" file from releases of the mod and extract it in your C:\Users\<USER>\AppData\Roaming\Balatro\Mods or %appdata%\Balatro\Mods directory.
|
||||
|
||||
## Support
|
||||
|
||||
If you encounter any problems or have questions, please open an issue in this repository. Feedback and suggestions are always appreciated!
|
||||
|
||||
Thank you for using or contributing to the Stickers Always Shown mod!
|
||||
|
||||
## Contributors
|
||||
|
||||
Special thanks to the mod contributors:
|
||||
|
||||
- [@SirMaiquis](https://github.com/SirMaiquis) - Main developer and maintainer of the mod.
|
||||
15
mods/SirMaiquis@Baldatro/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Baldatro",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Resource Packs",
|
||||
"Joker"
|
||||
],
|
||||
"author": "SirMaiquis",
|
||||
"repo": "https://github.com/SirMaiquis/Balatro-Baldatro",
|
||||
"downloadURL": "https://github.com/SirMaiquis/Balatro-Baldatro/releases/latest/download/Baldatro.zip",
|
||||
"folderName": "Baldatro",
|
||||
"automatic-version-check": true,
|
||||
"version": "v1.0.0"
|
||||
}
|
||||
BIN
mods/SirMaiquis@Baldatro/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
@@ -1,18 +1,15 @@
|
||||
Handy - a lovely mod which adds a bunch of new controls designed to make playing Balatro much easier.
|
||||
Especially useful with other mods where using or selling thousands of cards and opening hundreds of booster packs is a common gameplay.
|
||||
Key features
|
||||
Handy - a lovely mod which adds new controls and keybinds to the game
|
||||
designed for faster and easier playing Vanilla and Modded Balatro.
|
||||
|
||||
Keybinds for common buttons: "Play", "Discard", "Reroll shop", "Leave shop", "Skip Booster pack", "Skip blind", "Select blind", "Sort hand by rank/suit", "Deselect hand", "Cash out", "Run info", "View deck", "Deck preview";
|
||||
Highlight cards in hand on hover + keybind for highlight entire hand;
|
||||
Keybinds to move highlight/card in card areas: Jokers, Consumabled, Shop, Booster packs, etc;
|
||||
Hold keybinds to quick buy/sell/use cards + unsafe versions for maximum speed;
|
||||
In-game ability to adjust game speed (from x1/512 to x512);
|
||||
Mods support:
|
||||
Not Just Yet: keybind for "End round" button;
|
||||
Nopeus: In-game ability to adjust "Fast-Forward" setting (from "Off" to "Unsafe");
|
||||
For keybindsб "On press" or "On release" trigger mode can be selected.
|
||||
Each feature can be toggled and/or reassigned to any keyboard buttons, mouse buttons and mouse wheel
|
||||
No run or game restarts required.
|
||||
All listed controls and assigned keybinds listed in mod settings.
|
||||
Unsafe controls designed to be speed-first, which can cause bugs/crashes.
|
||||
Needs to be enabled separately in mod settings.
|
||||
- Vanilla-friendly: no new run required; stability is priority, safe for use in base game and Multiplayer;
|
||||
- Works without Steamodded: but included supports for variety of different mods (NotJustYet, Nopeus, Cryptid);
|
||||
- Fast hand selection: highlight cards just by hovering them;
|
||||
- Keybinds for all vanilla buttons and actions: play, discard, hand sorting, cash out, shop reroll, view deck, and more;
|
||||
- Game speed: adjust game speed up to x512 in-run;
|
||||
- Animation skip: instant scoring and removing unnecessary animations to speedup game even further;
|
||||
- Quick Buy/Sell/Use: controls to buy, sell or use cards faster;
|
||||
- Selection movement: more precise management on large amoung of jokers or consumables;
|
||||
- Full control: each feature can be disabled/enabled individually, each keybind can be reassigned to any keyboard or mouse button;
|
||||
- Gamepad support: most features can be used with gamepad aswell;
|
||||
- Presets: save up to 3 mod settings layouts and switch between them in-run to have more freedom with limited amount of buttons;
|
||||
- ...and more!
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/SleepyG11/HandyBalatro",
|
||||
"downloadURL": "https://github.com/SleepyG11/HandyBalatro/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "edc5735"
|
||||
"version": "ab4595b"
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/Steamodded/smods",
|
||||
"downloadURL": "https://github.com/Steamodded/smods/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "7d9be20"
|
||||
"version": "67279fa"
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"repo": "https://github.com/TheOneGoofAli/TOGAPackBalatro",
|
||||
"downloadURL": "https://github.com/TheOneGoofAli/TOGAPackBalatro/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "1494b4f"
|
||||
"version": "75155d2"
|
||||
}
|
||||
|
||||
11
mods/Th30ne@GrabBag/description.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Grab Bag
|
||||
Grab Bag is a Balatro mod that (as of v0.4.11) adds:
|
||||
- 46 (+8) Jokers
|
||||
- 3 Tarots
|
||||
- 1 Spectral
|
||||
- 3 Enhancements
|
||||
- 15 Boss Blinds
|
||||
- 5 Showdown Boss Blinds
|
||||
- and 4 Decks.
|
||||
|
||||
The content in this mod is supposed to feel vanilla, and I created this new content to be largely in line with the rules and design philosophy that localthunk follows when making Jokers and other content.
|
||||
15
mods/Th30ne@GrabBag/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "Grab Bag",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Content",
|
||||
"Joker"
|
||||
],
|
||||
"author": "Th30ne",
|
||||
"repo": "https://github.com/thefaketh30ne/grab-bag",
|
||||
"downloadURL": "https://github.com/thefaketh30ne/grab-bag/archive/refs/heads/main.zip",
|
||||
"folderName": "GrabBag",
|
||||
"automatic-version-check": true,
|
||||
"version": "6e81f67"
|
||||
}
|
||||
BIN
mods/Th30ne@GrabBag/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 150 KiB |
@@ -7,8 +7,8 @@
|
||||
],
|
||||
"author": "The Motherfucking Bearodactyl",
|
||||
"repo": "https://github.com/thebearodactyl/insolence-balatro",
|
||||
"downloadURL": "https://github.com/thebearodactyl/insolence-balatro/archive/refs/tags/2.0.5.zip",
|
||||
"downloadURL": "https://github.com/thebearodactyl/insolence-balatro/archive/refs/tags/2.1.2.zip",
|
||||
"folderName": "Insolence",
|
||||
"version": "2.0.5",
|
||||
"version": "2.1.2",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"downloadURL": "https://github.com/Trif3ctal/Lucky-Rabbit/archive/refs/heads/main.zip",
|
||||
"folderName": "LuckyRabbit",
|
||||
"automatic-version-check": true,
|
||||
"version": "ddcefd6"
|
||||
"version": "43057bf"
|
||||
}
|
||||
|
||||
@@ -11,6 +11,6 @@
|
||||
"repo": "https://github.com/1Zoker/ZokersModMenu",
|
||||
"downloadURL": "https://github.com/1Zoker/ZokersModMenu/releases/latest/download/ZokersModMenu.zip",
|
||||
"folderName": "ZokersModMenu",
|
||||
"version": "latest",
|
||||
"version": "Newest",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
],
|
||||
"author": "baimao",
|
||||
"repo": "https://github.com/Icecanno/Partner-API",
|
||||
"downloadURL": "https://github.com/Icecanno/Partner-API/archive/refs/tags/1.0.2c.zip",
|
||||
"version": "1.0.2c",
|
||||
"downloadURL": "https://github.com/Icecanno/Partner-API/archive/refs/tags/1.0.2e.zip",
|
||||
"version": "1.0.2e",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/cg-223/toomanyjokers",
|
||||
"downloadURL": "https://github.com/cg-223/toomanyjokers/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "a94e032"
|
||||
"version": "c781f0e"
|
||||
}
|
||||
|
||||
4
mods/colonthreeing@SealSeal/description.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# SealSeal
|
||||
Adds seals (the animal) for your seals (the stamp on your cards)!
|
||||
|
||||
Recommended to be used with the mod Malverk but it can run without it.
|
||||
12
mods/colonthreeing@SealSeal/meta.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"title": "SealSeal",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": ["Resource Packs"],
|
||||
"author": "colonthreeing",
|
||||
"repo": "https://github.com/colonthreeing/SealSealBalatro",
|
||||
"downloadURL": "https://github.com/colonthreeing/SealSealBalatro/releases/latest/download/SealSeal.zip",
|
||||
"folderName": "SealSeal",
|
||||
"version": "1.1.0",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
@@ -9,6 +9,6 @@
|
||||
"repo": "https://github.com/its-edalo/slay-the-jokers",
|
||||
"downloadURL": "https://github.com/its-edalo/slay-the-jokers/archive/main.zip",
|
||||
"folderName": "slay-the-jokers-main",
|
||||
"version": "c1e4ebd",
|
||||
"version": "v0.2",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/kcgidw/kcvanilla",
|
||||
"downloadURL": "https://github.com/kcgidw/kcvanilla/archive/refs/heads/master.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "5efbd7c"
|
||||
"version": "5966e57"
|
||||
}
|
||||
|
||||
BIN
mods/kcgidw@kcvanilla/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 102 KiB |
@@ -9,6 +9,6 @@
|
||||
"repo": "https://github.com/lord-ruby/Entropy",
|
||||
"downloadURL": "https://github.com/lord-ruby/Entropy/archive/refs/heads/main.zip",
|
||||
"folderName": "Entropy",
|
||||
"version": "1e1bb95",
|
||||
"version": "e54bff7",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"repo": "https://github.com/nh6574/JokerDisplay",
|
||||
"downloadURL": "https://github.com/nh6574/JokerDisplay/archive/refs/heads/master.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "1cdf2b5"
|
||||
"version": "e1ccfdd"
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"repo": "https://github.com/nh6574/JoyousSpring",
|
||||
"downloadURL": "https://github.com/nh6574/JoyousSpring/archive/refs/heads/master.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "bfe4f9b"
|
||||
"version": "c0a24f9"
|
||||
}
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
"author": "pi_cubed",
|
||||
"repo": "https://github.com/pi-cubed-cat/pi_cubeds_jokers",
|
||||
"downloadURL": "https://github.com/pi-cubed-cat/pi_cubeds_jokers/archive/refs/heads/main.zip",
|
||||
"version": "d1107b6",
|
||||
"version": "352ced1",
|
||||
"automatic-version-check": true
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"downloadURL": "https://github.com/gfreitash/balatro-mods/releases/download/black-seal__latest/black-seal.zip",
|
||||
"folderName": "black-seal",
|
||||
"automatic-version-check": true,
|
||||
"version": "qol-bundle__latest"
|
||||
"version": "black-seal__v3.2.9"
|
||||
}
|
||||
|
||||
@@ -10,5 +10,5 @@
|
||||
"downloadURL": "https://github.com/gfreitash/balatro-mods/releases/download/qol-bundle__latest/qol-bundle.zip",
|
||||
"folderName": "qol-bundle",
|
||||
"automatic-version-check": true,
|
||||
"version": "qol-bundle__latest"
|
||||
"version": "black-seal__v3.2.9"
|
||||
}
|
||||
|
||||
@@ -11,5 +11,5 @@
|
||||
"downloadURL": "https://github.com/gfreitash/balatro-mods/releases/download/rebalanced-stakes__latest/rebalanced-stakes.zip",
|
||||
"folderName": "rebalanced-stakes",
|
||||
"automatic-version-check": true,
|
||||
"version": "qol-bundle__latest"
|
||||
"version": "black-seal__v3.2.9"
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/stupxd/Cartomancer",
|
||||
"downloadURL": "https://github.com/stupxd/Cartomancer/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "662c833"
|
||||
"version": "5489211"
|
||||
}
|
||||
|
||||
@@ -9,5 +9,5 @@
|
||||
"repo": "https://github.com/the-Astra/Maximus",
|
||||
"downloadURL": "https://github.com/the-Astra/Maximus/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "1bd95dd"
|
||||
"version": "cea9a9b"
|
||||
}
|
||||
|
||||
2
mods/wingedcatgirl@GoToBedMinty/description.md
Normal file
@@ -0,0 +1,2 @@
|
||||
## Go to bed, Minty
|
||||
Removes the temptation to play "just one more run".
|
||||
14
mods/wingedcatgirl@GoToBedMinty/meta.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"title": "Go to bed, Minty",
|
||||
"requires-steamodded": true,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Quality of Life",
|
||||
"Miscellaneous"
|
||||
],
|
||||
"author": "wingedcatgirl",
|
||||
"repo": "https://github.com/wingedcatgirl/Go-To-Bed--Minty",
|
||||
"downloadURL": "https://github.com/wingedcatgirl/Go-To-Bed--Minty/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "3899f54"
|
||||
}
|
||||
@@ -8,7 +8,7 @@
|
||||
],
|
||||
"author": "wingedcatgirl",
|
||||
"repo": "https://github.com/wingedcatgirl/SpectrumFramework",
|
||||
"downloadURL": "https://github.com/wingedcatgirl/SpectrumFramework/releases/download/v0.8.0/SpectrumFramework-0.8.0.zip",
|
||||
"downloadURL": "https://github.com/wingedcatgirl/SpectrumFramework/releases/download/v0.8.1/SpectrumFramework-0.8.1.zip",
|
||||
"automatic-version-check": false,
|
||||
"version": "v0.8.0"
|
||||
"version": "v0.8.1"
|
||||
}
|
||||
|
||||
2
mods/wingedcatgirl@reUnlockAll/description.md
Normal file
@@ -0,0 +1,2 @@
|
||||
## re:Unlock All
|
||||
Brings back the Unlock All button if you switch mods and need it again.
|
||||
15
mods/wingedcatgirl@reUnlockAll/meta.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"title": "re:Unlock All",
|
||||
"folderName":"reUnlockAll",
|
||||
"requires-steamodded": false,
|
||||
"requires-talisman": false,
|
||||
"categories": [
|
||||
"Quality of Life",
|
||||
"Miscellaneous"
|
||||
],
|
||||
"author": "wingedcatgirl",
|
||||
"repo": "https://github.com/wingedcatgirl/re-Unlock-All",
|
||||
"downloadURL": "https://github.com/wingedcatgirl/re-Unlock-All/archive/refs/heads/main.zip",
|
||||
"automatic-version-check": true,
|
||||
"version": "c9b60d2"
|
||||
}
|
||||