#⚙・modding-general
1 messages · Page 37 of 1
o ok 👍
wouldnt this leave 'floating' cards all over the place
o i didnt see that, good point
how do you... uh.... make those cards appear then
if the functions that make cards can't
I still return card creation
I remove the bad card and create a good one 👍
no i mean
WHY IS IT MAGICIAN NOW!?
how does the player ever get The Sky or The Abyss
there will be condition on that later
well there is this, which should open a messagebox when Lovely panics https://github.com/ethangreen-dev/lovely-injector/blob/b97005c73e642b34c5d6ec961f8cf000db6326c6/crates/lovely-win/src/lib.rs#L82
for now it's unaccessible but I need to figure out everything else first
but idk why you're not seeing it
you need to load your sprite and set the atlas
like the damn suits reappearing where they shouldn't
Sorry I mean the in game crash handler
I made a PR
I'm trying
ah gotcha lol
although its annoying debugging the in game crahs handler crashing causde it just prints the error the console and exits
I don't KNOW what the hell the atlas is asking for
the name of a sprite
curious -- is there anyone interested in a mod like this that adds proper suffixes to large numbers instead of e-notation?
best interim solution is to attach a debugger to it
that's what I use lol
this is cool
are you kidding me? if saved_game returns nil it doesn't go for or and instead of that just crashes uhhrr!
Okay when I put the file name, it's like "Fuck you" Crash
Mine is record with obs and then look at the video
not the file name, the name of the sprite
Wait what
but the good news is the crahs handler shouldn't crash anymore except when it does
did you register a sprite too?
.
What if you do (saved_game and saved_game.GAME.suit)
Oh my gosh I'm a dumbass
you dont say
this is going to be so nice
nice work!
thanks
yeah now it works I think, thanks!
LETTSS GOOO EVERYTHING WORKS OMG
this is the name of the sprite you are registering in the above code
I've successfully imported another .lua file content thanks to you both WilsontheWolf and AutumnMood ❤️ Now I can have a decent organisation for my mod 🥰
Welp, idfk what's wrong now
i should probably do that tbh
crimson I love your editor's font
Thank you. it's the balatro font
it works surprisingly well lol
i mean, if i'm modding balatro, why not? lol
Though right now it should be blood red because I want to strangle the code
The easiest part, smh
I didn't want to start modding without being sure I was able to avoid an 4000+ lines of code in one file
yeah its a good idea
might need to change "JesterSprite" to sprite_jester?
i mean 'sprite_jester'
heres an example i suppose!
you have the wrong number of arguments to SMODS.Joker:new()
there's a lot of them
i dont think eternal_compat is atlas....
local j_mjst_mod_prime_file = NFS.load(SMODS.findModByID(MOD_ID).path .. "src/jokers/" .. "prime.lua")()
RegisterJoker(j_mjst_mod_prime_file.joker, j_mjst_mod_prime_file.sprite)
SMODS.Jokers.j_mjst_mod_prime.calculate = j_mjst_mod_prime_file.calculate
If you're interested
its SMODS.Tarot:new() not Joker
it seems this time youre the one silly-maxxing
always 
The Creecher
The Yippee?!?!
can anyone tell me how to download mods
Nothing’s working.
Jester.png exists right
are you completely overriding the tarots sprite? or seperate sprite?
how do you remove lovely injector? 😮
i have a problem with another software i want to install
alternatively, you could try setting the sprite's name to "c_jester" instead of "JesterSprite" and see if it works then with the automatic association
the entirety of lovely is within dwmapi.dll, move that and lovely is uninstalled
how do i download files on github
with an internet browser
where is download button
if you installed with its injector, verify the game files of Balatro through Steam
if you installed with lovely, removing lovely will make the game no longer load steamodded
have you tried removing dwmapi.dll
heck is OCCT.exe
no idea
did you put the dwmapi.dll file in the folder with that application?
no i cannot even install it lmao
ok found the culprit i think
the dll was in my download folder lmao
me when i use lovely injector to inject code into cmd.exe
i have braved the depths and made a small cheatsheet for myself about where the ui-related code is
#1212796137325465651 message
surprisingly not bad! not great, but not horrible
helpful UI-related pieces of the source code that i referenced, for your searching pleasure
self.UIT = {- enum for the UI element types (e.g. wherever you seeG.UIT.Rfor rows,G.UIT.Cfor columns, etc)function UIBox_dyn_container- where the dynamic container fn is defined and probably the recommended way to create UI elements (wrap inUIBox). seems to work like css flexbox, if you're familiar with thatthese bits are useful for making the keybind reference box, which behaves similar to the built-in debug toolbox
function create_UIBox_debug_tools()- debug toolbox definitionG.debug_tools = UIBox{- where the debug toolbox is displayedfunction Controller:key_release_update(key, dt)- where the debug toolbox is disabled (it's hold-based rather than a toggle)for a real settings box, you'll probably want to futz with
G.OVERLAY_MENUinstead of creating a nakedUIBox
G.FUNCS.overlay_menu = function(args)- where the overlay menu is defined and some helpful docstringsG.FUNCS.options = function(e)- callback function used for displaying the options menuG.FUNCS:options()- where the callback function is invoked
lmao
ok it works now
everybody knows command prompt was made using the love2d game engine
yeah
Just a quick video guide to accompany my text guide on discord.
Also try not to sniff, challenge impossible.
Chapters:
00:00 Intro
00:13 Step 1: Get the files
01:06 Step 2: Prep the Mod directory
02:06 Step 3: Prep the Game directory
02:30 Step 4: Testing
this should be helpful
me when i irreversibly destroy my pc by putting lovely injector into every directory on my system
now you know from me
that you must put it in system32

me when i use lovely injector to modify my hardware
inject more RAM
[old man voice] grep is a thing everyboyd knows about, right? or should i replace the word "grep" with "search"
nobody knows what grep is (im nobody)
i guess it's only a thing linux ppl would be familiar with. oops
yeah i know npp has a similar function which is MASSIVELY HELPFUL
i did the same thing it aint working
Is there a reason return { message =... doesn't work in a buying context? Put a "sendDebugMessage" inside the return and it shows in console.
i forget that ppl who do software development aren't all command line nerds @_@ oops
is your pfp based on Saturn Eating His Son btw
yes >:)
yeah im actually allergic to command lines
i n f o r m a t i o n d e n s i t y
not all contexts use returns. use card_eval_status_text for those instead
Darn, looks really ugly when I use card_eval 😦
you can get more information density if you can express information in visual form
that's true; it's just that a lot of UI/UX these days adds padding out the wazoo and purposefully reduces info density
and making things visual is more effort when you can just Dump Everything To Console. the signal to noise ratio is terrible, but c'est la vie.
i just get used to it because most of my job involves looking at the stuff ppl didn't think would need to be exposed in a UI
Ain't nobody playing modded balatro with their console open (unless you're suffering debugging)
anyone who uses lovely is
Ah haven't used it
lovely opens a command prompt that the game can and will output to
which has been helpful because i'm too lazy to open the debug console thingy
so i just use print() instead lollll
Lol
i checked if i could close it at least once
No
why is x = 1 on your pos then
but extra window on my already cluttered screen 🥺 (i just minimize it)
clutter it more by having vsc and tk open
clutter it more by having 3 folders and 7 copies of 7zip and GIMP and npp open
you can mimnize it
Can you tell I hate this atlas thing
totally not me rn
oh i forgot obs you're right
no not really
i can't compete with the clutter of coding apps
It's been the BIG PROBLEM I HAD
the sprite injection part in mystjokers is a one liner that i don't really care much about
oh
found the problem
oh
It was a TYPO!?
i think i'm cooking with this.
lma
oop, lemme just
this is me
the fuck?
hooray
this was solved, it was just lovely's dll being in the folder with the installer for that program
.
doofenshmirtz jester confirmed
great idea, I'll add support
I might as well just rewrite lovely as a minifilter driver and have it work on every process
i hope you're joking
oh God

does lovely work on other love engine games btw or is it hardcoded for balatro?
hardcoded in like one place afaik, but that can be fixed by manually setting the mod directory with --mod-dir
it's designed to be generic
well, as long as the game uses lua51 
that might be the hangup. i was wondering about Mari0, but i also haven't thought about that game in forever until i learned balatro is in love lol
what happened to the other 50 luas
died in a tornado
now then. now to add code to convert to void
joyous
im pretty sure you can use the mod_conv functionality in the game already
THEN... code void cards
Empress, Hierophant, Chariot, etc all use generalized code
https://github.com/ethangreen-dev/lovely-injector/blob/b97005c73e642b34c5d6ec961f8cf000db6326c6/crates/lovely-win/src/lib.rs#L102 is pretty much the only place where balatro is hardcoded, but that's an easy fix.
also remember to set up the can-use code
yeah I'd be curious to see if it works with mari0
unless thats automatic too
once done, i need to port to my collection
can_use is automatic if you set config.max_highlighted
oh hell yeah
This could be a fun mod idea (also testing out adding Payout_Arg messages above the dots)
Let's see if the tarot appears in the packs even though it does NOTHING
GAME
I WANT TO TEST MY MOD
tf2 chocolate
NOT GET LEGENDARY JOKERS
Very Cool......
like what
i got two Soul cards in a testing run once
gotta find the tarot card location
decided i worked too hard on that lever for the typical joker location to hide it.
huh?
are you setting config.max_highlighted
yeah i got nothin
dont do that jelly mod breaks things all over the place???
look at mikas or sixsuits or something idk
The oopsie count keeps increasing
where's your mod then
I legit don't know what any of this says
I legit don't know why your code doesn't work
idk
like straight up that should just Work
delicious oopsies
im terrified of the update tomorrow
me too actually lollllll
part of me hopes it makes some things easier to modify tho
how do i get the jokers in the joker slots?
for i, #G.jokers.cards
question. if i have multiple mods that use the assets folder, do i need to have seperate 1x and 2x folders for each mod? or can i just lump them all on eachother? (lmk if i should ask this somewhere else)
mods that have assets should be in their own subfolder
fuck
now i gotta redo everything
oh well
my balatro is crashing on launch anyway so its probably that
or maybe its just cause i have too many mods :p
my mods folder is 1,096kb when compressed 💀
can someone help me figure out why balatro is crashing on launch?
my mods folder, everything works perfectly fine 🙂
yea that would be a problem
RIP Buckleswasher.
what does houserules do anyway
houserules ironically is one of the few mods that works fine not in a subfolder
do the mods in here work with steammodded
yea
thanks
i wouldn't recommend using the file snow's mods in there if you plan on downloading it. im still coding that one
aye aye
im gonna learn lua just to make balatro mods (because i have nothing better to do after i learned c#)
kick ass, and apply different toggleable difficulty modifiers akin to stakes
So... still have no clue what's wrong
which thing is being updated? steamodded or balatro?
huh
ah i see
i thought it was releasing tomorrow
Experimental build
im silly
if it works on that build i assume itll work for the real one
unless theres some crazy bug or they decided to just flat out rename some function
wait shit, forgot to get the base version
I should start putting a private google drive lol
are there patch notes yet or do i have to randomly skim through if i wanna see all the changes?
i'll help look into it
thanks
I'm gonna skim through and cut through stuff not relating to Archived work
didn't realize that channel existed
yup
Playing this without ReShuffled is another experience
Still somehow having perfect memory of the jokers
lmao
THEY BANNED ME FROM JOKERLESS
guess i can take that out of my mod lol
WHAT THE HECK THUNK
destroyed
you're a non-effective boss blind; we can't have that on the final round~
me after "editing" someone elses mod (i changed one number and the header) {not planning to reupload just screwing around}
woah uncommon and rare tags make them entirely free?
yeah, i know
thats so hype
wtf
these changes are so good
i thought making them 25% and 50% off was enough
hahaha
and coro
they did the thing
holy shit skip tags are so good now
with straights
lol they even timed me out for 1 second in murphy's stream
😄
that's how i know i'm on the right track
(i'm going to keep the coding in my mod until the experimental build goes live tho)
It's live now if you opt in
yeyeye
unless you mean publicly aka non-experimental
that's what i mean
gotcha
sorry, used to play league
thunk is cooking all of these changes are good
where the public build is called "live"
modding is fun
vampire nerf bwomp
and the experimental build is Public Beta Environment, or PBE
seems normal to me
vagabond nerf is weird tho
wait for Ortalab to finish lol
that's gonna be much larger, atlas
@astral glade i hope the underlying coding of vampire is changed in light of this
hey everyone looking for a little help installing and running mods with steamodded anyone up to help?
hanging chad buff is crazy
yup
what i mean by this is: i want vampire to add the xmult, AND THEN remove the enhancements
was it that bad? never took a look at it
new blinds go hard
mostly because i want it to be a joker with duplication synergy
i want all these mods so bad lol you guys went crazy
yooo those look awesome
as it is right now, you only gain x0.2 on the leftmost vampire
uh
oh no burglar nerf, kinda disappointed
bloodstone buff
help what do i do
what'd you do
i mean what caused the error
did you update to the beta?
Anyone knows how to add an unlock condition on a custom joker ?
continuing green deck from main menu
makes sense
burglar can screw you over as much as it can help
it also has a new modset so that probably the issue
my b you're getting posted over a bit with the update hype, https://discord.com/channels/1116389027176787968/1217867725532041369 this is the easiest method
continuing a deck from a previous run with differnt mods usual cause me errors
odd
if anything, i want the number of hands given to equal the number of discards lost
oh sweet thank you
happens even with new deck
i'd prefer that yeah
my main issue with burglar is it giving hands against the needle which i feel should be the one boss you need to worry about
@fickle elbow heres the modlist
try removing jellymod if you have it
mmmmmmm... i would just want the needle to negate burglar at that point
not the campfire nerf :(
what are the two java files at the bottom?
1 hand and 0 discards would mean that needle counters burglar harder than suit debuff bosses counter their suits
yeah thats fine i guess, its just like all the most op jokers technically have bosses that end your run on sight but burglar is like top tier against every boss and every final boss
i guess i could understand that
i dont see any java files
must be mine showning in the folder for some reason, not important
oh, i know!
ill do a binary search to find out whats causing it
@dapper helm change needle so hands don't score unless you have 0 hands left
oh i like that yeah
i know all the ones i had are compatable
there are some in here i haven't heard of
instead of "haha sell joker or hold R"
i also think it shouldn't be blueprint compatible or like if you copy it then theres some penalty, cause +3 hands for free is dumb
pareidolia into plant boss tbh
i got them all from the steammodded section of https://github.com/jie65535/awesome-balatro
fair
some of them could still be uncompatible
like, i think that boss blind should be changed too
to debuff kings, queens, and jacks specifically
I'm just going to try again to see if anyone knows ^^' Does anyone knows how to add an unlock condition to a joker ?
"All Kings, Queens, and Jacks are debuffed."
i don't think so
that way, pareidolia would actually be the best way for a face build to counter the plant
i haven't seen any yet and last i asked no one knew
rather than straight-up suicide
😢 ty
soz for not replying earlier
thoughts on that, coro?
yeah that sounds good
np
its a game issue
still happens when no mods
yeah, i like the idea of non-finisher boss blinds being difficult, but not "stonewall on sight"
could be a problem with the save files then
maybe
should i delete them and recreate them?
Another question, anyone knows what the "atlas" parameter is in the Joker Class ?
yeah thats a better direction to go in generally but i think the root of that problem is how debuffed cards work and i haven't been able to come up with a fix for that
the error is that it tried to compare a number with a string
so idk if that helps at all
usually deleting them works, the ones in the mods folder
although it will reset progress
try reinstalling it could be your verion of steamodded, if it runs without it probably was
no steammodded it still doesnt work
did you try reinstalling the game?
you hit the "verify integrity of game files" button and its not working?
yes
wtf happened to your game
idk
smited for your hubris of having too many mods
ok i have successfully booted up Balatro with steamodded and all that is there a place to go to browse all the awesome mods?
i tried installing it to a diffrent drive gonna try now
i think i broke the game
no mods
#1209506514763522108 or theres a github link i can grab for you
dawn deck
might be time to file a bug report
yooooo thanks a ton
you're welcome. i recommend better controls, codex arcanum and morefluff
ill check those out first
^
IT WORKS
check those out too cause this guy is cool
werid
the real challenge was the crashes we found along the way
haha im in awe that there even is a modding community for this game so im gonna just download a fat handful and hope it doesnt crash. all recommendations welcome
jellymod specifically is incompatible with a lot of stuff
i was about to ask which one it was
jellymod
Codex Arcanum, House Rules, Mika's Mod Collection
i use https://discord.com/channels/1116389027176787968/1214209476962422835 https://discord.com/channels/1116389027176787968/1219567539093377085 https://discord.com/channels/1116389027176787968/1212504558853689434 and https://discord.com/channels/1116389027176787968/1216064295633289286 to make the game look spiffy
oh and if anyone has any suggestions of anything to add to the game put them here https://discord.com/channels/1116389027176787968/1226203695365099681 (tho im kinda aiming for balance so your suggestion may not be exactly what was suggested)
thank you beautiful people i will be back after i spend 6+ hours straight on all these amazing mods
#1210976027036352582 (totally not suggesting my own pack)
MoreConsumables.....
goes without saying but I'm 98% sure lovely will work after the update
I don't see why it wouldn't
but patches may need to be updated. test test test
i hear https://discord.com/channels/1116389027176787968/1225138049558773760 is pretty good
yeah
i assume mods will be broken
They are rn
awesome
Okay, so is this enough Info for a card?
Is there anything else I should add to note for Archived?
Version Range - Effect | Rarity | Cost | Blueprint Compatibility```
Maybe Sell Value if it's listed but idk
not sell value and i don't think any had blueprint compatibility changes
unless you're talking about older versions and not this new beta
both
btw the mad and clever joker change is so cursed cause it means more discussions over whether 4oak contains 2 pairs
it contains 2 pairs but not Two Pair
devious change from thunk
it doesn't
tbh, i feel like the better way to change this would have been to leave mad and clever alone... and change, uh...
jolly and sly joker, to grant 50 chips and 8 mult per unique pair contained
what the hell is the new bad and dumb joker
i don't care either way i've just been in the non modding/fanart part of the server for roughly 30 minutes and 20 minutes of it was spent throwing fuel on the fire of an argument about it while other people complained about how often they happened
yeah the argument was that it should be changed
thats a cool idea but still leaves mad and clever hard to use
changed from 4oak to "contains a two pair"
man i love old orange stake being gone, changes so much of the balance when packs aren't overpriced
@dapper helm thank you for dispensing wisdoms
wisdom dispenser
needa dispensa 'ere
do you already have a spectral joker that works like your uhh tarot joker one? the one that goes in the consumable slot
or is that meant to be a tarot only thing
oh i thought it was sent to the consumable slot like alchemicals from codex
nope lol
i could do that but i didnt like it disintegrating and also going to consumable slots
im not a huge fan of it in codex fwiw
huh
so instead
i remember the hee hee hoo hoo i just forgot it did that in packs
negative joker tarot stares at you as you use wheel of fortune for the 9th time only to see
once again
btw @civic grail i moved the egg basket here https://discord.com/channels/1116389027176787968/1226203695365099681
joker tarot is so bad i tried using it in a run but
oh i forgot i was supposed to make a spectral merchant voucher....
it activates after everything
oh yeah its godawful
if you can get a polychrome one its probably deece
but theres no good way to do that
you could make it spawn with an edition
i got joker tarot with perkeo once and it still kinda sucks lolll
foil or poly would be nice
oh it can
@wanton rapids reporting that website update works fine
it polls editions like jokers do
currently just still trying to figure out the soul splitting
negative doesnt seem that good
its mid
its like a "why not" thing
but yeah joker tarot is objectively bad and i find it funny as such

itd be cool if tarots being polychrome had a different effect
like activating twice or smth
i didnt even have to do anything to make it work
like a polychrome tarot just Does That
i just made it possible
anyone here good with css able to help me tweak one small thing
anyone have any experience with this sort of crash that can tell me what i'm doing wrong in creating and registering custom jokers?
hey guys is there a variable in the game that contains all poker hand names?
mainly want to have it to support new hand types you guys are making
G.handlist
is it sorted by hand priority?
i believe it is
thx
btw this
likely that you created a table that has non-number key values
should have used pairs
wow just read the patchnotes fuckin rip vampire 🫡
into the DIRT
i do hope that the actual trigger mechanic for vampire gives the xmult before removing the enhancements now
making double vampire properly synergize would be nice
oops all bloodstone
wheres patchnotes
no backend changes right?
i can add all jokers are rental/perishable :3
oo temporary jokers
would just want to make their sale price not minimum $3 with negative boost
i'm hoping (coping) that its actually not that bad with old orange stake gone
a few ideas come up for house rules mhm
i wonder if you can decrement joker sale prices similar to how gift card boosts them...
you could add the old orange stake effect as a house rule too
don't add old orange stake
hopefully it isn't removed from source
do add it
so i can just change one variable
itll be funny
this is true but also consider not adding it
yeah i'm being silly, its not that bad anyway
add a house rule that raises the price of vouchers to the power of the number of owned vouchers
second voucher is $100 hope you have good econ
(no im just bad at math, doubling would be better)
10*ante?
me when i get a free voucher on ante 0
10*(ante+10)
could you add a house rule to change ante scaling back to how it is on 1.0.0 once the update is out?
i’m not sure that works how you think it works

im kidding
lyman why janklers
wdym
i smeel it ....
there’s so many oil rigs where i am bro
what a strange snell...
i go outside and i feel like i’m boutta be invaded by the US army
a mysterious verb is in the air
even though i’m already in the US
you called?
full name reveal
its dark outside
mysterious "myst" verb
its so eepy-core slumber-pilled outside*
hop on the spine extraction machine
buying 72,000 birds on amazon prime.....
i experienced the death of a neutron star earlier today
sorry ill stop making references nobody gets now lol
yeah 😔
rip
i think its better that i don't understand
funnier that way
oh then is it?
if only i could share the reference with you but it is forbidden
how do i find which mod is causing a crash using lovely dumps?
good luck
how do i find the mod causing the crash in general, i thought i saw that mentioned as helpful with that
gonna update to experimental o7 hope i dont break everything
binary search for the mod
fearful unbeliebving undying horror of the unknown
pretty confused whats going on with the experimental version cause everything works fine on it for me
yep rip that idea i'll let someone else figure out why lovely doesn't work
works for me
what how
idk i didn't do anything
update lovely dll maybe
rip
no console window, no attempt to load steamodded
which is weird considering what was established earlier today about lovely being potentially able to attempt to inject into arbitrary exe files
how do i do that?
oh i figured it out anyway
time to drop this run to test stuff
in this house we appreciate stress testing (cheated, obviously)
im this house we have unlimited house
#⚙・modding-general message shoutouts to joker stencil
at some point in the future i want to make this mod compatible with the infinite score mod just to see the absurdity that ensues
at some point in the future i want the infinite score mod
yeah but idk if its too Compatible yknow
wait there's a 1.0.1?
just came out in beta branch
public beta

i have the latest dwnapi.dll on this laptop i think
i'll recheck when i go home with an older dwnapi.dll
okay i just had to show this. i wanted to regain joker stencil so i could do more testing. so i had a key that gave me essentially infinite money and then i just started refreshing the shop until i got it. i kid you not i genuinely took me 361 rerolls to get one of them
oh i just made a for loop in Game:start_run to get 500 j_stencils when i did it lol
i dont know how to create a specific joker and i couldnt be bothered figuring it out when i could just give myself infinite money
i of course was not expecting it to take 300 rerolls
does the v0.3.1 dll not work?
nop
concerning
never lucky
ok the mod seems to work well enough for an initial release
w10
hm
joker yaoi....
joker yaoi....
They added a GAY COUPLE to Balatro! (Balatro video #169)
genderbent jimbo when
dont tempt me
ok fine but tmrw
HELL YEAH
peer preasure be like
im simply a girlboss
same thing
it is incredibly easy to tempt someone to do something when they already want to do it
no women?! guess i can only be here on tuesdays then
why on tuesdays
what are you on tuesdays?
apparently not a woman
can i take a taste of the genderfluid!
do not the genderfluid
flirting in the 21st century be like
true?
if you want it to be
im saying this to my friend becausr theyll find it funny
thanks for the Funny Phrase
chat is this real?
rock and stone....
i feel like gold in there makes more sense than glass
because of the name
gold switched for glass would make sensr
i forgot gold was a thing
lol
yeah that makes more sense
theres 8 enhancements right
yes
maybe this one is gold/steel/stone/glass and another blind is bonus/mult/wild/lucky
oh hmmm
prospector and gambler maybe?
me with my The Stone blind
The Rock....
yeah i think im gonna do this!! really good idea
you need to make 0s a straight edge rank if there's no card that can come before 0s in straights
oh yeah you're right sorry
(Debuff all Enhanced cards)
i forgot 
so its kinda oug
the real quesion is does it work>
deck mod cuz i definitely DIDNT forget about it
gimme like,,,,,,, 10 minutes
just make one mod with all of the things in it
where tooltips are generated? kind find anything about them in code
would like to change color of them
CHAT ITS REAL!!!
generate_card_ui, which calls localize, though I'm not aware of being able to pass a color value through to that
damn, yeah, I've seen generate_card_ui calling localize and I was like "it can't be it"
that part is a giant mess
oh no lovely doesn't work on my home pc
you can try doing what localize does in your joker's tooltip function but I'm not sure that will work
lovely doesnt work on my desktop or my laptop 
crossing my fingers I can repro on my end tomorrow
update comes out tomorrow?
est
perfect, not shitting my pants anymore lol
at least with people being able to load steamodded+mods it hopefully shouldn't be too hard to update individual mods once lovely gets figured out
(im too lazy to inject steamodded ok)
it is odd that it doesn't work for some people and works for others
oh is it broken on mac versions?
no i brought up platforms earlier
no, different win versions I mean
cuz i figured if it's not working at a basic level, figure out what basic level is different
yeah
I'll go hunting for issues between steamodded and v1.0.1 later, but it doesn't seem like there'd be that much
wait its not working for me if launched form steam
launching from steam or exe is the same for me
it doesnt look like there's new "compat" tags for the new Joker Stickers
I wonder if the love2d update broke it
would it for whatever reason not be loading dwmapi anymore?
I realized the setup I had it working under had older dll's
if it's possible to just rename the dll that would be funny
yes
using the love.dll from 1.0.0
it's possible that proxying a different system dll will do the truck.
vroom vroom truck
vroom vroom
that's the likely solution
can we just rename the dll and it works or do you need code to adjust for that?
nope, you would need to manually adjust the export ordinals in build.rs
it's pretty easy though
okay
you lost me at "manually"
well what probably will happen is metherul manually fixes it and releases a new version
let's see if old love works
yuppers
okay the house rules menu is getting cluttered what do
its real
also newt i'm sorry 😭
NOOOOOO
also hello metherul good to see you
its actually fine and kinda funny

tbh I should learn more about how stuff like lovely works cause its super intresting and I have like no knowledge in the area
i just realized i accidently copied how the psychic looks
god damn it
check out the windows crate in the repo, it's pretty simple once you get an idea of the foundation
pages
drying
crying
scroll bar
scroll bars are illegal
scroll barist?
yay
but the tldr is we hook lual_loadbuffer calls and modify the source code buffer at runtime, before it's actually compiled.
I hadn't learned it before modding balatro, but its been quite simple, but effective
does the game even have a scroll bar
scroll bars are illegal
no bar...... yo'ure on thin ice.....
you are a fool and a coward
listen its way better than it just goes off screen
as do i
no im her
whos her
hi! good to see you too lol
I'm a bit distracted atm
whos her
me
that explains it
left?????
ive got the wrong directions on the mind
yeah i saw the scrolling earlier good job on it
back to making new jonklers
im sorry to have irritationed you
its fine
is that the last played Poker Hand or last played Hand
because one of those is reasonable
ace up the sleeve synergy?
hand
dusk synergy?
yee, like dusk
final hand i guess
i will now proceed to 🤓
it should be "This card gains..." now
uh
This Joker gains
isnt wee joker the only one with that stuffy-ahh pretentious wording
oh heck is wording unified now 
consistency
Is there a mod that reduces reroll costs by a modest amount? From $5 to $3 or so?

get This Joker gains'd
so true jestie
i should start saying jestie instead of breastie
https://www.youtube.com/watch?v=alA5y37dPCU this is what it sounds like inside my head when im modding btw.....
rice was making clownsonas and i wanted make a song for the clowns so i made this in three hours last night. im insane. thank you rice for making the video ur so cool and epic and for making the clown cinematic universe. lmk if y'all want this in stores :)!
i'll be posting an actual vocaloid song sometime Soon! i hope y'all don't mind all thes...
denied
wtf that's an actual vane song
not the right song
YEAH ITS A REAL VANE SONG
My newest song, The Court Jester. I put so much work and heart into this one, I hope it shines through to you! :,-)
Spotify: https://open.spotify.com/album/2G9UrpdXOsxpB1IO0eUUqB?si=rlWAvETiQzinoBEtxyztkA
Bandcamp: https://thquib.bandcamp.com/track/the-court-jester-feat-fukase

oh shit fukase spotted
wait this slaps
i love this song
i keep getting that song recommened
it made me try to learn vocaloid
in my Dishwasher playlist
court jester is smoother than i expected
my auditory processing issues ass cant understand half of this tho lmao
its great
okay so
the shit i can understand goes hard tho
if i might ask: what do y'all use to record your clips?
OBS
obs
so true jestie......
so real breastie
im gonna be dematerialized

Hello, handsome!
Hello, handsome!
@astral glade:start_dissolve()
(she did not properly get dissolved and now is stuck in the deck as an invisible ghost card)

song review: very fukase, much jester, wow
doge talk
this still plays on loop in my brain 24/7 tho
yeah......
ive been stunlocked all day ngl
it's a big time for you.........


