#⚙・modding-general
1 messages · Page 559 of 1
is there a decent mod manager for debian / PopOS around?
i wanna see how a Wildcard Agent will play with your 999,999,999 mods
I'm getting it right now
hi arya
aikoyori
Gif (don't know if this is possible, but that's the best option)
Maybe ASCII art lol
at least it's not the Shenanigans mod (public clownery)
Problem with making an art is m6x11 is not monospace font
@azure dagger Help
Wait why didn't I just send a crash log
Am I dumb
(The answer is yes)
Show the mods folder and the WC mod folder too
K
yes
Already scared about that error message, cause that may not be easily fixable.
ok, try opening the Assets folder and look in 1x and 2x for Ember_LegendaryRarity.png
It's there in both
how did you grab the mod?
Finally won my first modded run!
bri ish
I tested the same exact code that's on the release with all the same stuff, and mine worked with no issues.
So HOPEFULLY this may be a nested folders issue.
I don't get nested folders, sorry
I always check
o h n o
Try using the Download ZIP or do the newest release.
Random regexp bullshit, GO!
That's all I changed
For a joker's ability how can I check before the scoring of the played cards if there's at least 2 or more different face cards?
I just tried it and it didn't work
-# Don't know what that would do anyways, since you didn't update anything, so it's the same files
seems like lovelyjit is on lovely 0.7.1
lovelyjit holy
I'm using Lovelyjit2
mr lovely cooking so hard
Where are the download files for the regular one?
I know it will probably be fixed, but the text being longer and all of it not even fitting the box is hurting me
@hard plank Take it, you need it
local normalized_path = SMODS.current_mod.path:gsub("\\+", "/"):gsub("/+$", "")
if not normalized_path:match("/Balatro/Mods/[^/]+$") then
local mod_folder, last = normalized_path:match("^(.-/Balatro/Mods/).*/([^/]+)$")
local correct_path = mod_folder .. last
?
It's check for nested folder
And some useful paths
normalized is path for nested folder, mod_folder self_explanatory, correct_path is path if move nested folder is mods folder
In the mod_data.json file, what edition do you have?
uhm
i just looked at it
hello chat
aikoyori
just finished my only exam for this semester
I grabbed the latest Release at https://github.com/WildcardArya2792/Wildcard-Collection/releases/tag/Patches-Or-Fixes, and I had zero issues.
notmario
holy shit
{
"id": "WCCollection",
"name": "Wildcard Collection",
"author": ["Arya The Wildcard", "Balatro Discord"],
"description": "Featuring all the fan-favorite Wildcards in Balatro!",
"prefix": "WCCO",
"main_file": "wildcard_code.lua",
"badge_colour": "7800FF",
"dependencies": [
"Steamodded (>=1.0.0~ALPHA-0330a)"
],
"version": "2.7.92-TEXTURE_PATCH"
}
hello notmario
ooh
Can someone send me their lua51.dll file? I broke mine
Damnit. Just remove /Balatro part from all regexp and should be fine
Just verify game files
oh, you're completely up-to-date.
this makes it a lot harder to debug...
Will that delete my mods?
Can someone send me their balatro, I broke mine /j
💥
No.
should depend on ~0230 tbh
Piracy go brr
Shouldn’t, but make a back up just in case
K
.
nah
Actually nvm, have better solution
Is there a crash messages or are you looking for the basics?
been over a year since it would do that
ngl thanks to the dev of morefluff for allowing me to reach crazy scaling
No I want to install mod
But idk how
uh? elaborate?
can someone send me their steam account, I broke mine
Sure here’s my password and username
what jokers
I want to install Deltarune Deck
slot machine and 5 oops all sixes gotten from 2 seperate greens
with lucky cards\
ah alright
money!
If you know, is the mod using any other mods?
that's funny
Get everything you need to know about installing Balatro mods in today's guide. Installing Balatro mods should only take a few minutes & the first thing you will need to do is download and install steammodded as shown in the video. The link to steammodded can be found below.
UPDATED GUIDE: https://www.youtube.com/watch?v=uDfxnwHO134
https://g...
Check this out for beginning to mod
the fabled good 7 build
so the password is "username" and the username is "password", did I get that right?
Yea
great, tysm
Np
kitty
its so sad though that i still havent been able to reach inf negative money
that's not going to get you to inf money
@frank ginkgo if you need help after watching the video, tell me
that plant has one purpose and one purpose only lmao
Still very much proud for learning API calls and stuff
i cant get inf money but i can get negative inf money
you can't get either
everyone, http.asyncRequest
I think I did good drawing the vim logo
now just make sure you aren't being rate limited
For a joker's ability how can I check before the scoring of the played cards if there's at least 2 or more different face cards played?
theres a way i just need to find 1 joker
despite coding it, I still don’t understand what the fuck the difference is.
?
asyncRequest is asyncRequest
sometimes the request may take a while to be received
Isn’t there a sync request
so its best practice to put it in a asynchronous thread
Not async but a sync
what joker
aka a code running not within the same thread which can block the game from running for a bit
balatro mod manager save my cat from the burning bridges
Ohh so that’s what’s causing the random lag spikes
how do I switch over to async
watafak
wtf!
Is Incantation important? JoJo mod has a conflict with it,
I wish I knew how to dynamically resize text in a joker’s description
you switch the parameters around for that
.... some help pls? anyone?
i dont think its a morefluff joker but theres one where it costs 6 dollars to remove but it has like 1 1 in 2 chance to return after being sold. But how its programmed it will just subtract from your money even if you cant afford it
1 left and I've got all the suit synergy jokers retextured
for example this is how ask madden queues an api to generate a tts response
local _, https = pcall(require, "SMODS.https")
require "love.audio"
require "love.filesystem"
function p_called_he_wants_his_john_madden_back(code, body, ...)
if body then
local bin = love.filesystem.newFileData(body, "aeiou.wav")
if bin then
local audio = love.audio.newSource(bin, "static")
if audio then
audio:setVolume((G.SETTINGS.SOUND.volume/100)*(G.SETTINGS.SOUND.game_sounds_volume/100)*8)
love.audio.play(audio)
end
end
end
end
function john_madden(code, body, ...)
return pcall(p_called_he_wants_his_john_madden_back, code, body, ...)
end
function PTASaka.DECTalk(aeiou)
if https then
https.asyncRequest("http://tts.cyzon.us/tts?text="..aeiou, {method="GET"}, john_madden)
end
end
don't mind my function names
You could probably check for the ID’s
how can you do that?
oh wait, the keys you mean?
.........I think yes?
yes
Take everything I say with some salt, I’m lucky my code works
is this joker in you rmod already?
yes
Wikipedia must hate me bc I keep sending api requests
but how can I also check the quantity of the played face cards?
Might DM you for some tips on how to properly access info from websites through that module at some point. Wanna see if I can make the Exattox partner update automatically with a debug+ command, or just on start up
loop through G.play.cards
Yea, what they said
wait, I'm confused.
this is what I tried to do btw:
Ngl though morefluff is absolute peak balatro and i love it so much, i will definetly play more in the future. Maximus is also good but i need to play around with it more to give an honeset review. Morefluff = 11/10 green is so broken and if only i had gotten lucky cat with it
Can you tell me how to make it possible to draw more than 5 cards?
The "gain" bit should be outside of return.
you'll have to use for loop
the for loop inside of the if or outside?
you'll need a counter and a loop to add to that counter
yeah green is probably a tad pushed, since it used to be a d6 tag
idk how to explain it
Can you tell me how to make it possible to draw more than 5 cards?
start with this
oh
okay for one context.card doesn't even exist for before
Deck fixing AND money?! nothing like this has ever been thought of!
two you can't return that c.a.e = it's not a valid argument
what if there was a color that just spat out random rare spectrals. that would be really stupid wouldn’t it
i believe if you wanna return function youll have to return like this
you shouldn't return this function anyway there's no need
What mod adds James card on title screen? It went away
james rolfe
cic is using 8% of the brain
maximus
basically it's good practice (for crossmods) to at least have one return so other mods know when your effects end
Ah. Had to delete that because I got a crash when clicking play
Can you tell me how to make it possible to draw more than 5 cards?
hey, how do you guys recommend to mod balatro? via mod manager or just... the old fashion way?
mod manager is jank, do it manually
This discord server still mods Balatro the old fashioned way:
do it manually
💀
aikoyori
well finally good to know it was pretty shite... cuz i couldn't find certain mods
shenaniganary
ok now that i got reminded of rare spectrals should i nerf plana
search bar where
oh aight
nerf her to only common spectrals but make a prismatic version that’s only rares
what do you mean by this
justify alignment microsoft word
Does it feel pretty overwhelming with that many mods?
no 😁
why am i vs aikoyori
no matter how many mods you think is too many, someone out there always seems to have more
fnf
first ever game that using mod manager is much more complicated rather than doing it manual
more full week mods than people in the world probably
k i got the point
i am
how about you make that ravioli bigger instead
reminds me of a certain someone
making some jumbo ravioli
fun idea: take ravioli and put it in bigger ravioli, then put that ravioli in an even bigger ravioli
now i want some ravioli godamnit
ravioliception
renaming my mod to Ravioli
Ok installing mods was an bad idea
good.
It gives me error message
that's the fun part of modding
you're just getting started
fun steamodded fact the page selector is not aligned to center
Well how can I install mods?
I want to install Deltarune Deck
fun fact: i don't car
😭
You are the worst person I have met 😥
where even is this deltarune deck you speak of
if i care then i will be sad so i won't
What issues have you run into?
i had to live with this fact when i was working on the menu thing sorry
is lovely still a thing?
Can you tell me how to make it possible to draw more than 5 cards?
No
But
How can I install mods??
Can you tell me ?
tutorials bro
Where
if cx.before and not cx.blueprint then
local count = 0
for i = 1, #cx.scoring_hand do
if count == 2 then break
elseif cx.full_hand[i]:is_face() and count < 2 then
count = count + 1
end
end
if count == 2 then
c.a.e.Xmult = c.a.e.Xmult + c.a.e.Xmult_mod -- I'd rather not use "_gain" for crossmod, but that doesn't matter.
return {
message = localize { type = 'variable', key = 'a_xmult', vars = { c.a.e.Xmult } } -- Good practice.
}
end
elseif cx.joker_main then
return {
Xmult = card.ability.extra.Xmult -- Always return Xmult in joker_main.
}
end```
i just had a brand new experience in cryptid troubleshooting:
someone complaining that their mods wouldnt load because they put the zip files in their mod folder instead of extracting them
Woah, you can draw the borders of all UI elements like that? That sounds so useful for menu work!
@ john lovely; make lovely read from zip files
is that more surprising than seeing a person who doesn't know what a zip file is
There are some games that require that, and won't work if you extract it. It's a fair expectation if you've come from a different community
WOAH
true but it is a bit silly to see
Hold "G" and press "A"
replace "cx" with context and "c.a.e." with card.ability.extra
hacker
Been struggling with menu stuff for a while now, likely expecting to spend another month on it slowly. This'll be helpful, so thanks!
Feature suggestion to sneak into your mod menu PR: Holding "G", "A", "Y" simultaneously makes all the borders flash rainbow colours
quick before June ends
i forgor about blueprint
or do it any time because why not
alright, thx for the help btw, this is the first joker I'm trying to create so I saw a quite helpful video about it but it didn't explain much about the calculate part.
Also the documentation is kind of hard to understand cuz I don't seem to find a linear way to understand the code.
docs don't have useful vanilla functions like is_face()
how to fix docs:
- you don't
i'm the only loser that breaks for loops
Can you tell me how to make it possible to draw more than 5 cards?
the rest of you need to get in on it, it saves like 2 ms
- submit fix
- wait 2 weeks for a review
- reviewer questions basic easily-checkable details
- clarify questions
- reviewer disappears for over a month
- give up on all hope of ever submitting PRs to the wiki
me when i ::wenthere::
my PRs don't even have reviews
What do you mean by this???
you keep asking but nobody gets you
I can’t believe Periwinkle Pinecone is fucking dead
i made balatro in 6/4 time
watafak
why would they kill periwinkle pinecone
impressive
r.i.p periwinkle pinecone
why did i do this anyway
i'm not using it for anything
okay sure
wtf!
wow... i can be in the credits for 1 more mod
theme of mildly anxious violet vessel
make it 6/7x slower to match
i love risk card
Standard playable hand size is 5 cards, how to make more, want to create my own hands
look at how cryptid does it
this arrangement is funny because the bass is having a stroke
watafak
or smods, there's a new api for it
ah yes. My favorite mods:
i
A’s stuff
Aiko's next PR: entire game has now been converted to exist in a single, precisely pixel-perfectly-centered vertical column. All text is 2px high. All buttons are exactly square. The prophesy was true; the chosen one brought balance to Balatro - but not in the way that the prophets expected
How is the newest version of SMODS now?
What have you done so far? Send screenshots
At the very least, you're missing Steamodded, or you've installed it in the wrong place
actually i can youtube video this
i wonder if its possible to save the localization of a cross-mod item, so that when the mod is disabled the game can still use that localization 🤔
i should change the instruments
say "i love risk card" 99 times to win the blind
Yes, it appears you've dropped the whole thing into %AppData%/Balatro, when it should be inside its own folder in %AppData%/Balatro/Mods
but How can I solve this ?
You can delete everything in that folder besides 1, 2, Mods and settings.jkr
that is cool how can i get it like this
i love risk card i love risk card i love risk card i love risk card i love risk card i love risk card i love risk card i love risk card i love risk card i love risk card
but I want to install mods
Yes
but how ?
First you need to install the basics correctly
tell me
grab bag has no talisman support, and none planned. look into getting luajit2
- delete everything in that folder besides
1,2,Modsandsettings.jkr - download Steamodded from here
- copy the
smods-1.0.0-beta-0530bfolder from inside that zip into%AppData%/Balatro/Mods(see picture) - run Balatro to check if it installed correctly - you should have a purple Mods button on the main menu
Luajit2 has an older version of Lua, and Aikoyori requires latest.
ah
wait doesn't balatro run on older lua anyways?
i can push a pr to make your mod talisman compat if you want 🤔
i don't know much about this topic myself
im pretty sure luajit2 works fine with latest lovely anyway
haven't had any issues
I tried that and it didn't
wth is up with the lovely injector?
that would be nice, but is there anything i would need to know in the future when coding to preserve talisman compat? seems like it's a lot of writing to_big() everywhere all the time
how do you confuse them
so far
Interesting
aikoyori.
not really, but its important to remember that if you compare something with game variables like G.GAME.chips, G.GAME.dollars then wrap to_big around everything in that comparison since those are all big nums
haya.
victin
where ?
its a good idea to treat those vars as tables with talisman
development resumes tomorrow
Would someone do that for me I’m lazy 🥀
but yeah, give me an hour or so and i will push a pr for that
Looks like it wasn't installed correctly. Can you send another screenshot of where you've put Steamodded?
i thought your mod is talisman compat already 😭
Is this a question, or?
Hayaw re you
No
Talisman has always broken every mod
the second i put it in the folder it disappears...
check your antivirus
aaaaaaaaaaaaaaaaaaaaa
oh damn thats a lot of jokers
that's what i'm worried about, i never planned on touching it because it seemed like more trouble than it was worth
Just delete Talisman
if i werent a coward i would write wiki pages for finity jokers
@dusky heart
If you were a coward would you write wiki pages for my mod 🤔
can someone write me a wiki page for yggdrasil thanks
oh yeah am i supposed to be writing wiki pages
Yep, just noticed you're on Steam deck Linux. Give me a sec to find the guide
alright solved it
hi breeze
im too much of a coward to write wiki pages in general
looking great so far
i feel like yggdrasil is one of those mods that genuinely need a wiki so that players arent confused
I use Fedora Linux
I don't have steam deck
the humble README.md
Game that needs a wiki to not be confusing 
tips hat
which lua command prompt is for putting a joker's current value in the joker's description text?
i aint putting in where ALL materials drop from 😭
#1# in description, and return the value in loc_vars?
DAMN IT
aight
dk what that means yet but i'll actually play yggdrasil when MY awseome cool art comes out in the next update ha ha ha
items can drop from specific blinds (small, big, boss, or all), drop within a range of ante (min ante, max ante), a range of stake (min stake, max stake)
bepis
in the future there will be conditions for them to spawn like having certain jokers too
haya
ohhh i understand it now
Here we go, sorry it took so long to find. You need to add the WINEDLLOVERRIDES="version=n,b" %command% argument to your Launch args in Steam:
why do you have a linus torvalds emote
IT WORKED
what do you think so far
thinking outside of the mod menu box
Now installing mods is just a matter of unzipping them into that same Mods folder, making sure they're not installed nested one folder within another
Aiko i'm going to have to start paying you per usage of this image
How's 10c a pop sound?
kofi is just my name
Where ?
One folder up from where you are currently, in the Mods folder
So that each mod is installed side-by-side with the steamodded folder
im gonna force all big nums to be normal nums when you have talisman installed.
what folder ?
evil talisman
no thats nice talisman
forcing all big nums to be string
.../AppData/Roaming/Balatro/Mods
It'll end up looking something like this after installing a bunch of mods
Again, making sure you don't nest a folder inside another - see the white image above
my mod makes it so there are exactly 69 consumables in the game
nice
what other mods are fun to play with cryptid+entropy?
my mod
card.ability.extra is actually cryptid.aikonanigans.entropy
The base suit synergy jokers all got art! Making progress!
#1214097296317227028 and #1326135270759993364 are definitely good fits to play with those two
death
Polterworx
polterworx is uh
Good
definitely not good with entropy
holy shit
Finished your sentence for you
Do Polterworx and Entropy not just crash? I thought they were incompatible
i will forever love what Bunco did to Black Hole effects
its just so fucking cool
Entropy + Polterworx literally go together (there is a special profile name, JE (Jen's Entropy))
uuh, which command is for returning the joker's current value?
or maybe I did something wrong cuz it returns the same value of the increment.
personally wouldn't recommend that
cant even update balatro
Oh, I didn't know that was set up!
Yeah
you dont have any var in config extra to represent its "current value"
im currently doing my homework, so ask for help in #💻・modding-dev thanks :3
oh, how can I make one?
cuz I'm readying the docs but still don't find anything about how to get the joker's current mult value
oh
ok
config = { extra = {...} }
I think PWX is a like Cilantro. Regardless of whether you like the taste or not, it does dominate whatever modpack you're setting up
i don't really know the specific command to get the joker's current value
But the same's alreay true for Cryptid, PWX just upgrades that cilantro into hyper cilantro, I guess, haha
Cilantro?
Because every Cryptid modpack is a Cryptid modpack
?
it's card.ability.extra.stuffhere
just call that
it's a herb that has a very specific flavour, and which some people are genetically determined to have it taste like soap, haha
this is what I did to get the variable that determines by how much the joker mult's is increased:
ok
yeah i was about to say it's coriander in the uk
New mod idea
I don't live in the UK lol
someone will make a food mod called cilantro now....
too many Astra's in the server, I can't search messages 🥲
You might say the number is astranomical
with some.. 'SPICY' jokers
you store the amount of Xmult in Xmult. store the gain in Xmult_mod
e.g.
Make a Cilantro mod about Weed. Misleading title
no
one time someone suggested i make a backyard scientist version of my oc called "cilantro"
oooh
might call em' Coriander instead
Coriantro
I JUST REALIZED THAT Xmult_mod MEANS "Xmult modifier"
God I'm so stupid
what's going on with that black hole card
triboulantro
Oh damn, I should've looked at Maximus' code earlier, this is all set up so well already
why does that name come up when i type @ mods
it literally is
no where close]
wtf
doesn't stop it from randomly crashing lol
that was a new one, haven't seen it before
I had to delete it because my game crashed
saw it yesterday
I htink one of the blinds is just broken, no?
Iév had crashes, just not related to the button placement, haha
hello
Forgot you guys don't have the context of remembering what my current modding bugbear is, haha
bunco mod
You've... been here?
people are still milking mr beast's facade of generosity
somehow
i honestly forgot that bunco has a funny shader for black hole lmao
I'll just have to make the box bigger and add the rest of the properties to it
this is so mod list
@exotic belfry Adapting some of your patches very slightly (I'm adding credits in the code comments, but if you'd prefer mod credits I'm up for that too). I'm thinking of documenting some of the button code and maybe setting up something for SMODS to make it easier. Would you mind if I bugged you with questions to see if you remember some button functionality stuff? haha
god, thank you so much for your help, I hope someone someday makes an accurate tutorial for coding balatro mods...
these are the booster packs i'm putting in my mod
Best version yet, that looks pretty great. Have you considered a 3-column width? 4 looks a little too much to my eyes
maybe 5 rows 3 columns
the colours were the original colours
i made the grouping a little better because columns can be confusing
quick, vote on my [awesome poll](#1334717157098913833 message) so i know what to make next from grab bag
But it looks weird here IMO
i listen to The People
true
Big People wants you to listen to them
it would look less saturated with base game palette
aikoyori
he ain't yo brother no more
but he mitosed
hi guys
Need you to focus on implementing your weirdest mechanical ideas, th30ne
You also might want to demo it without your own personal colour and font changes
yo
yeah
I'm out to dinner
hi person
i just hated how you can only see 4 mods at a time
Last criticism is that the tiles don't look like clickable elements any more. I think without the drop shadow below the button they just look like containers, and might be unclear to new users
yeah i should not have added that consumable set option because i don't have many ideas for it i just wanted to poll interest. i like shattereds though
Big People find it interesting enough to vote for
i think i can just add shadows manually
they are no longer buttons yes
How do you access mod pages then
you click them
Not easy to come up with a great consumable type, I find, but there's interesting space to mess with. As long as you're not aiming for another tarot variation, haha, I think shattered already covers that
by "they are no longer buttons" i meant they are no longer buttons in the sense that it's no longer create_UIBox_button or whatever
Add a mixtape consumable after you've figured out what that'd mean
@jaunty galleon Big People wants you to make Tarot 2
@stark shale I honestly feel like I might have beaten you with big numbers. Did I? If not, can I have your Joker number at least?
Also, I'm not a stickler like you, so feel free to ask for my mod list.
the mob hungers for more tarots
also i made the icons clickable
Reverse Tarots but they’re face-down
why are y'all fighting for joker numbers like this is cryptif
Reverse Tarots but they’re mirrored
you should be fighting to whoever has the most stable mod pack
Reverse Tarots but they’re inverted colors
immediately thought of the vhs tapes from cardsauce
people love big numbers
misew has like 5000
That's what I wanted
actually a consumable set based on albums i like would go hard
Nxkoo still has more
I thought there wasn't enough mods
Genuine question: is the game still playable and fun with this many jokers? Or is it just for the novelty factor?
Find my pages
Find my aikoyoris
some similar aesthetics for sure but mixtapes would be homemade and customizable, of course
I haven't tried yet. I mainly just want to assert dominance
What is this “fun” you speak of?
You rang?
it's called Skyrim syndrome and millions suffer from it
Haya, find the guys
wtf exa
balatro goes music real
look at this rq
anyway how would a guy get that cool mult tag you lot have
idk I got it accidentally. I think I clicked away a pop up out of muscle memory because I assumed it was a Nitro ad
omg what is that langauge
5.3k
you think I UDNERSTAND?!
hurgah
I did silly
and you'll see server tag
gosh
😭😭😭😭😭
thats my pc background
did you see the new mod menu concept yet
nou
I've realigned the sell buttons, lovely
over here
i can imagine you're troubleshooting before you record everything
i'm in this photo and i don't like it
I update all mods do a full run to see the rate of crashes, if shit is not stable gotta remove it, and then pray it works when recording
"list of activated mods" seems somewhat worthless considering that list contains both active and disabled mods
you can remove that and add another row
I'm also suspecting that the way the game renders these buttons is truly insane. I think the UI is just moved to the bottom of the card in specific situations. Though I haven't figured out yet when that'd happen.
i pray for your PC updating that many mods
i want to change it to a button that just Go to Mods Folder
replace it with a search bar
you meant the mod menu right
yes
my personal gripe with the current one is that it takes a lot more clicks if you have
say
60 mods
search bur
Hmmm
easier said than done lmao
WHY ARE MY TILES INFESTED WITH GREEN SQUARES
How many peope have more than 10 mods at the same time?
I'm going to explode
one, me being two
@/mysthaps
i know like 7 modpacks with 10+ mods
i guess I am in the wrong, but still, for me is fine how it is
Around 15 QoL mods, never more than like 3 content mods at a time though. Smaller and more focused content packs are more fun imo
I've got more than 10 when I play with your modpack, and otherwise I've got between 1 and 5 content mods at most
yeah but I stull have qol mods running at all times
what
we need a glue for mods mod that glues all of peoples mods where shit doesnt crash and works without flaws
but banner's a must for me, at this point, haha. I really need to set up that playset thing I keep saying I wanna set up, because I don't wanna remove a bunch of jokers from Kino for when I play it with just Kino, but I'd love less Kino jokers when I play it with Cryptid
Keep dreaming, haha
Will never happen* sorry
ragebait engaged
if you count not crashing as fine but you'll still have flaws i guess lua patcher can help
if G.GAME.crash == true then
G.GAME.crash == false
end```
ok i've put the greatest minds together (myself) and i think instead of another consumable set i should have a music booster pack (that i would call a GRAB BAG boom full circle) that gives you strictly temporary album/song-themed cards focused (mostly) on deckfixing, that can go both into the joker and consumable slots
I think if you'd pick a small selection of active content mods, you could convince people to try and focus on compatibility and content-synergy, but that's not gonna happen generally
The Bridge mod where they made exclusively crossmod Stuffs
you can see the cash out menu during the blind 😭
adding 15000 jokers
Oh, stuff that's both a joker and a consumable is a super fun idea. Don't think I've seen that be used in any way outside of JoyousSpring
so i win
thank you for the pointer for who to ask on actually making that work lol
Imagine I had 200k subs, that would be a possibility
that's only happen when you reload a run that's on the cash out screen
frankly
Joker autogenerator time
YART depend on ot
thanks for existing i forgot i had to "git clone https://github.com/hayaunderscore/PayasTerribleAdditions.git"
and I like YART
my main issue with cardsauce's vhs tapes and stands is that you never have enough consumable slots to use them in tandem with regular tarots, so being able to move them into joker slots would be cool
i should really just release 1.0 at this point and merge that shit to main but its STILL not done 😭
Is there a mod that let's you Unlock All again without having to Reset Profile?
just pcall everything it will work so well trust
hi ms entropy
hello
can someone make a mod called Acrobat that makes crash screen make the game fully unresponsive and require you to get task manager to close it
Kino's getting closer to 1.0, so once I've arrived there, I'm gonna focus on mostly just setting up compat stuff and potentially setting up some stuff so it has smoother interactions with specific mods. But your modpack's probably too big for me to actively support that, Exa. But I'd wanna set packs and categories to be able to make it a more coherent system. Like marking every joker that's 'wet' in Aikoyori's or Cryptid, haha
hello ruby
With DebugPlus, do eval G.FUNCS.unlock_all() in console.
wait thats not how it is usually?
also the mod menu was made to address personal gripe of mine because my mod is on line 5th page
Just self-reference without triggering a stack overflow. 😂
no lmao the crash screen does not usually turn on the white overlay and brick
@hard plank if roffle was named boffle would you put him in bountiful
it's also a bit easier to share the mod list with screenshot i guess
wrong ping
Lingering consumables generally run into the problem that consumable slots don't account for that type of design, yeah. I do think that if you'd move them over without any cost, it'd maybe not be as compelling, and some risk/reward would be cool in choosing whether you want it to be a consumable or a joker
i meant canicao
l ma o
@tropic egret
I would probably glue all the modpacks myself but i have a true programming gap where idk if me winging it would be possible
yeah
discorf? Biscoff
British
I think the main glueing issue is just that the mods you like are all ambitious and so they're each doing a rework on some vanilla system that's creating compatibility issues, haha
technically would it be possible for me to to glue shit
But I'd love to make a modpack of like 5 medium-sized content mods that I think have potential to work together well, and just focus on them interacting more seamlessly
i have made a system to make paya work properly with atomikos
well some of it is from entropy's end
paya always crahses me smh
Superglue for Modpack
💾
hyperglue
i will add compat to everything related to exponents in main chips mult calculation
hmm, i'd need to look more into loc_vars, but it would be really cool if i could give the cards slightly different effects or description clauses depending on which slot they're in
EXCEPT mfkaa
brilliant move reaction
you shouldn't be sorry for anything
Okay, I think I'm going to turn the ratatouille confection into a tag-exclusive one in some way, and just have it have a shared effect with the legendary in some way
@stark shale you got Madcap on?
I've been calling Polterworx MFKAA for a month
I thought that was a Minecraft or the Sims thing
i think we're making fun of the name too much
aiko what happened
that's why I'm proposing to call it Porter Works instead
(who's porter?)
Porter Robinson
Porter Works sounds like a killer joker name
this would be sick btw, which mods would you think of using for this?
I heard polterworx will be compatible with every mod ever (I lied)
jen: salmon? ack
Jen's salmon? ack
Exa please send dem logs 😭
jens almond nack
There was a mod to stop crashes
its gonna have mod with id pta_saka in it #trust
Y.
Everyone having issues with bakery goods but me 💀
also
https://discord.com/channels/1116389027176787968/1370113335659593898 can only do so much...
rom mod with id pta_saka
Idk I haven’t used it
I've not given it proper thought yet. Morefluff's the only one that seems like a shoe in because it's got so much Crossmod options, haha
Ice (Balatro Goes Kino) and 13 others were playing
But it says it stops crashes
ok now yall are just playing wordle
im not participating
im just gonna get the word wrong again
L
bullshit word tbh
i got it in 2 yesterday
see look at how hard everyone's struggling. it's a stupid word
WHAT DO YOU MEAN
i know
dumb word
Only have one of the letters so far
gg
nxkoo stop cheating
IM NOT????????
you would not think of that word
theres literally a mod named like that
no shot that's your starter
I did it in 4
But it didn’t save
that's not how you fucking play it
i actually did it holy sahit
no one believes you bro
omg, got ittt
chat what's your starting word. mine's SPADE
Wordle 1454 5/6
⬜⬜🟨⬜⬜
🟨🟨⬜⬜⬜
⬜⬜🟨🟨🟨
⬜🟩⬜🟨⬜
🟩🟩🟩🟩🟩
i feel like Jesus the way everyone just hating
even if thats a word that you use regularly whats the chances of that just so happening to be the first word you guess
Penis
i always do brick
Like Stands
?
bro avoids the truth like SOUL avoiding attacks holy shit
here's my 3 starter if you wonder
Vixen
Yelps
Venus
I didn’t say that
nxkoo im not fucking buying that
I'm not buying that shit
What skirt

thats not useful information in like 90% of words
skull
wordle????
most words do not have an x in
every alphabets has its uses
so finding out it doesnt have an x in is useless
when the human being makes a suboptimal play:
oh that was what i was talking about, and what icy was replying to. i was worried i was making cardsauce much harder for myself lol
its really only useful when it just so happens to be a word with an x in which is basically just a gamble which idk why you would gamble in wordle
@fallow bramble bakeries now work for me
xylyl op
how i feel rn
Balatro's Rank 1 Player Has A Secret...
Special thanks to the BMPCTU:
Fantom - https://www.youtube.com/channel/UCu3hCqIy3z2nBF_8I7SD6_Q , https://www.twitch.tv/fantom_balatro
DustyKrumples - https://www.twitch.tv/dustykrumples , https://www.youtube.com/@DustyKrumples
Owen - https://www.twitch.tv/owenepsilon
Andy - https://www.twitch.tv/andy_bal...
How 😭
Guess i'm just that good
I don't even need to edit code
my opening is ready
Well wordle of today as
There’s a Betmma’s Joker
IT'S SO ASS
And Freedom Deck by Aikoyori
a betmma's
“Salet” thanks to the 3blue1brown video
do people think im british for some reaosn
Yes
i am
You seem British adjacent
No
your voice doesn't sound british
so you're probably not
anyway
enlightened 3blue1brown enjoyer
adieu > sport
development resumes tomorrow
nooo
you sound viet
READY
FIGHT
BLOCK
JUMPS
it tells you what vowels are in the word but not where they appear usually, U almost never appears at the end of a 5-letter word
i wonder how people think of my voice
with their brain
i start with penis
the best word to start word is Soare
anyway
maybe divide the mult by 10
Not centred, burn it all down.
(pic without colour and font changes pls?)
no :3
I normally play on hard mode, so ideally I don't lock the right placement immediately, just so I can use a second word to exclude. But I've not really optimized my Wordle game for getting them on the third, haha
ooo
good one
you gotta think the ones that have 1 letter score tiles in scrabble
that one contains 4
youve given me an idea
ok fair i didn’t consider hard mode
oh?
care to elaborate?
sport also doesn't get used very often there, because I tend to have a vowel match, haha
@dusky heart
grab a random word, +1 mult based on each letters scrabble scoring
i have 2 forks on my mod now hooray
Maybe more padding between button and container? The shadow fades into the gap, I still wouldn't see them as clickable buttons
OOOO
GOOD
you'd need a whole dictionary though-
get one from aikoyori shenanigans
Also looks like you might have room to include the priority or author deets too
api calls
your mod won't work without internet flote
i know
i think ill be dead
and you wanna play a balatro mod
but thanks for worrying
so you're telling me.... white is gos
i would
you wouldnt
Flote mod is... LOST MEDIA??
always online mods? what’s next, drm?
i am a painter!
someone code ddd into balatro
I cast thunderspell!
actually PWX probably would have DRM if it could be done
NAT 1
drums rotate more
I cast thunderspell!
working on that lmao
it looks really good as negative
FUCK
i just want the general layout to look ok first
I cast 
cheese
THUNDERSTORE
ooogh
that is a sick negative
dis is looking reeeeeeal good
the pleasent gradent
walter...
ACK
yeah yeah I know I should be focusing on work whatever
Arise > adieu
haya crack
it's going ok
hey, im about to get my sixth color look up
i cast healingspell!
what mod changes multiplying to addition?
Didn’t they make a new video saying that was actually not optimal
wow thats amazing
hopefully balatro doesn't crash the 100th time
I like crane
are you going to re-add credits
this made me want to check out what my jokers looked like as negatives tbh
some look better than others, naturally
I don’t see c very often in words
considering how credits look in bigger mods you probably wouldn't be able to read them anymore
see: cryptid
but word wrap…
word wrap won't help
Could just crop it to the first 20ish characters
and the calculator tiles.... omgggggg
author name, author name, author name, author name, author na
Or entirely engineer a complex progressive text-scrolling display
add another bow
this would be very cool
grab bag doesnt look like its incompat with talisman that much, actually
really?
yeah
going through all the jokers rn, i have only seen like one joker that would cause the game to crash with talisman
Actually probably wouldn't be that hard. Just use Dynatext and grab a substring of the full text, shifting it over by 1 every 200ms or so
ohh no, please dont shuffle my jokers
tbf i don’t do much direct interfacing with game values
damn
duke nukem forever
just got anti matter, i am now holding 8 LUTs
if you don't play duke nukem 3d, you like men
if you do play duke nukem 3d, you like men
you like men
toy_fish.lua is also empty lol
oh.
what?
looks fine to me, go ahead and ship it boss!
what? it’s just an ordinary OH MY GOODNESS
I love it
what is debugplus?
what else are you meant to do? intervene?
id call a trusted adult
Chicken
nope... I used the old debug, lol
(look at the money)
yeah lol
98
aight
peak music...

