#⚙・modding-general
1 messages · Page 216 of 1
Ortalab is great too! I forgot that one
how do you figure out what a mod actually adds? bunco has absolutely no description whatsoever and all of the additions are of course hidden or unlockable.
main menu > mods > bunco > additions
??
and if you want to see the locked cards, uhh just unlock all lol
i did that for the base game ffs
sorry im dumb how do you unlock all?
cant win gambling without cheating :3
click the profile in menu bottom left
and unlock all
Big win
tysm!
I am proud of myself for getting this joker to work 
-# thats like what. the 4th or 5th lucky sevens card
We need 7 of them
And if you have all 7 at once it’s like summoning exodia
is this easy to see the scenarios that you would use this?
no
Trying to add plus 2 joker slot effect to the pot of greed
still trying to figure this out
extra = {
Xmult = 100 --configurable value
joker_slot = 2
}
},
loc_vars = function(self,info_queue,center)
info_queue[#info_queue+1] = G.P_CENTERS.j_joker --adds "Joker"'s description next to this card's description
return {vars = {center.ability.extra.Xmult}} --#1# is replaced with card.ability.extra.Xmult
vars = {effect_config.joker_slot}
end,
check_for_unlock = function(self, args)
if args.type == 'derek_loves_you' then --not a real type, just a joke
unlock_card(self)
end
unlock_card(self) --unlocks the card if it isnt unlocked
end,
calculate = function(self,card,context)
if context.joker_main then
return {
card = card,
Xmult_mod = card.ability.extra.Xmult,
message = 'X' .. card.ability.extra.Xmult,
colour = G.C.MULT
joker_slots = card.ability.extra.joker_slot
}
end```
i'm obviously doing something wrong but I just can't figure it out lol
using the mod template some tutorials give u
add_to_deck = function(self, card, from_debuff)
G.jokers.config.card_limit = G.jokers.config.card_limit + 2
end,
remove_from_deck = function(self, card, from_debuff)
G.jokers.config.card_limit = G.jokers.config.card_limit - 2
end
I'm guessing this goes in the calculation fuction
G.jokers.config.card_limit = G.jokers.config.card_limit + 2
end,
remove_from_deck = function(self, card, from_debuff)
G.jokers.config.card_limit = G.jokers.config.card_limit - 2
end
calculate = function(self,card,context)
if context.joker_main then
return {
card = card,
Xmult_mod = card.ability.extra.Xmult,
message = 'X' .. card.ability.extra.Xmult,
colour = G.C.MULT
}
end```
so i would do this then add what's needed in the calcualtion
just wanna make sure doing this stuff right last time I did any lua was for gmod back in like 2010 lmao
missing comma after the end in remove_from_deck
only the xmult stuff
do bunco and cryptid play nice together?
what's the debug copmmand to spawn a card
3
Hey! I'm a modder in other games such as Age of History III, Minecraft & Civ VI. I want to get started modding here, is there a guide? I'm already familiar with Steamodded, Crypid etc
extra = {
card_limit = 2 --configurable value
}
},
loc_vars = function(self,info_queue,center)
info_queue[#info_queue+1] = G.P_CENTERS.j_joker --adds "Joker"'s description next to this card's description
return {vars = {center.ability.extra.Xmult}} --#1# is replaced with card.ability.extra.Xmult
end,
check_for_unlock = function(self, args)
if args.type == 'derek_loves_you' then --not a real type, just a joke
unlock_card(self)
end
unlock_card(self) --unlocks the card if it isnt unlocked
end,
add_to_deck = function(self, card, from_debuff)
G.jokers.config.card_limit = G.jokers.config.card_limit + 2
end,
remove_from_deck = function(self, card, from_debuff)
G.jokers.config.card_limit = G.jokers.config.card_limit - 2
end,
calculate = function(self,card,context)
if context.joker_main then
return {
card = card,
card_limit = 1,
message = '+' .. card.jokers.config.card_limit,
colour = G.C.MULT
}
end```
so looking to change it
I got the + to work
card_limit = 2 --configurable value
message = '+' .. card.jokers.config.card_limit,
we have the Steamodded wiki. Other than that it's always proven useful to look at code from other mods and (to some extent, not for everything) the code of the game itself
assumiing it's something with these two but not sure how to get it to say +2 plus
Appreciated thanks
if you get stuck or have any questions, #💻・modding-dev is the best place to ask
I have a question, is there a proper place/way to ask for art help on a mod?
if you get stuck or have any questions, #💻・modding-dev is the best place to ask
oh, I'm not stuck on code or anything. I want to ask someone if they could help with pixel art
I think it's harder to get a positive response but you can try these modding channels or the fan art channel
I wonder if trading art for code could help 🤔
but you can also try drawing yourself
I started with Balatro modding
good idea actually, I can code a bit in lua
I already tried to but I can't get it to look good. and I know I will probably never get it done if I myself do the art
but anyways, thanks for the help
this looks like just an issue with Jen, am i missing something?
its been 2 hours I might just have to end the run here or im going to be playing one hand a week 😭
teehee
birb being evil, it can’t be!?
Was playing Pokermon and for some dumb reason Pinsir was not triggering on my full-houses or two pair when i rearranged the cards and that lost me the run. Am I doing something wrong or is it a bug?
NVM figured it out
Im asking again
I just installed smod (https://github.com/Steamodded/smods)
and seems it does nothing idk, i try to add Jimbos-Histories and nothing happens (https://github.com/Mi1cK/Jimbos-Histories)
if someone could help me
latest version of smod when trying to play any hand
install this version instead
https://github.com/Steamodded/smods/archive/refs/tags/old-calc.zip
alright
oof
my current run is approaching that
got a bunch of copying of red seals on lucky poly 6 of hearts, and way too many retriggers, combined with the equivalent of like 12 brainstorms.
I didnt even put them on a retrigger card, but it was still like 1mil calcs or smth stupid
thank god I dont have any in hand trigger effects that would make more that 5 cards need to be processed.
looks like you don't have lovely
which is also required.
uhh is there any reason why Cryptid might keep crashing? it's weird it crashed for flip Jokers at one point
Ty!!
time to upgrade your system so you don't have to wait as long
having a bit of trouble running a couple of mods not sure why its doing this. these are also the current mods i have loaded
Installing mods on the Balatro Mod Manager works now!
How do you get your mod on the mod manager?
I assume nexus/game banana?
oh ma gah
this looks absolutely awesome
THIS IS SO USEFUL.
I dont want to seem critical but it looks more stylish than Faroquin
Im amost ready to put my mod out there
absolutely not
this is so epic
Yeah nvm, i saw its a github list of links
its pretty cool
yeah, but it's also quite a lot of effort to add to that list ngl (compared to faroquin)
Its not that hard…
Its more or less just formatting and typing
I'll now add the feature, where you can choose the version of steamodded
This is what you need for faroquin:
modify modslistjson (description will be automatically pulled from github if you have one):
{
"id": "toomanyjokers",
"name": "Too Many Jokers",
"description": "Adds a collection sidebar for all cards, with an advanced searching feature.",
"github": "https://github.com/cg-223/toomanyjokers"
},
This is what you need for BMM:
description.md:
> A markdown file with a description of your mod
meta.json:
{
"title": "Too Many Jokers",
"requires-steamodded": true,
"categories": ["Quality of Life"],
"author": "cg223",
"repo":"https://github.com/cg-223/toomanyjokers",
"downloadURL": "https://github.com/cg-223/toomanyjokers/archive/refs/heads/main.zip"
}
recommended: a thumbnail.jpg with exact dimensions 1920x1080
I'm just saying that I can see that (and have seen that) being used as argument for not using an index
Also: we have a cute Icon now btw (thanks to @astral wind )
haha that is cute actually

skylines manager looks so slick man, I should really get round to adding my stuff to the index
🫂
it is indeed slick as hell
It’s so inkeeping with the balatro theme too
part of why I was happy to just whip up a lil logo for it
my mod is released!!! https://discordapp.com/channels/1116389027176787968/1329513078269677649
awesome
How hard would it be to put the background shader balatro uses instead of an image that spins?

It is an actual shader. It's being calculated realtime leolol
the brainstorm tag seems to be freezing the shop anytime it tries to trigger
oh shit that's cool
ok new problem, i fixed the issue with lovely but now the game just isnt loading any of the mods i have in the folder
what'd you do to fix it?
i extracted the lovely file from the steamodded folder and placed it in the mods folder along with it
issue was preview joker tags, figures.
Cards arent scoring when played idk what I did wrong
wait what lovely file??
the solution was to update lovely's version.dll
because your lovely is outdated
if you did something else you will need to undo it
hi i followed the instruction on the github site for stemmodded but when i open the game nothing changes
get lovely from here https://github.com/ethangreen-dev/lovely-injector/releases/latest
delete your steamodded and install the latest from here https://github.com/Steamodded/smods/archive/refs/heads/main.zip
i would appreciate playtesters for this if anyone wants to play this https://discordapp.com/channels/1116389027176787968/1329513078269677649
where does the version.dll itself go?
you can follow the instructions here https://github.com/ethangreen-dev/lovely-injector?tab=readme-ov-file#manual-installation
ok thanks
I'm only getting the chips for the played hand when scoring cards aren't being added to score. I download crypted lovely and steamodded
no console with the game when the game starts either?
i think it's because a new version of steamodded
doesn't work too well with cryptid
Ahhh
but one day it will probably work so you'll have to enjoy other ones xd
eventually use older version of steamodded and cryptid
the game opens and its like i did nothing to it, i had steammodded before the latest update and it woked whit the mods icon and everithyng
make sure your anti-virus didn't obliterate lovely's version.dll
i'll check
guys, this is soo good. The mod manager is extremly handy
If you don't mind @ me if you find out it's fixed pls
Oh yeah can you dm me an invite please?
ok thats the folder and it seems that everything cheks, am i wrong?
guys why do my cards not count towards chips scoring when playing a hand?
That's not where lovely's version.dll is. Go to the game folder (where the exe is)
how do I actually access the menu for skyline?
skyline?
how do i get it
wussup
It's not released yet
oh
Dw I'm working on it full time (help me)
that explains why I didnt see a download thing on the github page.
wasn't there some other mentioned repository or something? faroquin?
yes!
yeah there's https://discord.com/channels/1116389027176787968/1325983135107645484, but it's also a WIP and in beta
hmm, don't really need to say that if it's already in title
lol
ok yeah it seems missing the version.dll thingy
can i install just the one file or i have to do it allover again?
you only need the version.dll
ok could you be so gentle to send it to me or i have to search it in the github page, i don't know if that's an option
sure, 1 sec
and since it seems like your anti-virus is the one who deleted it, you might want to add a folder exclusion for the balatro game folder in your anti-virus
ok thank you so much for the help
Is there a guide to make a custom pack of cards
I kinda wanna put all the Yu-Gi-Oh cards in a single pack
As sorta like hybrid joker pack
So that why you're guaranteed to get a Yu-Gi-Oh card instead of random jokers plus the modded ones
(you have 1$)
I didn't realize it just adds it to the shop. I thought it was choose 1 to open😭
rip vro
rip bozo
spice chad moment
just had wheel hit poly on a blueprint
Does anybody else have trouble with held in hand effects? Ive been using lovely with no problem but when I got steammodded it made steel cards/gold cards just not work
why does the game immediately crash after playing a hand?
you're presumably running some other mods too?
I tried taking the 1 steammodded mod I had out and it still persisted
use steamodded-old-calc if you want to play with cryptid
where can i find it
alr ty
So what, no other mods then?
There are 3 lovely mods in my folder
what mods?
Brainstorm, Saturn, and the bu suspicious suit skins
you need to have played the hand once before if it's a secret hand
possibly one of those then?
can i ask wich mod do you use to speed up the game when playing with cryptid?
Ill test each out
i want that animations sometimes but 4x is too slow
i need that now 💀
there's nopeus
where to download please? i found nothing
cryptid?
nice
will do download it
where do u put it
theres no folder
just a lua file
nvm, just created a folder
my brain brained too hard and i thought "what if exploding kittens,,,,,,,, but in bal tro?"
y es
great mod
this aint ending my dude
this deck is broken ey
are infinite loops possible?
one of the most broken mods I've found gameplay wise without adding new mechanics is one that uncaps the hermit money doubling
basically infinite rerolls once you get far enough, and bootstraps and bull become enough to clear a lot of antes.
your money essentially scales by 2^# of hermits
Which mod has the joker that does nothing but add one joker slot? I think it's called philosophical joker?
im curious, would anyone know how to edit the part of your save that stores joker/deck stickers? my pink stickers carried into vanilla so I'm stuck without a gold sticker unless I remove the pink sticker
more fluff
try https://balatro.shorty.systems/, but you probably shouldn't have been mixing vanilla and modded saves anyway
i played offline and on a different device so i thought that wouldve prevented it :( but my laptop mustve accidentally got on wifi at some point
ah that sucks
also ive tried using that site and i dont think it looks at the right part of the save files unfortunately
i dont see anything for stake stickers
what?
do adding visual
mods disable achievements?
deck creator is crashing on launch grrr
the only thing the site does is decrypt/unzip the files?
make sure you're reading the right file
yea but i tried all the 3 jkr files in my save
it's profile.jkr
If they use steamodded, then by default yes. You should be able to change the config in steamodded so you still get achievements though
the site doesnt seem to read / write to the stake stickers unless im missing something
thanks! by chance, do you know where a guide is to install mods?
i mustve only checked the raw tab on the other 2 files and misremembered
ill look through this, thanks @tranquil vessel
the format goes
"j_mime": {
"order": 19,
"count": 433,
"wins": [
6,
1,
1,
1,
1,
null,
null,
1
],
"losses": [
1,
null,
1,
null,
2,
1,
2,
3
]
},
where the index in the array is the sticker (so I have 6 wins on white, 1 on red, etc etc, 0 on purple, 0 on orange, 1 on gold; similar for the losses)
holy crap golden golden joker
yep, it was p quick to figure out once i realized id been an idiot and skipped looking at the raw code for profile.jkr
fixed the issue, thanks!
Love mods
guys do you think i can beat the 75k big blind in 25 hands or nah
"we have mario at home" mario at home:
oh crud only 46 hands and 6 discards to beat this goad i think i am cooked chat
isnt jolly joker supposed to be +8 mult cause its feeling jolly?
lol the cash symbols needed another line
cant play the game for some reason?
it appears just after the loading
is there a mod that lets you
accidentally sent message
is there a mod that lets you basically play in godmode? like you can set your current hand, manipulate your deck and jolers to your will and shit?
i plan to make a little shpwcase of my friend of jimbo pack and it would be useful
also preferably set hand size since i want to make it chill at first and then you get jumpscared by like 50 minos prime kings popping into the hand
Is it possible to get cryptid on the Mac applestore version of the game?
closest thing youll get
ty
I regret nothing
how does balamod mods folder work? do i need to drag the file into the folder or do i need to create a folder for every mod?
Could anyone please tell me if there is a guide to installing mods on this server?
Truly... I have become... Luigi's casino...
yeah that's a rough boss blind
yo ygs know how i could install mods if i didn't get it on steam
hey, so, really weird problem i'm having helping someone else set up their balatro mods with a texture pack i'm working on (we have lovely, steammodded, and even malverk running OK) but since we don't exactly have a mod for it set up, we're just doing the usual open-in-archive-and-replace strat with the Jokers.png, but for some reason the cards show up like this. my guess is it has something to do with the 2x textures folder but i have no idea how i would fix it lol
i wish i could help more with this but i think steammodded and lovely took their place so quickly everybody's just kind of accepted them as they are
shit cuz all the tutorials i'm seeing are off steam i feel lost on it
the silver lining is that launching balatro will usually pull from the same file no matter where the executable + files are from, so even if you didn't get it from steam it'll pull the same save that steam would use and vice versa
yeah, it kind of sucks
at least so far i'm not sure if there are ways to do it
but i could entirely be wrong
before i got it on steam i just had to go commando with mods
i have this too,, any guesses?
i managed to fix it
how
save up your save files and remove every balatro file on your pc
That looks like you guys didn't upscale the 2x version from the 1x version (or managed to halve both)
i think both the images are the same for 1x and 2x somehow
it's weird 'cuz on my copy i only replaced the 1x and it worked perfectly fine
yeah they shouldn't be haha
that depends on whether you have "pixel art smoothing" enabled or no
lets go forbidden area (i dont know if this will work but it should)
skill tree?
it worked lmao
MY CLUBS SHALL BECOME GODLY!
is there a way to emulate a steam client for a game i didn't get off steam so i can use mods?
Very happy with how this guy turned out
is there a mod that can sort your jokers for you?
what could go wrong!
Stupid question for you guys.
Any way to transfer saves from PC to mobile?
I'm on Android.
okay it doesnt trigger (thank god)
im trying to get started moddingand i cant seem to find agood guide
for the mod injector and stuff
#💻・modding-dev Will be the place to look for help. I'd also recommend looking at the Steamodded wiki
ok thanks
That’s actually a hella creative joker

i'm installing deckskinslite, but it is giving this error, any ideas?
you installed an ancient version of steamodded
I really should be showing off funny Jokers for my mod here more often
Ok that’s a pretty funny one
btw it takes you there if you click any of the links in that release
i now need to remove the old one and install the new, how can i do it? or just install the new one
hey i had the option to enable achievements on but i didn't get get the acievement i just unlocked. if I remove the mods and boot the game will it give me the achievement?
is covered in the install guide
Fantastic art lmao
no, there's conditions to when achievements trigger. what achievement were you supposed to get and was it a seeded or challenge run?
it was completionist+. I just have better mouse control and and nice new game ui mods
it happened again
okay.... now we have this
if you indeed have achievements enabled, it might be the vanilla bug where you need to win another game first for the achievement to register
does it also have to begold stake lol?
no, any deck and stake will do
Thank you! For the sake of my paranoia this is correct yes?
@dreamy frigate Have you changed the name of the mod to remove the "-main" part of the name
yes
did you try to add any skins yet to the mod
yes
did you copy and paste the lua from the skin file to the skins file in the mod
-# we have a thread
EVERYONE CAN SEE ITTTT
if i did it correctly, yes
-# everyone
WOOOOOOOOOO
can you send a screenshot of the lua code @dreamy frigate
does anyone know the best way to mod a dll file?
the skin or the mod?
okay so basically that is to load it in the mods section, ds uses its own lua to list it in the decks section. Don't worry it's really easy to do
i saw the bottom thing, but i didn't understand it
can you tell me the name of the image file including the file extension in the 1x or 2x file for the skin (they should be the same name for the image in both)
ok 1 sec
local skin = {
name = {
["en-us"] = "Hollow Knight"
},
suit = "*",
texture = "hollowknight_lc.png",
highContrastTexture = "hollowknight_hc.png",
}
return skin
replace the lua file text in skins with that
and tell me if it loads and works
the entire file with this?
well, different error at least
what does it say
where is the 1x and 2x files located
this path
okey
actually if you open one of the pngs can I check if it is for all cards or specific
it seems to function for me can you send a sc of the main menu so I can see versions
actually
i think it shows on crash
shows most of the version numbers
can you show me how the lua file looks with text replaced
ooooooooooooooooh
put assets in deckskinslite
How does this work? Typing the name of a joker doesn't work, so what am I Supposed to type into it?
also I think I may have swapped the high contrast and low if you want you can use this instead
local skin = {
name = {
["en-us"] = "Hollow Knight"
},
suit = "*",
texture = "hollowknight_hc.png",
highContrastTexture = "hollowknight_lc.png",
}
return skin
and it worked
its just hc and lc pngs swapped
anyone know what this means, im playing cryptid mod, hoping to beat every stake, got to pink and it crashes on load
that's a silly one
ok!
in the example folder there are example lua files in assets
another thing, how can i select skins? (didn't find in-game
options then customize deck, then scroll through
should be there
hopefully that works
this was pretty funny
Just got this error message:
Oops! The game crashed:
Syntax error: game.lua:2597: duplicate label 'continue'
Additional Context:
Balatro Version: 1.0.1n-FULL (best guess)
Modded Version: 1.0.0~ALPHA-1220a-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.6.0
Platform: Windows
Stack Traceback
(3) C function 'function: 0x2b7acf38'
(4) global C function 'require'
(5) main chunk of file 'main.lua' at line 1872
(6) global C function 'require'
(7) LÖVE function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x2b7aa5a8 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x2b7aa5f8 (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(8) global C function 'xpcall'
(9) LÖVE function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(10) global C function 'xpcall'
(11) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
damn why doesn't it compress into a txt file like usual
anyways please help🙏
because it's too short and actually fits in a discord message :v
crazy
you have steamodded in your mods folder twice
thank u
delete one of them
That's what i thought it was
Help
Game crashed when I tried to hover over a tag in the collections screen
your steamodded is too new for cryptid, it needs a version from ~2 weeks ago
what does this mean? is viotexturepack crashing it because i updated to the new steammodded version
holy crap
Hey does anyone know why the deck of equilibrium and the anti matter deck crash or if there r any fixes
@naive reef is this a texture pack for playing cards?
what version did you update from? and where can that mod be found?
yes
do you need any information from the mod?
it's just a texture pack afaik
furry mod
judging by the crash log, the mod was made for steamodded 0.9.8, which is really really old
damn :(
no furry mod for me ig
oh...
they're working on it! looks like an actual mod instead of just a texture pack
interesting
I really like adding a bunch of different deck artworks, just want a randomizer option now
nice
I’ve reached integer overflow amounts of money
Literally
I’ve had over $e308
My game crashed that run :(
my game usually starts to chug at around e30 money if i'm messing with something that lets me get there.
oh my gawd
Now you just need bull too
yeah bull + bootstraps is a free win with uncapped hermit
I dont think my game is thrilled about the 271 negative planet cards lmao
im gonna be honest im a little confused at what to do here
i got the newest github version (i think?) but that might be a mistake, could really use some help
I dunno guys, I might need it
better to have it and not need it right
https://github.com/Steamodded/smods/archive/refs/tags/old-calc.zip get this one, that's the one it's requesting you have
uhhhh
I just somehow got a negative score
looks like one of the lob corp cards has a hidden negative mult or smth
bruh i picked the wrong one i guess

something gave me negative mult and i didnt sell the right joker 😦
why did it crash?
it can DO that!?
do it blind, ask a number generator
very cheap
oh that's sick!
this happens whenever i put the version.dll
ive been trying to fix this for hours now
This is going to take a trillion years
I have 1000+ cards in my hand rn
Also this
I love loading screens!
jesus that is gonna explode the computer
I dont think the cards are going to flip up
WAIT THEY ARE
Lets see which card they are going to be!
....shit
Also the fan spectral thing copied my joker 120 times but it also made me go to ante fucking 52
Viewing my deck crashed the game, fuck
Not doing that again TwT
oof
same
hey, i remember seeing in a video somewhere that there is a mod that removes scoring animations. what is that mod called? thanks!
talisman
I still dont know why my game crashed
my god, this is the first legendary joker I've seen on this run
somehow i'm copying a poly steel red seal king of hearts 10 times every hand.
This build was silly. Sadly got punished by Wall not long after. Since there are some Jokers from my mod that might not be recognizeable feel free to ask about 'em
oh god
if i play a flush 5 i get 75 new cards per hand.
wait no its less than that
ok so i get about 50 per flush 5
oh no I just got another hand duping joker
i've been rerolling this shop for ages just to find this
oh no!
Awe shucks
there's more poker hand based jokers i have to search for, my game is gonna crash
There, after about 4 hours of rerolling the shop, my deck is now finally 53 copies of this one card
well thats not right
Jeez, what mod adds astral
Ok I haven't added that yet, still working on unlocks from the lobcorp mod
Abusing retrigger setups
Somehow sock n buskin was giving me negative mult earlier for no apparent reason.
90% of cryptid runs ive ever done in a nutshell
ppl will pull hands like this outta their sleeves in actual poker and say “im not cheatin bro source trust me”
Imagine it decreased the level by 80%
so if you had level 1000 it would go down to 200
Hi, how does adding deck skins into the game work? I installed Lovely and I think steammodded to balatro but I dont see the skins?
The dealer when I play a five of a kind…
There’s an exponent in my exponent
Is there any open source mod that can stop glass cards from shattering and keeps track of how many have been prevented to?
Fridge Magnet...
my deck is now big enough the top is getting partially cut off by the edge of the screen
how many cards even is that
Doing an archipelago multiworld with balatro is fun
anyhelp?
how hard is it to get that set up? I see it's not currently listed on the site
How mamy mods are backwards compatible with the newest steammodded?
Since I don't have home internet and just mobile data for the forseeable future I have to download everyting via phone and transfer to pc and i'm wondering if its even worth updating or if I should just use older mod versions for now
If I'm trying to run cryptid, do I need to run old calc with it, or the other version?
I had the 185 dont know what it means but it is what it is
old

I'm nearing 1000
Why must every joker pertaining to jolly joker crash my game
Why must every joker crash my game
Why cant Jimball not play funky town by default and the popup allows you to cut it on if you arent a streamer
Make DMCA opt in lol
freedom of choice
Dont pick eternal incase you find verdant leaf
Choice solved
i have a lot other stuff to burn
and i have Retcon
if youve ever played a binding of isaac game, Jimbo is like breakfast
Youve basically decked out of common jokers
deleted him a long time ago
imagine you can do that and common jokers just become the delete code card itself
They become crash
You open a mega buffoon pack and are greeted with 8 crashmas
Has anyone ever played ascendant stake
every time i try to find out what crash actually does im told “you can do ace” like yeah whatre you aceing? your spades?
im gonna go look at a list of every joker in cryptid and then fall asleep cause theres like 60 im unfamiliar with still
I had a run where i had mario, 2 luigis, pot of jokes and 5 brainstorms and got like e180 chips or smn consistently but it randomly killscreened
I wanna see if i can think of any more busted legendary deck synergy
Mario retriggers pickle twice & glitch works on it tremendously if you’re lucky so i ended up getting 100 tags at once which is why i had all the brainstorms
Mario also makes it die in 1 round usually :(
mario ate my pickle
unfunniest shit ive ever seen
Is there a guide or way to repurpose code to make a custom pack of cards
So I can separate the custom jokers cards from the vanilla ones
so technically you can just chuck an autoclicker on the reroll button for years and this will never stop growing
thats awesome
technically the best exotic joker or i guess the best joker in the game unless youre rerolling while the clock or the upgraded version of them is the boss and just kinda didnt notice
If you could click this for infinite time i think you could beat infinite antes as long as you can reliably keep it from getting debuffed by bosses and stuff which with infinite time is definitely doable
its like the infinite hotel problem
how can you have more infinite hotel rooms (crustulum procs) than infinite guests (blinds)
my run appears to have died
They do that
youd also somehow need infinite computing power for numbers to go that infinitely
because something with modded vouchers I bought in the last shop doesn't like modifiers on cards I'm trying to play 😦
my only potential option is trying to play each of the 41 cards in my current hand to see if any of them don't crash
Y'all like retriggers?
NIKO
anyone here have a link for the balatro mod manager?
Hello, does anyone know how to fix this issue for a mod I'm trying to make? I've never coded in lua before so idk what this means
Which one
nvm, i was looking for that hasnt released yet 😆
Stumbled across this searching for update news. But if you can't hotspot for some reason, there is an app somewhere that lets you connect via usb and share internet that way (used to do when we were broke). Probably a little less annoying than downloading then transferring (sorry i dont have an answer to the actual question, ive been trying to 100 percent at least stuff besides stickers before modding so idk anything on mods)
James
😐
Connecting a phone to a PC, in theory, can allow you to use USB tethering which will let you connect to the Internet with the phone acting as the "network adapter".
hey guys why does steammodded old-calc make this error pop up
isn't this a syntax error... why is it in a release...
is there any chance you remember the name of the app? If I could get that running it would be a massive help, I just don't know what to search exactly. Thanks for the help btw !!
show mods folder
this isn't caused by just steamodded by itself
I just got a massive wall of error when I tried to run Balatro after downloading the Vocaloid Card Set mod
have you considered that you haven't updated steamodded in 4 months?
...oh
I fixed it by downloading the not old calc version of steammodded
Now Lovely injector is crashing directly (And I just made sure I had the latest version so it's not that)
you don't have the latest version
I just installed that
crash happened with these mods
could be vocaloid card pack tbh
but also it doesnt crash with the main steammodded branch
so idk lol
Also this shows up right after the first one
honestly could be that vcp was made for the latest version and not the old version its a recent mod
These two are what I'm getting now, AFTER installing the latest versions of steamodded and lovely
gold stake cryptid is hard
5 million elapsed calculations 😐
god i jsut now had the idea for a mod that adds jokers that are based off of diffrent albums
im going to see this shit in my dreams
oh gee golly do the dealers hate it when i walk into the casino with 900 solid gold cards
Would anyone be able to help me with the new problem I'm now having?
you discard a pair and then it fills the slots and dies
kk
If all your pkr hands gets lv2 you gain x2, then if theyre all lv3 you gain x2 etc
oh ight thanks
uer welcome brah glad i could help u
anyone here using hidden aces mod? why that mod give me .exe file not .zip file
yikes, don't use that mod
wait it was updated? huh
not sure why the creator would update it but still distribute it as an executable of the full modified game
@rugged cliff 'tis your mod, right? any chance you could publish it as a steamodded/lovely mod? redistributing balatro source code is not cool
can doodle ( copy consumable used this round) copy jokers (like complete breakfast), has anyone tested it?
... jokers aren't consumables
nuh uh
complete breakfast gets consumed
although i just tested it it doesnt
ramen
ace
install lovely (LOVE2D injector)
then install steamodded (balatro modloader)
sorry what I want to know is that is it possible to mod apple arcade version?
or do you need something like whisky
gluttonous joker if he locked in
hows the status on getting mods to work on android balatro
game crashes when i hover over this does anyone know what this is
it's from bunco and if it crashes you need to update
ight thankss
What the hell
the squad
okay what's going wrong
getting melee'd by a 3 of hearts, must be the crucible
getting asked if you got games on your phone by a 3 of hearts
i think you have a 3 of hearts
does anyone want to playtest my mod?
not allowed to mod mobile
what does the morse code in the color pack theme say?
is there a mod that increases chances for a negative joker?
typical antimatter deck (balatro cryptid mod)
howd you get yours to work, mine always crashes on opening it
no
dont use your main profile
i dont
sell all initial jokers and consumables
are you using the latest release?
i dont have other mods installed iirc
yea, it still crashes even if i disable all other mods
cant really help u there
damn, i got a stack overflow
That’s not morse code
its in the theme song, not in the screen btw
one of cryptid’s decks has you start with an exotic joker, -2 joker slots, and 20x chance of negative jokers in the shop
Yo Chat where do I find the Gen Almanac mod?
idk what i did but now its giving me an unbelevable amount of consumables
dawg how do you have 26 billion joker slots
a mechanic jen's almanac adds to make endless scale faster
beating boss blinds increases the ante by 1 + your straddle level, instead of just 1
and straddle increases whenever the ante changes. 1 tick when ante increases, and more when it decreases (i'm unclear on the formula there, i know it's 2 for -1 but it's also more than that if you go down more at once. e.g. asteroglyph tends to send you shooting 15+ straddle levels)
it looks like you doubled your ante while at 135 or 270 (i forget when in the use process the number increases) so you're gaining that many ticks of straddle
someone know where can i download the ortalab mod?
a quick question, someone can send the lick to update steammod?
i tried searching but couldn't find it, there's a mod that can help organize and scroll through jokers right?
somehow it's an economy joker
Card Sleeve also grants protection from Stickers (secretly)
some voucher concepts
why it crashed?
where so i get the link to update it?
i have to put this version in the folder and delete the old one?
That synergy is really fun. Really cool that you came across it
why it crashed?
mwehehe
Looweggy
Pbg’s Luigi song from his Mario galaxy hacking video
He became evil
tbh its so stinky I'm not even using the jolly jokers as jolly jokers
Bruh
I just use em to fuel my wa wee gee
How unjolly
this is as jolly as I get
Coal.
It’s coal time for you.
tbh I would not mind getting coal
free fuel
if waluigi is evil luigi
is a negative waluigi just a regular luigi?
all of the cards in 1 jumbo pack but I can only choose one, what is my best option?

money
Are any of these a blue seal
Jk jk
is there a version of Reshuffled that works on current patch
and i get these 2 cards again, what the heck
guys how do i mod balatro
I used steamodded injector, but still not showing mods button on right side
ok
Follow the instructions and then drop mods into your mod folder
will this work with totally legit copy of balatro
whats the mod?
Nope, only through steam
dammit
is there anyway to mod without steam
i dont have 10 bucks bro 😭
u there?
how do i install a mod guys
Follow the instructions on this github page, and then drop any mods you want into your mods folder @round ore
thanks
Someone knows why my game crashes with the pokermon mod?
It crash when i play a hand with 2 Jacks and 2 queens
what do i do from here? im on a lenovo computer and my brain is too small to understand the instructions.
Verify the files first for reasons I forgot
how 😭 im new to mods and stuff
please is there anyway to play modded without steam
not that i know of
Click the button that says verify integrity of files
ok i did that
:(
srry if im bothering u or anything lol
i odnt have 10 bucks man 😭
You’re not it’s just it’s hard over text
i get it i get it
Saw a video posted recently on how to do it
Couldn’t find it, though searching up how to install cryptid will help
starman do u know any way to get balatro modded without steam
It’s not like stardew valley
whyyyyyy :(((
The Cryptid mod, recently featured by @RTGame and others leads to crazy scores, and mind-bending gameplay. This simple guide shows you how to install the Cryptid mod/modpack for Balatro from start to end. Even if you've never modded Balatro before!
For download links, and a text-version of setting up Balatro for mods: https://hub.tcno.co/games/...
this?
Should do well I think
I watched one thinking I did something wrong
And I did
Try it on a windows 7 was my issue
My only piece of reliable technology is slowly being faded away even through my stubbornness 🔥
hi sorry to barge in a bit but im installing various mods and all the mods seem to work fine in tandem except that the game crashes whenever i add any joker with an edition on it
it looks like something with steamodded is causing it but im not sure
actually let me get the crash screen that'll prolly help a bit
anyone have the ortalab mod?
guys is there a mod where you could like lock in a card in the shop to buy in a later blind
also im gonna try installing a mod it might work on non steam
something to do with extracredit crashing my game
is it the go fish joker
or whatever
guys
you dont need steam to actually play modded balatro
you can play it on a totally legit balatro install
https://github.com/Mi1cK/Jimbos-Histories how to install this mod
its a .lua file
Hi yall, I’m new here. Hope yall are having a good day so far.
Joined to ask if it’s possible to bind keys to set FOV, so I can do a janky “ADS zoom” workaround.
Steaminput lets you have an action on start press and release press. So say I assign “FOV 50” to X and “FOV 100” to Y, I could have left trigger press be X, and left trigger release be Y, which would hopefully act like ADS zoom for non-scoped weapons. (And left bumper could be scope in.)
(I checked the workshop and wasn’t able to find an actual ADS mod, but if anyone knows one I would love to try it.)
Right now I just have it so holding down left trigger cuts my gyro sensitivity in half, which is better than nothing, but without the zoom it’s still difficult to aim at distant targets.
are you sure you're in the right discord? 🤔
I was so confused by your question 🤣
Thanks for the heads up lol
It was supposed to be in the L4D2 server lmao
ADS in Balatro 🤣🤣
good luck with your quest haha
Thanks dude

Is there any way to have two mods that add booster packs at the same time without it crashing?
yes, if those mods are not codex arcanum (there's a fork of codex that works though: https://github.com/lshtech/Codex-Arcanum )
is there a mod that auto-confirms actions like selling or buying and shit with right click
so you don't have to click "buy" the second time
oh god i just got my first ace aequilibrium and i just got jimball please god help me
how do i stop this
the town
it's too funky
oh that explains a lot i was wondering why thanks for the fork
i think with handy mod there is a keybind for that
there should be a challenge where its just an eternal ace aequilibrium
1 joker slot
shops are skipped
i just brainstorm blueprint boredom oops all 6s, and it's just been playing for 7 minutes while my laptop spins the fuck up and im just funkyn townin
what
what the fuck is this meant to be normally
oh so i got a free extra x7 mult
wow i know they want members but that's low
i dont see how thats low
its CRYPTID
is there a place where I can find popular balatro mods?
they're promising benefits if you join them!!!
and they're not even guarenteed!!!
a fuckin 0.1xmult benefit
idk what im saying
thanks!
is drspectred's mod in there?
thats like a bajillion chips!!!! (maybe)
weak...
multiple times!!!!
thats like 1 less than infinity if you think about it
thanks again!
i'd take it
im playing the negative deck, but almost everything i do makes my game crash, is there something i can do about this?
it's not even fucking good on this run because im playing wormhole and all my copying jokers are non negative
this does not bode well for my pc
does somebody know?
i highly doubt its for more members
id think the members came first then the card came second
Yeah that’s more reasonable
Though i think its a bit funny to say its for members (idk why)
does anyone know where i can get help with modding balatro correctly ..
are we allowed to send crash logs here for help
i have the mods installed but the game is crashing when i open it
no that's against the rules /j
okay
Oops! The game crashed:
functions/misc_functions.lua:1198: attempt to index field 'losses_by_key' (a nil value)
Additional Context:
Balatro Version: 1.0.1n-FULL
Modded Version: 1.0.0~ALPHA-1303a-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.6.0
Steamodded Mods:
1: Trans Spectrals by RadicaAprils, AutumnMood (it/she/they) [ID: TSpectrals, Version: 1.2]
2: Lobotomy Corporation by Mysthaps [ID: LobotomyCorp, Version: 1.0.0-pre4, Uses Lovely]
3: Tsunami by Maratby [ID: tsunami, Priority: 1e+304, Version: 0.2.0, Uses Lovely]
4: Fusion Jokers by itayfeder, Lyman [ID: FusionJokers, Priority: -10000]
5: Shoot the Jimbo by Mysthaps [ID: ShootJimbo]
6: Legendere Jokers by eaze [ID: DereJkr]
Lovely Mods:
1: Trance
Stack Traceback
(3) Lua global 'set_joker_loss' at file 'functions/misc_functions.lua:1198'
Local variables:
(for generator) = C function: next
(for state) = table: 0x05ac0cb0 {1:table: 0x05e86fc0, 2:table: 0x05e69f58, 3:table: 0x05dc5e08, 4:table: 0x065b5720 (more...)}
(for control) = number: nan
k = number: 4
v = table: 0x065b5720 {alignment:table: 0x05d1dff8, click_offset:table: 0x06664008, last_moved:-1 (more...)}
(*temporary) = nil
(*temporary) = string: "stake_white"
(*temporary) = nil
(*temporary) = string: "stake_white"
(*temporary) = number: 1
(*temporary) = string: "attempt to index field 'losses_by_key' (a nil value)"
(4) Lua method 'update_game_over' at file 'game.lua:3719'
Local variables:
self = table: 0x057e8080 {F_GUIDE:false, F_CRASH_REPORTS:false, F_QUIT_BUTTON:true, HUD_tags:table: 0x06a335f8 (more...)}
dt = number: 0.00736721
(5) Lua upvalue 'gameUpdateRef' at file 'game.lua:2677'
Local variables:
self = table: 0x057e8080 {F_GUIDE:false, F_CRASH_REPORTS:false, F_QUIT_BUTTON:true, HUD_tags:table: 0x06a335f8 (more...)}
dt = number: 0.00736721
http_resp = nil
(6) Lua upvalue 'game_updateref' at Steamodded file 'src/ui.lua:81'
Local variables:
self = table: 0x057e8080 {F_GUIDE:false, F_CRASH_REPORTS:false, F_QUIT_BUTTON:true, HUD_tags:table: 0x06a335f8 (more...)}
dt = number: 0.00736721
(7) Lua upvalue 'upd' at file 'LobotomyCorp.lua:1636' (from mod with id LobotomyCorp)
Local variables:
self = table: 0x057e8080 {F_GUIDE:false, F_CRASH_REPORTS:false, F_QUIT_BUTTON:true, HUD_tags:table: 0x06a335f8 (more...)}
dt = number: 0.00736721
(8) Lua method 'update' at file 'tsunami.lua:1873' (from mod with id tsunami)
Local variables:
self = table: 0x057e8080 {F_GUIDE:false, F_CRASH_REPORTS:false, F_QUIT_BUTTON:true, HUD_tags:table: 0x06a335f8 (more...)}
dt = number: 0.00736721
(9) Lua field 'update' at file 'main.lua:992'
Local variables:
dt = number: 0.00736721
(10) Lua function '?' at file 'main.lua:931' (best guess)
(11) global C function 'xpcall'
(12) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '?' (defined at line 902 of chunk main.lua)
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
caused after beating the whitenight boss blind in the lobotomy corporation mod
im sorry, but the crypted, talisman and steamodded mods are the worst mods i have ever seen, im trying just a random deck and no matter what i do, the game crashes...
losses_by_key has come back to haunt us 😩
does updating the config for other mods cause any issues?
you probably just have mismatched versions
i have a crash report too erm,,
latest cryptid doesn't work with latest steamodded
because i think i did update the config for trance
which crypted do i need then?
you need an older version if steamodded
let me get a link
make sure the talisman folder isn't nested 🤔
i tried getting the old calc version and idk if i didnt do it right but it still didnt work ..
what does that mean ??
where can i get the ortolab mod?
you also don't have the old-calc version btw
i took it off when i got this cause i loaded it with the old calc and it didnt seem to fix it
You need mods/Talisman/steamodded_metadata.lua, not mods/Cryptid/Talisman/steamodded_metadata.lua or anything like that
Correct: Mods/Talisman/<files here>
Wrong: Mods/Talisman/Talisman/<files here> or Mods/Cryptid/Talisman/<files here>
when you unzip the mod, the actual mod folder (as in, the folder you insert into your mods folder) is actually inside the first folder
you gotta take it out first
thx
right now i have it like (ithink) mods/lovely/talisman/cryptid
it says the link expired
not for me, try again
Weird. Just get ortalab from here https://github.com/Eremel/Ortalab/releases
that cannot be right
ok ty
your lovely folder contains a talisman folder that in turn contains a cryptid folder?
well i moved it in there because i misunderstood one of the other messages, the lovely folder contained cryptid and talisman separately
right
make sure you have a mods/Cryptid and a mods/Talisman
idk how doesn't that work
thats the same link? idk it worked for me the first time but still 🤣
should they be contained under lovely or smods?
