#⚙・modding-general
1 messages · Page 1592 of 1
Nvm its 3 3oks
Vanilla remade fits you well, hopefully idk
https://github.com/nh6574/VanillaRemade
Vanilla remade is such an useful tool
thank you
Hey!
no high cards for you
oh god that gives me a challenge deck idea
literally just "High Card, Pair, Straight, and Flush do not score"
3oak is the closest you can get to pair spam now
:(
Challenge deck where you start with eternal baron and mime and blueprint and brainstorm
And only 4 joker slots
and the entire deck is red seal steel king of hearts
yeah that's fair
also arcana packs are banned and only arcana packs
anti-judgement:
Creates a random Negative Joker if all Joker slots are full (WIll create nothing if not)
Destroy a random Joker, next Shop joker is guaranteed to be Rare or higher
I hate typing words
girlll
i mean you were going to win anyways, cake is broken
ts NOT tuff 💔 🥀 🔏
petition to remove cake from cryptid 2
what does cake do again
infinite rerolls
infinite rerolls and gains chips based on rerolls
oh alr
cryptid was originally made as a "add anything the community" wants mod that got abused heavily
Don't worry I still fucked it up because I probably just didn't mash hard enough
but after they closed off the completely open suggestions thing, they didn't really fix much up. they did just try and polish a turd, though
autoclicker
don't have one
massage gun
also not an item I own
i wish lmao, i need a massage
funnily enough unlimited rerolls isn't even the most broken part, at least not on its own
jackhammer
wtf is this image astro
uh meow
ccd but joker
i had a joker loosely related to this, since entropy has a version of this joker, that, instead, counts based off the message count in a discord channel; filtering specifically for messages containing "🌞"
😭
is there any way i can incorporate balatro error messages within joker forge desktop code editor? like so it can show the error like a proper code editor can
the only way i can think of doing it is running an instance of balatro in the background, auto injecting the joker forge mod, and then grabbing the error message from maybe a window view or something
ideally i wouldnt want to use a lib mod lol
i would ask @exotic shadow
yes they got the balatro master certification
yeah looking at their projects they really are
hall of fame balatro modders
when is the tier list of balatro modders coming out
am i in tier 3
Wilson is certified top tier
wilson has a wilson tier on the top of the list
I know next to nothing about joker forge let alone its desktop app but I can apply some general advice that maybe you can apply to it.
Setting up the LSP will get you syntax errors, and also some of the simpler errors with functions (wrong name, wrong number of parameters, etc.) This bit from N walks you through configuring the LSP, assuming you can get it installed in your editor https://github.com/nh6574/VanillaRemade/wiki#3-set-up-the-lua-lsp
For anything more complex, it's not really possible to pre calculate it without running the game. There doesn't exist a tool to do this automatically (even if we did have it, it would be reallt slow because we can't really avoid loading the rest of the game without the risk of breaking mods). Frosts utils (https://codeberg.org/frostice482/balatro-utils) should help with loading times if that's your concern (I haven't tried it myself)
If your issue is reading the crash in a seperate window, you can see if you have some sort of terminal or comnand runner where you can run balatro. On linux/macos you should be able to run the run_lovely_*.sh on windows you should be able to run the exe with the --disable-console (don't have a windows machine to test) to get the logs in your editor.
If the code that is crashing is in the code of an object with a center (e.g. a joker, caclualte), you can use DebugPlus' watch center comamnd to be able to edit it with the game running and it will catch errors in your functions and prevent most crahses. To do so you'll need to take the definition from you main code (the table that is passed to SMODS.Joker or whatveer, and the related code it needs) then copy it to a new file (we're going to call this watched.lua), adding a return to the table (see the example here https://github.com/WilsontheWolf/DebugPlus/blob/master/examples/watch_joker.lua) You will have to get the full id (you can do so by hovering over the joker and running eval dp.hovered.config.center_key) and put it in the id field, and then you can run watch center Mods/youmod/watched.lua in the DebugPlus console and then it should alllow hot reoloading with error handling.I hope this helps
oh wait I just realized you're the developer of jokerforge
lol the context of this changes quite a bit thrn
i have no idea how many people use typist and don't know how to find out
lmfao enable achievements in the mod config section
probably because you clicked the unlock all button?
what that
Balatro has a profile system that allows for a player to play the game across multiple save files (or profiles). By default, all players start with a single profile, though they can create up to two other profiles if they wish to do so.
Each profile features a varying amount of progress, between items collected, decks/stakes won, and overall sta...
should this be able to appear without any enhanced cards in deck?
is there a way i can bypass/revert that bruh
i have modded balatro on my steam deck and it gets some serious lag spikes, mostly when scoring. i have no major content mods, just QoL stuff (like Handy, Cartomancer, Main Menu Tweaks, etc.). is there a way to prevent these lag spikes that isn't just running unmodded?
Eh. You can reset your savefile, or you can manually edit the savefile
how do i do the latter
Ok so if you're trying to improve the experince of error handing with joker forge for your users it's a bit different. The other stuff does have some relevance, but theres some more you can do. As I said earlier, I know next to nothing about joker forge, but I imagin a lot of it is something is being used incorrectly (please let me know if this is not the case). In jokerforge, you have a bit of a privileged position in the fact you're basically a compiler. The best way to handle errors is to catch them before the lua code is run. I understand this isn't always possible (modding is a bit of a moving target), but the more you can catch from that the better the experince.
For editor integration, the abolity to get logs in the editor probably would help, hwoever, you could also inject some code that communitcates with the editor in some way (probably just like a socket over a cli argument or smth). You could then put some code in the error handler (please be careful when doing this) to be able to send error information over to aid in finding the right spot. It may also be worth implementing your own version of DebugPlus's watch command where you handle errors in the code gracefully and are able to send new code to reload (you'll have to do a bit of work to make your code hot reloadable).
Sorry I don't have more concrete info, but I would need to know mor of hte nature of the errors to really comment on solutions
Go to https://balatro.shorty.systems/, open your profile.jkr, uncheck the "all jokers unlocked", download and replace your current file. Probably a good idea to make a backup first
theres not really a great way. If you have releases with uploaded assets (you don't) you can see how many people download those, but it won't castch people cloning or using the download source buttons. GitHub has some metrics, that you can usually use as a gauge for people viisting (but it's mostly just new visitors not exisitng) (you should be able to access it here https://github.com/kasimeka/balatro-typist-mod/graphs/traffic [I can't see it]). Othereise searching in the discord for the mod and seeing what you can find for people talking about it or it showing up in crash logs (althoguh uploaded crahs logs aren't in the search)
If you have DebugPlus installed you can run th follwoing in the console as well
eval G.PROFILES[G.SETTINGS.profile].all_unlocked = false
G:save_progress()
G.FILE_HANDLER.force = true
#1490007266215198891
ideablock is settling in, i have 8 cards left and no ideas
sorry i fell asleep but im awake now, this is all really good thank you so much for this
may have took a little nap
this is still really great info, i will try and give it a go but if its too hard i may need to abandon
this is for a new version of joker forge that i am developing that is a desktop app and therefore able to interface with the game files itself, i am in the process of basically making it half text editor, half block based. this enables users to create an outline with blocks, then manually edit the code files how they please
is there a mod that makes it so that you can make the balatro background transparent and have your desktop show behind it ? like this i mean :
i feel like it could be fun
I think it's theirs
They likely modified the shaders
Dunno
nah its a green screen bg lol
I don't know what you're talking about this is obviously about the money being green
Interesting. For editing code files, the language server is probably your best bet https://github.com/LuaLS/lua-language-server. You should be able to configure it to automatically resolve the smods lsp (included with smods), the lovely dumps and the love2d lsp defintions (https://github.com/LuaCATS/love2d) which should aid in catching a lot of errors.
red dog
i lowkey ended up using a library then making my own basic lsp for now
but its looking good
its looking good, you can edit the code yourself and it saves automatically
and adding new rules does not overwrite the code you have just written, only when you delete the rules specific to that code
so you can much easily outline your idea in jokerforge, then edit it manually for any tweaks, and jokerforge can still handle it nicely
i would use jokerforge but honestly doing art and shit has left me with no motivation to code even if i'm not doing art for a couple weeks to prepare for getting a drawing tablet
gonna modify jokerforge to have a balatro style ui graphic 🔥
-# /j i really don't know what to do right now
this would be fire
im going to implement themes to jokerforge
so you can change all of the colours
yeah!!!!
honestly if that gets implemented i might be using it
fonts, maybe even like slightly different button styles
this would be fire too great idea
fuck man make the blocks drag like balatro 🔥
stuff like button roundness and stuff would be sick
get this man a true
yeah then you gotta add the triple A game corny lines fuckin
"I see Merry Andy roped you into this, too?"
"A fool's job is never done."
"Focus, J."
"The Plant's got the face cards again, and you know what that means"
"Yeah, trouble."
"Exactly, so watch your back."
"Okay Jimbo, let's Balatro." ("Alright!")
"screams"
"Alright!"
new jokerforge update if you watch an ad you can make 2 jokers
watch 5 ads and you get the fuckin flamethrower from that game that was like the newgen mobile game version of Interactive Buddy
i forget the name
"Hey Parei.... You've not only got your funny up, but your cards down!" - Mark.
i am adding lives to joker forge
if you generate bad code, you lose a life
(the catch is joker forge will always generate bad code)
(opening JokerForge deleted 2 lives)
you just port the entirety of Red Ball 4 to Jokerforge
i wonder what the high priestess would do if it was in balatro
ok lol i made a suggestion for a thing i want in a mod because why not and someone told me why have that in the game when you can do x challenge and just not be bad. like what? first time ive ever made a suggesiton and be critisized for it
You can use in_pool to spawn a card?
down deck (all jokers face down in shop before purchase) from aikoyori's shenanigans has finally made this game interesting again for me, actually engages my brain
like I'm even playing with black sleeve so I get 7 joker slots (down deck adds one), and I haven't been able to win a run in 2 hours
no, in_pool defines if a card is able to spawn when create_card is called
I was thinking about the mechanics of this spawn condition
if you want the card to be created when the condition is met that's a bit harder
if you want the card to be able to appear in the shop that's easy and it's what vanilla does
How's my final hand on the Antimatter Deck, Green Stake?
(and no, the lag is not OBS, it's Balatro itself)
how do i make a backup?
Simply copying profile.jkr and either rename it or move it to a different folder
You can find the location of the file here https://www.pcgamingwiki.com/wiki/Balatro#Save_game_data_location
the theme manager is done
Just made two new decks and wanted some feedback 
Is this chip to mult ratio good? I had bonus deck on +5 chips before but it felt significantly weaker then mult deck did so I bumped it up to 10 but it still feels eh
Or is bonus fine and mult is too strong? if so I can probably just up the chips needed for mult maybe 
How do you use take ownership again
https://github.com/Steamodded/smods/wiki/API-Documentation#taking-ownership documentation is cool and you should read it
firsttry you should probably start looking at documentation before asking people considering most of the time documentation or vanillaremade answers it
i am guilty of this
i need to download this whole document
same tbh, smods docs and vremade wiki are awesome i just wish they werent hosted on a website with clunky ux
fuck neurotypical disabilities man
i feel incompetent as a modder.
ok how do you download ts
I guess there's this https://github.com/Steamodded/Wiki but you'd need a way to view .md files in a way that properly shows their formatting
i want to make both the smods and vremade wikis easier to navigate but github is kinda ass
is there a market for balatromoddingwiki.com where it just hosts the github markdown files with much better styling
and can have all of the different wikis all in one place
and it can get the markdown files dynamically so changes made on the github files will still be reflected
i think there isn't no market for it
sorry we already claimed the idea of a modded balatro wiki https://balatromods.miraheze.org
a centralized site for documentation though, unlikely to happen
i think at least
I can't wait for starspace V1 to release so I can finally start thinking about making a wiki :3
Sadly the purging did leave us with like 0 jokers to our name
as in, people are fine with putting their documentation on their own works instead of a centralized site
Most of the jokers RN are planned to be revamped entirely
i can't wait for joyousspring 1.0 to release so i have to go through the pain of adding 250 jokers to the page again

wouldnt it be funny if i continued this xP https://github.com/Oinite12/MuExporter
what would tarot cards do in balatro wrong answers only
they have different effects based on a coin flip
oh no what is this
based yugioh reference
infinite content generator
what if i added tarot to balatro
empty i dont plan
i only have High Priestess, Empress, Justice, and Strength unimplemented from this set though lol
then its time for me to poorly draw the tarot cards for the funnies
oh interesting
hi have you played my yugioh mod
i havent actually played the game much yet in general
ive seen another guy i know whos also into yugioh play it though
yay
10 of them are enhancers, 1 pure econ effect, 1 destruction effect, 2 that make tags, 1 pure class card generator, the magician, one that combines 2 cards, then wheel of fortune
imagine a mod where I shittily draw all of the jokers and give like one generic word to describe their nmae
fuckin
"queen" "king" "idiot"
"wheel"
do you have a favorite deck in your mod?
as in, yugioh deck/archetype
balatro: paint version
witchcrafters is my favorite to play probably, it requires just enough thinking to be fun but it's not complicated combos
yeah it's Balatro but it was run through the Google image recognition
Fuckin
old
golden
or run it through the translator through ten different languages and try to code in the effects that result
dragonmaid is also easy but i made it kinda boring because it was the first one i made haha
Google translate is boring
what if I larped as Google translate
Fuckin
+4 Mult
google translarp
to four mult and it's just =4 mult
well, either way good job with the mod, i liked it a lot (even if i was just watching)
was nice seeing my favorite card game in balala
x1.5 mult on rand suit and instead it's just
Suits give x1.5 Mult, so a card that has any suit gives the X1.5
i need to actually start playing balatro
kinda hard cause its very inconsistent
sometimes it works well and sometimes it... doesnt
I love that dumass wreck it ralph durr medal gif
It would be funny to just shorten the words down to the point of the effects being changed
"Suit give x1.5" which just makes non suitless cards give x1.5 mult
lmfao
michel becomes
+15 mult 1/6 die and what it does is multiply the mult by 5/6 every blind defeat
blueprint becomes "copy right" and when you buy it you lose because you committed copyright infringement
or you go in debt
Nah, it spawns a Copyright Free™ joker every blind
The simplified descriptions are in a big blocky silly font like fuckin baba is you
Cheese Prevention (JOKER IS RARE AND $8)
Planet Cards cannot spawn
1/3 chance to level up the discarded hand
And it's that one fuckin planetary travel level that had to get cheese proofed like fuckin 6 times or whatever
you could also make a joker that references that one turing complete custom level
stayed up way too late looking at balatro and smods source code
its already past 5am now
prime time to go to bed
this titlescreen looks like if you mixed an entire tray of poster pain together
this is extremely annoying
unlimited options but no options
evil tarot
Are there any mods that add only decks?
ffi gc is so weird what hte hell
ffi.gc(m.PM_c, m.destroy) is somehow different than ffi.gc(m.PM_c, Moveable.destroy) even though its the same function???
one causes segfault, the other doesnt??
segfault in my balatro
nvm its still segfaulting, what 😭
Nopeus has had an issue with fast level-up effect since scoring parameters were introduced
consider removing it, Handy already does everything Nopeus can
i know what happened, i defined destroy in Card so its not all Moveable.destroy
well
decks are lowk boring
while TMD adds fun decks to play, SKHD adds decks that feel more like challenges
ty
Make the mistake of en_us and not en-us 
what if en=us
nope
en-us = 0
en/us = 1
Birb
ven/us = v
jame
play my mod
play revoyori's printnanigans
Jeans soon
jeans alchemy
I wanna have 1 page of jokers before release
Opalstuff
Pitiful score
what caused Big Blind to lose 2 score bruh
Why do j keep scoring so low
its like at least two
erm hop on #1326135270759993364
Baron Synergy
which of these has the correct one? all of them have a profile in it
Well if you're having cryptid loaded then you need to edit the M1 profile
Because that's the profile you have open when it's on
i dont play cryptid
Then it's one of the numbers
So that's the second profile
Yes
apparently hot potato has image splashes
i did that but its not giving me the achievement, is it cus it only checks it once and since when it checked it i had achievements off it wont give me it now? 😭
you can cheat with DebugPlus anyway
while in your active profile with "unlock all" enabled, type eval G.PROFILES[G.SETTINGS.profile].all_unlocked = nil in the console
oh i removed the thing alr
but its not giving me the achievement now
Where 
whats that
It is 
is that DebugPlusPlus, what I see there?
Just got rear ended 
what does the "#" represent?
it means number too big stop playing
this is a little dense but the examples section should explain it
https://googology.miraheze.org/wiki/Hyper-E_Notation
We also tried writing an explanation meant to be orientated toward non-googologists: https://balatromods.miraheze.org/wiki/Compendium/Large_number_operations#Scientific_notation
very cool
(which was reviewed and iterated by someone who's well-versed in googology, jamx02)
actually sobbing rn. i have to work with both lua and js on the wiki and im beginning to bleed syntax between the two 😭
🤔
at least js and lua share a lot of principles
one of which that I like is lenient type
yeah that's true, probably the source of my confusions lol
super bonus card?
can scribunto devs just come out with js support instead of sticking to lua like they have for the last 13 years
hey guys
i have this idea for a card enhancement that works like gold cards in that it triggers at the end of a round
what if there was an enhancement that gives xMult at the end of the round for the next round?
what receives the enhancement's xmult?
not really sure
maybe it would create a negative consumable that destroys itself in the next round and gives xMult when held?
You can use mod calculate to do this
oh so you dont do anything
longshot, anyone have a random balatro joker sprite i can use that they dont care about
Sword - Tarot Card
Enhances up to 2 selected cards into Iron Cards.
Iron Card - Card enhancement
Iron Cards create Negative consumables at the end of the round. These consumables give x0.25 Mult when held and self destruct at the end of round.
i do ideas
i'm not good at programming so i don't do mods
but other people are welcome to use my ideas
you're not good at programming yet
lua is a very beginner-friendly language, and balatro modding has a lot of good resources to work with
no one starts out being good at anything
but you can learn
also true, but i have a lot of other personal projects on my hands
i just do ideas for fun
making a thumbnail I assume? ¯_(ツ)_/¯
Alchemist
1 in 4 chance to create $5 when a playing card is modified.
have some video ideas and i actually need to create jokers for the video so i guess step one is jokerart xdd
ah, so a random joker sprite for video editing instead of a specific modded joker
nah nah, i am coding a joker and need a jokerart instead of just placeholder
its aight, imma just do some awful drawing on my own, just wanted to see if anyone had something before i start
I feel it
when code progress surpasses artwork: placeholder
ya sure? wouldnt want to step on toes
nah its fine by me
my job here literally is to supply ideas
thanks! Means a lot!
I completely forgor you have some experience with coding
man, it embarasses me for that dumb execution back then
you know, SauKhongHuDecks, where a deck drops a huge chunk of ante every round
you mean those decks ?
🤔
i mean look its my 3rd best video so i thank you for it
clickbait at it finest
i mean i guess you could credit me for the art (and the idea of the joker if you use that too) but i really dont mind
Will do, had that in mind anyways
btw, we're still coming up with a storyline idea whose mechanics are similar, if not way more complicated, to 20k Miles Under The Sea
here's a real leak
nah
instead of under the sea
we're going to space
the entire idea behind is so, SO complicated that
it may become its own game
i am going to revisit, but have some of my own ideas before i do that, i loved the story mode idea
unlike previous storylines, this one needs proper testing since the complexity requires it
I'm planning to set up a server for Sagatro and invite people who are interested in testing (and leaks)
how do yall have so many jokers
What are those chips
thanks, i'll look into it
this too
gee golly.
like 2 years
my jokers are slop play my mod
hi guys i'm here to share this mod idea i had it's basically balatro but instead of poker it's uno and i call the idea "balatruno"
When I return to developing my mod, you guys think it’s possible to make a joker use death’s ability through the click of a button?
Grim - Rare - Gains +1 Use each round, upon use, turns the left card into the right card.
Death Joker
Lucky me, I stole Isotypical’s Button code
there is quite a lot of variations of this joker, many moders have made this exact joker
lmao
why use spectrallib thats more code to have to fight with
Funny, I don’t recall any
amm petting context is the most normal way to have a usable joker /j
What if there was a joker that literally acts like a consumable
So it destroys itself when used
very easy actually
no extra button needed
you just need to make sure your joker tricks the game into thinking it's a consumable, that's it
sorry i recalled wrong, the joker i thought about didnt use a button but was like death tarot
you should be able to use the same method and use the smods keep on use or smth if you dont want to destroy itself
5 strengths stapled together 🗣️
what if there were jokers with like 4 use buttons
planeswalker morefluff...
one day ill do crossmod again but my mod sucks so why
joyousspring
what if you could pet the jokers
to elaborate jokers would be wild cards instead
also uh someone should make a jonkler joker
Effect description is "Why so serious?"
it takes quite a lot of effort trying to make this old save compatible to newest smods 
anyway, here's a joker as a consumable
new updates to peak? lets go
I’ve asked too many times but I’m gonna keep asking as we will need a team of people for this project, does anyone want to assist us in creating a mod for murphys subathon as a dono incentive meaning everyone who donates gets to add to the mod itself
when will this be
i would love to help but i do need to know if ill have time when it happens
is there a more recent video for how to download lovely and steamodded? most of the videos i have found are around 2 years old and from what ive seen in the process of trying to follow them some of the files have changed
sounds neat tbh
i'd probably enjoy programming arbitrary items
in most casses though people who code/program "arbitrary" items are the ones who flesh out the mods thoughhh
Well the subathon isn’t until June-July
Anyone who wants to help send me a dm so I can invite you to the server
idk about any up-to-date videos, but the official wiki for the modding api has guides for each platform here https://github.com/Steamodded/smods/wiki
thank youuuuu
im just not very smart so most of the time i need visual help with these kinds of things lol\
ah i understand
well if you do need more help theres plenty of people in #⚙・modding-support
ive been doing what i can to learn more about computers but the software side of things is just over my head, i take apart, clean and reasemble computers for fun though so hardware is my jammmmm
i apreciate the help
Can ya dm me real quick so I might invite you
who?
Anyone who wants to help
i mean im not the smartest but im willing to lean, always thought coding would be fun but everything i see seems so complicated
Minty said they’d be interested so that’s why I replied to them haha
Do we have any other takers?
hm sure, sounds interesting
I shall send a dm to ya
sure, ill bite though i dont exactly know what im getting into
We don’t yet either!
this sounds fun
meow
astr o
-# without a ping this has about the same effect for getting attention as just not replying
well nvm i stand corrected
Lmfao i try not to reply ping
blue and jubilant in nature
Lmfao well if anyone else replies to my message from earlier please reply ping me like 100 times
how many enhancements is too many enhancements asking for a friend
is that all of them or are the 4 blank spots not done yet
also this doesnt look centered
Enhancement 😋
I love wacky jokers but sometimes I need to tell myself that more
That and long wordy effect ≠ wacky
i mean, tell that to aikoshen lmao
oh sorry, long wordy effect and wacky are not one in the same, is what I mean to say
ah fair
you can make a wacky long effect but it's not really a factor in the wackiness, imo
what I feel is a "wacky effect" or a fun effect is one that feels nice to read for its rarity and doesn't try and rehash itself a lot
basically subverting expectations but not feeling overwhelming to the player
like having a custom animation/sfx on a joker for let's say - a blind disable. that's pretty silly
having a long joker effect with effects that don't feel very tied in with each other? Not so wacky as it is just
take os.joker from smallpox
its long, and wacky
Weird, to me
I'm talking in like my standards, not other people's
ah
is this wacky
I mean yeah it is
I need more effects that are like
"X2 Mult, does some wack ass shit"
Xscore my beloathed
does nothing if you complete in 1 hand
there is also +score in thac so it's not impossible for it to be useful
Of course this is me throwing out words that probably don't mean anything but when I talk fun effects, that man's for me, it usually means that the joker ties into itself and its own concept really well
yes that's what it's designed for
I like it, gives you a bit more leeway to survive on runs where you aren't just winning in one hand until the ante out scales you
I think I typo'd "that man's for me" but I honestly don't know what I wanted to say
meanwhile thac also has a lot of Many Words Thing
also is this too much scaling
Okay I think I know what I wanted to say again
seems fine, you have to throw away 5 rare jokers to get to stuntman
what i MEANT to say is; i don't really like effects where they try to make the effect more fun by just adding another unrelated/loose effect in MY mod
think like a joker that gives chips one way and then mult another seperate way
it should give ^^^3 score
so aikoshen
tree(3) score
aiko catching strays out here
not to hate on aikoshen but it does not conform to many people's standards
i have chronic nocommonitis i have no commons
that's me
plus score my eldritch abomination ▯3
i have people suggesting jokers for me and im sorry but like none of these commons seem that interesting to play with
i get that i tried the shuffled sticker myself (shuffled to the bottom of the deck) but they dont really
come off the tongue very well
where dis
can't provide support on unsupported platform
ah yea #📜・modding-rules rule 4
i remember adding this in april fools
infimty
play my mod it's vanilla+
Why don't these exist normally
this is still just not a great enhancement
it is good but with no other effect this seems like just an earlier game glass card
xchips on scoring like this is more interesting than xmult on scoring because you have to put it at the end for optimal scoring
anyway at the very least i think it shouldn't be called "xchips card"
bonus bonus card
I have returned
+1000 Score
With food
this is polychrome but enhancement
super bonus card maybe?
or extra bonus card?
revo's vault Xmult card
yes
same with xmult
not unless you have other sources of +mult from the cards themselves, which isn't always the case
you always have to move xchips cards for optimal scoring because scored cards always give +chips
unless you have like artbox stained cards or something
i love xchips and xmult
xchips and xmult are literally the same thing
5 chips, 4 mult
5 X2 Chips x 4
10 x 4 = 40
5 x 4 X2 Mult
5 x 8 = 40
guys can only specific jokers work with the hot potato stuff
well if you add mult after then xmult isnt as good i dont see what your point is
yeah
?
But playing cards give chips
And not mult
So on scoring xchips is worse
Which is again
The point being made
its still just polychrome then
no cuz its still gonna give the standard x1.5 which is exactly what polychrome would do
...i think?
idk either way its not like its bad
it's actually better than polychrome on the same playing card if you have +mult jokers
it's also usually better on plasma deck
i love how people still go feral over xchips never change moddingchat
eh
the main discourse about xchips is just people repeating the same sentiment
everything else is just 1 dude
score card gaming
has anyone tried the balatro ap mod, I am using mac os and modding through balatro mod manager, i am having an issue where when i put the port in it says correctly, when i do the exact same thing on my windows pc it connects just fine
1 round into cryptid naturally
Cryptid is in a fine state they say
'naturally'
cryptid should strive to be like me
any1 got some qol mods i should have?
handy, jokerdisplay, cartomancer
galdur
Frosts utils
cryptid wont be good enough to make up for the crimes
keyboard controller
handy is a must-have, galdur is a must-have if you have other mods with a lot of decks or stakes
@forest knoll is this the right channel?
no i told you the wrong channel on purpose 😭
yes it's the right channel
every mod is a quality of life if you consider having more content to be quality : - 3
im joking
every mod sucks i hate all of you
mine is quality of death
well starspace sucks !!
Cryptid 1 sucks
fr
1984
????????
also, to unlock all jokers and cards and all, what value should i put to collection? i bought the game again on steam and intend on getting all achievements but i dont really wanna grind all jokers again
my mod is quality of cardboard card
Why is your name balatro
idkb
cryptid is quality of life because it allows you to score much higher
X2 Chips if played with less than $4
balamod is quality of life because it lets you install other mods
ill change it if its a promblem
vagabond if it SUCKED
vagabuns
today i will be deleting valk redux and i will be releasing The Great Atlantic Garbage Patch instead
is enhancement with the cardboard back from vagabond ye
the rarity would be uncommon or common
just do unlock all and enable achievements in smods config
how?
I'm tired
is it 5000 lines of lovely patches
i should make more emojiokers
also, unlock all unlocks all deck difficulties, arent those achievements
i'm completely scrapping stakes redux and just copying cryptid's stakes instead
hell if i could id wanna copy my ps5 save even if i had to do it manually
like setting each thing
for april fools next year, we are converting all overrides in smods to lovely patches
In mods page go to config
5000 lines of you have to decompile and recompile your balatro actually*
i dont have mods as of now how do i use those
i don't think unlock all will automatically win you any achievements, apart from the "unlock things in your collection" achievements
actually the new smods is compiled and you have to run an exe injector to install it
im gonna make a mod called cryptid 2 and all it does is play a jingling keys gif in the top right
completely covering the consumable slots
help pretty please
cryptid 2 two
thx ma'am
Cryptid 3
No, CryEntVallptid
grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
scary
cant believe cryptid died on its way back to its home planet
What r some good texture pack mods to look into for cool jokers
i wanna make balatruno a reality
btw how did that cat make it to the screen?
It's the icon for the org the wiki is on
because its their cat
it's the smods car
also, any way to get the discover every tarot and discover a leg joker achievements
i did it, what do i leave the setting as tho? achievements on or avoid restrictions
also, does playing gold stake count all previous as completed?
Modding chat
You are not ready for Wormhole 
astra
you are not ready for thac
like it gives me all previous badge thingies on the deck choosing thing?
Achievements on, it will give you the steam achievements for discovering stuff
so uhm 2nd setting?
theres 3
i'm probably gonna be concepting its mechanics
and then ask for someone to code it mayb
i'm not experienced with devvings
It's honestly not too hard to pick up, even with minimal coding experience
https://github.com/Kitty-knight/Balatro-collab how do i download the balatro x balatro deck skin
"Finally, Balatro is collaborating with the hit indie game Balatro" - A Balatro texture pack which adds joker themed card options! - Kitty-knight/Balatro-collab
There are plenty of guide nowadays
i've heard that lua is easy
Having tried a slew of other languages, I can attest to that
alas i'm getting balatoe on my pc in my birthday probably
banger
and i kinda wanna talk about my ideas for this modde to someone
that knows how to do mods
and stuff
so if anyone's interested i can tell the shallow sea of ideas in my mind for the. :)
balala
anyways yay a had-ideas-before-getting-the-game buddy!!!!
yay woohoo!!!!!!!!!

yay
also fellow adhesive disorder haver? probably anyway
i'm on the joker spectorm ...
@manic summit sorry for bothering this is the last time i swear
on the usefulness spectrum (superposition to blueprint) where are y'all
very likely
undiagnosed but I digress
Ya... my mom has it. ..2.21.
i'm probably on the spectrum more likely
adhesive disorder excpet i cant stick to anything
i got all "discover cards" achievements, except for the leg joker one, did i mess smth up?
adhesive disorder 🧲
sticky autumn
no thats the problem
Oh I didn't read "can't" 😭
magnet seal
Seals are the most unserious animals on this green earth ong
sunfish:
anyways i am also adhesive and artistic
same.,...
mola molas are just dumb I wouldn't say unserious tbh
usw balatrons are all alike
hey, trying to find some interesting deck skins. scoured the depths of nexus and the wiki, found a few options but nothing crazy that grabbed my attention. any suggestions for skins, preferably non-IP at this point?
alomola (the pokemon) scared me as a kid
whats the mod that allows you to play a specific seed that has certain conditions?
howd you make the "standard hands" tooltip appear?
im rehashing my google sheets AGAIN because i forgot that i shouldnt let like 50 people go buck wild on one spreadsheet
having a good start to this run
why does my balatro keep lagging and crashing
Plant :(
I love making my self suffer
there could be more stickers on those jokers
Oh buddy its not just jokers that the stickers are limited too
can anyone try the balatro x balatro skin pack and tell me if their game self combusts and suicides with that thing activated
cause it's either that or my beast of a PC can't handle a poker game
this one
put it in your mods folder, the same place as smods
into smods or next to smods
anyhow, that's where I had this mod, but with it on, my game explodes, without it, it runs just fine, and I can't explain myself why
is there a crash log? if so, please post it
play my hand
got off the game now but what'd happen is, the game started frame dropping heavily, like from 900 all the way to 1, and then after a few secs, it'd crash.
No I'mma play tally hall
that doesn't answer my question
was there a crash log
we need to be able to see what the log said to be able to help you
not really the game just crashed didn't give me any log or anything
just straight up closed and brought me to steam again
nooooooooo
potato
is it hot
Sorry I'm severely brainrotted
lolll
ooo

play my mod
We <3 taking the idea of a deck from another mod and shoving it into a voucher!
Also rewriting it to fit cleaner in your own code
guys play my mod #1325147180280971294
You're not revo...
debugplus and debugplusplus
About to head into ante 24, still haven't found either boss re-roll voucher and found a nat negative turtle bean lol
This is...interestin
Like I'm almost certainly screwed but holy cow
what if playing cards were in balatro
WAIT IT HIT THE BEAN
hop on #1326135270759993364
oh wait wrong spot
guys play my mods #1469394965602898107 #1325147180280971294
What would be a good way to word a played hand taking 2 hands instead of 1
Like -2 hands instead of -1 when playing
"costs an extra hand"
'Playing a hand costs an extra hand?'
ye
Actually is -2 hands when playing even a decent downside to leveling up the played hand
I mean the stakes it appears on are gonna be piss easy anyway but you know


Singularity
When a poker hand gains a level, 1 in 4 chance to level up a random poker hand.
Lucky Penny - Rare - On first hand, scored Lucky Cards gain a retrigger
hey y'all ! so atm the person i used to work with on my texture pack is very busy with irl stuff, and along with a few updates i'd wanna give the texture pack, there's also one or two mod ideas i'd like to work on, but i lack the programming expertise, so is anyone else willing to help me out perhaps ?
i'd have to hear more to know
more about the mod idea ?
Yeah
you mind if i do so in dms ?
That's fine
what mod made this a cat
Smods
It's always like this
ohhh
gonna see if i can change it rq
why would you change smods chat
Why would you want to MURDER smods cat this is not okay are you evil
yes
Oh
merci beaucoup wiktionary
sent you the mod details btw
and so it dies
What the FUCK is wrong with you
they were looking at me funny
Oh some french, oooooh aue je suis content
what the FUCK
@lean dune are you gonna let this happen
i cant believe my game crashed when i had 1551 steel kings
you are BANNED from steamodded
this is unacceptable
look this fella in the eyes and think about your actions
no it's clearly a cat arm
well yeah but like it kinda looks like a human arm
oh it's 1 am
i should probably sleep
Damn, killing the cat and my work? 
Worse, your work is being used for nefarious purposes
hi there
are there any mods to get the achievements faster/easier ?
that is #cheating and defeats the #point of #playingthegame
is that a no
it's a "why would you do that"
smods disables achievements by default but allows you to re-enable them
if you want steam achievements there are other ways why would you use a mod
you can easily get illegitimate achievements through other means, but it's not like that would earn you bragging rights or anything
what mod is used in this vid https://www.youtube.com/watch?v=oV6_6VcFh20
Subscribe and Like the video :)
Checkout: @RoffleLite
You should watch me live on Twitch:
https://twitch.tv/rarran
▶Discord: https://discord.gg/AYThPma
▶Twitter: https://twitter.com/RarranHS
▶TikTok: https://www.tiktok.com/@ytnarrar
Edited By: Wolti
#Hearthstone #Rarran #balatro
.
the mod that lets them use only one rarity
either custom-made or it's banner
they use a consumable card that makes them only get one rarity
yeah
it's not banner cause then common jokers would appear as jimbo
e
No clue
It's probably made for this video
god
They didn't use Glue for Modpacks, but you would be able to do this with Glue for Modpacks
omg hi ice
Hey Autumn
It's made to help with issues that stem from playing with a bunch of mods. So you can make the shop bigger while keeping the joker spawnrate identical to vanilla, helping you see more of the unique consumables without the number of consumables cramping the shop
i wonder how many people have played with my new consumables
crap i gotta reinstall now don't i
what mods would you recommend for quality of life (that dont disable achievements)?
thac is subject to rapid fire updates at complete random
lmfao i stg ima figure out a way to get pinged when you push updates
no deck sleeves for me tho 😭
i don't remember it being big
turns out a joker that creates any uncommon joker you want for every time you play an unlevelable hand is pretty overpowered
Any uncommon joker you want? Like... you choose the joker?
Yeah id assume being able to choose what joker you get is overpowered
Huge blunder on your part
Make it legendary jokers instead for better balance
An IQ too high?
i cannot believe i used to play with like as many mods that didnt completely break the game as possible
The only mod that disables achievements is SMODS itself, you can enable them yourself
As for QoL, all you really need is Handy
thanks
smallpox spotted
hi tsu
de rien
theres my chud son in there
This image can describe a gang of caucasian dudes in a primarily ethnic population
Meow
am I the only one who's having issues with lovely
Cryptid mod with the Card Sleeves mod is fire
help i think im softlocked
Looks cool but at the same time what is that?
I thought I saw enough with Suikalatro
Hot Potato
its insane shop overhaul confuses anyone who haven't heard of it lmao
You have hot potatoed a bit too far
anyone else having insane lag spikes?
have you noticed if they're happening at a particular time?
anywhere from 5 mins of playtime onwards
my game explodes
goes from 900+ fps all the way down to 1 and then crashes
and I don't get any crash report
just explodes
I don't even have any heavy mods, only thing I have is the balatro collab deck skin
Hello, I am new here. Has anyone ever made a dungeon crawler inside the game?
hmmm that sounds fun
might do it after jame
can I help? I have pixel art experience and some coding experience
ill see
I like doing these to learn, and working with someone takes away from the things if have to figure out myself
I already got a bit of experience too
bad apple
That's absolutely fair, i just really want to make this happen and it would be good to learn from someone who already knows the game
Niceeeeeeee
Does anyone know if there are any TF2 themed mods for balatro?
omg lmao
lol i can see it
I have looked there, but the only one there seems abandoned.
I dont have any touhou emojis ;-;
so that means if i want i could make the TF2 balatro mod...
you can always make whatever mod you want
within the rules
Ik, i just don't want to copy other ppl's theme and such
but people are bound to have repeat ideas
chainsaw man
Yeah but being original makes me happy
impossible 
Tbh if i would make a mod i got a lot to learn, art is going fine rn but coding might be a bit tricky.
how much lua or coding do you know in general
the basics and that's it (im still learning it since starting a few days ago)
thats all you need
i actually got the idea of making a TF2 mod cus i made a spy card for fun and now i want to make more
Im already getting help from someone, but it will def be appreciated.
sheepollution makes a good tutorial about love2d if you wanna learn more
you do not need to learn love2d 😭
looks good
tbh working on the mod might take a while, primarily cus i am already working on another mod, mainly as artist.
you only need it when you wanna start screwing with graphics more than usual
Oh i know, i didn't mean they needed to learn everything from scratch, but if the itch ever struck to do so, that would be the place i feel
https://discord.com/channels/1116389027176787968/1487623920885694494 specifically this one
ty
stuff like this
the hell-
btw whats this? it sounds like a game jam, can i join?
i wanna see the art
we also got this one, but balatros UI worked well enough for it
its closed i think ):
Oh-
@west hill
welp guess ur stuck with red rotating rectangle forever
ill sprite it eventually
I have such a backlog 😭
like 10 jokers and all the sprites for the falling objects minigame
.
It's peak
Also got a couple of joker cards specifically for the mod i mentioned earlier
tysm, im filling out the application now
this one's already started, so you won't be able to join it anymore. you can participate in future events though
holy moly its the cat from smods, thank you for your work and time
Hello smods cat how are you today
hello smods fox I'm doing great and enjoying the absolutely amazing weather. how about you?
meow mrow mrrp mow mrow :3
A mod is crashing my game because of an tag, anyone know if there's any way to edit equipped tags externalyl? I was having a really good run and I wouldn't wnat ot lose it
Cute selfie
ty
if the crash happens as soon as you continue the run, it's bricked and beyond salvaging
otherwise, you can remove it via DebugPlus
Does anyone know a mod that gives control over/just more shop slots? I wanna run a few mods on top of each other but for the sake of being playable I need to have a few more shop slots to start, I remember doing it before but idk what it was
thanks!
It's glue for modpacks nevermind
@alltooriah Tell your cat the Artemis II crew said pspsps
I have an idea for a joker but idk if it already exists as a mod
It's like a blueprint dagger, the card eats a random card and gains its properties
So like, if it eats a baron and an hanging chad it would act like both of those cards combined
And when it eats more cards it applies the same concept
that sounds INCREDIBLY busted, especially if the eaten joker shows up in the shop again afterwards. if you want it to be even remotely balanced the joker should not show up in the shop anymore (unless showman ofc), and it only eats maybe once an ante but even that seems op



