BalaUI v0.4.0
A set of modding utilities for Balatro and Steamodded.
Changelog
0.4.0 - 8/6/2024
Added
- + Added a deck creator
Changed
- * Refactored component structure
0.3.0 - 7/24/2024
Added
- + Added a voucher creator
Fixed
- - Fixed a misspelling across localization files where the top-level "descriptions" was misspelled to "description"
- - Fixed translations missing for card description tags (like rarities)
- - Fixed missing commas after config key in code preview
0.2.6 - 7/24/2024
Changed
- * Share codes will now be compressed using the deflate algorithm before they get encoded with base64
0.2.5 - 7/24/2024
Added
- + Added tabs to the code preview
Changed
- * Changed generated localization files to use JSON instead of Lua
0.2.4 - 7/23/2024
Added
- + Added German translation
0.2.3 - 7/23/2024
Fixed
- - Fixed variables only being replaced on the first occurence
0.2.2 - 7/23/2024
This update adds i18n translation support to the site, which means you can now help translating BalaUI to different languages. At the moment, I'm still figuring out possibilities for how to implement different fonts for certain languages, so if you have an idea on how to solve that, it would be much appreciated.
Added
- + Added i18n support to the website
0.2.1 - 7/23/2024
Added
- + Added metadata for the joker and consumable creators
0.2.0 - 7/23/2024
Added
- + Added a consumable creator and made it shareable (please report bugs if you find them)
0.1.6 - 7/22/2024
Added
- + Made the joker creation shareable using a parameter in the URL
0.1.5 - 7/22/2024
Fixed
- - Fixed absurdly large clickable area of checkboxes
Changed
- * Turned the text box for the locale into a dropdown
0.1.4 - 7/22/2024
There's now a download button for the created joker, which will download the joker and the localization files as a zip file. Please make sure to change the PREFIX to your mod's prefix and adjust the localization files as such. Eventually, this will get a modal for entering the desired values.
Added
- + Added improved localization support
- + Added a download button to download the created Joker as a mod (this still requires some changes to the mod itself to remove placeholder values)
Changed
- * Changed variables to have names
- * Variables are now added to the config key and returned in the loc_vars function
0.1.3 - 7/22/2024
Removed
- - Removed Name field from Joker creator
Changed
- * Changed "Localized Name" and "Localized Text" to "Name" and "Description" in the Joker creator
0.1.2 - 7/22/2024
Fixed
- - Fixed underline not applying to nav links
Changed
- * Changed eternal_compat and perishable_compat to true by default
- * Changed changelog to display the dates using the browser's locale
0.1.1 - 7/21/2024
Fixed
- - Fixed incorrect pathing on the website
0.1.0 - 7/21/2024
This is the initial release of BalaUI. Expect some bugs and missing features.
Added
- + Added Joker creator
- + Added settings