#⚙・modding-general
1 messages · Page 1363 of 1
does anyone have a doc on the description stuff
gender = E 🔥
fullstack cass would be unstoppable
gender is permalocked at 2.718
use vanilla remade
there are 2.718 genders
not really because no room, its limited by consumable cap
same with None at 0 and 7 at 7
what
i mean as a mechanic
not the joker
ah
the joker would suck ass because there is only one emult joker in the whole mod
getting the 7 operator to EXACTLY 777 wins you the ante
is there a good modpack loader ?
balatro
manually
if you know what an if statement, for loop, and function are
then you should be fine making mods
forcefem: =F gender
oh
i dont know bala frameworks
i see
i used a modpack manger before but i forgot its name
= F# Gender, take it or leave it
if you have lovely you can just put mods in the mod folder in %appdata% > roaming > balatro
balatro mod manager?
thats what i have been doing but i like to test mods and change up mods alot so its a bit of an annoying process
i find having a mod folder shortcut helps immensely
i...
yea i just made a %Balatro% path
honestly if you make a path to mods its only one back arrow away from the saves and its what your gonna use the most
why he X nil tho 😂
wait i just realized isnt it supposed to swap the mult and chips
why does balatro crash when i overscore with the madness mod
✅
i think just adding a "instead" will help it
also grammar alert its affects not affect
🤬
probably a loc_vars issue
im not really sure what im supposed to put in config to make nil actually show the coorrect value
loc_vars
ALRIGHT GUYS
also i still love the debt idea but if scaling debt is gonna be a thing it'll prob need to be visible (will also clear up questions about what debt is)
the player shall live in ignorance ❤️
based and epic
and now to actually code the damn thing
speaking of
how the hell do i do that (hook up code to the edition)
wsg chat
snil
fish?
snail
🐟
Is multiplayer mod off?
green...
the matrix blu ray release:
👀
the green one
i should get to remaking glop edition
no
the old shader looks baf
bad
it was like the first one i made
now i could use my new tech
why does balatro crash when i overscore with the madness mod
"overscore"?
if your scoring past talisman max score theres nothing you can really do
because nobody would play it
isnt that just hotpot
what
hot potato
what
its a balal mod
GUYS
balatrwo
baller reference
unlimited ball knowldge
ok so
i need help with something but idk how to explain it
and ive looked thru boosters.lua and i couldnt figure out how to do it
so yknow how tarot packs may summon a specific spectral - the soul? how do i make it so that my booster pack summons a specific of a set, and not just anything from that set
e.g. the divine set rn has "soul of hatchet" and "daat" - which have equal chances of appearing
i do not want that
talisman is crashing me rn, anyone else experiencing the same thing?
update to latest version
is it something about nil indexing by chance
bmm doesn't have it yet i guess
do it manually
where would i see this in the crash log?
should be right up top if my guess is correctg
oh nvm
Are you playing on PC
considering pc is the only one allowed to be talked about here, yeah
code looks like this rn
Don't
i want it so that it only spawns daat and not just anything from the divine
your talisman was probably fucked
oe ;-;
oops
so just reinstall rq?
i cant do that - daat has a very specific summon condition
oh
you need to redeem kether 10 times in order to access daat
it's not a 1% chance thing
i think its time to rewrite challenger deep
yep that worked ty
oh yeah does SealsOnEvery have a patch that lets many seals be applied to one card
abbie
guess i know how to troubleshoot a bit now
replace set = 'divine' with key = 'c_[your mods prefix]_[daat's key]'
👍 will do
done
all thats left is to figure out how to do unlock requirements
can you do unlock requirements for consumables?
like
acc no
a booster pack makes more sense
loc_vars = function(self, info_queue, card)
local fish_tally = 0
for _, consumeable in ipairs(G.consumeables.cards) do
if next(SMODS.find_card("c_jabong_bass")) or
next(SMODS.find_card("c_jabong_trout")) or
next(SMODS.find_card("c_jabong_tuna")) then
fish_tally = fish_tally + 1
end
end
return { vars = { card.ability.extra.dollars, card.ability.extra.dollars * fish_tally } }
end,
calc_dollar_bonus = function(self, card)
local fish_tally = 0
for _, consumeable in ipairs(G.consumeables.cards) do
if next(SMODS.find_card("c_jabong_bass")) or
next(SMODS.find_card("c_jabong_trout")) or
next(SMODS.find_card("c_jabong_tuna")) then
fish_tally = fish_tally + 1
end
end
return fish_tally > 0 and card.ability.extra.dollars * fish_tally or nil
end``` i need help yall how did I fuck up defining G.consumeables
acc wait i have a better idea
instead of using find_card use consumeable.config.center.key
its beautiful...
glopker
why did it take me 96 lines to allow the banning of specific editions when i can ban any edition in 4 lines
Oh damn
Glopful
Can I please have some help fixing this
what
start a new run vro
i just make his jaw a bit shorter and made him green
start a new run also your smods version comes from the jurassic era please update it
What is smods
Steamodded
download it again
we found this version of smods in a museum
from where you got it the first time
No download it from the github
😭
Likely they got it from somewhere that has an outdated version
true
Nexus maybe
:3
?
isnt the version on nexus really old
yeah thats what i was thinking
and on thunderstore too
I just think it looks cool
now THIS is the interesting part
wait bmm?
balatro mod manager
I got modded balatro ages ago and deleted the modding ages ago too, so I don’t remember where I got it
balatro mod manager. Don't Use It
you should learn how to do shit manually so you know that
body mass mindex
i love having to load a giant ass github repo to do anything
ik ik
if you're already familiar go ahead but also it does download unstable versions of everything
and is slow as fuck
oh shit
i love /releases/latest
hmmmm how do i....
chat is this a magnetic field
what could this possibly be
not my e_foil cards 
nooooooo
how can i ever win a run without my e_foil
or whatever
challenger deep
good bit of challenger deep features might be nice as a pr
isnt the entire mod just challenge rules
yes
like actual proper functionality for banning editions would be cool ig
and seals mayhaps too
does enhancement banning work or no
enhancement banning could be cool
great news
not well
what do you mean not well
it either works or it doesnt
well it does function
but it isnt very stable
well it is pretty stable but it crashes sometimes i think?? idk
it does actually stop the enhancement from naturally spawning though
mmmm
why do the basegame editions have to be quirky they set edition to a table?
is card.edition not always a table when it has an edition?
idk i think im going insane
in Card:set_edition the edition parameter seems to be a table for some editions and a string for others
i imagine it can be a prototpy object or a key since thats also how set_ability works
just remember smh
thx
I think I did something wrong
My game crashed
send log
how do i override what a card does as a edition 👀
in what way
tag logic is big scary so i changed it, but it still wokrs fine
read the second line
Oh
you gotta remove the old version
Where do I find it, I don’t think it was in my mods folder
chip effects -> mult effects and vice versa
hook SMODS.calculate_individual_effect
and check for the edition on the triggered card
mods folder is the only place it would do something so it probably has some different name
show mod folder
I see it now, nvm

Now I gotta figure out which one is old and which one is new😭😭😭😭😭
kill them both and redownload it
It had the date on them so I deleted the one from march
fair and balanced stuff right here (ignore the perkeos)
Definitely
the code looks like a warzone btw
erm how exactly 😇
I wouldn’t know, I’m horrible at coding
Would https://github.com/TheOneGoofAli/TOGAPackBalatro/blob/0ef56ec589714e7c4dcbdd86d8a93a305ee2cb4a/items/hooks.lua#L490-L535 be of help as reference?
assuming you already know how to hook: https://github.com/SpectralPack/Cryptid/blob/1499f88b8b4608566d4f94ecee3bccf902831728/items/exotic.lua#L1690-L1753 (suprisingly helpful cryptid code for modifying effects)
if you dont know how to hook: https://github.com/nh6574/VanillaRemade/wiki#whats-a-hook
also togas example is prob good too
new joker,,
Hey guys need a little help here I’m playing on a Rog Ally and can’t seem to get the game to run properly
crash log?
oh
rule 4..........................
duplicate label 'continue'
(also missing cryptid dependency)
...technically, those are portable PCs enough.
okay fair
But yeah, Talisman 2.6, get 'em.
missing dependency detected
Platform: Windows is listed, even.
What does that mean?
Not many tutorials online help
You are missing a mod.
you're missing a mod
a mod is missing a required mod
I have cryptid
but you don't have talisman (required)
and steamodded
Cryptid depends on Talisman as well, which is right at https://github.com/SpectralPack/Talisman/releases/tag/v2.6
ex:
mod A needs mod B,
if it doesn't have mod B, it will not function
Ahh okay
am i allowed to snag the code here or naw 😇
Can I use the mod manager or do I need the zip
you can use either
it doesn't matter so long you're getting the same thing
Thank you I’ll see if it works and get back to you
hey do yall know how to have a consumeable only swap enhancements if the slelected cards have an enhancement?
Seems to be working so far
fireice obtained
-# dandy suddenly destroyed
Have at it - just remember to actually implement what you want-
this means it worked
Go forth.
i've decided to name my mod "my dream journal" as the vaguest yume nikki reference ever made
a screenshotted list of every (somewhat) complete section in this mod
anyone having crashing issues with the multiplayer mod? As soon as i go to play a hand, it crashes everytime
mod salad🤣
-# I still want an anime skin for Magic The Jokering's Clovers & Suitless as well as an anime skin for Paperback's crowns to be completely honest.
all hatchet jokers are in one lua file now!
i will open up detriment suggestions with yall crossmods :)
what are some fun mods i shud try out
there was a cool one where u can disable certain jokers which seems fun
Describe fun
Because there’s many interpretations of the word
idk 💫
😵 *
im quite new
like only got 2 gold stakes started about 1 and a half weeks ago
pondering
If you wanna play number god, there’s always my mod.
can u tell me what they r about
or shud i just jump into it with no spoiler
spoilers
Developer Chaos.
Hot Potato is a Balatro Mod Developer Event where teams were created and given a week on their own to contribute to a mod. Cross-team communication was not allowed outside of major bugfixing efforts. The ordeal took 2 months, and this mod is the culmination of this work.
PLAY THE MOD NOW: https://github.com/the-Astra/Hot-Potat...
Hot pot you should just dive in lol
Am I allowed to use the vampire survivors version of the Balatro theme for my mod?
oh dang it i cannot download stuff cuz my internet off so im using mobile hotspot
The possibly humble Chartreuse edition:
nobody is suing a balatro mod

Slow asf
idk though
it looks so much cleaner omfg
what on earth is a G.C
Table of colors.
ok now im getting weird "empty pool" errors
i got hot potato holy moly theres so much 😭
is it bc of sets.lua?
what shud i play a run on like what deck and stake in hot potato mod
do i even need sets.lua?
Pirate code 245: dont laugh at the word "poop deck"
also when i play a hand, it seemly just skips over everything and the effect doesn't apply, what's up with that
(Play poop deck)
hmmmmmmmmmmmmmmmmmmmmmmmm
code
local calcindiveffectref = SMODS.calculate_individual_effect
SMODS.calculate_individual_effect = function(effect, scored_card, key, amount, from_edition)
local is_corrupted = scored_card.edition and scored_card.edition.key == "MDJ_corrupted"
if is_corrupted then
local msg
if string.find(key, 'chip') then
msg = "Mult!"
elseif string.find(key, 'mult') then
msg = "Chips!"
end
if msg and not (Talisman and Talisman.config_file.disable_anims) then
card_eval_status_text(scored_card, 'extra', nil, nil, nil, {message = msg, colour = string.find(key, 'chip') and G.C.CHIPS or string.find(key, 'mult') and G.C.MULT, delay = 0.2})
end
key = MyDreamJournal.chipmultopswap[key]
end
end
glopworld
ok so sets.lua is a weird jokerforge thing
what does all this even mean ahhh
idk how to fix it
I have no idea lmao
Fun y stones
Lime Deck
good starting deck
after that Deck of Many Names, Poop Deck, or Window Deck are all good choices
this is 1.4.0 so far, for some reason it doesnt launch thanks to sets.lua errors
what do i doooo 😭
shud i play white stake or what?
get a github im not downloading that
You are not calling the hooked function itself.
How good are you at Balatro
i have a github but its not up to date
Your choice honestly lol
i started 1.5 weeks ago but i have 2 gold stakes and all jokers unlocked on my non mod account
I’m not gonna tell you how to play the game lol
wooden stake
#balatro #balatromods #suikagame
Hey folks, in today's video we're... what.
I love wooden stake
how do you release a secondary beta
wooden stake first
beta-2?
so what if i stuffed a little bit of challenger deep and a little bit of opalstuff into a library mod
then whatever you want but i do recommend wooden stake at least once
idek what it means by vampires im gonna explode
The vampire is you!
we found a vampire
i know, i said i wanna extort you tho 🌞
i thought they all dead
They are now
im sending over the file lol
yes we killed all the vampires
but id appreciate if you left a tip
Adventuring time
maybe ill do black stake idk
eh im not in a rush
or texture missing idk
its not a commission so i'd appreciate even a 5 or 10
but no pressure, i can still afford food for now
texture missing is probably as hard as vanilla gold stake considering the new mechanics
adverts lol
Yup lol
plinko!?
Good luck deciphering the shop
ahhhhh so overwhelming lol
the red buttons with white question marks have tutorials on them
if you're looking for a simpler experience there's https://discord.com/channels/1116389027176787968/1342484578236895274 https://discord.com/channels/1116389027176787968/1334717157098913833 or https://discord.com/channels/1116389027176787968/1381709540332146749
Wrong it’s chocolate + Astro
I am friends with Trif and th30ne so our mods are closely associated with eachother lol
I'm planning on making a vanilla+ mod too
I just started learning pixel art tho si
So
my mod is
Also cass I’m surprised you haven’t joined the potato patch server
play my vanilla plus #1348621804696240201 message
what the fuck
joker fusion
how do people name mods other than name's noun
The demons
Random word
hey guys how would i steal a catalytic converter
what is my mod classified as other than "random bullshit go"
random word or two
or a vanilla card
opalstuff library call it shiny rock
or some synonym for thingamabobs
why not a vanilla card?
also "random stuff" but said differently
Bad for searcges
RANDOM BULLSHIT GO!
If your mod has the name of a vanilla thing and you search it itll come up with the wiki and stuff first before the mod with the same name
99% of the time
Oh that's why.
Well yeah
unless you're cryptid
Adding mod helps
But not everyone does that
Not everyone is smart when searching
Some people are oupid
stupid people are just stupid.
Okay but then you have less people seeing your mod because they cant find it
Which you dont want
breeding 😭
oh yeah
nobody is seeing my mod because its full of nonsense nobody has ever heard of
fuck
I googled entropy and got it
Definitely an amount of people
Even my extremely niche mod has some traffic from google
i got a bit upset when it launched
this is so funny
whats potato patch
lmao
hot potato discord
developer hub
Jolly joker be going through it
I’m sorry to hear that :(
i feel kinda left out
cass 🫂
nobody told me about it before it launched
im trying not to get a pannic attack while playing this mod omds
we should start our own project
idk how tho im a filthy jokerforge user or whatever
i heard the name but had no idea it was a cool project like this
hot potato cold beans and lukewarm eggs
and i was not invited
i do wish i could join a collaborative project
despite a bunch of my friends participating
You should join the server so you can catch the next events then
you can do art
oh i can do art as well
real, kinda sucked i only learned about it like the day after signups closed
im getting faster at learning though - im actually starting to understand how a joker is structured in a .lua file
ugh, dm me the invite and i'll think about it
The next one (while smaller) is getting announced monday
The invite is in the main post of #1397989781178155009
so you feel less left out
And I’ll post it again when the next event gets announced
mwahahaha
Loss build 
idek what im doing rn ngl
So fair honestly lmfao
thats fire
i sent my application @exotic belfry im a little nervous though ;-;
In all honesty I think what happened was you weren’t as active in this server when planning was going down. I can’t say I remember seeing you around during that phase
If it gets to X3 mult they'll finally be on the level of that one person every neighborhood has
what happens to the baby if the parents have stickers?
"NO! YOU'RE SUPPOSED TO OBEY ME!"
The 7 lost seals:
stickers dont carry over afaik
I think stickers are disregardrd
neither do editions
🔥
dm me the invite or i WILL forget abt it
Message received lmao
never thought id say that in a balatro context send help
Man I can't believe hotpot added sex
what is this it keeps coming up

whats a good mod to download
the poor jokers
what other mods do you have
thats lua patcher preventing a crash
alot of qol

its every time i change shop sections
lost where the chips would grow, the jokers followed the pointed needle. the poor jokers!
Guys what if mr bones is the collective wrath of every aborted hotpot child joker
It would make so much sense
Aw
It'd be cool if they added specific art for certain combinations
Like burnt joker and mr bones being a ghost rider reference
aborted child joker: i would have benefitted your run... if i existed
It depends what you’re looking for
Balatro mods I believe
this red text is rlly annoying ahh
YKWIM 😭
#unknown is peak
is there any way to remove my progress from a mod?
reset profile
i mean for just the mod
i dont really know, ive only played the base game and cryptid
autism (me too)
for vanilla+ i enjoy playing both bunco and paperback together
ok
im gonna turn my laptop off now, ill try and fix the issue tomorrow
can someone help me fix this
once i do, v1.4.0 will be ready for release!!! and i can finally start making jokers in an actual lua file
what am i even looking at
update handy maybe
its 100% at its latest version
i installed everything yesterday
in there latest release
Trying to learn Balatro modding (and Lua for that matter but I have a background in C#/C++), and already picked up some really interesting stuff.
Like G.jokers.highlighted gives the table for all selected jokers (which is 1)
But can I also find the key of that joker through G.jokers.highlighted? How does indexing work?
I didn't even type yet 😅
Anyway hello people 
G.jokers.highlighted[1] contains the first highlighted joker
yes lua is one indexed
Wait
so does anyone have any idea what is causing red text every 2 seconds
If you want to get a joker's key from a joker you can access card.config.center.key (where card is the card you want to get the key of)
Holy, I forgot about that, I tested with this line for fun and forgot its index starts at 1
(don't mind the actual line)
can you disable lua patcher for a moment and send a crash report
i cant find the download link for paperback
Can I then just do G.jokers.highlighted[0].key?
1* (this is gonna be something to get used to)
no it's config.center.key
config.center accesses the joker's center which is effectively its definition
which also contains the key
ctrl c ctrl v here
oh alr
It's likely UnBlind though
We fuck around with the shop ui a lot in case you couldnt tell
Oh as for context: this is for a consumable, but it should be usable if a specific joker is selected (actually, one out of a list, but first step 1 then step 2)
i skip 2 custcenes and suddenly im in the dream realm bro this game is wild
probs
Dunno if that changes anything, but that's the main reason I'm using G.jokers anyway
try removing unblind
alr
It does not change anything
oh yeah im p sure its unblind
Gonna dive into the documentation again then brb
Can someone dm me pls
yeah it was unblind!!
They’re more annoying the more you have
thanks
np
so much interesting things in this mod!
bunco and paperback have some special features if played together i think
nice
Anyone know a good Cryptid equilibrium deck seed
Every seed is a good Cryptid equilibrium deck seed
It's called "playing cryptid equilibrium deck"
I mean like stupidly over powered
Every seed is a stupidly overpowered Cryptid equilbrium deck seed
You're playing Cryptid
you know i just realized this times xChips too
…
agh i am so dang confused with hot potato mod
keep it that way?
i feel u bestie
for balance you should only multiply when you do +chips and +mult and +glop
i need the server where these true emojis come from
xC and xM work fine on eiher
for balance everything should affect glop
G
My own brain and a private discord server only for me
you can clone them though
im @deft ore can i join
vencord
yea i know
convincing
but i would need all of them
I know this is something small but this is blowing my mind
This is so cool
Holy who turned my Balatro into a shady scam website
what on earth
i just realized there's no voice channels heere
who stole them all
LMAO
Can I please have some help
A bad lovely patch has resulted in this crash.
ctrl c ctrl v here
lua(maybe)
also mod list
that only helps if theyre developing a mod
just reinstall lovely i'll have to assume
no it's a mod using lovely incorrectly
👀
What’s that
😭
its like spanish
its like if english knew how to program
Idk anything about coding
Everyone always says "what's a programming language"
No one's asking "How's the programming language" 😔
im c
dang i feel bad nowwww
🇨
im s
what are some mods that are fun but not overwhelming i couldnt handle hot potato i almost threw up /s
Anyway thanks for the help people gonna continue work, good luck
can we mod the mods
alternatively all of them
wdym?
If it's any consolation, I felt the same way initially, although I was actively avoiding the community leading up to hotpot's release
-# sorry for necropost, work making me busy
as in you can install all of the listed mods
ohh all at once
hi im @deft ore can i be let into the true emoji server
sure check dms
i love you
I think there’s something wrong with either paperback or bunco
i got all 3 i hope i am not overwhelmed this time
#1345167421987749959 mom said its my turn to self-promote
do u think this will go well with the other 3?
havent played lucky rabbit but it does go well with the other two
It was bunco
everything a good mod needs
wait shud it only be source code?
depends on balance
yeah download the release zip
yeah download the zip from the latest release
hatchet 1.0 adds like 15 jokers, its a solid enough vanilla experience
i think my mod is vanilla+
not sure
what on EARTH is h_mult
hateful mult idk
hihihaha mult
held in hand mult i think
it's mult but when it gets added it insults you
you need a true that says true
hatchet 1.0 has like 15 jokers, we've come so far...
real or fake...
like it says "+4 Mult" and then it says "FUCK you"
ill make this
my mod adds 6
gonna be so honest i'm not hyped for this mod
im just gonna do a ghost deck run for now unless yall got any recommendations but im trying not to be too too overwhelmed
reading the effect of "Ew, xChips!" made me think of a crazy idea
none of it feels creative
joker that transitions
for my mod just dont play rainbow deck and all should be well
Reaper Deck is pretty fun
you don't notice it
it just happens
what if i was taking a look
:eyess
um what did i do why is my hand 4/8???
Boiled Frog
and i restarted and its still 4/8
👀
sorry i ate some of your cards
you have ANOTHER emote server!?
uh. thats not supposed to happen
lmao wth
Honestly I feel the same way with my personal mod; my suggestion, at least starting out, is to accept and listen to feedback (and don't take it super personally) and iterate on your ideas as you go
no thats hot potato
mmmm yummby
i hate when that happens
im done for no matter what i do its 4 size
boiled frog?
also your first cards are fated to be uninspired, they get more creative the longer you make them
remove garbshit and lucky rabbit
try to play a card
Honestly a X1.1 mult joker could work if there were some other strings attached
god i HATE score
it's stupid
finally...
its a name proposal
oh
oh alr
yeah i did
how the HELL do i add to the debt cap
does that fix it? if so reenable garbshit
my mod doesnt touch drawing cards
shouldnt be that
Which mod had that deck where you can make a custom starting deck thing at the start of a run
That'd just be X1.111111111 after 8 hands
god i LOVE score its awesome
incredibly funny
The one with the package
after 1 hand itd be x1.21 no
Of cards
Balatro Drafting?
Yeah
yeah
Ok
its fixed now i think
1.1 * 1.1 = 1.11
try reenabling garbshit
yeah its fixed now
alr
I'm fucking with you
where is ruby
d-tier ragebait
ruby: I'm Sold!
yeah its all working lucky rabit mustve been the issue ig
Would drafting be a great addition to whatever all of this is
But its only at the start of every run
So you start with 0 cards in your deck
what does this joker do
kill you
eat my mold
it's here, but also over there
imma try a run using only modded jokers
i love your pfp are you the artist
it would definitely be like. above legendary rarity
no
ooo
alrr
banner is baller
Say the line, Astrojack!
so called soulware where heartware and mindware walks in
or ortalab stakes
speaking of ortalab
i should play ortalab rn
That was not one of the acceptable answers. Punishment is death.
[^(]
yay all base game jokers disabled
dang lol
oh shoot i have hes
hex
imma restar
wild
thats it im nerfing you
Thats wild
dam
GUYS
UHMMM
now i need to find a way to manipulate miracle ranks
check out this selfie i definitley took
I havent made a balatro self insert yet
This next run is definitely going to the moon
chari with 99 thrusters on it
real or fake

i think mods r too overwhelming for me rlly
3.000e2
exept for ones that r just like qol rlly
or dont add to much
i like banner
what challenges could be fun with banner?
oo yeah thats true
+4 mult
jimbo only but everytime you get a jimbo you get a jimbo
jiimbo only but you can get 2 free jimbos if you pay for a jimbo twice
i lied no challenger deep opalstuff library mod
glop
kill this guy
mods, X0 Mult
Chat, I got a question for you all
Regardless of if you have or haven't played Ortalab. What do you think would be a good way to introduce people into playing it? With so much content and the demos being a massive fraction on outdated versions, I'd like your opinions on how we could go at having a way to slowly introduce people to the full version
😨
I mean we have some ideas but idk what we to go with it and decided to just get input here
showcase videos and hope they blow up
is there a thread where I can request stuff?
xd?
request stuff for what?
It was a ragebait
what type of stuff
card skins.
1.9<1.11

bro ☹️
you can open a thread or ask the artist yourself
Can someone teach me how to make a custom deck?
do you mean deck as in red deck, blue deck, erratic deck, etc
or a deck skin as in the "Customize Deck" setting that lets you make face cards have different art
there. resurrected one of my old threads into a request thread
bowl of soggy ketchup
what should look outside do
The description should reference the game.
maybe something like "Destroys a random joker when blind is selected and redeem a voucher"
THE STANLEY PARABLE MENTIONED
EABARHSI AG SUIG SDUIG
I just used legendary deck on cryptid and made it to ante 23 with 5 negative walugi
Not possible unless your android and even then that’s sketchy
we need a rule 4 emoji
send everythinig to F tier
Sending you to F Tier
table.insert(soulware, STier)
take that
wait did i mess up the order
table.delete(soulware)
delete(soulware)
bro doesn't even lua
It's not lua
Go Outside
Give +5 mult for every hour of balatro played
Shinkua not lua
rule four joker:
crashes the game if player is playing on mobile
so i got +6105 mult?
i mean, listen to the joker man...
I got vanilla and modded set up separately
i have the Bucket in my mod :3
what does the bucket do?
it makes you kill jimbo at the end
adds stored score on hand played
discard to take all current score
why does the hot potato mod kill my fps
it was hungry
the multiple currency types and shops:
i find it hard to believe umamusume and bitcoins are reducing my fps to 30
horse
😨
i'm scared
mr electric take him to the crimson heart and have him-
at this
should i add a @blissful stag cap to MDJ
whats an MDJ
My Dream Journal (my mod (name is the vaguest yume nikki reference known to man))
no
i often get this weird error, anyone got idea how to fix it?
talisman
normally talisman slides that crash when a normal number gets paired with to_big, a vanilla+ with something like cryptid
but none there is vanilla
put the score limit in vanilla anyways, in the settings of talisman
thanks,tho the issue occured again, I'll see if it's because i messed around too much with mods
just try removing the IncreaseJokersCap
anyone know how to install Hot Potato? (does one need to compile the source code or is there a file u can directly download somewhere?)
should this be my edition spawn noise
too long
squish it down a little
?
sounds like spreading a 4D hologram sheet
a what
wait let me search
is there a mod that changes the name of something in vanilla
actually this is a mod pack is there ANY mod that adds a money cap to the base game
as far i know that pretty simple in jokers