#⚙・modding-general
1 messages · Page 1311 of 1
will this corrupt my save file
steammodeded and lovely are outdated?
?
that's what it told me
latest version of my mod requires latest steamodded and lovely
I thought I had latest but ig I'll update
steamodded update is pretty sporadic
FUCK this national alert got me liking boys
ok updating steamodded worked
aroace
wait it can go past joker and consumable cap too
and you can duplicate playing cards extremely easily
yes
i should make the game play balatro theme with freedom motif when you have that deck selected
D:
what national alert?
paket balala rush e 😭
balkan yuri balatro theme
why make words if derivatives just score more than words
tried to click on a hermit in my hand
lesbian brainrot
bruh no way
?
paradox's yuri card deck fucking corrupted card sleevees
and here i was fucking debugging and editing like a dozeen different mods trying to guess what the HELL couldve made card sleeve effects stop working...
good reason to start choosing which mods to actually use tho... (ive been having performance issues for a while)
my dream
unlimited debt works
MORE!!!!1
umbral ccards my beloved
nb
i sure do love practically infinite money
hiiiiiiiiiiii glkegtichkadfsjit
go to sleep >:(
uhh tree(3) joker when
no
you look like you'd ask grok if its true
grok is this true
i wished the roullete mod still worked
250 mods 👀
hell yeah i see future competition
especially the modpack section, bmm doesnt have that
Who is it?
Embroidered Joker text
i had two things that i hated that bmm didnt have, mod packs (so i can change from testing my mod, a few mods, vanilla and some others) and the menu for installed mods being so weird, i dont care that they're not from your installer just fuckn sort them better
imm is good, but i want the mod manager to be external
so
im going to sleep gn guys
cinnimaroll from sanrio iirc
all you needed was a lil motivation 👍
peak
what effect should this puppy have
seeing this currently wearing a sanrio shirt
which character
what if we got to the plant together but this was us
idk where kuromi is
most of them
of course you are a kuromi fan
hell yeah
what effect should it have
balancing chips and mult % maybe?
actually maybe an interaction when food jokers are eaten because all of cinnamorolls friends are named after foods
+1X mult for every joker eaten
or maybe +12 mult
so its weaker
x mult is borrrinnggggg
xchips???
what rawrity would it be
probably rare
help here pls
What do I put here in the blank white card
or more generalized, +X1 or +X0.75 mult for each Joker destroyed
so smart
as someone who has seen the horrors of the fnf modding scene the songs are always either a nothing burger or shockingly good
still cant figure out why the rascal_room cardarea refuses to change size. im not working on hodgepodge again until ive fixed all the bugs with rascal and this one stumps me
where's the best place to look for mods? #1209506514763522108 ?
yep
Is it 6 AM in there?
yes
also play my mod 🥺
this is true play aikos mod
play tangents
You will play with my mods anyway so play what you're already playing
ofc handyman
Competitor when
collect my jokers (i am adding unlock requirements for some lyrezhellhole jokers bc nobody can stop me)
I defeated better mouse and gamepad and now I have no motivation to compete
i mean
people still used them nonetheless
you gotta amp up your SEO
ok so upon checking the code for CardArea:change_size
what the fucks going on here
I know and I hate it
And SEO update in progress, release soon™
I'm busy with events api now
if true then
self.config.card_limits.mod = (self.config.card_limits.mod or 0) + delta
return
end
(insert the actual code that never gets run cause the if true contains a return)
????? wtf is card_limits.mod?? its sure as fuck not doing anything to my card area
if true then
if true btw
awesome
yes i know if true
why does smods do this
cause its sure af not me doing it
ok so like clearly the vanilla card areas seem to know how to use card_limits.mod. why does my custom cardarea not react to it
If you not doing this of course they will not react
not doing what
Take mod into account
listen all i know is that when i was making rascal a few months ago change_size worked and now it doesnt
for some fuckin reason
In vanilla there's no card areas mod
i have one of the weirdest roadmap updates
Interesting, SMODS uses metatable for card areas config
is there any good reason i shouldnt just comment the change back out or replace if true with a check that its not one of my cardareas. its literally just causing me problems
oh my god bruh
I’m kill nxkoo
this is stupid, i shouldnt have to make CardArea:change_size work on my cardarea, it should just work
kill nxkoo or nxkoo dies
idk what you need to do with card area to break it
fym break it
Like idk, if you're to dead, just override change_size function for specific cardarea instance if you need
I'm doing this everytime I need custom draw function
i just want to know why they decided to make it so that change_size doesnt fucking work on modded card areas
thats its job. to change the size of a card area
why does that exist though
why not just
let me use change_size
wherever i damn feel like it
Because changing size triggered for a lot more actions, like emplacing a card
Also did you tried spend at least 1-2 minutes to see how things work in code before complaining?
ill admit i forgot to search the smods folder that on me
i was going crazy searching the dump folder and not finding anything
@west hill actually change_size should bypass this check
i still dont see a beneficial reason to lock being able to change cardarea size behind this random function check
yeah thanks
Because in theory you want to add negative cards in card area but be able to change it size controllably too
ik you can just area.config.card_limit, but, yk
change size should just work, can I see your cardarea definition?
According to code I see it shouldn't
the issue might be that the config.type of the cardarea is rascal_room and not jokers or hand?
i didnt really. define the cardarea. like a lot of things in rascal its very sloppily done by patching all the functions that define the vanilla cardareas to add my own values 😅
i should really try and move some of this stuff out of patches
change_size meant to be manual control function, but for some reason it's gated behind check which intented for automatic changes
Pro tip: extend cardarea and define all thing you need manually
Not patch goddamn vanilla one
thank you im well aware im being an idiot
im just too lazy to fix my code from a few months ago rn
https://github.com/SleepyG11/TheFamilyBalatro/blob/main/modules/cardarea.lua Look how I do this
ok this feels unnessecary when i really do just need vanilla styled cardareas
no tabs or crazy shit
But concept is: I'm not patching card area for my own type, I'm defining card area as my separate type of cardarea
With own update, draw, emplace, align functions
0 patches
Like, man, seriously. Either start doing stuff more carefully and properly, or you will continue encountering "broken" stuff for no reason
did i not make it clear enough that this was in fact OLD code that im going back through and trying to fix up. i know that its bad thank you very much
Sometimes make things from scratch is easier and faster than fixing old one
Anyway, I tried
well i dont have that kind of effort in me right now
hey guys
@storm forum hey, how do u check system specs with ur mod
...do you mean logical processor count? https://love2d.org/wiki/love.system.getProcessorCount
hello
play my mod
i wanna check computer temperature
What did you make?
You'd need to look up what to execute depending if player is on Windows, Mac or Linux.
Sure.
😭
why
joe fight
why
"ïts a #⚙・modding-general expression" 😭
@prisma latch what smods version are you using?
genuinely how did happen 😭
thank you, thank you
the shit i make is beyond ass
i feel like youve posted this before
too late to vote but i’d vote for using signs for existing constellations because there’s surprisingly a lot
you've got so many choices here
honestly the only reason i did the poll was because i couldn't find any signs for non-zodiac constellations 💀
why do you keep making these kinds of mods
ok now play this w that mouse rotation mod
😭
I bought the wrong balatro
minimal effort
https://en.wikipedia.org/wiki/Astronomical_symbols#Zodiac_and_other_constellations find the citations and stuff with sources for all the images here
Astronomical symbols are abstract pictorial symbols used to represent astronomical objects, theoretical constructs and observational events in European astronomy. The earliest forms of these symbols appear in Greek papyrus texts of late antiquity. The Byzantine codices in which many Greek papyrus texts were preserved continued and extended the i...
are you bored or something
like it took me actually 5 minutes maybe even less
hurrah
anyways this one is to buff lagtrain
trueeee
now make an instant gratification mod that makes the fps always be 60
i'm using one of these for the ore hand
chat is this heat
also it works with leveling up ascension power if you have entropy
at least it should
but only on dev branch because the ascension power perma bonuses dont exist on release
no it's fire
awesome
like
levelling up the cards in deck is quite interesting actually
if you use pluto you get +1 mult and +10 chips to high card
this uses perma mult?
fornax is right there though
yeah
+asc on cards in hand is probably crazy
maybe
its literally the furnace constellation,,
they are literally meteor showers its great
also true though
hmm
i might nerf the perma asc to only increase by one fourth of the amount
or like
one tenth idk
the shower signs are complicated so i'll probably do fornax
whats the formula for ascension power again
we should thank Denis Moskowitz for this because it seems like 90% of these were made by him lmao
idk
yeah
ASCEND
"The Planet Cards that the Zodiac Cards correlate to are parallel with the planets domiciles, those being the signs said to have rulership over certain planets in astrology. "
this probably doesnt matter for this though since not a single one of cryptid's planet cards is an actual planet
you can see said planet in the zodiac art though which is cool
i like that
the hand types are swapped if you didn't know so there is new normal planets
very neat touch
by the way chat did you know my mod has a priority of 666.001 just so it loads after entropy so that i can hook a function
isnt that awesome
make it 666.666
perfect
no
😡
im making it 666.667 instead
⬇️
:3
???
can someone remind me in like 72 hours to make a chart of a bunch of mods' priority values, i think it'd be neat to visualise
make a poll
it will ping you when it is done
oh huh
what are these new hand types?
or are they just the same as the old ones
negative ranks
(they give mult)
interesting
guessing thered be zodiacs for both versions of the hands?
yeah
would there be zodiac equivalents of stuff like the multi-hand planets (i dont like these ones anyways) or planet.lua?
also:
yeah
what if its a flush, straight flush, flush house and flush five (all in a same suit)
don't want to require flush all the way through
those are equivalent due to how those hands work anyways
but a seperate hand that does?
a flush five is a flush and a 5oak
the point is its the opposite of clusterfuck with a shit ton of hands instead of none
:3
what do you call the thing when joker trigger its effect
a flush is 5 cards of the same suit so if you have high selection limit you can have a straight flush without either the straight or the flush sharing cards
yeah
oh yeah speaking of zodiacs, i feel like ortalab'd white hole would be Cetus or something, as it's also a proposed "14th zodiac" in a couple niche circles
either that or Serpens, as Serpens and Ophiuchus are linked together
i think either direction could work
hmm perhaps
(like, ophiuchus is the serpent bearer. serpens is the serpent that ophiuchus bears)
now i want your opinion
should the zodiac directly based on cryptid planets (and not the altered hand planets) be crossmod?
since cryptid isn't a dep
by definition yeah
since otherwise they wouldn't work
since the hand type wouldnt exist
hi guys sorry if i'll be vague but does anyone know the name of a modpack that was supposed to come out 26th october iirc. Its a vanilla-esque modpack and it had a lot of mods inside like prism
i'm talking about the multiplanets mostly
or multizodiacs ig
fair lol
what would they even be, would they still be constellations or would you do something different with them
obviously i'm reworking the names to reference the list but
simple as it gets
i just realized
how fucked up would it be if the zodiac for Declare Hand (from ://Declare) let you choose its effect from a pool of possible effects
amazing
okay so. none hand constellation should be https://en.wikipedia.org/wiki/Cassiopeia_(constellation)
because cass.
this is non-negotiable
Cassiopeia () is a constellation and asterism in the northern sky named after the vain queen Cassiopeia, mother of Andromeda, in Greek mythology, who boasted about her unrivaled beauty. Cassiopeia was one of the 48 constellations listed by the 2nd-century Greek astronomer Ptolemy, and it remains one of the 88 modern constellations today. It is e...
(its effects would have to be to the cards in hand because. oops! no cards)
i mean doesnt the declared hand act as a straight or something
first contains a straight, second contains a flush, third contains a full house
important word there, contains
also as a side note there will just be original content and well things can get more than one translation
they are their own separate hands
oj
its like how full house contains a 3oak, but infinitely more fucked up because your cards themselves dont have a straight in them
its one of the cool things about cryptid
i often feel like cryptid has a lot of good ideas, but it also has some bad ones…
(balance branch my beloved even though ive never touched it yet)
also the sum ranks to 0 will exclude having no cards (as well as there not being a way to play no cards without cryptid) so the two can co-exist
i mean depends on how they are coded but yeah
so if i had a hand of only rankless cards…
nils give one chip for some reason so i'll have to manually fix that
wouldnt that sum to 0
mm yes another exclusion
derivative… 3!
i mean you could just use SMODS.has_no_rank right
and not count them if true
oh! question
would this cryptidortalab still have the same cursed/candy/epic/exotic rarities? or would the alt versions of those be called different things
rarities swap and are renamed
exotic with cursed
epic with candy
so the new 'strong rarity' is called Sinful and the swapped content in them are based on the cursed jokers
also its called Pandoras Box because thats the ortalabbed cryptid spectral
ah
oh also for picking out constellations for new zodiacs, heres a map of them all in the sky
amazing
(the ecliptic is the band where you see all the "vanilla zodiacs" at, that's also why ophiuchus is thrown in there too sometimes)
.
...
ok look you gotta use the one with sex in its name
i do
ruutu becomes Sextans because the sign looks vaguely like a diamond
actually is Ruutu diamond
i need to check
i used some of these in my mod
yeah it is clocked it
theres also a line somewhere for those only visible in the southern hemisphere but i forgot where it was
sorry if this is the wrong place to ask, but does anyone know how one might get started modding balatro on linux OS? Ive been all over the internet and cant find a good answer
tysm
kaikki/perkele?
theres a new multi-planet btw
oh wait yeah
💀
nvm
they don't got the image yet
you act as if cryptid has a design
no, its just having the rest of them
ok but hwat does the name mean
art design
it is green for a very important reason
glop planet
hold on the multi-planets aren't even real in any respect
should i even give them real constellations
make them based on ranks
fire idea (though i know entropy did it first)
use the ones that don’t exist from the minecraft Astral Sorcery mod
you crossed that out but thats really funny
i'm doing that
peak
hodgepodge is never coming out im too addicted to EVIL EGG
Yahiamice got another one guys 😔
did yahiamice play evil egg or smth
the astral constellations that don’t exist are:
-aevitas
-armara
-discidia
-lucerna
-mineralis
-pelotrio
-alcara
-gelu
-ulteria
-vorux
what smods version are you on?
and change_size doesn't work for you?
not till i patched the should_handle_limit function no it wasnt working
you don't need to patch that function if you don't need it to handle negative cards
well if you can show where you create your card area and where you are calling change size that would be helpful
the issue is almost certainly with the fact im patching it in instead of just creating it, cause this is old messy poorly written code of mine lol
just a whole bunch of this
hm, doesnt seem like it
I don't see why it wouldn't work if you're on 1031b
how are you trying to change the size?
G.rascal_room:change_size(self.cards - G.rascal_room.config.card_limit) in i think Bind:set_text()? dont know why i put it there particularly (blinds are patched to have a cards value, that wasnt throwing it off)
why card areas definition in goddamn patches 
are you able to record it not working?
where is the mods folder located again i need to update multiplayer and i havent done anything with it in a while
CardArea:change_size uses same check for card area as other events like adding negatives etc
it still works for other areas
windows: %appdata%/Balatro/Mods
idk for other OSes
thanks
It checks for card area type shop an hand, probably custom card areas in general uses them
While for custom types it isnt
which mod causing this error, help is appreciated
So trying change size for card area in menu will give no effect, for example
yes but it still updates size of other areas, that check is just for whether to treat the card_limit and extra_slots_used properties automatically
Fun
It isn't because checks set in very beginning
not really no
If you upate limit manually by area.config.card_limit = 3 then yes
it's in the else statement
I literally sent a screenshot of it working
i dont see an else statement?
granted im not on latest dev version, only latest stable
latest stable not relevant to this issue
Well, nope
what version are you on
latest release
I'll check latest in main branch
I was hovered planet in shop tho
yes it is jank it release that's why it has been reworked for dev branch
fresh run?
No, i'll try fresh rn
needs to be fresh, new values that don't reload properly from old saves
ye
my bad
there are other issues with card limit in release too
but I know that ren is using dev branch atm
oh it's 1101a that the fix was added, I misread the diff 😭
@prisma latch
help pls
oh so im not on the ver that fixes it ok
at the House, straight up Fishing it, and by "it", i mean, haha, my The Wheel
fishing
at last!! all of the BFDI contestants have abilities, and are part of my BFDI mod :D
hm, evil egg was made with löve
i might be able to use lovely to mod it..
from here, i'll be adding some miscellaneous references and characters ^U^
perhaps the recommended characters
mhmm, I would recommend if you are using the dev version to always make sure you ahve it up to date and the issues still exist before reporting them, just to save a whole lot of headache all around
i mean someone else kinda reported it for me
i was prepared to just figure it out myself
profily you must
profily is near the top of my idea list ^^
Congrats GhostSalt!
they're not a contestant, but yesyes
yipee!!!!!
if the evil egg was made with love, is it really evil anymore?
thank you! :D
hehe i've finally caught up with Battle for Jimbo's content
and hopefully the newest abilities fit in nicely with the existing synergies
uhhhh Flynnsanity is on hiatus temporarily
chat is it clear enough that this card modifies the chance youll pull a certain rarity joker from the shop/pack/judgementlike, i have different wordings on the card and the sticker but im not sure either are clear
okie
i should probably study how smods works cause i think im about to be a new love2d game's first modder
Ren doing sidequests now😭
im sorry evil egg is too addicting 😭
oh evil egg is love2d?
yep
thats neat
iirc lovely Just Works for any love2d game
it does yeah
new game from yomi hustle dev
new game by ivy sly, creator of your only move is hustle
though the gameplay is quite different
i see
yeh
youh did some stuff with making smods work for any game from the generic SMODS.GameObject thing or whatever
well not really but on an extremely basic level
Evil Egg got endorsed by the creator of Gimmiko so it better be peak
i mean you can unzip any exe its just that love2d games are compiled in a way thats literally just the game code in a zip with love2d stuff
If i have enhancements would it make sense to make jokers that scale off of how many of the you have in the deck?
yeah ok, ill make some jokers that get better off of something to do with them then
not just jokers in the deck
oh wait hang on
evil egg has an example mod and a mod loader
i dont need any of this
lmao
is evil egg that good
i'm considering playing it now
totally not because i'm a gimmiko fanboy that would follow everything the developer says
Active Ability - Pay 5 dollars to freeze a selected item at the end of the shop.
Frozen items are guaranteed to show up at the start of the next shop, but become unfrozen when they appear.
joker idea for fallout, any ideas on balancing?
kind of interesting but if it costs $5 you may as well buy it
super auto pets .....
it's literally a super auto pets reference
Does this joker sound cool
Merci
Draw 5 extra cards during first hand of round
I think it deserves a nerf tbh
or a drawback
maybe -1 hand ala troubadour?
morefluff has this but +4 and it's fine
goddamnit
thats not draw once though
true
hello john triangle person, hows your day/night/whatever
hello everyone too
same question
for yall
its okay
if this takes up a joker slot thats enough of a drawback imo so freezing should be free / $1
technically it's supposed to be a new thing called a relic but i see no problem making it a joker
or if you realy want it to have a downside you can make it not being able to freeze certain rarities/joker/packs/consumable
typo mb
or make it have a cooldown
but imo no downside wprks great
since its utility and not scoring related
most overpowered relic i made is prolly antibaryon
though it's coded to be rarer than soul lmao
one criticism I have is that there's no female characters, but there's no male characters either so it's OK i guess /ref
relatable
not really it happened to me twice but the second time was a salmon
WHAT
evil egg is tough af to mod
everything is weirdly tangled in a way you can't actually seem to add anything cause you have to reference tons of other local variables that you dont have access to
im giving up
back to hodgepodge
Grandpa
Rerolls are discounted by 75%, 1 in 4 chance to set reroll cost to 9999 when shop is rerolled
(on the game he's from, his shop is the only one to have a reroll button, but it has a chance to stop working)
I'm thinking of changing his chance to nuke rerolls to be 1 in 6 but i'm not sure
hey, what are some good difficulty modifier mods? like if i wanted to play something beyond gold stake or some alternative difficulty system but without adding jokers
otherwise just recommend mods that add stakes and i can use banner to remove any other additions?
Gimmiko
This joker gains +50 Chips when a lucky card successfully triggers (currently +0 Chips)
I know she's a slightly weaker lucky cat, shut up.
is she? that's probably the best chip scaler in the game with an oops all sixes
just my fuckin luck
im trying to test a card that tells you where other cards are in your deck
and it is in the LAST HAND I DRAW
OUT OF A 76 CARD DECK
even more thsn that really
you had all but lost your hope
EXCEPT like the capybara guy
(this is what the joker does)
but i fucking hate him so he isn't going to be in Flynnsanity
self anti sinergy is insane
i'm evil like that
well at least i get to destroy 16 cards at the start of the run
better than ancient deck
Ancient Deck?
that
I assume that's what they meant.
same thing
synonym or whatever
Ancient Deck
-# It's missing some cards...
10 random cards are taken out of the deck
the unused gimmiko character who made a total of one appearance in official content and was never ever seen again, only seen in the game files
resetter's dream
and Cultist too he's unused
and the unused Jerma boss
and Markiplier too.
god what was the developer of Gimmiko smoking
although i don't have to add Markiplier since that one gif of him burning in a hospital is already a joker in Flynnsanity
what the fuck is gimmicko
Yes
mmm
new idea
the whole deck is 28 aces (7 of each suit)
and you don't get stuff like Strength or Standard Packs
But the joker destroys those aces
You need to meter yourself
It's a challenge run
kinda similar to Double Or Nothing
that doesnt sound enjoyable
i have a challenge run called battle royale where the entire deck is made up of like 102 Black Hole cards
so basically whenever you play a hand, the first card destroys the others and adds their values to itself
we miss you siinamota
played cards with blue seals have a 1 in 5 chance to level up a random hand when scored
i am out of ideas
i keep thinking your pfp is the goblin tinkerer from a distance
oooooo you wanna give me 5 platinum for a broken zenith ooooooo
i Dont want to do that i could just Summoner...
the pfp has massive aura tbh
i hardly know her
maybe i'll just have a full deck of 52 aces
the challenge might be focused trying to minimise the number of cards you play so that you have enough to beat the run?
i mean it's my sona dressed as piccolo
the aura is agiven
reminder that in Broly's Second Coming, it gave krillin aura
so the fragile challenge?
but less beatable
imagine playing this challenge just to play that hand and then instantly fucking dying
🔥
factorial aces
ok my 3 remaning errors are:
- bug with blockbuster
- bug with blockbuster
- i cant figure out how to make effects that require context.before still retrigger
retriggers could allow for funky different things but yea maybe it's too similar
i dont think the joker is fundamentally like
usable
beyond just "hey i got aces now i can get rid of them"
hmmm
aces already suck ass anyway i dont see the need for that
maybe they just debuff for the rest of the ante
idk
maybe i need to make some jokers that offset the effects
make aces more worth your while
why does it need a downside
can you not reasonably make it a pure retrigger like sock and hack
would you guys expect a seal that says "Other scored Elements of Harmony gain 10 Chips" to be affected by retriggers
i have no ides what that means
i suppose so
elements of harmony are just seals
thats literally all the context youre missing
actually yeah
imagine the combo of
sock & buskin + pareidolia + young joker A + hanging chad + red seal ace
would go crazy but you really have to look for it
why would it need a downside if there's not enough in an Ace's favour to warrant it
witch's loan gets rejected, she gets mad, casts a spell on the guy that makes him shit
and flood the ocean too ig
guy gets mad at kid, throws a stick at kid and just kills him
he goes to jail and then the ghost or a zombie version of the kid haunts him and he screams
absolute cinema
ugh i cant decide if only cards scoring after it scoring the bonus chips but it retriggers, or all the cards trigger with the bonus chips but retriggers dont increase the bonus is weirder
cause ideally id have retriggers affect it AND all the cards get scored accurately but thats not really possible without fucking with scoring
shortcut but good
and flush versions of the rest of the hands
i actually had the idea to add a hand to my mod called "Snap" thats just a flush pair
i should do that
flush high
flush tuah
No.
hand idea
4 Unrelated Cards
4 cards of different suit and rank
wait no
Four of a Mean
because its the oppsite of four of a kind
oh i thought it was gonna be abt averages lol
Four of a Mode
should Snap be a lowish level hand type that just counts rank and suit, or should i make it better and make it also count edition, seal, and enhancement lol
Four of a Weighted Average
Random Bullshit Go!
5 cards of different suit and rank
phanta's Junk poker hand?
actually i think this is a spectrum
american psycho probably
slightly more restrictive though
clusterfuck but slightly to the left
phanta paperback cross mod??
also spectrum yeah
phanta spectrum api crossmod
does anyone actually use spectrum api
@deft ore did you see the video i pinged you
no actually hold on
Hey Why Are You Throwing Rocks At Me
1 Stone Card
Quit It
2 Stone Cards
Stop It The Rocks Hurt
3 Stone Cards
I Said Stop Come On Quit
4 Stone Cards
Stigh Card
bloodstone says 1 in 2 chance
but it feels like 1 in 2 chance to calculate the 1 in 2 chance
it liteterally took me like 20 minutes to put the whole thing together LOL
lowest effort imaginable
is that the red ball from... red ball?
it's the red ball from BFDI episode 13 :D

...here I thought it was referencing the one made in Java for pre-smartphone era...
java my behated
java phone games my beloved
duality of man
i used to play asphalt 4 java all the time
singularity of woman and ghost woman
🪱
In various versions for different screen sizes, too.
well that was pretty standard
<@&1133519078540185692>
<@&1133519078540185692>
woah your burgular attack worked
BOUNCE TALES RAAAHHHH
Has anyone made trivia questions in Balatro?
where would you guys rank "flush two but they have to have equal enhancements" in the order of poker hands
in between flush house and five
true
seems a bit high considering its playable basically whenever you use a death or a strength, they dont have to have an enhancement they just have to have the same enhancement/lack of enhancement
Flush Enhanced
Five cards of the same suit and enhacement
Flush Seal
5 cards of same suit and seal
i just realised its possible to make a completely unscoring hand in my mod. i should make a hand type for that
may i ask how one does that?
an enhancement can be rankless and suitless without automatically scoring
Five of Nothing
not everyting is fucking 5oak
theres no kind so yes
bump?
Well, that's no help
new boss blind
The Quiz
Before scoring, answer a question. 0.5X hand score if you get it wrong.
Close to what i'm hoping to make
The Splapp
Answer a question. Get it wrong and lose 3 cards.
Wait, maybe Aikoyori will have an answer for me
whats the mod in this video? https://www.youtube.com/watch?v=-gaNrd3CdBo
Hey folks! In today’s video we’re back with more Multiplayer Balatro, but this time I challenged my friend Rarran to a Pokemon Nemesis Battle. For this duel, we both start with 4 lives and each of us chose 5 Gen 1 Pokemon and their evolutions to mimic the battles between Ash and Gary.
For my Pokemon, I took Lickitung (First and second playe...
Can anyone play Flynnsanity?
ace being the mythos version of pointer
folks what is the name of the mod that allows you to select cards by holding click
handy
mister
Roblox Cheat Warning
When hand is played, if money is above interest cap, sets money to interest cap.
Life becomes wonderful when you realize you can turn almost anything into a balala jonkler
Account Deleted - ^2 Mult
1 in 100 to instantly lose the run
hey is there a better way of moddin balatro on steam deck besides r2modman
technically, rule 4
no
reasonable
is the spritework a blank card
of course it wont be man
...and it crashes the game C O O L
final joker added before v1.3
0 of of
sick art
the 0 of- of spades
have you ever played a hand with $2 or less
this brings the total joker count to 75
credit card baybee
seems iffy for an uncommon
credit card in the bufoon pack
credit card in the judgement in the tarot pack
you think it's common material?
reddit humor 🔥
red in the blue in the green
i think its really weak at base
like i get the vagabond inspo but that guy's $4 cap is way more forgiving and easy to reach
and even being down a tier doesnt save ufo from only triggering once per round at best
speaking of reddit humor
the bad png of the buffoon pack really sells it
we love crusty pngs
you think it'd be better at $4?
i mean would you sacrifice $5 every single round for one shot at getting your first hand leveled up one time
i think its mostly worthwhile to use it once maybe twice but then you just cannot keep using it
I wonder if that illegitimate balatro port I have could be modded
Like it’s a direct port of the pc game on iPad
that's fair
maybe make it $4 and bring it down a tier
guys do you like this
But I knew it was illegitimate so I bought the real one
old effeft was this, noticably less Awsome,,
Now I’m wonder if I can modify it
if it's running a version of balatro that isn't the PC version you should not talk about it here
you can but you should stop talking about it here
-1 joker slot and $5 a round for a planet or do anything else at all
But the thing is I need too know where the directory is for the mod folder like localappdata/balatro
you should stop talking about it here
i think you find that in like
any modding guide
and you gotta make it yourself either way
are you meaning $5 like for a reroll?
interest dawg
iOS has very different file structure ps and directories unlike windeos
interest matters
oh lmao
vagabond is rare and its trigger condition is less restrictive
oh ios nvm i dont know shit abt that
no i use like
software
and its still a fantastic joker even with how needy it is
behold
fire art also thats a way better way to handle temporary downsides than i do lmao
wheres my {C:dark_edition}
my thought with this joker was just that it's similar to space joker, but guaranteed with a requirement of spending cash
but i see what you mean
no
now i'm trying to figure out how to make it worthwhile
how does one get a 0
this text styling is ass 👎👎👎👎👎 kicked out of balatro
is it a custom rank
a lot of cash
yeahh fair
especially considering the first hand thing
thats only slightly less bad
although. if it didnt do only first hand that is a high card buff and we really shouldnt be doing that
i like take $4
i have a guy kinda like this in my mod actually
Seed Money and Money Tree synergy
literally just to do list but levels
also just like. having money is nice
and the sprite is space invaders but jimbos
for random blueprint or something
seems tacked on at that point
wdym
i still like the part of requiring less money for an upgrade but it was too restrictive yea, but letting it proc on all hands doesn;t work either
like most jokers dont have downsides and the ones that do relate to their upside
maybe $6 or a more lofty restriction
what if it triggered on every hand but the downside was it had a 1 in 4 chance to do so
🔥
true...
i like it so much i might rework how my similarly functioning cards work 😭
planet cards have a 1 in 3 chance to level up their respective poker hand at end of round
I'm gonna steal your liver
blue seal sinergy fuck me
blue seal and observatory synergy
find my pages
mario speech bubble png
thats pretty cool actually i like it
perkeo stay winning
nah i prolly wont how hard can it be :clueless:
reddit humer
hummer
how relevant to modding
No one stealing my code because it's bad
what the fuck was i doing

gokers
this is why you dont write code while reading
dude these messages are so fucking funny
watch me
DUDE THESE MODS ARE SO FUCKING FUNNY THEY MAKE ME WANNA ADD OOPS ALL ONES
yeah can i get what's in the Jokerth joker slot
what a close call
What if jokers acted like jokers
woah
yeah it's uh
Huh where do I even put the lovely DLL at?
it's nil
what if jokers talked
DUDE THIS MOD IS SO FUCKING FUNNY WHAT IF I HAD XCHIPS TETRATION
we already told you to not do this here
during gameplay
stop talking about it here
nobody is going to help you mod mobile
No
System32
you will be banned lol
especially like this
idk how ios works just like buy better technology
this isn't the place to discuss mobile modding
Silly YanderDev
Do you have System32? 😮
one million if statements
i love how new isnt a keyword in lua
I know where you can download System32.
everything already exists forever
Have you downloaded System32 today?
everything everywhere all at once
Sorry, as a [REDACTED] I cannot assist you.
why is the last room of 2b so hard what the fuck
what are you talking about
celeste
that room is definitely one of them
lock in
its not a difficulty spike its a skill dip :clueless:
LMAO
asit mod
fucked up
Bravo Vince.
fucked up timing
lily maybe today vallkari session?
lily
No aiko i'm first
why do you have a locked joker
