#⚙・modding-general
1 messages · Page 25 of 1
I mean 2x just means each 4 square pixels make up for one
it's the same resolution in the end
damn
Almost done with the first 4 rows
you can specify the resolution for a custom atlas though, again you may have to downsize it
i mean like i'm not tryna make the cards 4K super HD
just something where i have more pixels to work with
is this through steammodded ?
yep
Nvm I forgot the ability's name...
eh i really didn't wanna go through that one
seems like a whole new layer of complications compared to just replacing a .png
.luas and shi
some injector thing i saw
sounds like a lot
we can work with that
Don't mind me
Yea after fixing the random errors, it still find context.scoring_hand empty, even if I copy Flower Pot 😦
for now it's just a Flower Pot copy cuz i'm trying to get context.scoring_hand working
just so you know, the name check is redundant
anyway let me look at the game's code real quick for that one
Oh.... I can remove that on all Jokers who got that then lol
mmmmm, my mod still wont work as intended😑
flower pot lives in that else block down there
Yea I got this cond handled
hm
can you add sendDebugMessage(inspect(context)) and see what that spits out before it fails?
Maybe try putting the whole thing in if SMODS.end_calculate_context(context) then
I'll try Aure's thing first, then this
context.remove_playing_cards seems to have G.jokers as cardarea as well
yeah it seems to boil down to the remove_playing_cards case
So I should use context.remove_playing_cards?
Wait no that doesn't make sense since it triggers after scoring no?
you should check not context.remove_playing_cards
not before and not after is unnecessary, as cardarea = G.play only ever has full_hand or remove_playing_cards
it's weird cuz Flower Pot isn't under that context
so you know how there's a huge chain of elseif blocks above the one flower pot lives in
remove_playing_cards is one of the contexts handled up there
I thought checking for context.cardarea == G.jokers would have been enough
But yea now that i've added the context to the cond it works.
It's weird now I don't understand when to put certain contexts as cond.
True
Thoughts on the gold for Mega packs?
looks fire
Got the original joker I had in mind working, thanks a lot 😄 (I really hope it wasn't done before)
could call it mirrored joker as well or capittalized the J at the end
Oh yea capitalizing the last J is a good idea
not me just playing high card
High Card does count as a palindrome 
does it not count unscored cards?
It does count unscored cards, that's why it's written "played hand" and not "scored hand", I'm not sure if the desc is clear enough on that
so high card counts only if it's exactly one card
Yep
I'll go with pairs then
Inb4 people goes for two pairs but made a QQJJ instead of QJJQ
Lmao
Yea nope, always a two pair with 5 cards
Wait how does jokers not trigger? I played a 4 cards hand in the psychic and my modded jokers still activated
need check not card.debuff
wait
no
that doesn't seem right
I'm supposed to check that
phew, yeah I do
that's weird then
card.debuff doesn't apply for thowing hands
usually calculate just isn't called when a hand is thrown
Oh am I doing something wrong?
Oh
Which are The BEST mods?
i can only really be biased here
yeah same
but being totally very biased, #1210728178201526373 is great
(and it just got an update)
This is before the arcana on top of it
so i'm working on an additional little
I found a joker with a name I can't pronounce in my many decks
the Hoyle part?
I can't believe I made it omg
that's bananas
That’s rly cool
Kinda busted tbh
A tag deck would be crazy (I can imagine something like start with 2 double tags, tags can appear in shops)
I like this idea
Sooo I found out one of my decks is efed 😂
It's like the discarded deck
But....
It has 8 cards for each rank 9 through ace 😂
48 cards of wtf
Wait
Oml it's pinochle
Lmfao 🤣
That needs to be a deck
sure, do it!
I will look into it 😂
thats genuinely awesome (i enjoy the addition of a tag pack as well)
this is uncomfortable
Swiss Cheese: Reduce the required score for the next round by 20%. Lose 5% each round
(I was inspired by the voice line from Ultimate Marvel vs Capcom 3 form Wolverine)
5 of a kind moment
where be mod loader
ok now i dont think its my mod doing it because this is the game launched with steammoded 0.9.3 with no mods installed
what did I do wrong (downloading jelly mod)
I am installing steamodded and it is detected as a severe virus
you need to temporarily disable windows security
and add either the file, or a folder specifically set aside for separate versions of the injector, as an exception while you're at it
don't worry, it's a false positive; people would have reported any unsavory activity going on by now.
well, technically it isnt a false positive because the method used to inject it is the same as an actual trojan
but the injector doesnt give a virus and instead gives steamodded
yeah, it is specifically designed to "inject" code into balatro and only balatro
but windows defender doesn't know that
i have some bad you for you. Some mods data might have been uploaded on steam's servers, the only way I managed to remove this error is by deactivating the save in steam's cloud and deleting the settings.jkr and 1/save.jkr files. All progress lost but at least I can play again
I'll search what's causing an issue in those files, I'll post the proper fix when I have one
Ok my bad. you don't need to delete your save file.
- Go to the game properties in steam
- deactivate the steam cloud save
- delete the settings.jkr file located in %appdata%/Balatro
- open balato and start a game
- go back to the main menu and then quit the game
- reenable the steam could save
- There's now a conflict between the steam could save version and the local files. Choose the local files to be uploaded
Problem fixed ! you can now play balatro again without losing any progress
ok i'll try this
it is possible to put an UIElement like an absolute element in HTML? So its inside a Row lets say but it doesnt affect the layout/other elements
?
pretty
Check out how the steamodded version is shown in the main menu, it might correspond to what you trying to achieve
https://github.com/Steamopollys/Steamodded/blob/b8de795a01f129307bfc5340711ef18e94d89dd4/core/core.lua#L17
https://github.com/Steamopollys/Steamodded/blob/b8de795a01f129307bfc5340711ef18e94d89dd4/core/core.lua#L105..L136
thx i'll look at it
hey, i wrote up a steamodded mod to fix the Ancient Joker so that it picks the suit to buff based on your deck like The Idol joker. trying to PR that into the awesome-balatro repo, would I add the link to the repo under the Jokers subsection, or somewhere else?
eh if it's not in the right place, someone will give me a comment on the PR: https://github.com/jie65535/awesome-balatro/pull/23
i tried both methods and it allows me to play the tutorial but not start another run
ok I managed to fix the issue but for that you have to delete everything in %appdata/Balatro but the mod folder. All progression is lost then :/
you can "restore" your progress through the debug menu fyi
cool it seems to be working
iconic duo
hey chat. I'm trying to install mods to balatro, but it doesn't seem to be working. i already have installed steam modded, its just that when I put the folders of the mods i want in the mods folder, it just doesn't appear in the mods tab. does anyone have a fix?
have you unzipped the files?
i have, yes
sometimes there are too many folders, where it'll look like appdata > Balatro > mods > mods >___, sometimes you need to cut out that extra mod folder
hmm, im not sure what your issue is, but you only need one mod folder
weird question, are we able to set eternal to jokers in white stake runs?
heres what i did. i downloaded steam modded, went to the github page of the mod i wanted (https://github.com/adambennett/Balatro-DeckCreator), clicked code, and downloaded the code, unzipped the folder, and put it in the mods folder for balatro. maybe i did something wrong?
the issue im referencing is when the folder for the mod you want has a seperate folder inside of it that contains the mod itself, and to solve that you need to extract that folder within the folder, and put it into the regular mods folder
if that isn't your issue im not quite sure what is
alright, lemme check rq. ill be back, thank you :)
that fixed it, there was a mods folder inside the downloaded folder which contained the mod. thank you so much 
yeah np! i had the same issue myself, what mod were you using?
im using the deck creator by neoxide
yeah, i had the issue with that mod aswell, you just have to look out for stuff like that
got it, ill remember this 
Hello modding chat, how do i change the texture of a joker? 
Is there a way to debug which mod is causing the game to crash?
hi im sorry if im an imbecile but i just wanna ask how to get the textures out from the game i really want to make some custom art for the cards
you can always just try removing mods from the mod folder 1 by 1 to see if it works, but thats the least efficient solution
as long as the game doesn't crash on load the stack trace mod should help
can someone explain why this isnt working, im insanely confused:
local mod = SMODS.findModByID("Yolker")
local lang_path = mod.path .. "Yolk.lua"
local function apply_patch()
G.localization = assert(loadstring(love.filesystem.read(lang_path)))()
init_localization()
end
G.set_language_ref = G.set_language
function G:set_language()
self:set_language_ref()
if self.LANG.key == "en-us" then
apply_patch()
end
end
if love.filesystem.exists(lang_path) then
apply_patch()
end
end```
every time i see cool coding shit im like 'hmm i should get into coding' but then i see stuff like this where i'd have to dig through blocks of text to find a spelling error or a missing : or .
i mean you can usually find it faster as long as you have a decent ide
or the error will show you where it is
yeah ig, but i do have a friend who codes with lua for roblox stuff, and hearing some of the stuff he says it doesnt sound like something i'd like
i think it's worth trying out though
maybe someday
it's been fairly enjoyable for me so far (although i've had a while to practice)
i might get my friend to help me out over the summer
Nah i rather have intercourse
lua's not a bad language to start with either
ok discord user saf10
jk
hello there discord user saf10
he yheyh hey i was joking
lua is not a bad language to start with as long as it isnt for something like roblox
what the fuck?
at least from what i can call
source: i tried to learn lua a decade ago for the exact same reason
i learned lua for pico-8
as someone who played roblox for 9 years, and has seen some roblox coding in progress, i can see why
i just realized, why no cavendish emoji?
i get that it is a 'secret' joker but come on! its the nana!!!!
emojis havent been updated since 0.9.0

jan toki pona lon lipu pi musi Balatro a!
excuse me what does the banana mean
cavendish is best joker in the game
FUCK i don't want to pull up linku.la
conlang enjoyers
i am. Bad at it

i am bad at most things
i may be stupid
dude same!!!
twinning
and i haven't touched tp for a month or so lmao
myst toki pona localization when
i like to call myself the jack of barely any trades
ignore the fact that my blinds are based on sitelen pona
(i have never called myself that)
i want to make a tp mod but i got stuck on localization
i learned literally yesterday the blinds are phonecian letters
good job
can i have a sticker
(except flint)
flint is special
you get a white sticker for your efforts
i think thunk made it up
i might try a reverse image search

cuz this i am curious about
btw i forgot that stickers used to be star shaped???
this is real
the flint came from when thunk was developing balatro and playing minecraft at the same time
/j
/srs
we need thunk to confirm this
have you unzipped the file in the mods folder?
do you have steamodded installed?
generally its pretty cool, but this sucks, the game is just like ignoring it
im guessing you just saw roffle's video on it, so i'll help you out
first, go to #1209564621644505158 , and find the link to the github page
after that, find the latest release of it, and download the .exe file
honestly i gave up on trying to localization stuff from scratch
i just copied it from the five of a flush example mod
once you have the .exe file on your computer, drag it onto your desktop, find the balatro executable (a good way to find this is to go to your balatro strat page on steam, and click browse local files here
i'll send you a screenshot rq
--Update localization
for g_k, group in pairs(G.localization) do
if g_k == "descriptions" then
for _, set in pairs(group) do
for _, center in pairs(set) do
center.text_parsed = {}
for _, line in ipairs(center.text) do
center.text_parsed[#center.text_parsed + 1] = loc_parse_string(line)
end
center.name_parsed = {}
for _, line in ipairs(type(center.name) == "table" and center.name or {
center.name
}) do
center.name_parsed[#center.name_parsed + 1] = loc_parse_string(line)
end
if center.unlock then
center.unlock_parsed = {}
for _, line in ipairs(center.unlock) do
center.unlock_parsed[#center.unlock_parsed + 1] = loc_parse_string(line)
end
end
end
end
end
end
-- Update tables
G.P_CENTER_POOLS.Enhanced = {}
for k, v in pairs(G.P_CENTERS) do
v.key = k
if v.set == "Enhanced" then
table.insert(G.P_CENTER_POOLS.Enhanced, v)
end
end
table.sort(G.P_CENTER_POOLS.Enhanced, function(a, b)
return a.order < b.order
end)
oh if you're on chrome you might have to disable some safety settings
yeah, because it is technically a trojan
windows will be on your ass about it but it isnt too hard to just ignore it
@round ore found it?
so you want to take steamodded_injector.exe and drop it onto your desktop (this is just to get the injector started)
ok, go to your steam library and find the balatro page
(this one)
do you see the executable?
(should look something like this)
drop that file onto the executable on your desktop
you should see a console come up and start doing stuff
should look like this
yup, just drop it ontop of it
it should not open the game, no, you should have the game closed at this point
i'll record a video if you need one
lmk
is there anyone i should ping about the PR? or just leave it for a while
yeah alr, open up a DM
?
?
did you win with the red deck?
does it work without it?
in case no one answered you yet, yea. you can also set eternal tags on cards that normally dont allow eternal tags
uh im trying to download steamodded and windows marks it as a virus
it isn't, either turn off windows defender, use the lovely injector, or switch to firefox to download
the injector?
yep
this has been covered a lot, if there was any actual unsavory stuff steamodded would have been long banned
if you have the injector downloaded just follow the instructions on the steamodded github
ah aight
alternatively this exists to get the lovely injector easily #1209564621644505158 message
which is required for some more complicated mods
I'm taking the daunting task of making a full color Palette from every kind of card
already done half of them
All that are left are the following:
- Regular Cards
- High Contrast Cards
- Jokers
jokers shouldnt be too bad, just load up the png into aseprite and its done automatically
to a degree
use LibreSprite
I'll probably still just use the method I'm using
wait if you get this done i'd be down to download this cuz i use gimp too lol
It's just photos
Why is there so much for the planet cards? Because the Planet cards have colored planets
Not only does the joker color pallete useful, it's pretty thanks to the pixel sortingf
woahh
does anyone know if there is a mod that replaces the ace in the title screen with a random joker after you have them all unlocked?
is there a mod that lets you navigate the whole game with your keyboard
search qol in the mods chat
ty
So with deck creator, I made a deck that starts you with 99 eternal negative pinned hikers among other things
And the deck acts like Plasma
And each hand of 5 red sealed aces takes a little under 2 full minutes to score
A deck like that but you have a 5 minute timer to beat Ante 8 would be really funny
Lmfao
I was thinking about making a deck with a single card and 99 Idols
But also I wanna make a deck that’s actually kinda fun to play and not just “ha ha funny game destruction”
is there any way to make the background of balatro a solid green colour?
for green screen
Side effects of downloading too many mods
I don't know what to do to make these mods work together
why?
Do you really need to shitpost in every channel
My boyfriend is in this server he sometimes uses my account when he doesn’t have access to mine
does your boyfriend have to shitpost in every channel
that wasn't me
I’m the shit poster
oh then back to the first question then
He isn’t don’t worry
do you really need to shitpost in every channel
That was my first time wdym
i told her she should've put it in off-topic
🤯
so please go share your memes in #🃏・off-topic
🤯🤯🤯
is there anyway i can get some help with crashes? i don't think there's a steamodded discord, if there is id love to get linked to it, and i cant really find anything on the crash I'm dealing with currently.
there's no steamodded discord but post your stack traces here
what are stack traces?
crash logs
where do i find those?
the text that show up after your game crashes
i think its this right?
it happens when i click the play button (i dont have any apis or mods installed)
might be an issue with steamodded then, @lean dune
how did you install steamodded?
through the release folder on github
right, but there's a couple of methods of installation
did you patch your exe or did you use the lovely injector
i downloaded the injector and dragged my balatro to the injector then ran it
thats strange
you can get a fresh install by deleting the .exe in your folder and then verifying your game files and try again
and if that doesnt work, perhaps try doing the lovely injector method instead
do you have balamod and steamodded installed together?
i don't think i do.
apis looks like a balamod folder
nothing

and you sure you didnt also install this? https://github.com/UwUDev/balamod
if you did, thats probably why
i have installed balamod before, but i went to steam and verified files so balamod should be uninstalled now?
ah hmmm
yeah in this case i would just recommend getting a fresh install and try doing the lovely injector method
takes about 5 minutes to set up but afterwards its painless and you dont have to reset your .exe
is the lovely injector not a different modloader?
it's a method to load steamodded itself without needing to patch the exe
technically yes but you can load steamodded from lovely without issue
or in other words steamodded works as a lovely mod, which then allows steamodded mods to work
aye
does anyone know how to get mods for mac?
i am rather curious as to what the heck happened though because it seemed like something got fundamentally borked
balamod has native macos support, i dunno too much about steamodded mac support
very confusing
doesnt steamodded github have a mac guide on the page itself
\shrug i dunno too much about steamodded at all
wish this game had workshop
one day 
eventually™️
holy shit tame impala reference
yarp
alr
at least looks right
ill have a look with a couple of mods
should look something like this (i have a mod loaded)
well
it definitely doesn't look like that 😭
i think i might have messed something up installing the injector
you have dwmapi.dll in the same folder as the original balatro.exe right?
yes i do
and you basically downloaded the source folder .zip for steamodded and put it in its own folder located in /mods/ right?
i did not do that
aye, thats what you need to do, its a bit vague on the github and i had trouble myself with that part
but basically, just do that, and you can delete and redownload the folder when you need to update
structure should be something like this
i understand so i also need to put the lovely thing i installed into its own folder?
i see
its just the steamodded here thats important
where do i put it then?
extract the contents of the source code.zip into its own folder underneath the mods folder, so this is what /mods/Steamodded/ should look like
alright
so i do nothing with the lovely.toml thing i installed?
the lovely.toml is included inside of the source code.zip
it has been done
what happens when you hover your deck in a round tho
probably takes up the whole screen
what horrible ui abomination is summoned
do you think god stays in heaven because he too lives in fear of what hes created
Not enough suits smh
6 of karplusan minotaurs,,,
Also Erosion would be so fire with this deck
is what a coward would say
time to go for completion++++ where you get all editions, seals, and enhancements on each rank of each suit

can i get some help, im bad when it comes to installind the thingies
looks like the best deck to try to go for a flush build.
i was gonna add the modded spectrum hands, but then i realised that that would not be a challenge
opps all spectrum
oh how useful
Lmao
erratic deck
So very useful
awesome
insanely powerful
imagine showing this image to the inventor of poker
Ace of swords
Can I get some installaiton help?
i think if i showed this image to my great grandfather he'd die of a heart attack again
which would make it the second time he died from a heart attack relating to a card game
lmafo
too bad he's already dead
me when both my grandfathers were already dead before I was even born
🫡
i wonder how's the mod in the april fools ideas thread going
oh look, 2 same suited cards!
flushes should be worth infinite in that deck
Sixty Suits
Do you enjoy Balatro, but not enjoyable video game experiences?
Congratulations! This is the mod for you!
Featuring 56 new suits for the Steamodded mod loader
https://discord.com/channels/1116389027176787968/1223480942992167004
Oh no
lets fucking go
modern yugioh looking text
I don't even know how to go about nerfing it
what does that card look like when it doesn't have anything in it?
ohh ok
so this is all you will get
which i think is fair because it's always holding jokers
i was wondering if you had it add abilities to the description as you destroyed them
actually i think this is even stronger because you lose card much slower
I think given how the current system work it would be a huge pain to make alignment right LOL
yeah i was thinking you were a genius which is why i asked LMAO
i mean still pretty cool card
maybe i should remove red seal from this? hmmm
maybe it still destroys the other cards but just saps from the first one
true, maybe i should do that
but actually this was me using debug mod to get all kinds of enhancement
so idk how it performs regularly
btw does anybody know how to disable all the extra debug messages in steamodded 0.9.3?
maybe just make eaten red seal cards get eaten twice?
still broken, but... it's red seal, how can you not expect that? lol
actually exactly what i am thinking and changing right now!
and tbh
there is another mod i'm kinda thinking of making
where each seal has an effect when played and when not played
sounds fun
because the other three seals feel... kinda niche, ya know?
red seal's effect for both is retrigger, because:
1.) it already retriggers cards that do activate when not played
2.) retrigger is fucking broken
maybe...
- a scoring blue seal upgrades the hand it's part of, with the existing non-played effect being buffed to always contain the planet that upgrades the hand type that won the blind
- a non-played gold card could gain $2 per hand played with it in hand
- a scoring purple seal card could gain a random enhancement every time it's played
that would give each seal its own unique use, that doesn't overlap with anything else in the game
blue seals would be especially great early, allowing you to gain chips and mult if you can play the same hand with the same blue seal card, get a bunch of them, or hold onto a couple
gold seal gold cards would generate money like no one's business
and purple seal would offer insane power for the early-mid game, and have incredible synergy with vampire
red seal would still be the king of late game and endless, but
at least all four seals would be roughly equal in usability
especially with how hard they are to get on specific cards you want to build around
tuned off seals completely and it felt pretty good actually
hey guys, im having problems with deck creator. i installed it properly but if wont load into balatro for some reason...
👀 bad art bad art bad art
Thats kinda cool
3 of dagger
which is better?
now i just need to code this

but i will go to sleep
would like a numbers check on this laddy though
Why 8 7 3 in particular?
873 if you look closely looks like a chicken head, Lyman said i think
it looks like a chicken face, apparently?
Oooh true I see it
i feel like this is a pretty bad uncommon ngl
sure its scaling but like
it scales so slowly
square joker:
and since its random
yeah square joker is also bad
Scaling mult or chips sounds better than scaling only one of them. Hits disminishing returns more slowly
UI design is my passion
When the 5 of a kind full of 8 only gives me chips
it'd only give you one trigger anyway
it's a "if played hand contains 8, 7, or 3" not "when a 8, 7, or 3 scores"
Only downside with this joker is that if you already have a very solid source of mult or chips you don't want the random effect. Early game though it's kinda huge.
messing around with federapi?
got there
anyone have a link or something of the like for a tutorial on how to setup mods?
Comet
name: Comet
type: Comet
No comet, sorry comment
and also considering the fact that it can at most scale about like 4 times per round
assuming you get it shop one, trigger it on every hand in every round after
thats like
48 mult and 192 chips?
yea
dinosaurs:
dang no word wrap
ante 8
all blinds played
4 hands used per blind
btw this code..... is not great..... haha
Maybe I'll make it +2 mult
possibly
my main issue is What Would It Do (and also i'd have to make more bad art)
meteorite could be like
boost your currently most played hand?
I am always available for art help as I did with itay :]
Well I'm going to sleep because it's 5:50 am and I have insomnia
i can also help a little too!
,,,maybe not now but yknow
i know that feeling
mmhm
Makes me remember I have to make the Bounciest Ball art 😭
I am happy to have a drive to go back to pixel art again
It is my roots
Except making pack sprites
That was awful
i am just perpetually unable to ask people to help me :))))
Trying to match computational gradient post processing on sprites makes me 
i mean, meteors are always burning up, could do that while also minus a random hand lvl or something
Also so true bestie
what the fuck is wrong with you
so instead, shuttlecock comet
(the badminton thing, not whatever else you're thinking)
imagine having aseprite this post brought to you by oops i spent all my money on plushies
(yes ik you can compile it yourself shhh)
It's literally open source to comp-

imagine not having aseprite this post was brought to you by the source code compiler
omg tamari

tamari!!!!! 
tamari!!!!!!
thats a picture of my Real Life Tamari Plush btw lol
Lywoman has all the plushies
holy shit
which is currently like four feet away from me
I am just a goblin in the plushie dungeon
Me using firealpaca to do my joker art 
better than nothing
i use gimp. it has a funny swirly tool
(mspaint
imagine randomly running into a GHOST fan on the internet its more likely than you think
anyway yeah i use GIMP personally because im a pleb
gimp is not that pleb
I fall down stairs seeing kiddos animating on their phones I'm just like
How do you have the patience
Inb4 hand-drawn jokers
ibis users are insane
what if i actually do hand-draw jokers tho (and they'd be even worse than if i tried to pixel art them)
god the scaling would be horrible
It would be funny
It's not even a diss either I've seen stuff little Jimmy iPad draw that is like 5x better than what I ever draw and it's all done on a handheld and I'm just

mood
literal sorcery
Lyman is never gonna sleep
Mood
I have the YouTube video playing
hello 6 am :)
I use GIMP and a mouse pad
im using a trackball rn
Im using psychic powers
i draw my sprites on paper then scan it
is there anyone who can help me get mods on my balatro. Either via lovely or r2modman if possible, but open to steamodded
#1209564621644505158 message
I think this is the easiest way with r2modman
r2mm isn't a mod loader on its own lmao
i looked at that but i cant figure out what or how to go forward
you can do stuff with lovely, but most mods will still require steamodded
no reason to make fun of other people because they dont know the same amount of stuff as you
I'm not making fun of anyone, just clarifying
try this #1217867725532041369

me getting 5 stones
ikr
goes hard for vampire runs tho
the universe looks empty
||it's supposed to be a reference to the persona 3 universe card the player receives which is just an empty card||
(also im bad at art)
xd
i mean i am so like xd
Hi! Are there any resources for people curios to create Balatro mods? Tried to google but much didnt show up.
https://github.com/Steamopollys/Steamodded/wiki
https://github.com/Steamopollys/Steamodded/tree/main/example_mods/Mods
Thats always a good place to start if you want to use steamodded for your mods
https://github.com/Steamopollys/Steamodded/wiki has some resources but is very much incomplete, otherwise I'd recommend looking at the game's code (just extract the executable with 7-zip) and other mods

i really should just make the game give me this tarot card when a run starts to test it instead of relying on shop and packs...
I use a modified version of https://discord.com/channels/1116389027176787968/1217892947119308933 as a debugging tool to get my cards lol
Thank you! I really appriceate the help.
can't you spawn them in from the collection with #1209857245316255744 ?
oh there's a debug mode? :)
Guys there's an enable debug mode
then you'll have too look at the game's code for the debug but it's pretty easy
I might make documentation for the Debug Mode
oh yeah, i have a joker like that
but on sell, it does the entire hand
and it costs like $14
that's cool
see i would follow this, but the second i go to the github i have no clue what to do
sorry to ask where is the guide to add modding?
well first you should probably remove that disgusting ass profile picture
second if you understand, which i dont, you can follow the guide here
owh bruh mb
sadly cant lost a bet to a friend
...
so because you lost that bet you cant change your profile picture, of a man who brutally tortured innocent jewish people, and had several millions others killed in the process due to starting world war 2
its hitler, you fucking imbecile
im a jew, and a dane, so its not like it is just some random guy to me
good job being a stereotype
i do not like that pfp either please change it
ikr stop acting like a profile picture has no meaning whatsoever
where are you stuck exactly?
on the right side, under the "About" section is the "Releases" section, which is what youre looking for
thats exactly where i was stuck, i just asked my friend who has been coding and using github for like 5 years and he helped me
thanks to both of ya tho
👍
all good, feel free to ask if any more questions come up though
any amazing mods yall can recommend? xD
do you want me to be biased or unbiased?
well i want something that can be very fun, but not some "you have to always do this 1 thing"
yeah I'm hyped to check it out once it's out
biased opinion you should check out #1210728178201526373
non-biased #1216754656617693255 #1215775159638818826 are some good ones
ay i respect plugging your own stuff if thats what yall doing xD
these are incompatible with each other lma
^
if i had to choose one it'd definitely be mika's
soon they should no longer be
Oh why so?
less plugging my shit more for the occasion
well ill sure check them out one by one, thanks for the recommendations 
speaking of the occasion, https://discord.com/channels/1116389027176787968/1223480942992167004
nothing is happening tomorrow
because you no longer need to completely override generate_card_ui
Neat
Yea I've been using it too
too bad there's not something for overriding badges :subtlenod:
hey im trying to download steamodded_injector.exe on github and it wont download because it says there is a virus. how can i bypass that?
download using the Lovely method
decided on this
Will it always decrease a hand's level that's superior to 1 or can hit a lv1 hand?
wow long error lol
i don't know bad apple's effect, but i think bad apple...?
bad apple makes it more likely for you to draw into your higher chips scoring cards iirc
but sure bad apple
PERKEO
WOOO
man
mostly playing high card but im mostly playing queens
and i can swap to flush five if needed
swap what is the question
baseball maybe?
maybe so
cuz that at best gives 2 x 1.5
it can hit lv1 hands, yes. im okay with this largely because you have as much control over the upgrade as the downgrade. (i even decided to special case it so it delays slightly to show you the hand it would have downgraded)
also i now inject a bonus badge for the cards from this mod
if play, decrease the score lol
Oh I like the MoreConsumables thing, Jokers can have that too right?
i could put it on playing cards if i wanted i think
But not Jokers?
I don't mind, I'm interested in using it too
Mmh hard to see how it can be adapted for Jokers
By badge you mean the little logo stake?
sell dna and find a death to perkeo copy?
deck looks like this (im gonna try to get lots of brass and steel)
and registered is a table that looks like
{ c_comet_planet = {"MoreConsumables", G.C.BLUE, G.C.YELLOW}, c_meteor_planet = {"MoreConsumables", G.C.BLUE, G.C.YELLOW}, ... }
do yall know how to keep my game from crashing evertime I buy a joker
This is the function's parameter or?
no its a local table (outside of any functions)
So uh... Playtesting a mod and...
so its local registered = {} at the top of the file and then populated as i register cards
that doesn't look like that should happen
maybe i should just like pastebin my code or smth
when i have the whole shabang with the .dll file and the steamodded and mods folder, how do i get the love thing to work via r2modman or via LOVE
It's exactly what's supposed to happen
oh.
sixty suits!
https://hastebin.skyra.pw/tipavuhapi.lua here go nuts
Yea I'd appreciate
Thanks!
By the way
in the 60 suit mod are recreations of all the suits from Diamonds in Reshuffled
deck manipulation is like impossible in that deck
Interesting question: Do you think it's possible with the rank/Suit creator to make it only added when in specific decks?
Kinda like how the original 6 suit mod has a check box
you can check if you arent in that deck and remove the cards after Game:start_run
when i have the whole shabang with the .dll file and the steamodded and mods folder, how do i get the love thing to work via r2modman or via LOVE
ok cool I just wanted to remake a deck I own to see if it'd be viable for Balatro
The new modded challenge I made escalated quickly..
so am i the only one that cant download steammodded? (virus detected)
I never actually made the deck so...
@grave panther rules are unpinned again and can you add #1217867725532041369 to resources
what the fuck
Also you can see the Bolts from Reshuffled there
!!!
three of my things are there!
Wait until you see the blank suit
Ah yes "Wrathful joker"
HOW DID I GET A SPADE FOR THE DEBUFF!?
I HAD 1/60 CHANCE
clearly you need a blind for every suit
If anything you should just send me something paragraph you'd like to add about lovely and I can add it to my message that is sent along with the rules message that should be pinned
You or the guy who made lovely
na since there's a message about helpful resources in the rules thread it'd be better to add it there
Yeah that message you're talking about is the one I'm talking about
Full house is the new Strategy with this 780 card deck
My message
Okay one more
#1211716871267688488 message you're talking about this message
Then what other message
Oh geez, they're in the standard packs
That's the rules thread that is linking my message
Why does this actually go hard?
yes i am requesting that the thread also link to lovely guide
And I'm saying I can do the same if you just send me a paragraph that would explain to people how to use lovely, just like how @stable crag did with balamod
I can also link the thread in that paragraph
when i have the whole shabang with the .dll file and the steamodded and mods folder, how do i get the love thing to work via r2modman or via LOVE
what do you guys use for the pixelarts?
GIMP personally
yes i have dll in x/x/Balatro and i have steamodded in x/x/Balatro/Mods/Steamodded
and is that not working or do you want to do something else
no i want to make it work with r2modman or LOVE so i dont have to do everything manually every time i wanna change mods or remove/add mods
at least thats how i understood it was able to be done
but i might be wrong
the ace cross a lil elongated no?
by LOVE i'd assume you mean love2d? which is the engine the game is built on
and for Risk of Rain 2 Mod Manager i don't know anything about it so try looking up how to use thunderstore
(yes i'm still committed to the bit
oh apparently it was just broken
wonder when it'll get merged
i thought they were the same
it was based on something i found in earlier posts
something about r2modmanplus being a fork you could get to get it to work on r2modman
but found out
thats just where i get the manual dl
there's a build for r2modman in one of the threads somewhere
and that it could open r2modman but not work
yeah thats what i tried to figure out
but i couldnt
I saw that everyone's doing suits now and wanted to make my own
but instead of making suits that are just objects or symbols from other, non-card scopes, I tried to make them feel like an actual suits that are similar to the ones you'd see in card deck
??? and Halberds
Gotta love the transition from placeholder to actual art, wanted to make the ball bigger and we'd see the joker under it throwing it (Like bird view) but I'm not that ambitious.
Nice
i'm only doing sixtysuits for the april fools
idk what this does but
Activate 3 random Spectral Cards
ankh ankh hex
or ankh ankh ankh on a bad joker
i mean the repeat ankhs would do nothing
precisely
It might if the joker had negitive. (provided the Ankhs can retarget)
Randomize cards in hand to the extreme
can anyone help me?
i was trying to download the debug mod thing
and now my game keeps crashing
wont even start up
incredible
nvm
Do you guys know why my game just closes everytime I try to buy a joker
update to steamodded 0.9.2
0.9.1 broke everything
Guys, if i showed you this image:
What do you see?
it's the guy
guy peeking with a big nose
okey that's what i needed to hear, my friends were shitting on me saying it doesnt look like that
an elephant staring at you after it pushes you over a cliff?
looks like that one doodle jump guy peeking over a table
this guy
Wot, no Cavendish?
I was going for this:
same
Little guy
ok ok then im on the right path
what do you think about these colors? I kinda want to make the flower one red colored, but it'd require changing Hearts Joker color for this
something like that
has anyone created a mod to quick start a new run?
hold R
you are a saint
those fit nice
maybe have it be #1223279980247515137
good colors
want to see what they look like with the background suits
What would you want to see/add here?
Any tips?

Got it working, thanks a lot! 👍
i like it
also also https://discord.com/channels/1116389027176787968/1220667431199047711 this lets you hold middle mouse button to restart
what the fuck
and cards
i love the flower one!
ok guys i updated steam modded and now my game just crashes when i get into shop
I'm really trying to make them look like other suits
and without making them look out of place
it works!
i kinda did that for ink and color, tho color kinda sticks out not in a bad way but does
hmm honestly no I don't think color ones are something that I look for
they're pretty unique and stand out from the rest of suits
whats this from?
yea, the color one but if you look at the ink it fits well
this gives no information at all....
i just tried to load the game with a mod for the first time. Can someone help me find out what i did wrong or tell me how to do it correctly
can someone please help, game genuinly just closes, no error code, nothin. it happens everytime i enter the shop
Anything more to add to the roulette? Does the reference to Portal is clear enough? Or does the candle look like a d*ck?
a revolver, for a hint at russian roulette
what's the issue?

