#⚙・modding-general
1 messages · Page 1466 of 1
oh okay so this is really useless now
scaling scaling jokers is a very minor benefit
and let it consume once used
ooh wait
also the wording still implies hand stacking can happen lmao
since the +hand effect is individual for each holepunch card
holepunch card
returns all played cards to hand if held in hand
and discard self```
(until proven otherwise, that is)
only one is discarded at a time
Holepunch Card
Returns all played cards to hand if held in hand
and discards self
(Cannot discard more than one Holepunch Card per hand)
i didnt know smods had a xmult operator
since youre also giving up enhancements
???? vanilla has xmult
sorry, xchips
don't you know, xmult was removed in the new update
what
do i make the legendary artifact instantly get taken by annoying dog if you click it?
do it foxy jumpscare style
1 in 10000 chance every update (game.update)
what is the usecase here
hi, i just started modding balatro, im gonna play cryptid. Are there any mods that could complement my gameplay? If so, whuch ones and where I can download them?
scroll down
there was a niche use case but it is irrelevant
the effect has changed
the old one
why
yea you get your cards back
just talk about the new one
think about it
the new one feels a lot stronger
flush build goes insane
yea
flush five gaming
playtest it
joker thats just "Your held cards are not automatically discarded into the deck"
(like at the end of round and packs)
no but its a resource
wait what
wdym
you keep them
like next round you draw the same hand?
the only way you can discard is from joker/boss effects and the discard button
-# that seems kind of bad because presumably you would have played your good cards, leaving only garbage in your hand
packs though
you've just enhanced them
and you get those the next round
yeah
since the pack can't discard them either
interesting
probably
dang
i'll shove it into pandoras box
it wouldve been good with all my draw manip cards lol
cards with use cases that fundamentally change the way you play the game
also posting this one because the wording is a little weird
obelisk:
(this is an ortalab take of cryptid)
unscoring cards count as the rank of a scoring card```
this is technically different
but in very niche cases
is this not just high card = 5oak
its probably fine i think
lmfao
it IS a rare if its the same rarity as The Solo
it's literally just better splash
(the reason an ortalab joker is being ortalabbed is a jab at the filler in cryptid)
actually wait which cases
i know people get clowned on for using the mod manager but i want to find new mods and discord won't let me scroll down past the first couple dozen threads. is the manager back up yet?
(so useless an ortalab joker got a proper swap over it)
straights mostly
"Petah what do you want for dinah"
:balatrue:
then its just straight + a pair
VENCORD!!
so the straight takes prio anyway
unless youre playing a straight + 4 UNSCORING CARDS
in which case wtf are you doing
gaming i assume
you need so many hand selection increases for this lol
Straight Four of a Kind gaming
no it would still be a 5oak since it would match the rank of one of the scoring cards
honestly i might just rope in that toggle i made that requires all cards in played hand to satisfy straight and flush for it to count
that always annoyed me
i don't know enough ui to add a use button so i might have to use keybinds to add joker abilities
what nooo dont nerf 4 fingers :(
lmao
its more complicated than that but intuitively that is what it does
nobody uses 4f besides the straight flush jank
oh yea jammy a warning
it seems really hard to get the game to score a different hand in the context.before step :(
but if you do tell me how
oh you're just gonna have to hook
its infinite hooking
the evaluate_poker_hand function
it returns a bunch of poker hand junk
i'll investigate more but you can look at that in the meantime
thx
oh wait lmao
each key in the results is a poker hand
and forcing it to be the played one would mean setting top
and some other shenanigans i think
each result object is a table of tables of cards (like this { { carda, b, c }, { cardd, e, f } })
jammys shenannys
but yeah i have a funny feeling you can't JUST set the top property
like those will be the cards that score
but the hand itself won't be top
yeah thats where the scary jank is
i was thinking you could just find the most common suit
and make a bunch of fake cards to pass to eval_poker_hand
but it broke when i tried
i mean what hand you're trying to force
you could gaslight another part of the game
to avoid this
depending on hand
WOKElatro-
you could just screw with those but it wouldn't guarantee the hand is on top
but it will contain it
well uhh
if it makes a pair or 3oak it would be outclassed by straight or flush anyway
better Mime Ig
conductive enhancements is crazy
understandable wording
it is just wild to see
all cards that mention conductive enhancements get a special info_queue_append function
other mods can hook into that (and conductive_enhancement too, to check for those respectively)
wait, nvm
just append your enhancement key, no hooks needed at all
I may have to shorten the info_queue stuff in the future, rendering a list of conductive enhancements rather than appending their info (clutters the screen the more of them are present)
whats the localize thing for that
this field
set_badges = function(self, card, badges)
badges[#badges+1] = create_badge(localize('ph_20k'), G.C.SGT_SAGADITION, G.C.WHITE, 1 )
end,
would anyone like to tell me where to find resources to explain how to start making mods
thank you
Hi, sorry, I just modded my balatro and it keeps crashing
"we have blindside at home"
blindside at home:
it says i have a beta smod version
blindside at home: blindseal
which is the best one?
send the crash message, otherwise we have no idea how to help
why so crusty red
an ui mod
Don’t use dev smods
where can i fin a non dev smod?
i see this mod list
you shouldn't use dev but the bug is unrelated
that would be this
Don’t use the green code button, use the releases tab instead
Or that link
this is the colour crash for cryptid i think
thanks
yup, im mainly using cryptid
just when scoring
okay yeah
when the first card hits
https://github.com/SpectralPack/Cryptid/releases/tag/v0.5.12a this version should hopefully not crash
this is one release downgraded and does not die immediately
im using mod manager, could that be the problem?
though due to using different smods your other mods might be fucked lmao
no its not
it is cryptid
ohb, so i should reinstall everything?
im sorry, its my first time modding balatro
that is broken with the smods version linked
let me give it a try
note that you also need to download the linked smods version as well
which might break some of your mods
it should be fine though
Decided to learn how to mod balatro today and after a couple hours of smashing my head against the Steammodded wiki and using VanillaRemade for references I managed to make my first joker!
Looks good?
damn, cool art!
thanks : D
same here
🔥
love it
so far, no problems, thank you a lot!
nice!
next cryptid release should fix it
so you can just download that whenever it comes out
lbp mentioned‼️
h
This is a cryptid issue with the newest release of smods (due to cryptid putting single lines of text inside tables in the loc file) - there’ll be a fix coming from the smods side at some point (not sure when it’ll hit a release build) and maybe a fix in cryptids end if enough people pester them about it
Where did you get all that jen stuff
Aurinko, incantation
Oh maybe you preserved them
I still recommend the new replacements
LBP MENTIONED YEAHHHHHHH
guys play my shitty mod
I already play it.
Omg samesies
oh hey its my second ever joker
Still feels cursed to see JokerDisplay on consumables.
the fucking teapot:
GLTeapot.
there was a better way to do this right (switching the text based on the jokers effect rather than making a new thing for loc_vars)
.... how the jimbo i code?
how to start the game with specific jokers ?
you can switch the description by returning key in loc_vars function of the joker
i alr know that
i assume that's what you're doing already
i was just thinking like
They look like they could use some multi box though
Tahh-lisman
photochad and some fella
holy peak
please play my mod i am begging people again
do you like woman
baaltr
The mod Balatro: the mod
quite balatrous
"If I put you in a meat grinder...."
why so serious
Hard to be unserious in a coffin.
Why is it?
Yup, heard that it maybe it would “disappear” so I downloaded it a bit ago
Is there any way I can find them? It’s one of the mods I was interested the most
Daaamn, thank you a lot!
man i wish the mod creator didnt make it so jokers didnt appear when using this deck, i would love a barron. this mod dev sucks
Who do yall think this is
plays jokerless deck
complains about no jokers
gegftgf
idk man those look like jokers to me
still jokers
Fake jokers
Turns out the real joker is me.
wow, the mod creator really didnt think of balancing. this mod creator is stupid
wow why would they put something out thats barely even playable
hé??
me when i hide more context than the redacted files themselves
speaking of balancing, try Sagatro with Talisman
more balanced than Modest Cryptid trust 
this isnt balatro anymore
someone should apply as many estranged balatro mods as possible and see how confused they get
pokermon, whatever this is, whatever else
....to gather feedback?
how are they supposed to know if something is balanced or not otherwise
where did i see that before
What is Envia
They should know to begin with
People should know how to balance before making a mod tbh
What if they don’t care about balance?
Thats a different story
I recently found out that cryptlib crashes the game on the newest releases when you use xchips
To combat this, I converted all my xchips into ^chips
just saw this, pls dont share this over my repo because its outdated
idk it works fine for me, although the xchips text doesn't pop up
Cryptlib?
i am indeed running cryptlib as seen by the penny from entropy which too requires cryptlib
1224a, yes
i believe so, yeah
it might be outdated though
unsure tbh
@forest knoll
what am i looking at
Ask the mod dev
You should ask them to remove some stuff in their mod too since they all mostly suck
Hey all
i have seen someone try pokermon, joyousspring and magic the jokering without having played any of the 3
it worked ok
...scott here?
that feels a bit mean to the mod dev
Its true idk man
why did i think of tom scott before scott the woz when i saw this
don't call me man
Its true idk dawg
still pretty masculine
here i am, in modding-chat 
Its true idk
I call everyone man, bro, dude, dawg, broski, bromine, brodaddle
Broskittles
bitch
Why have you summoned me?
where's the balatrocord quotebook when you need it
I don't even know what that means.
uhhhhhhhh like a starboard for something
for funny messages/conversations on the server
i know a couple of servers that have a system for quotebooks
quoteboard, whatever i forgot the actual name
the potato patch (hot potato) discord has 2 starboards
a starboard and a blunderboard
hi cbat
I'm really happy I got this to work properly
Looks interesting, what's the mod?
Yo.
I'm making a My Singing Monsters based mod, it's called My Singing Jokers
it's still in development right now
I don't know why, but I thought that was just an image. Indeed, when played, it does say that.
Kinda just looks ugly
My old mod logos mog this at a high level
yeah?
Im washed
idk i like the new one the most i think
Can I invite someone to replace my sister here?
uhh i guess
My sister was supposed to beta read and help with block.
Time Paradox
Restart Ante if Boss Blind is beaten with money X3 the current Round Number
X0.25 Money when Ante restarted
Are they fusing?
becoming one....
This is what the rafrance
so there was this one mod that i forgot the name of. where it's like qol upgrades like right click and dragging to select multiple cards at once, and scroll up to submit the hand. does anyone know what i'm talking about? because i forgot it and i need to reinstall it
handy?
handy and mobile-like dragging(?)
those are all nice
better than what I have by a lot
This is what I've done
which isnt great at all really
Its simple i like it
it was handy, thanks chat
yeah but I don't really like it, It seems too simple
but tbf I just don't appreciate my work, which you would have know from cold beans 😭
I trust the cold beans will be cool.
i lowkey need help rn
i'm trying to download a new steamodded version to get hot potato to work but my game will only work with beta 1016, when hot potato needs 1221, i tried putting in both versions at the same time but it stays on 1016, and if i remove 1016 and put in 1221 the game just instantly crashes
having 2 steamoddeds is not a good idea
somehow i doubt cold beans will match hotpot
why does your game crash on 1221 though?
inside the mods folder or on my computer?
Not being able to write made me bust my knuckles on a punching bag.
also i have no idea
what's the crash?
whatever this is
could be a nested installation
hotpot is fire (summer), coldbean is cool (winter), hmm we need spring and autumn hotpot variant
yeah idk what that means
File inside a file.
well i'm pretty sure the version came with a file with the exact same name inside?
when i click on 1221 it shows me 1221 again but i assume it just came that way
so do i take the contents out of the main folder or something
But not the main folder.
so it's just 1221 and not 1221 inside 1221
Time Paradox V2
When Boss Blind is Defeated, Restart Ante
X in 3 Chance to Destroy Self after Boss Blind, gains +1 Chance every successful Restart
(Starts at 0 Chance)
this is cool i like it
technically it's v3 but whateverrr
Take the folder inside the folder and move that one.
so i take the 1221 inside 1221 and take that out of the original folder?
Joker V2:
+4 mult, Add +4 mult for every mult cards in full hand
alright i get it
when is there going to be a mod that adds XChance jokers. like Oops All Sixes but XChance
i think both hotpot and beta1221 might be like that
ramen but for XChance
okay yeah they're both like that
There's a mod that adds a bunch of dices. Oops All Sixes isnt x2 chance?
like two oa6 add x4 chance
so do i take the actual contents out of the nested folders
hotpot just fixed itself upon copying the nested file
okay i did that with the steamodded version too
where xdollars, xhand size, xhands, xdiscards, xconsumbales slot
xjoker slots
i just tried booting the game, instantly crashed again and it said that one of the mods i have "has a syntax error through patching"
what is your mod list?
yahimod, qualatro, hotpot
hotpot can give a lot errors
okay and i can't have both smods versions in?
Just one.
so i guess i'll have to remove one of the mods
Just like you can't have multiple NeoForge or Fabric loaders for MC.
I "technically" have xhand size?
x1.5 hand size, so yea
just to be safe i'll remove the two previous mods i have, assuming i can add them back
but then i'll probably need to switch between smods versions
XX (multiplies all X effects)
wait if all mods add +1 pack choose/use, then where x pack choose/use
mods folder has only hotpot now i'll see if this works
XBooster that multiplies how many cards you can choose from a booster pack
what do you mean again has this happened
bro
is it possible to make a deck skin that affects the aces
i know it can be any ranks
remove hotpot and check if it runs without any mods
it runs without mods
Interesting, hmm can it be with modded ranks
Then, hotpot error, or error by not compatible.
it said the rror was caused by a specific hotpot bottle cap
try use not beta version of Steamodded, maybe help
i thought it was only beta versions
iirc this was also a nested folder problem
wait Steamodded have only beta versions huh
yes
okay so smods isnt loaded?
||i ate a lightbulb||
send mods folder
there were already nested folders
i fixed them
it says it's an item inside hotpot
okay tbh idk exactly what file that is
holy shit its john balatro
no
it said the problem was "horsechicot" and i checked it has no nested folders
yes
it doesnt matter, the entire mod is nested
you have hotpotato inside hotpotato
can someone send the aiko image
i thought i fixed that
it got sent
.
when i click on hotpot i don't see any nested stuff
it was nested but i thought i fixed it
screenshot your mods folder right now
whats in the hot potato folder
what is inside hot-potato-1.0.9 folder
wait oh my god why does the mod have a folder with the mod in it
hey
dude no shi huh ????
i beg peiople to plya my mod everytday
It's nested?
worse than nested
do you explain how to instal mods rn?
it's like multiple folders down
i removed the nested part let's see if this works now
oh it works now
cool mod, recommend to play
okay thanks guys i don't think i would have got it to work if i didn't know about this stuff
i love word bomb
idk why it was nested twice
holy shit solitaire
slay the spire spoilers
this will be the run, where I get to trigger the house
me
But then there will be no shenanigans...
it's ok i will sacrifice myself
I don't know I think there will be multiple people going for my head if I'll do that
Actually I wouldn't mind beheading rn
me
Okay
should i ask or should i not ask
Sorry Aiko
tax almost killed me, luckily reboot saved my ass
dont you have ap joker-
play my mod grrr
what the hell does that green badge mean in balatro terms
I cant say what is on the badge
eternal??
i think it means uncommon
Cryptid????
because its at the top
shrug
I hate the smooth ass stickers personally
grownup photochad ahh
Not in one run, total.
what in the misprint deck
ye
im so goated
Cro looks like an exotic ong
for plasma's passive could you not just say "+1 hand"
cuz it would probably be clearer
so unhinged 💀
hey everyone, how do i upload my resource pack into balatro mod manager
Flow State (Uncommon)
X3 Mult
Self-destructs if you exit and continue the run
my mod is unhinged trust
are you posioning the blind or the player?
the blind ideally
why would you poison yourself
though i guess the silent also has a lot of discard synergies so maybe i can work on that
for the blind probably adding a % of the required score as flat score
maybe playing a hand has a chance to not actually take up a hand since theres also a lot of 0 energy card stuff
I'm unhinged.
ok
wait 0 energy cards that dont take up a hand when played
new enhancement
im a genius
asking for a friend (myself)
which looks better
Do it. Make this a thing.
wouldnt be too hard i think
None mentioned
so. just x3
Light Card
If all scored cards are Light Cards, does not consume a Hand
yeah but the downside is Funny
high card is living the dream
oh that gives me a deck idea
Hierarchy Deck
All face cards become Light Cards
-1 Discards, Only 1 Hand
i wanna give my mod smtn like aikoshen with the 2 modes
the vanilla+ level scaling and the talisman numberslop scaling
About to have burgers.
easy solution
make a 2nd mod that uses take_ownership of the stuff in the 1st mod and changes it
how to smoke this pack
well yea that's an option but i don't want people to need 2 mods
then i have no idea how
ask someone who has done this
like aikoshen
clone your mod and then apply the scaling accordingly
i'm not doing that either
that's just "make a separate mod" but with even more effort
oh do you mean have an in-game way of changing the scaling
what cryptid/aikoshen do is check a config option to decide what values to use and code to run in each object
afaik
yea
so just use config like above, then have an option in the settings menu that writes to the config what scaling to use
yea u were overcomplicating things lol
😭
...honestly, I feel like the "nerfed variants" system I made is... not very much of use.
-# Kinda ironic, as most of my items are quite busted, as most would say.
..i'm just
ing rn, since i can't use my pc until i go back home in january
that's prob why it doesn't get used, since people would play the mod for the busted stuff
idk tho i haven't actually played ur mod :p
-# i would if i wasn't out for a few days, but it's cool from what i've seen
Hell, the only reason I made this system is because someone said about specific items in Multiplayer matches.
i wanna give my mod a similar system so i can add jokers that're more powerful
hi
how cringe or king is this
it seems kinda bad
you get no control over your build whatsoever
in terms of jokers at least
i should probably make it like. -3 joker slots in order to make it barable
i have a vision
I could already count to 6 since 22.
yeah but what's 22?
What indeed?
Crazy idea
Tetris Boss blind. It's just a boss blind where you play some Tetris. Clear 25 lines to beat the boss blind
The nil color value glicth
it HAS to be about vanilla possbilitlies
my game keeps crashing when an action that isnt in vanilla happens
golden joker reskin?
yea
no?
thats golden ticket
same thing
😭
oh woops i mix them up
broken cube map 😔
yeah
slop
nvm wrong video guys sorry
why. i must ask?
number slop
cryptid is dumb and gay
cryptid is sloppy....
dont use gay in that way
learn to have fun
this isnt the 90's, and you arent my little brother
nah, i HATE fun
thats YOUR problem
how dare you enjoy something
ok jokes aside, ive never acually played cryptid, nor i have interest in checking it out
no thank you.
im just a guy
understandable
dude wouldn't it be messed up if you inputted another vowel insead of u in stead i n so d guy
what
he means put a instead of u
no
ok.
server-chat may be better suited for you
i tried it one time but everyone reacted me with ❓ and i got scared
jokes on you i dont celebrate christmas
cool content?
no
pretty cool i guess
aw.
how could you...
be old to social interactions then
I can tell
good idea
thanks for the help
wtf is that
glop smile
what
mods hes spamming
I'd say that Cryptid is for sickos who say "Game balance is for pussies."
game balance is for awesomes/...
eris can you eat the grinch
no
what if you
wanted to play cryptid
but purists said
"you stupid"
game balance is for the weirdly maybe sweatily commited players and i play to have fun
cowards
I mean I'm not running the mist balanced mod set myself
"game balance isn't needed" wunks when they win every run with no chang eno dif eren cei st the same ti sht esam e
i love it when a really big number shows up when its meant to be around 1k only
well erm actually
you got me wrong
you need 100k to win
it is indeed needed
im talking about a random blind
dude from like
ante 3
you need 2000 score
the ante 2 big blind is 1.2k
But there's a difference between NANEINF AT ANTE 1 to synergizing Growth with emergence and a joker that scores more chips for having aces of spades
why wouldld there be a joker that scores more chips for having aces of spades
i totally support that game balance is required HOWEVER un balanced gaming(not too far)is also cool
i just said a random number that came to my mind
stupid...
balatro is numberslop you can get naneinf
numbers where
Because Emergence joker has a deck that gives you nothing but ace of spades???
stats
why would there be a joker
dude trust me...
there's number
cowards
If you ever want to just have the goofiest time in Isaac.
there's like
40 numbers
Use the gfuel seed
gunsaac
what if there was a gun
what if there was a isaac character
"The hunter. Start with a pistol and body armor."
what if the robot from hit game enter the gungeon was iisaac
isaac 2: iisaac
isaac 3: iiisaac
isaac 4: ivsaac
isaac 5: vsaac
because you are correct...
yay
isaac 6: visaac
no more...
isaac 7: viisaac
lets actually stop so this channel can be used for its actual purpose
I know how current releases work 5head.
no one uses this channel for its actual purpose
safe-posting
its cooler off-topic
anyways what do yall think of this deck texture
Prismtastic
gay
peak!
ultra's and soul's reactions here are 2 sides of the same coin lmao
what about eris's
D3...
that was in response to gay
peak gayness here
does that mean dice face 1 and dice face 2 are in love
and face 3 is the third wheel
what
also why do you two have 👀 in your pfp
idk
is this some brbs
take a look
we take one
we take looks
👀
obversing is important
well you'd probably be observant enough to see that you spelt "observing" wrong
observing is also importnat
but we obversing...
cuz when we obseerving
and obversing
we obversinging
👌
your gomer
i really wish i knew how to make custom stakes or blinds
are you ok?
i could give you my gomer
check smods wiki
https://github.com/Steamodded/smods/wiki
Who is Pilar?
What is this? A GAME SHOW!?
holy
holy shit
its purple because ITS NUCLEAR
I d ie
wah where the thing that lets me post gifa
get a platform role
channels & roles
you can now upload files
no gifs from the gif picker tho
that's where i save all my gifs ;-;
this position now has mate in omega
professional sphere knowledge
AAAAHAHHH
stone
it
is very cold
could i have a warmer stone?
and maybe lighter
just a lil
You get crushed by a 10 ton slab of stone
ignorance...
I was watching a yt video for balatro and this guy had modded decks, wondering how to get them?
what mod?
it should say what mod was used
why is there a desmos server
im not even supprised
I have no idea, it was the cocktail deck and it was like a combination of 3 decks, one of them was gradient
which I want
it was bean’s video on youtube
multiplayer
right
adds those decks
is there a way to get those decks but use it in singleplayer
uh i think so?
should be
just play on singleplayer while multiplayer mod is installed
whats a safe download for it?
ok
Ive never tried modded bal befire
I think you should go to the multiplayer server
before**
you should follow the modding guide from the modding api here first: https://github.com/Steamodded/smods/wiki
nothing there unfortunately, I saw the conversation about it but no server invite
will do, thank you guys
thats not the mod link
just something you have to do before you can do so
ill try find the multiplayer mod
ill check that out first, im assuming its setup to allow the mod to run properly
ive modded several games, just not this one
balatro multiplayer is here
youre the goat I appreciate you
https://discordapp.com/channels/1116389027176787968/1401990702023577611
there is this too
brb
thanks yall!
Yes?
Can someone please replace my sister?
Siblings are annoying
if you can do the same for mine then sure
Damn actually i should have said that for my brother
My sister was supposed to beta read and help when I have block.
worm emoji...
🪱
🪱 🤯

I can't write without something of this nature.
:Hmm:
infinite ascension
I will not use AI.
'\
does it bite?
also the LEASH is leashed WRONG… it squeezes the skull and hurts the brain
its supposed to be looped around the bottom base
this is teto pear abuse if i ever saw one
guys i think i caused a paradox
okay, what did you do
because why does a hour go by every minute
uhh i might've put a egg in the rice cooker
"every 60 seconds in africa, a minute passes" sounding ahh
Wait, apparently I can't read. You didn't see that.
:/
Do I bite?
😐
when the sun sets
so im just going to ignore that its 2 am while its a beautiful day outside i mean like i hear birds singing the flowers are blooming
Writer that doesn't even know how to read.
And kids like you should be burning in Hell.
sans.
mod teaser 👀👀👀👀👀👀👀👀👀👀👀👀👀👀👀👀👀👀👀
Giveaway?
😐
mmm i have an idea for a potential joker & edition
Glittery
and paired with joker of Glitterbox an OC of mine
Just changes the appearance.
something wicked this way comes
I will draw the one with the most. Either that or I'll pick a few and make a finals poll
sorry its my first time here is there a money mod
elaborate
like a mod that gives u more money
