#⚙・modding-general
1 messages · Page 1028 of 1
thats secondary
watch out for dendar the night serpent dawg
it adds gay vtubers that are probably married
what
askedforit is so good at modding tho
play exposlop it's definitely very original and not just another big numbers mod
chult is a jungle in the forgotten realms setting for Dungeons & Dragons
dendar the night serpent is imprisoned therein
i see
play my
this was inspired by someone saying chult
_ _ mod
i give credit to nxkoo for actually trying to code the ideas himself
hi i am that someone yes you will often see me saying chult instead of chips & mult
MIPS
new stat
I STILL HAVE GOOGLE JAMBOARD INSTALLED ON MY IPAD
nxkoo is cool actually
Xgschfulioprk
true
actually not that annoying in modding dev
combination of chips and mult and glop and sfark
Update: I didn't even have the mod in my mod folder, why the hell were the jokers still functional???
about what
Everything. Ever a
nxkoo is awesome i think
i am too positive for this world they need to make me give +1 lily slot
awesome is maybe too strong
i gave nxkoo $20 before i need to be supportive or else
done with homework
Tangents stream today
ok the homework took too long lmaio
mainly becayuse i am stupid dum dum
what if italic doe...
aikoyori can you add theta as a letter please i’m a huge fan
isn't it one way another
kicking my feet into the air rn
I wonder if I’ve lost my ability to make banger joker cards
misprint
i’m gonna go with another
untrue, all of your art is really awesome
im still not playing tangents
I believe the code for it is finished
okay 5 misprinted misprint misprint seal cards are a bit good
i was really impressed with the visuals for busted buffoons when i played it
valid
I removed the code part but it still is giving me the same error message?
i'll give credit whe credit is due , tangents is a good mod but not in my opinion
i really want to work on modding but then i get home from work and dont want to do anything lol
mood
i ideated alot for my mod whenever im outside
but when i got home, i just play tf2
heheheheueheheheheueheueh 🥺
i want to work on vallkarri until i open vscode and see vallkarri code
as freaky as he is you have to give vro credit
You're free to work on Kino instead. I need to turn the spell system into an API atm ❤️
idk why it's so hard for some people to be normal
Expert
ice do you want to work on amm
lily do you have time
vallkarri is fine actually
alright, sorry for asking again but i've tried this in every configuration and when i add context.individual the ability doesn't activate. do i need to remove something specific and replace it with context.individual or have it ordered in a specific way or something?
Expert like..... the blinds...
it's a rhythm game reference sorry
Seem's op, even with the chance of reseting your score
real
i want to code until i open vscode
well thats all three of them stacked
is this a seal
yes
it's a seal that does the fool effect when held in hand at end of round
how do i convince a friend to stop using Ai
the server is down bro
you're not passing your class if they took it down
1 day blinding stew
pretty sure there's like billion ai models at this point
Yes but in the sense that I wanna see if I can make some Crossmod stuff for it
@dense spindle can you explain to me what this does
Halloween candy that adds a copy of each card scored to your graveyard next hand
emp
that looks like the code for checking unlocks gated behind discovering a certain number of items (like blue/yellow/green/black deck)
Balatro: Now
it's just the same balatro but all of the joker's prices are following the current inflation rate
have you looked at blue seal in vanillaremade yet
gotcha ty
try and context.playing_card_end_of_round then
blind payout also slowly lowers
yes, i pulled the context info directly from that
I saw someone request mod that increases prices and money gain by 100x
Numberslop
i didnt test the seals myself
rerollslop
sadly doesn't seem to work
hmmm
crustulum mentioned ✨
wait actually what the fuck is the difference if you multiply both money earned and spent
the notepad++ placeholder uses the font jokerman
nerfs to hermit and similar content
ok last one and not context.repetition that should work
They said that more 0s = better
They said no gameplay changes
Just more 0s before $
i want to introduce mechanics to joyous to reduce shop simulator gameplay
but its kinda necessary rn with 400 jokers
yes, and that's why it's a nerf to hermit. because it's still capped at $20, even though you're regularly way above $20
and stuff costs more
bizarrely this also makes it not trigger at all
seals are weird territory it seems
Increase all money gain. Therefore it still gives same amount just with more 0s
are you using a tarot/planet before testing the seal so that it actually tries to create something
^$2, =$8
ik
SMODS.Seal {
key = "ringed",
atlas = "ringed",
badge_colour = HEX("89"),
config = { extra = {} },
loc_txt = {
name = "Ringed Seal",
label = "Ringed Seal",
text = {
"Creates the last",
"{C:tarot}Tarot{} or {C:planet}Planet{} card",
"used during this run",
"if {C:attention}held{} in hand",
"{X:mystic,C:white}#1#{}"
}
},
loc_vars = function(self, info_queue, card)
local ringed_c = G.GAME.last_tarot_planet and G.P_CENTERS[G.GAME.last_tarot_planet] or nil
local last_tarot_planet = ringed_c and localize { type = 'name_text', key = ringed_c.key, set = ringed_c.set }
or localize('k_none')
return { vars = { last_tarot_planet } }
end,
calculate = function(self, card, context)
if context.end_of_round
and context.cardarea == G.hand
and context.other_card == card
and #G.consumeables.cards + G.GAME.consumeable_buffer < G.consumeables.config.card_limit
and G.GAME.last_tarot_planet then
G.GAME.consumeable_buffer = G.GAME.consumeable_buffer + 1
G.E_MANAGER:add_event(Event({
trigger = "before",
delay = 0.0,
func = function()
SMODS.add_card({ key = G.GAME.last_tarot_planet })
G.GAME.consumeable_buffer = 0
return true
end
}))
local created_c = G.P_CENTERS[G.GAME.last_tarot_planet]
if created_c and created_c.set == "Tarot" then
return { message = localize("k_plus_tarot"), colour = G.C.TAROT }
elseif created_c and created_c.set == "Planet" then
return { message = localize("k_plus_planet"), colour = G.C.PLANET}
else
return { message = localize("k_plus_consumable"), colour = G.C.ATTENTION }
end
end
end
}
trimmed the hex code so that it would fit the discord message limit
but its a normal hex code
true
yes
is this a good placeholder
weird, checking the code i see blue seal has and context.playing_card_end_of_round
(i should add it to vanillaremade)
...
no its like these fuckers
😢
its red pen
i just didnt feel like using balala black for it
:(
:{ even
no 3: looks off :{ looks more like sad cat
I'm so proud of myself for stealing code from entropy and changing it until it looks right
right youre a computer im a doodle we are not the same
Okay chat so should I make quantum ranks its own mod or keep it Madcap
I got three mods already
going insane
MaddenCappen
The Mad Library
What if i add it to Imperius to increase my monopoly
where the fuck did the sun go
Me when night like if realtable
Oh it's yours then
sorry got stracted this sounds coooool :3
"gatewaylike" does soul not exist
:3 Hearts
jsab is my favorite rythym game hands down
beyond is LITERALLY inverted gateway
Prestigelike
stairway to heavenlike
Does genesislike count it creates a specific joker
restless specterlike
Aikoyori, stream WHEN???
yep
hmmmmmm
i thought the established rule was a specific rarity
And that
Oh yeah im stupid
pretty sure judgement doesn't have a soul chance
my first thought was minesweeper

Wait isn't the entire shop a gatewaylike
nope
doesnt create specific rarities
smh
is push -f a gatewaylike
(from entropy)
I want to make worse rarity. How do I integrate it into gameplay?
balatrurder is not permitted past this line
it destroys eveything and creates a joker based on the rarities of the destroyed jokers
nothing is a gatewaylike you're not the next cryptid 
so its gatewaylike
is crypoed virus
so the fool
icon done 
Wait, what if there was bad joker that upgrades every few rounds and eventually turns into special (unique rarity) joker
This is a technical marvel
I am dumb.
Special rarity is from my shitpost mod, not vanilla like one
is this better overlay for wordle
peak...
What if I add Asgore joker that when purchased gives you 6 human souls, each with unique ability
Bravery: marks 2 random cards. When they both are played, joker gains +mult.
Patience: marks 1 random card. When it is held in hand, joker gains +chips
Idk rest
how about horizontal
Justice: Turns first scoring card into glass card
Kindness: Gives +1 hand and hand size
i've been messing around with it and i have no clue really, i can't find this issue documented anywhere. other people have encountered this same issue in this discord but i can't find a solution that works anywhere. and when testing the vanillaremade code for the blue seal it actually has the same debug message
@dense spindle im a little confused, @grok explain
Perseverance: Clears all debuffs
Integrity: Cards cannot be flipped
man i hate doing art
convince someone to do it for you
i will test once i get home
that's what all the professional balatro modders do these days
am i a professional balatro modder
i own a gulag consisting of 7 pixel artists
yes you convince yourself to do it for yourself
what

i do everything myself
fuck stop proving me wrong
i'll add introduction like aikoyori's mod tonight
sometimes people donate me things like im a hobo
lmao
im working on a minesweeper themed joker using the actual assets
why are you sending it in native resolution
?
you can screenshot
it was inventd recently but it should be in your phone
that-s actually really nice
prob
What kind of borders do I add
bingo is now seeded :D
fire colors
Oh no, just another startup popup
i'm commited
anyways shower time
Ill make thefamily work on maim menu then, so you can place your notifs here

what's the family
best mod ever
It has to scream Neo metal
thefamily to show changelogs would be cool
elaborate
no
i'm nuking joyous spring
thank god
i love doing the hard work only to find out someone already did it and i can use a framework/lib for it
this is absolutely peak
i'll add my tab 100%
jo6ea
what if you just did the dithering with a darker red
is that even the issue or are my eyes just bad
i don't want to localize chat
this is why i did this with centrifuge
the letter k is just evil like that
this is not the issue and also im using direct minesweeper rips so no
7 segment display mfs when i show them my 1920*1080*3 segment display
anyway heres the finished product guess what it does
is this better UX wise
7/9 chance to just straight up kill you
i was close
no???
also high contrast
that looks sick
math isnt my strong suit cut me some slack </3
math deck
ok heres the effect (alongside a bit i didnt expect ppl to add)
1 in 2 chance to prevent death,
odds are halved everytime this occurs
ill def make cooler minesweeper jokers in the future this was just my first idea
balatrue...
notepad++ will have a lot of old tech references btw bc i can
the grind never sleeps
hey i know a way you can get a free crt head in roblox :3
astro reference
now that im in this server, heres my singular joker with a sprite so far
kk
rainworld mention
@wind panther
Can odds be rigged
no. i am not creating the endless life quark drive
I should make something like that.
does nopeus have a cap on it at all
An Immortality joker
or can you just go wild
im pretty sure the max is 512x
go my x512 mult joker
wasnt the max like higher
“Always prevents death, 1 in 4 chance to break and split into 10 random negative jokers after being used.”
2 mod, 1 joker naneinf go
I got it working! WIth:
if context.playing_card_end_of_round then
if context.cardarea == G.hand and not context.repetition and not context.individual and #G.consumeables.cards + G.GAME.consumeable_buffer < G.consumeables.config.card_limit and G.GAME.last_tarot_planet then
ive made other jokers too but none of them have a sprite yet
this one's my favorite so far
oh nvm i just checked its code the max is 128 apparently
Why do your balatro clips always have infinite discards
ill add you in the credits maybe probably
Aikoyori
???
I didn’t know that, is that a function you made or is it built in to SMODS?
because uhhhhhhh
the thought has inf discards built in
what we've got so far
youre in tangents????
my own function
I still wanna make a last used consumable joker at some point.
nice
adding italics in my mod
where N
actually i will add 4 variants
Are there bold letters too?
just to make things way too complicated for me
bold is a bit hard to see so probably not
What is the recommended version of astronomica to install
that looks really good
manual upscaling detected
Because it is wordle blind
I’m trying to make a Fantasy spectral card but it requires me to think like the guy behind the gateway spritework for cryptid
text formatting pack coming soon
I deleted these two.
how do you upscale to avoid the artifacts
does other={} use a prefix or no
oh thank you
200% (or higher) sprite size in aseprite
i upscaled in gimp with no interpolation, but i literally can't see any artifacts in the image file itself
get libresprite
Number one rule of doing sprites, always transfer them somewhere where the system does not automatically fucking compress them
I use kirta too
oh true i think i did download this one through discord
astro pls upload the assets to the google doc
yea a gdrive would be better bc then i don't have to keep downloading the doc to get at the files
Are you Batman
Ok scratch that, are you thunk
Thunk also got help from 1 person with some sprites
minesweeper is love minesweeper is life
Seriously, what the hell is my sprite folder
Palette.png
yuuka.png
Wtf is a laywoman
What
last minesweeper item (blind) i swear
portal 2 panel
I guess I am lucky today
what is limbus
Korean Gacha game
this mod looks high effort
what should the minesweeper boss gimmick be
still believe in playbook
1/8 cards are mines which invalidate the played hand
Tangents stream exists?
ok so
1 in 8 cards gain a Mine Sticker
Mine Sticker
All cards in played hand are destroyed
can anyone make a thread
or post oops
??
that literally is the link to the thread/post/whatever
why are you so shocked that a new member doesnt understand how the server works
because it's basic discord functionality
is this really that big of a deal??
its not
then why are you making it
is this just the antes it can appear
max is unused now
oh ok
do i make a more evil version of the psychological warfare blind (aka, ||lanky “this shit is so ass” box blind|| )
hmmmmmmmmm
Pov: yahimod
guys my game crashes when i try to start a run after ive updated a few mods of mine, namely handy, jokerdisplay, multiplayer, and steamodded
anyone know why and how to fix this?
added some disgusting shit lmao
hi chat
playbook tomorrow
update ALL of your mods since theres been a new smods release, and also update lovely just in case
multiplayer requires 711 iirc
so previous smods release
im gonna have to kill someone later for using ai video in a youtube short
i dont see it in the list tho
thats half of youtube shorts
Damn...
i have more people to kill then
youtube shorts should never have existed
real
you're gonna have to kill the platform itself for the ai """enhancements""" they're automatically applying to some shorts without consent from the original creators
its crazy how youtube added the tiktok speed up thing for normal videos but not for shorts
i hate that
oh right that too
mike, help me kill youtube
mike, the board please
Hey guys
I forgor where i put this mod and how to find it today so i'll ask to you all
guyse
NOW we're thinking with portals amirite
does this seem reasonable or too weak for a seal?
it seems fine
I had a mod where it played "Aw dang it" or "Let's go gambling" when using wheel of fortune tarot card and i can't find it anymore
anyone know how i could find this ?
OMG
game crashes seemingly at random whenever i select a card
THX
this is mildly annoying...
since you only have 1 mod that might just be a issue with said mod
Another thing off the idea list 😢
i'm surely dumb but i can't download it anymore ..? where do i click ?
thx
there are no new mod update notifications on the balatro mod manager tho
i love coding an empty blind just for it to not load!
wow
mod manager version has to be updated seperately if the mod dev hasnt set it up to work automatically, and also N gave the answer already
because mod manager is a little funky and annoying
why wont my mod be considered existing
do you have json
idk
why is version negative
Why’s your version in minus 😭
quirky
why cant it
version made in the past 😭
Why would it
😭
smods does use a specific versioning system
she didnt make mod 😂
version is not a exactly a number
it’s major.minor.patch
Version needs to start with a number, otherwise the mod won't load
well ill be damned it worked
im more talking about as a mod dev that you need to clone the entire BMI github repo, add your mod in there, then pull request. and if you dont want to add an extra zip to every single release you make then youll have to manually update the link and do another pull request since the latest release zip file doesnt have a constant link
-3 is a number tho
The string needs to start with a number
this typa shit i hear in 100 gecs song
has to be natural
starts with a digit
okay why is this lowkey peak
also ough the game files higher speed version definitely adds to this
How’s your mod going btw
joyousspring 1.0.0 soon (3 months)
breakcore is awesome though
btw how the fuck is this a short i thought they were limited to like a minute
i started modding serious my lastest mod
damn
i dont break core
Aikoyori can you do me a favor
Send me the permalink of the fire shader gui implementation
Too much code for me to go through honestly
func = 'akyrs_challenge_flame_handler',
ops
Contribute to Aikoyori/Balatro-Aikoyoris-Shenanigans development by creating an account on GitHub.
exotic joker music better imo
its a shame high score overrides it
and program pack music for some reason??
happy 1001th mod
to be fair if you can't draw it's ok to get someone on board if they agree
i mean
Pearto said no

which settings, also im working on getting the previous smods version rn thx to all
tbh the high score music sounds like just a sped up + slightly edited version of exotic music
which is interesting
but i prefer exotic music
should i use this?
this kinda goes crazy
@main path do i use this for the mod or do the art myself? (Note i’m bad at art)
balatro elevator music?
i made a small miscalculation
funni
ok ty
laugh track.ogg
it works now after ive deleted the previous smods version i had and replaced the files with 711, but idk why that was even needed cuz i didnt have multiplayer as an active mod 🤷🏻♂️
i mean you said you were using multiplayer initially
so then you got an answer for that
Thanksies
btw chat thoughts on entropy ost
Already have it
goodies
when i first booted entropy my tv got some weird audio problems at the same time and i thought entropy was just adding fucked up music
thats my opinion
LMAO
what should this happy feller do

That’s not an opinion
Today I'm sleeping more than usual
fuuuuuuuuuuuck let me crawl out of the womb and walk and speak instantly and know astro physics
I wish i could sleep
it aint that big of a deal twin js give the answer
javascript
nooo
isaac shit sill throw a monday
vro did you scroll up just for that
you joined TWO minutes ago
no i just feel like hating
exactly im straight out of the womb but so is my dearest friend here
the example was literal
javascript mentioned
isaac and his mother 🗣️ lived on a small house 🗣️
JavaScript is cool and all but have you looked at it without the “script”
isaac and his mother lived in a hill on a small house
// ...
System.out.println("Please no");
// ... too much boilerplate code
shiit the way the game goes this is pretty factual actually
??
Public class leave me alone
the joker is checking it it's in your jokers area. if it is, it marks the edition it has as discovered (or "e_base" if it doesn't have an edition)
are you telling me you don't remember public static void main(String[] args)?
sorry
my fault
no it's fine
btw i updated wordle blind again
thank youuuuuu
"mine"?
Cool blind
destroys all other cards in hand if played
pretty cool for deckfixing
evil if you get it on a card for your build
true
Most fucked up option cycle ever
that looks nice
Handy 2.0 ?
Debugplus+
good job
tf no?
Debugplus++
Installs another 40 Suits
Removes the 'Go-Left' button
Good Luck 
Debugminus
Welcome to the debug plus experience
Where to cycle suit, rank, enhancement, etc you spam a key.
If you missed the right one, go another full lap.
And you're bound to miss it again 
You can go back
you can go back for suit and rank
Reinventing the wheel 🔥
also by that point i would just use a command personally
Also hotkeys are better so i’m gonna keep using debugplus
DPP exists because of these
Just open the cmd bro
You don't have to use it you don't want.
The only bad thing about debug plus is not being able to cycle seals
wdym
Again, if you want DPP, get it. if you don't, don't.
You can ?
you can cycle seals in base debugplus
I got tired of spamming my keyboard to cycle through these.
oh
How
Originally I made DPP because I got tired of stickers, yes.
the image above is from debugplus
Then I expanded it to this entire thing because sure why not.
its those keys
sorry that was for s
a
we makin progress
i was just pointing to the screenshot
Why not just open collection with all editions/seals/enhancements to select what you need
you can do that?
cryptid does
Did you open vanilla collection for at least once?
Yes
I used it to spawn jokers.
Again, if you don't want to use DPP, don't.
I made it and I use it for shits and giggles.
am i allowed to shill my mod post here or is that not allowed
meh, not today
i need to find something to post there to bump it
most of my players are on my server i think lol
Literally first thing I see when I open the thread:
yeah
jesus
Me: opening my code
Same me: holy shhhh
vscode flipping me off
i mean i see whats wrong
vsnocode
if's misspelled sorry
Close the if statement
the humble end:
and calculate
let me guess, it does not the since no then requirement
I have fucked up the option cycle even more
Love to see it
either im doing really horribly, or im mildly in the right path. either way im actually learning yay
:3
what your name is for?
cities or atrocities ?
Depends on what you want.
But that looks like correct UI code.
So good job
atrocities
balatro
thank you, im tryna make a config thingy
batro
why are yOU NOT THERE ANYMORE
how does that even work?
Suit cards and rank cards
pure cards
Split like half joker?
so like
no sprite... yet.
Peak shader gaming
this does in fact feel surreal
Marked - 1 in 10 chance this card is destroyed at the end of round
thoughts on this evil fucked up stake sticker?
the one time i do not need it
The shenanigans.
Stop trauma dumping
LMFAO
i have decided that
Can I put them outside of cardareas?
why are you trying to ragebait my shit 😭
sry for the extremely late reply but sure
(i was in an advanced linear algebra class)
Must’ve been nice
When you bother someone to make them angry, asking obvious questions or arguing lies
i am too bad at math to understand
I love math
I did it YIPPEEEE
just finished goin over some basic theorems involving kernels and matrix representations of linear transformations
was fun indeed
just reached 100 jokers... phew 😅
ah thanks
my assumption is that you are asking it as if you know that it can't
Dunno, you can create cards not attached to any card area whatsoever.
yes but it would kinda fuck up the game in unthinkable ways
Probably.
This gave me Balatro UI flashbacks for some reason
how are you guys doin'
decent enough

niceee lol
but worded funnier

real
oops
mental breakdown in modding chat
best thing i've seen in this entire server
guys
plant jr
anyone wanna see my google
45 degree rotated the plant
if it's full of questionable stuff i am not sure if i would want to see it
why not
what the hell do you think i do on off time
illegal activities
such as [redacted}
what if the joker was pink and yellow
help
i've made an ultrakill joker that my friend wanted but for some reason they've decided to choose a mindflayer for the joker itself
so now i don''t know if i should include it still or not
ice cream

😭
keep the ULTRAKILL
i am not hungry
it looks pretty suggestive though ngl 😭
it what
don't you know what a mindflayer is
in the hit game ULTRAKILL by hakita published by new blood interactive
i know like
V1 and V2 and gabriel n shit
for a minute i saw a mental image of a mind flayer from baldurs gate lmao
i see now
wtf
yeah see 😭 idk if it's okay to share it here (even though i think the art i made is cool)
i was thinking dnd mindflayer
yeah somethin similar
oh that would be cool
ah fair enough i mean ig that's my sign to actually show the joker, hol up
anyways gotta practice on my instrument 💀
machine in a latex bodysuit, kinda.
oooooo
flint but the symbols hate each other
(my dumbass typed out "hakira" lemme fix that)
kinda cool yea
lmfao
i personally find it cool since i don't draw stuff like that often so i'd say for a first attempt on that i think i did good lol
oh yea, the art is great!
hello, im new here, wanted to ask if there is a mod called "phantom's preview" which allows score calculation in the modding section cuz i cant seem to find it.
AAAAAAAAAAAAAAAAAA
the difference between papyrus and the fucking mindflayer 😭
aww thanks :) i also have a springtrap joker
does he always come back?
😭
i know a vanilla hand calculator if you need that
litreally this
did i just fucking drew a dog
you bet he does
is it an auto calculator?
what the dog doin
yeah
heck yea
there ya go 😌
https://github.com/Fantom-Balatro/Fantoms-Preview ?????????????????????
i did not know that existed
you misspelled it
yup thats the one
thanks
i just dont play ultrakill
real balatro black is fuckin pastel black
ultrakill is pretty cool, just don't let anyone backseat you on it
😭
i
idk
it did not click with me
i just suck at fps games
like ill try ultrakill bc im getting better but im not that good at shooter games
itll kill someone who isnt a modder
my question is why is that something that should even be debated on
it's fucking black 😭
some ppl really like colours being as vanilla as possible
then play a vanilla mod 🤷♂️
mine is def NOT meant to be one-- if you don't like that then play a different mod 😭
ikik but i just find it stupid imho :P
i love pokermeon
i think my stance on vanilla colouring is proved by my minesweeper jokers or the pre-moddingchat designs
would a joker like this trigger someone because i didn't use pastel black or something lol
smh 🥀
i think it looks jawsome imo
dont just summon him /j
tyty, every joker art in the mod is made by me :)
what pride flag was that
misinput
why do I have a dang ping in here
also that was the italian flag i think
i pinged you
Balatro black is #4f6367
Says the madman
george
that is NOT black my guy 😭
george WILL scream at you if you don't use Balatro Gray
If you really want a darker color #3e4b4d is the darkest color in the joker palette
that is a shade of blue at best 🥲
it's darkened ingame guys
im evil
i will turn off CRT
hes doing it again
i hope just because i don't use the balatro color palette won't play the mmod 😔
i personally like it, i just don't like it at 100% :P
that... is different
i just use the base setting bc i like the old timey aesthethic of it and i cant be fucked to edit it
the third color from the bottom is what you used here, #303e3f
you are now under arrest
#4f6367 and #3e4b4d at the top btw
george i will make you slightly more mad
then #dcdcdc and #ffffff on the left
invertro and minesweeper sprites will get me killed
#000000 on the bottom
okay I have served my purpose
consider yourself enlightened
oh yeah i realized i made a mistake a while ago
corner color is not dcdcdc it turns out i used a very fucked up template
I was once a #272727 user 🥀
in the big 27
bulgoe 2.7
so there is hope for all of you
hold on for like 10 mins
squeezed it into this color chart thing
really close to #000000
i use a laptop with the screen size of about 5.25 by 1.5 coke cans
no screen space goes wasted
what if i use #00000000 how about that huh
but what if i use any color
did new smods update make it so new run defaults to white stake rather than your last played stake? can I change it?
put subway surfers gameplay there
How does one start making there own modifications of Balatro ?
i dont have a ruler near me but i have a soda can so this measurement until i grab the yardstick
check pinned messages it should help afaik
theres a modding starter pack linked in one of the pinned messages here, which has a ton of useful resources linked
i am going to make you mad about it
hell yeah
Thank you both @wanton lintel and @woven crag
retrigger stuff
(its not for pokerjokers! haha!)
okay
this is the stupidest toggle i have ever added
actually revo added reroll deck recently
holy hell
idk i like the less saturated look
Revo PokerJokers?
@formal orchid can you confirm
does it look odd? maybe
oh hes offline
are you an ortalab sunny side up or an entropy sunny side up
okay now add pokerjokers to your name
entropy
Max limit
entropious
I cant add my other 2 mods either
Judgement
thy end is now
egg.
idk chat
i just realized that i'm gonna anger a lot of people since there are quite a number of jokers that use #000000.....
eris do you want to be co co owner
does the game look a bit off with crt off
I use 000000
idk what does that entail
you're co-co-owner
No angry people yet
sure i guess
not really
okay who wants to be co co co owner
🔥
I wanted to work on my mod
a game shouldn't have to rely on effects to make it look good
But my cat is sleeping on my chair
you can change the cost of a voucher right
So i cant
why is the game kinda more performant
!? and ?! have very different meanings but both can be roughly translated to ???
yeah they also take a cost parameter afaik
just like any other center
probably placebo
my vouchers do not have costs and it just automatically goes to $10
yeah thats called default values
btw why the fuck is it called STEAModded its BALATRO
real, i sometimes be opening balatro and see im running it at like 700+ fps and im like, "what?"
it's not called STEAModded it's called STEAMOdded
you can only mod balatro via steam
because it was made by steamo
that
triangle
jo ker
This
BALATROdded
do you like my desaturated balatro
mrs square
desatro
steamo dded if it locked tf in
its definitely desaturated
oh what
"sorry i eated them all" ahh deck
Deck description clickbait
thanks for recommending ultramarine btw aiko