#⚙・modding-general
1 messages · Page 1582 of 1
oh the wiki is wrong then
This context is used to check if each card in the deck should be debuffed when selecting a blind
so if I sell the card I dont need to manually undebuff in remove_from_deck
I'm not sure if selling a card results in debuffs being recalculated
welp time to find out
at worst you have to make it do that
-# I already shut off my pc so I can't be bothered to look up how
can I force it to recalculate debuffa
yeah just check how it's done on blind select I guess
k i think I've implemented it
yep it works
ignore me struggling to get hearts lmao
I keep getting redirected to ceremonial dagger and I have a heart attack every time because I don't wanna accidentally get myself banned because of bullshit discord mechanics
oop
remve it from your channel list
I keep getting it suggested to me
I'm no clanker
mhm
They need to put it in its own category at the bottom of the channel list or something
All it takes is one laggy moment and you modding career is gone
I just remembered this modding chat exists. Idk if anyone has done such a thing but I’de definitely love to know modders thoughts on it too.
The Infinity Deck.
- Deck now has infinite cards.
- Instead of pulling a card from your deck like normal, the game pulls a random unique card from the deck based on the odds you have in your deck.
- Explanation: You start with a completely normal deck of 52 cards. Every time a card is drawn there is a 1/52 chance of any one of those cards being pulled. This means it is technically possible to pull say 2 Ace of Clubs even though you only have 1 of them in your visible deck. Now say you used a strength on a base starting deck on a pair of 2’s. Now there is a 0% chance you can pull whatever those 2’s were, however because you have 2 3’s of one suit, you have a 2/52 chance of pulling one of those 3’s.
- Every single difference in a card is accounted for, so yes if you have 2 cards in your deck and one is a king of diamonds and the other is a polychrome king of diamonds, it would be 50/50 you get one or the other. However your deck would never run out.
- Jokers that care about deck contents would only be able to see from your visible deck, so no they don’t go to infinity just because technically you can pull infinity of that card.
Dumb question: How do i check what hands been played the most
I currently can't test my mod's stickers because they don't show up naturally rn and by debug+ only has stuff for the vanilla stickers
How do I uh apply a sticker without using debug+
You can which hand you have played the most in the stats page, but to see things past that idk.
Make a deck that gives you a joker with the sticker
Or smth idk
It's almost like if I can do that I could just make it appear on their assigned stakes
where do i go if i have a problem with a mod i installed
I think there's a global variable for that already? But if I'm coming up with bullshit ig you should look into G.GAME.hands
On recent versions of steamodded you can see "poker hands" under Other in the collection
_ _
You use debugplus but console instead
eval dp.hovered:apply_sticker("sticker_key", true)
No, it's add_sticker
Oh right ty
How do I add a sticker without using debug+ and also without changing the game's code
What
Is there like a console command or something idk
Yes I
I just wanna test my stickers
Gave you the command
Oh
I didn't know that was a console command
Do I have to hover over it while entering to apply it
eval is a command that evaluates code
eval command runs lua code
Yes, dp.hovered is an object you hover
set the variable for your sticker on your card
So to summon transient I'd have to put eval dp.hovered:apply_sticker("transient", true)
Or do I get rid of the quotations or something
add_sticker, somethingcom corrected me
bru
Also I think you need the mod prefix included
So bzr_transient?
Yeah, "bzr_transient"
Mhm, should work
It workeded
Math is hard, and so I want to use Fantoms Preview, I have downloaded it to my mods folder and can launch the game with it, but it never seems to calculate a score, it just sits at calculating, does anyone know what this could be please?
It's dead
I've heard that multiplayer mod has hand calculation included but idk if it's a thing in singleplayer
That's annoying
@fleet spade @lost bolt Okay I should've specified... In terms of referencing for CODE
I need to check what the most used hand is the current run
Oh
You can use G.GAME.current_round.most_played_poker_hand but that only updates every ante
If you need it for something that's not a blind/refreshes more often than at the end of the ante you would need to loop through G.GAME.hands and find which one is the maximum number played
There's code to do that already in the game and you can just copy that
Here's what vanillaremade does
local _handname, _played = 'High Card', -1
for hand_key, hand in pairs(G.GAME.hands) do
if hand.played > _played then
_played = hand.played
_handname = hand_key
end
end
local most_played = _handname
Where is this from?
Odd, this doesn't use the order variable
This is gonna be useful
It's for Parallel Update's Hot Sauce Joker
Sell the Joker, Level up Most Played Hand
fire
Does this randomize ranks too btw?
does what?
A different joker of mine
Imposter Syndrome: "[RANK]s are considered [RANK]s
Ranks change at end of ante"
ah
...okay
umm im having some troubles with lovely
is anyone able to help or know whats causing this?
do you have multiple smods installations
oh my gosh, my brain is clicking possibly how the code for imposter syndrome would work
how could I move the text box upwards?
hook align_h_popup
does vremade do this for photograph?
no
I'm using the same dimensions as a joker atlas
ight got it
Move the image up on the atlas, then use pixel_size to adjust its' hitbox. See this example.
Since the "anchor" point is top left of full "card".
almost works, this is in the wrong spot though
If possible I would like to disable it though
Beautiful
Jarate
why won't the box show up 😭
...do you just want to show an "Active!" badge?
its an edition that makes it so the card doesn't take up a consumable slot
Or is this a property of edition?
if theres a way to hide the badge that would be prefered
In localization file, labels = { modprefix_key = "Active!" }
Huh.
yeah...
WHY IS IT BECOMING ETERNAL
Welp... I lost all my progress on ym balatro mod I was working on...
Which thankfully wasnt much
Just metadata and one (and a half) jokers
doesn't sound that horrible to make
Is there an example anywhere of an appropriate file structure for a full content mod?
I can find anything on the steammodded documentation
whatever works best for you
Fair enough
Omg I just remembered I took a screenshot from when I wrote the recursive file loader
Im saved
wait when did jen put polterworx back up?
Two months ago.
hello
hi riley
enhanchment
hot potato and cold beans are also shown in this (but thats not the topic of the video)
finally
I meiko plans with your mother for tonight
i lowk js load file manually
enchancement
Ok but I have like a few hundred jokers planned
do you not put jokers in one file
no :3
😐
why
how many jokers per file
I just think it'll be easier in the long run to have everything separated for ease of access
I was originally thinking 1, but with the nature of my mod having the base games item rarites, I could probably sort them by rarity
seperating by rarity is much better
please don't do 1 omg
i personally do that
i would recommend by rarity or collection
Why not?
so many files
file bloat
i do 3 but like i just want to have them ordered by date of additions
or you could do by major updates
You should see the rest of my computer, its a wasteland
i add all jokers into 1 files
i mean you may get to the point where it takes longer to load
do you realize how much memory it takes to load hundres of files at once
But yeah ill prolly condense them
The lion is not concerned with memory usage (Dont listen to him, I very much am)
first time speaking in a month btw
But ill burn that boat when I get to it. I just wanna make sure my mod works first
in this day and age btw
do it now please
it'll be easier
don't procrastinate core mod functions
hi minty
https://github.com/wingedcatgirl/Menthol/blob/main/Menthol.lua#L88 i iterate over a big manually constructed table of file names
ik there's a way to get the contents of a folder but this way i can easily disable arbitrary items if i feel like it
Im not focused on making all my jokers yet, so Ill do it when I start working on mod content
I still wanna finish reading the reference material before i start coding again
okay thats fine
you should look at the first aikoshen commit
i like the big table also because it lets you control the collection order
Currently focused on atlasing, making sprites, content planning, etc
if you use NFS it just goes alphabetically iirc
i think yeah
I use this for mine
this as well, though i really have no idea what I actually want to do with my collection order
priority is files that I need to run before/after specific files
it's not something i think about too much but i like to put at least a little thought iinto it
lowkey the most cursed thing in my files is a lua file in assets lmao
e.g. for my ZZZ mod that i'm still concepting, i probably want all the ethereal jokers grouped together, and all the agent jokers, etc etc
why were you patching already 😭
I'm pro
this is not my first coding project
bro
ik
i've seen ur site lol
someone make these cards a mod pls
your not going to believe this
i think paperback will have this
ykw sure
i hate cardareas
For making sprites, what all does everyone recommend I use to make them.
Preferably one that I can use on both my Ipad and my Computer, but mainly for ipad.
Would procreate be viable? Idk how well it handles pixel art
Previously I was using Krita for sprite sheets
Ive never heard of Procreate being used for pixel art
Well we gonna find out about it tomorrow
Cuz im going to bed
Just had a random late night thought
Ill make procreate work
But it can be done apparently? https://thepaintingadvice.com/how-to-do-pixel-art-in-procreate/
Can you make pixel art in Procreate? Yes, absolutely! Procreate is a fantastic tool for creating pixel art, offering a user-friendly interface and powerful
Now what im worried about is if it has the correct type of scaling so I can make the 1x and 2x assets
i use aseprite on computer
I've been trying resprite and pixquare
But I need stuff for my ipad… so I can hit the road with my sprite sheets…
But yes I have seen aseprite
they are all paid tho
Idm paid services as long as they are good
ok so
resprite looks and feels like aseprite
pixquare feels like procreate
both of these allow import and export from/to aseprite
i have yet to try other options tho
Pixquare feels like WHAT
what the fuck are you saying
I should add stakes to my mod, well done steak
sliced edition is jank
do you think it sucks,,,,,,
i think it's pretty cool
it's like attention sticker of mine but instead of forcing the player to play you encourage people to play the card
also looks neat ^^
thambk
not a number, there was an issue when the game was trying to calculate your score
i just have party card left to implement but im kinda meh on angel card and already wanna rework it
angel card gets random perma bonuses when scored and im just... not happy with it lol
10 of clubs became stronger.
yeah and the concept is just a deltarune reference 😆
That's not... the 10 of clubs... is it?
sure is bucko =)
seems balanced enough
playing cards are usually scored first
would encourage hand leveling up
I don't know what to make of your mod
Granted, most of my losses are low mults and the intrusive thoughts, but I digress
have u tried the letter deck
😭
The letter deck... Yeah it's hell.
I'll have to get to Ante 8 and beat it so I can give a clear opinion
yea the mod is a bit unconventional
the shenanigans took a weird route there
hmmmm.?
Thursday
hop on my mod trust
bros mod be like
Ship portal: Gives 64 Cubeportals
Cube Portal: Gives 128 Shipcopter Portals
SHipopter: Makes 833 robot portal
Robot portal: 0,00001 chips
what does that mean
im js tryna have ppl play my shit man 😭
aikoyori is just out here trying to provide shenanigans to the masses
why do i think i know what this mod is based off one keyword
also sure ill play it
wth is a quadruple straight flush
a solid G
old feature that doesn't exist now
wordle deck ❤️🩹
I'd give it a 5 +(10^99)i
so quite literally off the charts
i cant even post my mod as a file its 50 megabytes ❤️
good 👍
Somone should make a mod which adds 700k joklers which act like tmtrainer
why
play my mod when
perfectly balanced trust (shh don't install Amulet)
just download the mod from the GitHub
play my mod its getting worse
is that the binding of saac
I don't think tmtrainer is possible in Balatro, at least not the way it works in Isaac
Like sure you can make a Joker with randomized bullshittery but it won't be tmtrainer
imagine if you will
a mod that changes blueprint so that if it's next to a scaling joker, it retains the scaled amounts to itself even after being moved elsewhere
or adds a joker like blueprint that does that
call it jack of all trades or something
Somewhat amounts of freetime time to finally work on something now
oh right i forgot about that
Im too lazy to make a new logo though ughhh
Why does this keep happening?
which smods version are you playing on
I SO do not wnna recode allat
rip
this is for 1 joker bro its pissin me off
at least I have competition 
can't blame it tho, I use joker_display_def so it's inflated to certain extent
merging all 5 of my mods into one turned out to be an extremely annoying feat
what this joker do 😭
ouch
i have to individually change all the prefixes now for all my files
at least it's organized in some way, unlike my huge ass file
As someone who is not a programmer, is there any benefit in making each joker a separate .lua file? I always see if with other mods, but I don't know if it's worth doing it like that or not.
Organizationally, it's a huge boon, honestly
Figured
For crash reports, it'll also give you the specific joker immediately
oh yeah that's true
that too
if you wanna take it a step further you can seperate them by rarity
It also means adding or removing content is a lot easier, and it makes finding and replacing less risky (though if you're properly using git, there isn't a huge risk, regardless)
idk what mod I saw that did that but i thought it was funny
Maybe I should invest some time in that
Separate them alphabetically
Loading them as separate files also means you can more easily order them
or by vibes
As the collection is based on load order
Though personally I load my jokers with a separate function specifically so I can order them by hand, afterwards. Also means I can disable jokers by just commenting out their name from that list
Single file isn't a huge issue if it's a personal preference and you're working alone, but separating code out into different files is generally a good thing to do. I personally don't separate smaller categories of content out, such as planets, or tarots, but I do for jokers, as well as having specific subfolders where all code for a specific mechanic is placed. Makes it easier to parse, and making it modular makes everything easier to fix when things break or bug
ight this should be a good list to start with
what r the boons of using a loc file again if youre only exclusively doing en to begin with
less code clutter
also allows for some neat things such as compeltely changing what a card says
oh right
you can't do:
loc_vars = function(self, info_queue, card)
return {key = "a_different_key"}
end
with loc_txt
I find it easier to have all localization in one place. If I want to change something more broadly, it's a lot easier. For example, I changed way I wanted a specific custom mechanic to be formatted on card text, and I could just replace-all in the localization file
this doens't striclty need a loc file, but its much more convient with one
simply changing a key instead of doing stuff with main_end or main_start
It's also helps when you need to add a tooltip on various items, as you only need to describe it once in the loc file
when the cord is night
ok i think im close to finally finishing the excessive merge
this also reminds me i need to make simplex work for meiko
I hate myself so much
why are there 8 pocket mirrors
8 different points in the run
SilkTouch when are we getting Fortune
probably
is it evil to add a bunch of enhancements and no way to get them normally
standard pack value
standard pack gaming
i have 12 enhancements of which 2 are currently obtainable outside of standard packs lol
I have 11
I love enhancements
If you play Kino and MoreFluff together, you can have each card in your deck be a different enhancement ❤️
8 are straight up upgrades from vanilla
1 is 8-vanilla-in-1
the last 2 are Celestara-exclusive (Celestara = upgraded Planet)
name time
we love placeholder sprites
meeeeee i have like 45 jokers of which maybe 9 have art
+1 because i forgot about crossy
don't forget to save
Mornin modders
greetings modders
i should add the maliss archetype to my mod so i have a funnier response to that image in the future
The what
im just joining this server as a replacement for another im not gonna be very active here for shenanigans or whatever --

hi

play every mod
Is it bad that my first thought when looking at this was Trickstars
But no this is the virus archetype right
Oh wow there was an Alice in Wonderland archetype?
How did I not know of this
god i was so cringey like 6 months ago i might just wipe every message i sent before i rejoined
I have an issue with Cryptid, I have the latest version of Talisman, but when I include it in my mods folder it crashes the game before it loads, without Talisman in the game loads but obviously I can't use Cryptid as it's a dependency
Insert gif of jimbo waving
ok what happened to the top of uta’s head
I'd recommend it
Not because I personally think it was cringe, but because you should be able to wipe your past from the internet
The internet nowadays doesn't let you forget your cringey past, and I think that's a shame
I have no idea what
yo egg
Will do.
yo
🫵
i didn't really feel like rejoining this server but it's fine enough to keep my server list at least a little less barren -- I've gotta have a few servers that I just read through and then ignore /j



finally time to start playing JoyousSpring?
If I had the choice I'd be out of here
okay fixed it lol
Well I've got a mod to promote so
Different story
I've played it a few times
although not as much as I'd like
Bro's a hostage
so close to finally merging everything together
is thunk keeping you hostage?
hatch twice if you can't speak freely
That's not how any of this works
sorry, it's truly been a while since I've been an egg


I'm too silly
honestly i kinda just wanna delete my mod thread and start from the top
theres a lot of stuff from the beginning of the mod that makes me cringe thinking about it
With Cryptid, should I just be running Cryptid and Talisman? It seems to crash with other mods, alwayts seems to crash at the end of a round
i wouldve tried using a mass deleter for that but the most popular one requires a subscription
my mod is going to release a true V1 soon but we've had to clean up a shit ton
cryptid requires talisman but Amulet is a talisman replacement that crashes less
Okay so I got something to purge everything I sent before 2026, yippee 🎉
Cinema
honestly might try and get my thread deleted so i can make a new one
i really really hate the stuff i made when the mod first began
Thank you 🙂
I can make Cryptid run nicely on it's own but it definitely doesn't play well with other mods, will try amulet 🙂
the most popular one is a userscript
and its free
should be alright to delete all pre 2026 messages
since as much as im concerned? 2025 astro was not real
yeah i found a browser extension that does basically that
my shit is lagging
no
not extension
play my mod
ASTRO??
What're these for?
Also hi revo o/
hello
Play Starspace it's very meow
hru
I post more updates on my mod in my mod server
Doing ehhh, I'm sick rn, you?
Hopefully i do twt
being sick is the worst
Oh also, i started making like, a vanilla 'balance' mod
Its less balance, and more tweaks i feel work better
Revo, what games have you played
i saw but havent played yet
Though, ig it still counts for balance considering everything im doing is usually buffs/nerfs
i have some on my profile
Probably cause i have put out a decent release yet lmao
i kinda dont like balance mods hienstly
Yea, thats fair
but thats moreso because i dont like vanilla esque mods
I don’t see anything
r u on mobile?
I haven't posted a new release since that pne i dont believe, but ive made a good few changes
Yea
i will play it tho when i play balatro next time
Honestly my biggest reason for making the balance mod was so i could make something and put it out
Aiko got a question for ye, it will determine if I play your mod today or later
Cause it felt eh with my constant bugs on my main mod
Do the decks and sleeves have unlock conditions?
Better than mine
I can say that
I do kinda find it funny how i figured out the portals tho
It was difficult
well isnt rhat just a time thing
Eh, true
i personally dont think my mod is good tho
I do :)
i appreciate it
Its in a considerably better state than mine is
Hey Revo, mind if i send my mod for help
sure
Thanks I'll explain in DMs
👍
ello chat
So I realized something with Lumpy Touch's video on Chaos Theory. He may have revealed the effect of it without actually saying it was the effect
pandora's box
I was gonna ask you for help with noise joker but I’m assuming that because almost nobody here plays pizza tower, you probably don’t know either.
Wasn’t chaos theory already made by sdm
I mean, people can have different interpretations
ye i dont play pizza towr sorry
I'm sure it's been made by someone as a mod but lumpy touch is the one who drew the card. It may be that he based the art off the effect he got
Chaos theory, huh?
oh that'd be a pretty neat effect, definitely gives it a niche considering there's no jokers that change ranks or suits (besides tarot generators or smeared ig)
Oh hello there
It looks like a rare joker I can’t lie
I wonder what Dog Eating Homework would’ve looked like
in my vanilla rebalance mod, i made chaos theory a xmult scaler that requires playing specific poker hands, ala todo list
Funny seeing you outside of Murphy's server lol
hello
I LOVE BALATRO!!!!!
Wait what
hi picubed
Im talking to @sweet bramble
hi astro!!!
this really murphs my obv
No like there’s a Murphy server?
Yea?
this really sea my labs
True
check murphy's twitch profile page
i forgot to port the documented mods over to the spreadsheet imma have to undelete the google doc AGAIN
welcome back astro
Mfw I bought a ticket to pretzel town
Lol
I did create my best interpretation based off the descriptions LocalThunk mentioned
Effect wise, he never mentioned
But yea, lowk in my head you only existed in that one server and i never checked what ones we shared lolll
So I played into the whole "Have to write new homework:" with a new card being created when one is destroyed
Oh my gosh I called it Dog Eating Homework instead of Homework Eating Dog
💀
lol fair enough, balatro is my addiction so i am all over the place
I can tell
Ill probably have you be my playtest if you would like?
...homework eating dog?
:3
Btw context
I dont have many people ik that play
unfortunately
:3 is not a proper answer...
i could try give it a whirl, but i'm a bit busy this weekend so no guarantees
Thats fairrr
ah okay! i really hope there's an implied hyphen between homework and eating
or maybe the homework eats the dog. whatever localthunk
Meanwhile i called it Dog Eating Homework 💀
yay it works
OK so I guess it'll be a bit later
very few content mods add unlock conditions in general
I know most of them don't
I wish more did tbh
Progression mechanics make things more fun imo
Im finally done with merging everything together
I have none 
I dont really plan on any either tbh
personally i don't add unlocks to my mods (with one exception) since i want new players to simply be able to see all the content
truth nuke
there's simply a LOT of mods, so i want to be able to grab people's attention
I mean, only one of my mods will have any, and thats my balance mod, which will just be base game unlock conditions
it's a short term thing - there's definitely benefit to having unlocks if the player is willing to invest the time
I mean, unlock all exists
true
I mean even then it's kinda annoying having to take that into account when barely anybody will care if you have unlock conditions or not
out of curiosity, does it say on the playing card it triggers at end of round?
yes
How does this joker work
like, in a playthrough way or a coding way
avoid triggering too much straddle
it's there to un-trivialize the game when there are literal broken items
i exist
The leftmost 3 identical negative jokers, are those from pwx?
check the code for it
In the game or in the code?
thoughts?
thoughts is
Mi thoughts is
Oh yeah, I wonder if eggman makes rotten egg easier to get rid of.
nice but
Rin and len . . .
how would that work
do you just gamble + $ or lose $ every round
its been changed
in game
like how does it change
its now between +1 when held or +1 when pmayed
oh nice
On blind select me thinks
yo anyone know why i'm getting this error, it only happens after I start a new run:
use latest smods release not the latest code
i will shill my mod more #1326135270759993364
preciate it
Does anyone know a good mod that randomises all of the game values, and doesn't add anything else to the game? I tried cryptid but the custom jokers were annoying me
you can use banner to ban cryptid's jokers and whatnot
I know there is a mod that does basically only the cryptid misprint deck and nothing else
but i can't remember the name
Cryptid lets you just disable content natively
inkbleed i think
For my assets files, do I make the jokers 1 2 or 3 pixels apart?
So... why should you play my mod?
why
yup
maybe? T-T
the funny
Paperback brings this to 216 cards
OH BTW
my mod is gonna get an update soon
its gonna have EVEN MORE ranks
It always trips me up that pure suits and negative cards look so similar
why 😭
someone thought it would be great idea
that someone was not me btw
Are we going into the imaginary plane?
💔
oh yeah the "i" rank might be added later on
Where are the pixels
I can't read the ranks
I guess 7 is distinctly readable
But will it top UnStable's "161" rank?
people on phone will have a hard time reading it yeah
🤔
Yeah
Why does Unstable have rank 161 anyway
Like what's the importance of that number
I get that 21 is because of blackjack but how does 161 relate to card games
idk how I got so many flushes
once I iron out all the kinks I'll make a more polished video!
71x95 with 1 pixel padding
pi rank when
Thank you
I figured it out too, Got a nice placeholder setup
for george
Roderick my Beloved
entropic
Isn't it already there?
It litterally exists
Probably an over asked question, is there a template anywhere for jokers? Like all the fields that may or may not be needed and how to structure text?
not necessarily a template, but there's plenty of documentation
fields: https://github.com/Steamodded/smods/wiki/SMODS.Joker
localization: https://github.com/Steamodded/smods/wiki/Localization
calculation: https://github.com/Steamodded/smods/wiki/Calculate-Functions
if you haven't seen vanillaremade yet that's also a great resource https://github.com/nh6574/VanillaRemade
It's nice bot hunting season
I have gotten 4 different accounts asking for my age and where I live
woops
i'm only learning that there's genuinely layers to ccd cards
more cards
Because each joker has a 1 pixel margin on all sides it equates to a 2 pixel gap both horizontally and vertically with the exception of the edges of the atlas which only have 1 pixel since there's only 1 joker's worth of margin
every joker must practice social distancing
one more
Welp, I'm still trying to figure out how to reimplement the sneak preview from the beta
How to change "+200 chips, -100 chips if first hand of round wins" common $6
5
8
3
Make it uncommon
convenient toggle 
spoiler warning: contains Pocket Mirror's mystery name
Would you all like me to keep this in for 1.B.0 or would you like it in certain cases? (it's just like the 0.9 demo where it'll appear after boss blinds)
Should i nerd wildcards in my rebalance, cause rn they just, wint be debuffed by anything at all
chaos the clown
-# one free reroll when entering the shop
placeholder art
Chat I have a question:
Right now it's showing that I have a Win Streak of 13 on this save. I have never touched a stake that wasn't gold before. I have Galdur, Sticky Fingers, and Extra Credit installed. I have BETA-0614a steammodded. Is this a modded thing or do I genuinely have a gold stake win streak of 13 runs???
Also does restarting a run reset this counter?
An upcoming Joker for Hatchet!
Neat hand size joker!
The 5 attendums are only for collection showcase
Chat? 🥺 🥺 🥺
idk i never check that menu
Is there a reason default isn't present in the overriden consumable types?
i didn't know what the right word was
i mean when SMODS creates the consumable types for the vanilla stuff, it doesn't store the default for some reaosn
got this working either way though
well yeah because theyre already hardcoded
so it doesnt need to
ah
consistency with modded consumable types would be helpful so you dont have to hardcode it yourself for stuff that needs it
i love [key.key][1].key
I didn't feel like using another variable
key is actually the consumable type lmao
and then gets converted into an actual key
if the default is unknown it should probably grab j_joker? unless that doesnt really make sense here
consumables
but normally j_joker is the default default
.
regardless of what the pool is
oh weird
I don't want it making jokers though ;-;
fair
Is this maybe a few too many decimals?
in what case will you need more than 2 decimals?
I do not know why it is like that, actually. I thought I capped it at two.
mmh?
probably because its less than X0.01 that it broke
since 2 decimals would make it X0
It is meant to show by how much you under/overshot the blind.
end of the road...
Seed is this one: QN6QTWS3.
?
should i make this scale retroactively?
So like, when the joker gets a seal, you mean?
as in, its mult is based on how many seals were triggered this run instead of triggered seals while held
Hi peeps
but can you pet the seals
How’s it going with you guys?
Decently well.
It was my thought to bridge the gap between "scales a lot" and "scales not at all" a bit, since +2 was way too much
rotting
I do wonder if i should eventually repackage and rebalance my rcana mod so it's not just rotting in an abandoned branch
I think I changed my mind. Im going to make my own custom content mod before I do my Risk of Rain stuff
But I’m still on the fence, im usually indecisive with creative processes
risk of rain 👀
what are these editions 😭
Yeah :D
does anyone know if there is a "mod management" mod? something that would let me just toggle off/on the mods i have installed, bc that would be neat
smods has that by default
o, ive just been using lovely injector, havent interacted with smods before
most mods require smods
ive managed to not need it so far, ill look into it tho, thanks
what sort of mods are you trying to play with?
just installed ankh and want to try my hand at some speedrunning, i have some QoL mods that are not allowed and would like an easy way to toggle them off.on
/*
after some further digging i have found my own answer, mb yall
any ideas what I could do for these guys
dont use kaai yuki
unless you want to be pulled into drama
I forgot that thing existed
?????
I don't see anything wrong with this
do NOT let me ask ai for a mod AGAIN and i think this is the right file
ITS CORRUPT NOO
zaako
I don't
they put the romantic song on the child voicebank
that was not redit
they didn't 😭
not in a sexual way
😶
Listen & Download : https://nex-tone.link/A00181232
柊マグネタイトと申します。
取るに足らない存在です。
作詞作編曲MIX&Mastering / 柊マグネタイト
https://twitter.com/hiiragi_magne
MV / channelcaststation
https://twitter.com/x_cast_x
YouTube : @channelcaststation
歌 / 亞北ネル
声 / 初音ミク
コ...
there we go
the creator removed the original and changed it to neru cuase of the drama
big reason you can tell this is the true is cuase they didn't get legal issues over the original
technically miku is 16
you legally cannot use kaai yuki in sexual songs
and they didn't get in any trouble
nor did any of the re-uploads
"Technically Elmo is 3"
Yeah since 1980
16, 15.5/31, idk neru
but the voice providers are adults
that's still 💀
also superfusion exists, which is a miku song where she gets drunk at a party 💀
elmo is technically 49 if he followed the laws of AGING idk why i had to calculate that
the main importance is what age are they depicted in the video/song, and how does that compare to the lyrics
if you make an adult miku song, and treat miku like and adult no one will blink an eye
So do people start miku at 16 or is she CURRENTLY 16 then?
That makes it confusing
but if you treat miku like and kid then you get issues
Because if you say Miku's 16 now, that makes the drinking song a YIKES
oh
that's a yikes
there is a really funny video I want to send you but it might be me banned
well idk if its funny but its really out of pockt
and this is like early vocaloid age
夜遊びについての曲だ
この素晴らしいイラストを描いてくれた、才能溢れるのSUPER NHさんに感謝します!
SUPER NHのリンク:
https://supernh.carrd.co/
https://www.instagram.com/5up3r.nh/
https://x.com/5up3r_nh
@super_nh
Part Nine of my “12 in 12” challenge (make one Vocaloid song per month for a yea...
Like if Miku started off 16, then you could've just said she's 35 now and there wouldn't have been problems about UNDERAGED DRINKING APPARENTLY
can't believe this is the dicussion now
I'm going back to balatro crap lol

Split Down the Middle
Common
Four of a Kind and Two Pair count as each other (in terms of Jokers)
hello
zako is a weird ass song
yes: miku, neru, teto, etc have "canon" ages but theres nothing in their contracts/terms of use that say you cant age them up or down in any way, hence why songs like rabbit hole are completely fine
HOWEVER zaako originally used kaai yuki, whose terms and services stipulate that she is a child and cannot be placed in any suggestive material
the zaako mv is very suggestive: it uses a lot of dumb tropes used to pander toward creeps, such as the whole "smug little schoolgirl" trope you often see in anime, as well as a few others
yes, it was changed to neru, but the backlash was warranted
personally, i dont want to listen to anything hiiragi ever makes, and im disappointed that channelcaststation collaborated with them to create such an MV
speaking of, give me teto lore (why does teto have two ages)
isn't she 50 or smth
well if you add up the 2 its close to 50
she's old
Listens to birdbrain -> "WHY IS THE 31 YEAR OLD MINOR CURSING"
Guys what mod should I play
hi
Genuine comment on the yt vid for the song btw
Glad you asked Oinite, you should play Ob
Revo's, aikoyori's, or like
Uhhhh
Did i plug enough other people? Can i say my own mod yet?
%
Hello. Does anybody know what may be causing these "ghost" cards to be here?
I'm also getting some flipped cards on normal blinds
It tends to fix itself if you just exit to the main menu and come back
I tried that and restarting the whole game to no avail
this means you're destroying cards inproperly
Oh, uh, sorry, I'm not modding, I just don't know the cause behind it, but I figured I'd ask here since I haven't met this issue in vanilla
hey guys
Well we don't know what mods you have 🤷♂️
Not that anyone would be able to tell you which mod is the fuck up just by looking at the list
She's an April Fools joke born on a forum, that's why
Also she's a chimera ig
Is there anything I should do then?
You could try to deduce which mod was causing it. You obviously thinned your deck, maybe something that you used to do that caused it
I only used The Hanged Man cards for that, and none of the mods I have add any content per-se.
Well your smods is outdated
Not that it would cause it but maybe cartomancer uses some of the newer stuff? Maybe?
never modded before and i just put everything in the mods folder helpppp
i just want mymcr face cards and joker display
but i guess i didnt follow the guide right
or ti was a bad guide
it
You aren't exactly good explainer either
oh i know lol
followed another guide, doing everything in here will let the mods work when theyre put where they need to be?
Assuming that you'll do everything correctly
That guide only helps you setup lovely and steamodded. But adding other mods is done the same way as the steamodded part (step 3); feel free to ask if you get stuck somewhere
thank you kindly
and now my game crashes every time i start a run
even though i think i wiped all the files and the game itself clean and reinstalled
new run or continuing
continuing i meant mb
you can't
i cant what
continue an existing run before installing smods
i thought i wiped the game clean of all the mods
im trying to install a texture pack but it didnt work so i deleted the mods folder and every single balatro related file and did a reinstall and my game crashes
wdym by "didn't work"
it would show up when i clicked the mods button ingame but the texture pack wasnt showing up
it was for face cards and it just... didnt
did you select it in the customise menu
yep
is this an important run you're trying to continue btw?
what mod is it?
nope
my chemical romance face cards
did you try starting a new run instead?
nope
the current run savefile can get really finnicky when adding/removing mods
-# i hate nexus mods i hate nexus mods
it's generally recommended to just avoid trying to continue a run after changing mods
try starting a new run!
whats a zip archive
alrighty
a .zip file. with the little zipper in file explorer
by "extract lovely's version.dll from the archive into the game directory" does that mean i just copy the file and paste it into the directory folder
as long as the version.dll file ends up next to the other .dll files you've got it
am i able to paste it or do i have to move the original file
Why would there be a difference
there's no difference
you should try experimenting on your own and see
if it comes out crashing feel free to ask
I've seen some people absolutely fuck up their mod install and it's always recoverable
you'll be fine lmao
did you c++
what
i thought some people usually do completionists++ before playing mods
Aiko's asking if you did the completionist++ achievement
peak mentioned
