1
0

Added Cardsauce & DeckSkinsLite (#13)

This commit is contained in:
Efe
2025-02-13 01:28:54 +01:00
committed by GitHub
5 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Cardsauce
A Balatro mod made for Vinesauce!
**Cardsauce** is a Vinesauce-themed expansion for Balatro, made in collaboration with the Balatro Discord and Vinesauce communities! Featuring art from several talented artists, Cardsauce adds 70 new Jokers, as well as a handful of other new additions to the game.
[Join the discord here!](https://discord.gg/evwdM4Tvc5)
## Credits
Created by **BarrierTrio/Gote** in collaboration with **Keku**
Detailed credits for everyone else who contributed to the mod can be found in-game in Cardsauce's credits tab in the Mods menu. There are too many names to list here and some credits spoil a bit of the stuff you'll discover in the mod, so just download it and see it all for yourself!
A huge thank you to all the artists from Artcord Collaberative and the Vinesauce discord who joined the project, your help means the world! 💚

View File

@@ -0,0 +1,9 @@
{
"title": "Cardsauce",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Content", "Joker", "Miscellaneous"],
"author": "BarrierTrio & Keku",
"repo": "https://github.com/BarrierTrio/Cardsauce",
"downloadURL": "https://github.com/BarrierTrio/Cardsauce/releases/latest/download/Cardsauce.zip"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

View File

@@ -0,0 +1,15 @@
> [!CAUTION]
> DEPRECATED. This mod is made for compatibility with an old format for DeckSkins that is no longer used. As such, it is no longer being updated and I will not be giving any more support for it in the Balatro discord. **It will still work**, but I do not reccomend using it. If you can, PLEASE avoid using this, and use the DeckSkin API built into SMODS instead. It may be a bit more complicated, but it provides a much better system with many new features and optimizations. [Check out the SMODS Wiki Page for it here](https://github.com/Steamodded/smods/wiki/SMODS.DeckSkin).
# DeckSkinsLite
A mod for Balatro that simplifies the creation of custom skins for your deck. Custom Deck skins are automatically loaded from the mod's skins folder into the game.
## Creating New Deck Skins
All you need is a small .lua file that contains a table of variables in the /skins/ folder, and a 2 textures in the /assets/ folder (a 1x and 2x version).
Check the /.example/ folder for more details on how DeckSkinsLite add-ons are formatted, [or check the Documentation for more details!](https://github.com/Kekulism/DeckSkinsPlus/wiki/Skin-Documentation)
## Credits
Huge thanks to [OneSuchKeeper]([https://github.com/onesuchkeeper]) for converting the previous version of this mod, DeckSkins+, into an API inside Steammodded! Now DeckSkins can be added by anyone even if they don't use this mod :)

View File

@@ -0,0 +1,9 @@
{
"title": "DeckSkinsLite",
"requires-steamodded": true,
"requires-talisman": false,
"categories": ["Miscellaneous"],
"author": "Keku",
"repo": "https://github.com/Kekulism/DeckSkinsLite",
"downloadURL": "https://github.com/Kekulism/DeckSkinsLite/archive/refs/heads/main.zip"
}