#⚙・modding-general
1 messages · Page 1452 of 1
finally we wont have "can I download jens almanac" in a text channel like this 😭
I’m a fan. The support channel is something that has been sorely needed, and the off topic channel to be able to spread multiple conversations across the the category is very great
i think Astra and Ice are good candidates for modchat mods because they're simply the most mature and can handle situations the best from what I've seen
I’m interested to see how the technical threads will manifest tbh
ultimately idk how it's gonna work
it will only contain debugplus and balatest
With all do respect, I do not want a job in this server LMAO
:)
It's not a job. You don't get paid, you silly!
fair enough lmao
wait what am i doing
balatro modding talk in my balatro modding channel???
i forgot to be JOLLY
mfw I’m struggling to find a job :(
we will miss you, egg
Get paid eggman
That sucks...
in some countries minimum wage is zero
at least it's an actual fun job
:(
dang
must increase sell value
oh nice!
I'm absolutely up to do some janitorial tasks like pinning things or helping with guide threads for QoL stuff, etc, or pre written 'that mod is called handy' stuff, if the mods think that'd be useful. But I have a sizable ignore list that I'm fine with, and I'd truly would hate having to check the off topic channel to see what is being talked about there, so I'm definitely the right candidate for an actual mod, haha
i hope you make no public mentions of using vencord again in the future because we kinda sorta have to respect Discord ToS as a big server
and if I don't say something Discord will come at us with a gun
gunhat
I think rekoj might be too op
Just gloomy rekoj, ordinary rekoj, calm rekoj, and serious rekoj took away like a third of the score requirement when playing a flush house

Whatever
The helper roles here as an idea are interesting
Its annoying that I cant send my own emojis from my own server, and some of them I cant send when im in the server
sorry?
can I say something about rule 9 without getting a ban 
Whatever, *just let me know what people I should fear in this server since they have the power to absolutely obliterate me.
Go ahead, it's not a rule yet!
I think AI rule is way too generalized, as in there are some cases (i.e. enemy behaviour) which could be relevant to modding
or training a model to play the game
if people get triggered by either of those topics they should educate themselves, because it's not controversial in any way.
I just hate how LLMs ruined the field by making ai a new buzzword that's applied to everything 
I think it might be a good compromise, because there are definitely people that go through the actual mod threads, but I feel like those tend to be quite hidden from the mods. And just things like helping people with properly linking their git page or pinning messages is probably easier if it's someone that's frequenting this category
ok
Right, sorry
I should have specified generative/deep-learning/whatever models instead of plain AI
That was definitely the intent lmao
Tbf the ban on those topics came up not because of any judgement call from the mod team, but just that any mention immediately became blocks of discourse with bad etiquette. Sadly think that that's just part of the problem that's inevitable
the rule is there because everytime someone brings it up as a topic it turns into a food fight
I know, I read the message people referenced
Idk what the rule for the GPL-3.0 license is about, idk what that is nor if someone has to go out of their way to do something regarding it
Creatives get protective of their work to be fair
Food Fight, the movie from 2012?
Honestly, I don't think I ever brought up AI considering that on the good majority that balatro had no standard with AI coding as we all know that we just don't use it or use it a little but all code is man made.
Arguably worse than that movie
You mean Peak Cinema?
Although I have no clue on whatever about in terms of fangames.
man made
The humble jokerforge
cause I don't know about fangames being also part of the rule system too.
_ _
Google is your friend here
oh yeah, I forgot that this exists, well. guess that's Balatro's MCreator.
You have to ship your mod with an OSS license if it uses technologies like Steamodded (which uses GPL-3).
Unfortunately, we will need to have every modder here be at least a little savvy in dealing with licenses
at least savvy enough to put GPL-3 as the license in your mod repo
Honestly I haven't dealt with useage of licenses in github but either way good to know.
So if it uses stuff like steamodded or whatnot it'll need to do all the gpl stuff?
Yeah. Fortunately it's not hard.
What about things that don't use steamodded
When you make a new GitHub repository, you'll be asked for a license
Just pick GPL-3
Licenses are a weird area generally, any way. My understanding is that basically nothing about them has ever been legally tested. Though making it a server rule at least helps with deciding whether a mod can be hosting a link on here or not
Then it depends on the other technologies you use
If you (somehow) don't use any then we still ask for GPL-3 as the default
anyways, little break before we continue about the rule convo I have some video I have made of a meme edit that I thought such case that it happens in some way.
pretty sure any repo on github without explicit license still has a "default" license
they mention it somewhere
What do you even do to include the license, like do you just insert it into the code or put it as some text on the title screen, etc.
GitHub repos can be assigned licenses, which are visible when you visit them
a license file in repo is enough
Oh so it's only a posting thing
You're under no obligation to choose a license. However, without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work. If you're creating an open source project, we strongly encourage you to include an open source license. The Open Source Guide provides additional guidance on choosing the correct license for your project.
GitHub Docs
What thicker border?
What happens to the mods that don't have the correct license applies, are their github links just blocked
Like deleted by automod type shi
We don't allow you to post them on this server.
This was an issue once that we don't want repeated
In practice, with mods, it works weirder due to dependencies, borrowed code, etc. But I appreciate the server just having a default set up so that any issues stemming from licenses are already prevented
o
Ill check
Wait- there was onw thing that I have not asked about, what about Vanilla remade?
in terms of people like permissions if the code was used in the mod in some way?
equivalent, just shorthand
Oh
I'm honestly fine with people training models to play Balatro, that's very cool
But unfortunately we can't have nice things
Rule of averages and all that
If that resources forum gets made, a good write up about licenses and rights for those who wanna know more might be really helpful to have linked or pinned somewhere
In summary when posting to github or any other relevant platform you gotta assign the GPL-3.0 license, else it won't be allowed a platform on this server
Said gpl license ensuring nobody can use their mod for profit nor have any problems with borrowed code
I'm now realizing that I haven't set up the license for some mod repos. I plead for some leniency while I set that up, Egg 😭
Sure, sure
Was my summary correct
so far I have not released any mods I have made yet but thankfully with this rule change I didn't have to worry going through all of the licence changes if I ever shared on github.
I don't think it's ever been an issue due to people forgetting to set it, anyway
not sure if only gpl3 is the only accepted one here
for majority mods that uses smods yeah gpl3
Sure. The main thing is that we want people to determine if they're ok with people borrowing code from them
GPL-3.0 or more lenient
but for lovely only mods it can be either mit or gpl3 or other as they see fit
In cases where underlying technologies are more restrictive, you may follow using that license
but in most cases (and for less savvy people), GPL-3.0 should be fine
Strawberwy's
MIT license my goat
unlicense my goat
Alright, that's all the time I got
Unlicense is also v good
thanks for all the comments and discussion everyone
Cya Egg, thank you again for your time
hi egg
I'll check back in tomorrow as well if there's any more comments
Google said gpl-3 was moreso ensuring a product is free and open source
and if there's nothing else, these will go live
Is the license just a legal excuse for people not to get fussy over borrowed assets
The license is there to determine what you can and cannot do with the mod
we had an issue in the past that would have been resolved immediately given proper licensing
(it was a case of borrowing code and tweaking things)
so now we want to show this moving forward
If that's the case why refuse to house those without the gpl license
...because that leads to the issue.
That was exactly the issue - the mod didn't have a valid license given the technologies it used and it became a fuss
Oh wait I'm rupid
The mod itself wanted to be more restrictive but that's not allowed under the license of the mod it borrowed from
"This is MY jonker,,,,,,,"
-# ...ack, I've been sitting w/o a license file in the repo all this time-
Ok seriously out of time now see you all later
Do take care.
When is TOGAs getting software licenses as consumables?
Egg expired
Bye Egg
This is why I have farm fresh ones
So did the strawberries i draw are good or is they ass?
Oh no my money
unlicense joker that applies coupon tag to the first joker in each shop
Huh
What if there was like ascensio but all jokers become legendary
It be overpowered but somewhat balanced me thinks
I did
Would you like it if you got +4 mult by selecting a card
For me, the joker just gives flat x4 mult.
...this'd pile on the backlog I already have-- I still have Chip's Challenge to make... even then, I'd need visual material for the atlas of such... and the functionality ideas. 😅
Splitting Hairs? Like Madness?
this is ass tbh
Ok what if it got +4 mult each time it scored?
yorick and canio reach that pretty easy
Jimbo as Legendary having just X4 Mult would be in-character. 😂
flat mult doesn't really work for legendaries imo
Each time a card is scored*
sob is that you
Gain a free negative eternal obelisk ong 😭
wait what if instead of directly scaling it spawns a negative jimbo
my balatro mod manager isnt showing any mods to install :(
its down rn
oh
install mods manually
Abstract/swashbuckler scaling 🤔
exactlyyyy
Try the https://github.com/skyline69/balatro-mod-manager/releases/tag/v0.2.6 version instead.
also temperance value and dagger scaling
Speaking of, what would legendary abstract’s ability be? X3 per joker owned?
+1 joker slot per 2 owned jokers
sorry but this seems a bit silly, why would switching to an older unfinished version fix my issue..???
per 2 is insane ngl
#1453278564341518356 message
-# Not sure why it's there, but there's an answer-
per 3?
3 is probably fairer
ah, i see. thank you!!
Jokers give x1 mult + x0.25 mult for each dollar of sell value
When the egg sends that sweet X34 Mult
-# ...well, ideas for function already are present, but still-
Hi guys,
I don't understand why my game crashes, can someone help ?
read the third line of the crash report
How do I know which one though
trial and error
just make it 15 antes easy
-# ...Gift Card?
...which version of Talisman?
Brainfarted and misunderstoon the numbers 😛
misunderstoon
2 talismans
...ough, that'd do it-
get rid of one talisman
Which one ? XD
amulet?
it worked... I did the exact same thing before coming here and it didn't work you wizards
https://thunderstore.io/c/balatro/p/just_frostice482/Amulet/
total downloads 45
Anyway thank you, have a great christmas
is there a context for when a joker is triggered?
and i don't mean context.other_joker
i mean when a joker is triggered
not there....
use the modding forum
thunderstore is generally a bad source for mods theyre outdated most of the time
ok so this
https://github.com/frostice482/amulet
yes that
i don't like embeds
hey, can anyone help me identify while i keep crashing
really much appreciated
c:
You have a virus
what????
i feel like you specifically get so many crashes
cryptid is badly coded
You need to pay to microwave support
and incompatible with talisman
dont listen
is it?

very much so
imagine a virus which specifically affects balatro mods
Potassium
yea i feel like i keep crashing bc of sum called "colour" too
but i jus use animation skip everything and now ts
Wait I just onticed localthunk is online.
you can either not play cryptid or for this crash replacing talisman with https://discord.com/channels/1116389027176787968/1444227060527530065 should work
or what do i do
colour.exe virus fr
new run wont help unless you never engage with value manip
does is compatible w tail
or do i jus delete the other
delete talisman and add amulet
how are you not already bored of cryptid
What if I just make a setting that only lets you play balatro plus when you finish the game completely
prob because i downloaded it yesterday
a whole day
maybe they havent seen oil lamp or exotics yet
gng its jus a mod brochacho 💔
oh i crash bc of it
the oil lamp method
Oil lamp.
amulet should fix that one its an issue with cryptid's value manipulation
is there a mod which makes stupid card stuff accelerate faster
the amulet doesnt work
handy?
you can increase game speed with it
i think its alt and scroll up
is this why yall get bored bc of cryptid?
let me check
jokerdisplay and amulet incompat likely. report to jokerdisplay thread and disable the mod
so i disablke joker display?
yup
what is ratio of mult to chips (like 7.5 chips to 1 mult?)
by morefluff standards its 10Ch:1Mu
it's whatever
i think according to balatro university thats about the number?
but also chips usually gets rounded to the nearest 5 so it looks nice
i just count todd odd and steven even
and unless its a scaling joker you probably wont see something like +17 mult
why then square joker only gives 4 chips hmm
dry out
Seen 5:1 ratio.
not sure whats causing this but specifically in ante 1 blinds are appearing like this 😭 this is just the normal value of 300 but it looks way more threatening and its really funny
usually
shoot the moon:
funny if add mod where every number is reversed so wee joker 2: +1 mult for every 2 scored
not a scaling joker
in practice it scales with amt of queens in deck
and things like square and shoot the moon break it
not really
shoot the moon actually can scale by adding queen and mime (but with limit)
there no joker for infinity hand size so it balanced
do you actually have that seal tho
i had. 1 seal in my deck
and it didnt work right
so i tried to open my deck
and clearly the game was not a fan 😭
I wanna try making a somewhat balanced mod but I will end up making Busted Buffoons 2: Ballistic Boogaloo
my fault for having more than 1 content mod tho
Cause I really suck at balatro without the number warping shit
fuck it im turning on cryptid this can surely only go well
also the original message had a completely different meaning
it was saying "you won't see weird numbers on non scaling jokers", which is hardly a rule, as a lot of jokers break it
immediately i am punished for my hubris
Cryptid is like baseline crazy until you check out some of the mods that are heavily inspired by Cryptid.
my game is already crashing so 😭
One of which, Entropy
You look like you have a decent pc, you should probably install your mods manually
i mean its not like
doing it differently than i would
so i dont see why it would be different
Idk I still think that the repos bmm is using are outdated.
oh that might do it
Get the release versions
im stupid what better chips x mult/(chips + mult x 10) or chips x mult/(chips x 10 + mult)
it depends whether chips or mult is higher?
If you won't play Flying Aces... Your Aces are gonna Fly away........
#1453427542630600735 message
Aces... Flying...
Its sucks, probably...
But play...
APIslop...
This looks like a right answer but you use the wrong formula thing.
alright now ive reinstalled everything manually and still 😭
very confusing but I believe the second option is better for scoring since the divisor (in most cases) wont be that big
you usually have way more mult than chips
Oh, uhh, I use smods 1016a I believe?
I mean when you have 10 chips, and let's say 5 mult you get like 50 but on one other hand is that (10 + 5 * 10) you get basically 60 which then it makes into 50/60 and then 5/6 and once mult is 100 it doesn't give too much effect.
That version of smods breaks my modpack, it registers Config as a nil value iirc
huh
try 1221a
Apperently yeah you got the right answer except the kind of formula is wrong.
not too sure despite that I know my math.
also
1016c*
Yeah that one
theres a new release
Yes
And I downgraded
Because it register Config as a nil value
though it's even funnier that I made a meme edit that when this happens cause I saw that meme and thogut I would recreate it in some way.
had to turn off another mod bc of issues with config registering as nil (shock) but everything except Lobotomy Corporation worked so. shrug
This is the meme I have edited made about the "Right answer but used the wrong formula" and while I haven't found the original I ended up using the one from another video on youtube that had this exact except with the effects and well threw it all of it together like this (this took almsot 6 hours) (WARNING: there is Vulgur language):
...nevermind we're back to square 1
it have different get_blind_amount system
I don't know what meme is this as the guy in this video wasn't sure if it came from a tik tok or not but honestly I have no words and I thought of making a meme edit about balatro for some no reason.
yeah I used after effects to edit. And yeah I did learn after effects in university and well I tried motion tracking to see how it looks on that meme. and it worked.
this only happened when i added cryptid :(
though took me time to get it everything right.
chips x mult/((chips / 10 + mult)*hands) hmm
I'm glad you like this meme edit, though I really would like to know the original video about this "teacher" guy complains on how we got the answer and used the wrong formula. But honestly I like how it turned out in the end of this edit.
1
hey update not sure if ur still having issues but. utdr doesnt work w/ cryptid.
also despite this being vulgur I honestly find it funny as well on how it's executed.
figured out what my issue was btw. exactly that
This basically describes beating Rich get Richer with a Vagabond build
Honestly I have not thought about this, but yeah that too.
2
Small Blind
Score
Reward $$$+
do NOT use 45 degree rotated fish worst mistake of my life
what about -45 degree rotated fish
play his game
what was that one mod that let you wait to end a round called
jesus
Fun fact: if you sell merry andy or stuntman (or any joker on - hand size) on the seprent you draw 3 cards
ignore my laptop yelling at me
NotJustYet
thank you!!
Fun fact: jesus
because it turn any draw card into 3
i wish i can do something like this for my own mod
so infiny stuntman can break game
What.... the heck.... is this?
tore the game apart
just wanna make sure that you didn't tamper the game's source code or modify the base game right?
Sonic exe reference
why would i have to do that??
other than just... have smods to do it
Collect my pronouns
-Genderman
its so easy to just patch it in
Ah. alright. phew thought I was a bit worried considering the new rule changes but yeah
that's good
did you know that there are more types of patches than before, after and at
idk which one of my mods it is but one of them adds a little picture of a cat next to the loading bar whenever i launch the game and i like that
kitty :)
that's in base steamodded
I already know
hell yeagh
Smods cat is bis
./eat the process
i have beef with the smods cat
happy holidays everyone
Living lies
That I thought were the truth
Oops! The game crashed:
main.lua:1348: bad argument #1 to 'load' (function expected, got nil)
A bad lovely patch has resulted in this crash.
Additional Context:
Balatro Version: 1.0.1o-FULL
Modded Version: 1.0.0~BETA-1016c-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.8.0
Platform: Windows
Stack Traceback
(3) global C function 'load'
(4) main chunk of file 'main.lua' at line 1348
(5) global C function 'require'
(6) LÖVE function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x1faeaae8 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x1faeab38, gammacorrect:false, title:Balatro, externalstorage:false (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(7) global C function 'xpcall'
(8) LÖVE function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(9) global C function 'xpcall'
(10) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
how do i fix this im trying to play ranked
show modlist
hi chat
note: they stack if you have multiple of them.
Cost still goes up.
2 rerolls for 10 dolla' instead of 11 and so on.
That’s an interesting effect
with rerolls vouchers can be crazy (maybe not that much)
If you have any complains direct them to goldenleaf/silverautum.
I am just the idiot tasked with getting them in game.
d6 tag can safe with 10 rerolls 1 2 2 3 3 4 4 (1 2 3 4 5 6 7 8 9 10) 19 vs 55 i think is fine
0 0 1 1 2 2 3 3 4 4 vs 0 1 2 3 4 5 6 7 8 9
im stupid
I think it doesn't duplicate free rerolls, though.
I did not test that.
get fool's gambit to find out lol
Ah.
Again, I did not test.
Play fool's gambit to test it idk
-# if shit crashes do tell me please
get the dev version for the chaos the clown card.
Are you getting v0.3.1?
mm
@magic brook are you fine if I make the divine card look like this?
v0.3.1, while fairly recent (I released it today) doesn't have the exact latest features.
It is missing uh... half joker and chaos the clown.
what are the biggest joker mods?
Pokermon and JoyousSpring.
hoe hoe hoeee, MERRRRRY christmasss
K
cubs
oh
Yeah.
Good luck with that one, bud.
to this day I still don't know where I can check advancements
the moneyspread
Will be fixed in a future update.
G.ACHIEVEMENTS
there is also so much one can do while being almost fucking blind
!
Isn't there a menu of sorts?
i thought you meant programmatically lmao
anyway for each mods achievements they are visible in their mod menu
does vanilla have that?
ah, ok
Will still keep this information, though. ty
anyway no idea how that object works with modded achievements
i have a suspicion they're basically completely separate
i hope no one here has been naughty
err
🤔

oh nice they're stored in the same spot
this keeps happening what the hell is it
is it just me or does the king of halberds look so good
I love the art
something with more fluff /j (or more likely ui stuff)
Cryptid issue
Iirc
Probably just a latest steamodded thing
dang
GULP
interesting how the negative face cards are lit up
or do face cards just do that
i can't rember
uno deck
where 1
hello. Any help? I downloaded bmm, it insalled lovely, but all tabs are empty? There are no mods, I can't install anything. I thought I could use bmm to automatically browse, download and install mods?
But it's all empty
use 0.2.6
i always used 0.2.6 so this never affected me
Where can I get that?
github lists old releases
ok, I found the github page
theres a way you can fix this that is very very weird
for each of your ranks, add this in_pool function:
in_pool = function (self, args)
if (args.suit == '') or (args.initial_deck) then -- i assume you don't want these to appear in the normal deck
-- the reason for "args.suit == ''" is because the ui that displays these ranks checks if they can appear by calling the in_pool function with an empty string (or if you have any of that rank)
return false
else
return true -- assuming you want this ranks to always be able to appear in standards and such
end
cool
But ill do it soon
ok, it's working now
😭
Presenting: Bullshit!
level -100
It can't go below 1, you silly.
idk
You like, use planet cards and shit, right?
If you don't, fair enough.
Anyways, I just coded that in.
where my buttons go
I broke them by accident, sorry.
so now what
i took them
give them back
please
you didnt even ask for permission
thats very rude
im dissapointed in you nimsi
you may have them back
you guys wanna play uno real quick and i can make that my upload?
no u
this took me seven tries.
Beige deck gold stake
this should not have taken 7 tries smh
if the game stopped screwing me with joker pulls i wouldve won it sooner
runs over
but thanks to getting rework on half joker AND eternal brain storm, i won
i i think they followed me home
where should i start if i want to learn balatro modding?
i eventually wanna turn my list of ideas into an actual mod
thank you :]
uhh. guys? what do i do here?

ALWAYS BET ON PAPYRUS KNIGHT
true‼️
uhhmmm, my game is crashing, can I send the crash message here?
I was trying out cryptid and I'm crashing when playing 5 of a kind with 2 azure seals in there
if it's a cryptid problem, maybe report the crash in the cryptid discord
-# well if it's cryptid obviously it'd crash
you can find the server link in the cryptid thread in #1209506514763522108
idk if it's cryptid problem
hey can anyone please tell me which addon was it to see all previous big blinds in a run?
can you please point me to the link? I can't seem to find it
i don't see the thread either
weird
invalid invite 
oh well
that's this server
anyone?
merry christmas everybody
merry christmas!
Flower Pot
merry andy everybody
i am jane dithering
always bet on dandy knight
doggy,,,
dang
okay so problem
im making a mod that swaps stuff
jokers <-> playing cards
consumables <-> boss blinds
what do i do for stakes? the decks are, well, decks
stakes <-> blinds
i think you're cooking
imagine a polychromed blind, all jokers give X0.75 Mult
dandy 🥀
always bet at the end of the day its knight
always bet on tidal wave
hi im trying to download steammodded + jokerdisplay on BMM. when i use the latest version of SM, it crashes, but when i use a non-beta version i dont get any jokerdisplay (my fantompreview + handy work fine). Is there any combo/versions that would work
memory leak generator
fantom's preview doesnt work on later versions
so either get rid of that or get looking for the latest smods version it works on
is that green joker
yea got rid of fantom, now everthing else works. Ty very much Eris
will just wait till update or somehting ty ty
trust
opals tuff
balatro minus or balatro plus
baltro double
halfatro
balatro plus like that one
balatro doesnt equals
balatro to the power of
quadlatro
octalatro
balatro^2: beyond canon
hai slime
hii
no
multatro
im trying to move Moveable.move calls to threads
gloplatro
will be offline all day tomorrow (unwillingly) so gonna be here for a bit before i go eep
its jank
gooplatro
slime :D
:D

he has a colgate degree
f-student
did i cook
THAT IS NO FORTUNE TELLER
bro that is a dumbtunr teller
wait what mod is this
come on
i JUST HAD THIS IDEA TODAY
😭
Arent you swapping within the same type of object
jokerswap au
like some king of.. underswap
chad behavior
- Sans - 1 ATK 1 DEF
- The easiest enemy. Can only deal 1 damage.
- Can't keep dodging forever. I have to keep attacking.
- Smiley Trashbag.
- (huff...puff...)
- y'know, i think i get it.
- you L
jank is the best
like some kingqueen of.. lexxiemow
how are you handling thread syncronization? or are you just not rn
no
also goated for making the homestuck version
https://soundcloud.com/toryfox2/megalomania
embedless ig
utscposting in modding-chat,,
Overloaded
is it cross mod compatible
Not yet
hi poker
That’s 13 not 12
oh fuck
Lmao
You’re just fucking around now
√122 ≈ 11
that should be closer
there
there
everybody is stupid theory
this is true
Everyone is stupid-theory
√143 ≈ 12
good enough for me 
Its true
can confirm, am a people(X4)
stack of people
plurality
indeed
:>
12/25
I'm using the hot potato mod and it isn't nested, is there an issue?
Oops! The game crashed:
Syntax error: functions/misc_functions.lua:1425: 'end' expected (to close 'if' at line 1415) near 'else'
A mod you have installed has caused a syntax error through patching. Please share this crash with the mod developer.
Additional Context:
Balatro Version: 1.0.1o-FULL (best guess)
Modded Version: 1.0.0~BETA-1221a-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.8.0
Platform: Windows
Stack Traceback
(3) C function 'function: 0x230322a8'
(4) global C function 'require'
(5) main chunk of file 'main.lua' at line 890
(6) global C function 'require'
(7) LÖVE function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x23037cf0 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x23037d40, gammacorrect:false, title:Balatro, externalstorage:false (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(8) global C function 'xpcall'
(9) LÖVE function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(10) global C function 'xpcall'
(11) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
shoutouts to plural people, many friends in one body 🔥
i'm using the latest version
is it nested 
nope
AppData\Roaming\Balatro\Mods\Hot-Potato-1.0.8b
true :33
shoutouts to plural people i know very few but the ones i do know are all very nice
had same bug earlier
idk what causes it
i think hotpot's currently incompatible with current smods version but i have no problem with it on my main pc, only my laptop
pc may be using an older hotpot build tho, can't check rn since out for the week
i'll try an older build to see if that works, if it does then i probably have some issue with the mod files
i had the problem with other content mods disabled
so i don't think it's a mod conflict
OH SHIT there's a dependency update
🐴
uno
12/25
dawko dess gif
everyons is stupib theory
do you want to talk about the pronouns section of your bio buddy
lmao i can't even quote them
i just checked and like wtf
i will get vaporized
i mean i guess i could talk about the person in question in a purely historical context
but even then
@gilded tulip
same
it is 12/25
all is DELTA RUNE
i ate my box of bouncing iphone 16 pro max
<@&1133519078540185692> just making sure this person's pronoun bit is seen if egg is busy
Egg is not omniscient so thank you for pinging us
thats fair i just saw online and i am vaguely more familar with egg than the other mods so i pinged him first
egg not being omniscient is news to me
https://github.com/RGBeet/Overloaded
Here's the mod I was showing earlier, early WIP
What was I typing uh
The spriting 🔥
thx :)
how the fuck does localize work
god damn rat
why bother
what
who even speaks languages anyway
thats a good auestion
consistency for where im patching mainly
(positive god damn fwiw)
If cards why tasty
Guys check out this loadout I got earlier while playing balala at work
insane
cheat
impossible run
cheat engine
bro 🥹 it's mobile balatro
[ joke redacted ]
How strange
not allowed
did you mean your touchscreen laptop?
youre not allowed to use debugplus on mobile
Can someone give me a ability for strawberry and golden strawberry
https://docs.google.com/spreadsheets/d/1l5cb5YmtvGHVOBqjxNDVogCX1UJ9OW3SOzh3H0G2Bh8/edit?usp=drivesdk
Can yall give suggestions here please and thank you
do I have horrible pattern recognition or does this lowkey look like ancient joker
broccilini
this blows balls unless you somehow get like five consumable slots
isn't soda also a common
Page 1 of rekoj is done
It doesn’t look like olbap
Hey I'm new is it possible to mod on mobile
new day new rule 4 #📜・modding-rules
rule number four, buddy
well well well
rule number four kid haha you don't have access to a computer get ruled out
LOSER!!!
devicist but i see the rule so no further comment
It’s modding chat it’s all about mods what’s the big deal
Is this quantitative easing
we'll find out in the day
And i made this for a to the moon + to the moon combination
mods, here? no
casual hotpot run
hotpot detected
you know what i am Too F ucking Lazy to come up with my own ideas for a mod best joker idea wins
pareidolia: i love face cards
ride the bus: i hate face cards
pareidolia: we should breed and see what our child thinks of them
quick time event for xchip
finally got gpu instancing working and it's like 2fps faster so I guess it's time to feel bad
Joker 2. +5 mult
normal hotpot gameplay
real or fake...
hey it's accelerated hotpot gameplay
Where's my baby boy
be a Bit more specific. Pal
what
My construction worker...
hate. hate. hate.
wtf why you x react me you are not the father
poker you can't just come back after a break and be a total hater
1 in 5 chance when cared scored to give you 1 second to type "JOKER" for +20 mult. no warning before ourtime starts
Hi
you gotta change to evil poker for that
I have a really good image for this
is this good
A
kill me
love. love. love.
are you on frugs (fucking drugs)
I debated giving the full history but it's too too offtopic and funnier without anyway
hate. hate. hate.
this as a joker actually
joll. joll. joll.
the aspect ratio is almost perfect
obelisk
true
WAIT
Us that homosuck
because i hate it
Jollier Joker (Common)
Each played Ace, 2, and 5 gives +25 Chips when scored
yessssssss
imagine the alternate universe where this was trifusions and chaos theory got in
+150 jokers to make
the mod is fuckinv huge help
someone did that
Your aces will fly away...
i'm crazy scrolled up after clicking on this channel for some reason but i wanted to say that i've gotten multiple legendaries in 1 run unmodded a few times
Gambling Addict (Common)
Earn $7 whenever the Wheel of Fortune succeeds
Please speed
impossible
i'm just impossible like that
ok bye i meed to eep
almost all were while i was getting black deck gold stake prepatch and they did not win
What
something about goons
They should make a green joker. I dunno what it'd be
ok im playing ir
I'm canceling colbeans.
ok
it gives all jokers green edition
what if joker was powered by green
it should be the best joker that scales off of played hands but everyone hates it
someone should make a joker that is betrayed and locked in a time chamber for 1000 years
how do i download pvp lol ive never got a mod for a game before
It should blow dick on every build ever that isn't high card
what build isn't hc/pair/tp?
literally
those are the best builds
its okay take ur time
Yoooo what's up
suspiciously flush shaped build
suspiciously flush house shaped build
(I love trading card)
flush cinco
me personally i'd love it
don't you dare come in here with your checkered deck
me too
guys joke idea
brother I'm so cracked at deck thinningthat I don't even have checkered deck unlocked
what is kopi puesto?
i have never played flush house
so you have never beaten black deck
how do you do it
what if ride the bus never reset but it lost -1 mult per discard
i am stupid plz help
i can count the number of times i've played flush house on my hand
i think it would be a goog idea
i play red deck and my own custom deck which is red deck but you start with an eternal time paradox which I also made
Game I've been (slowly) working on
I have never beaten red stake
red deck 🥀
what did blue deck do to you
red deck more like ASS
checkered deck might be the best deck for this ig
blow ass that's what it did


