#⚙・modding-general
1 messages · Page 274 of 1
when someone says fuck you and you say do it no balls
sure

that's the kind of statement that would silence the entire room
and also, please never say that again
egg is witch hunting me
You might just have to use a newer Steamodded, or an older version of JokerDisplay. Look for a release around the same time as Steamodded 1304a, around the start of January
https://github.com/nh6574/JokerDisplay/releases 1.7.4 or possibly even 1.8.0 should work
1.8.0 works
modding resumes today
so I was playing some Cryptid with Mistigris mixed in, and uhhh discovered a very interesting glitch with this boss blind
they're trying so hard to move around
the fix was easy enough but it was still funny
i just played mt first match of balatro multiplayer
WHAT THE JOLLY DOIN
💀 im dog water holy hell
I had like 20 Jolly Jokers and I hadn't originally coded to account for the fact that someone may have multiple of the same Joker
So when I went into The Joy, it did this
i guess playing with other mods helps you debug
Hi guys new on the block with question - someone know if there a plans by dev to add multiplayer as part of the game?
no clue
i wish
texture when
probably not for a while, Gappie and I are prioritizing getting Joker art done before anything else
these boss blinds made from y'all can actually end my run quite easily even with modded balatro
Mistigris n Aikoyori + Blossom Stake
balatro crashes when i select a card plz help
I would LOVE to play something like battle royal 🙂
1v1mod is great, but an official version nicely polished would be something ❤️
thx for answers and thx for grate mods guys ❤️
Did you start a new run after installing the mods?
yes
it wasnt happening before
idk why its happening now
does anyone know if there is a mod to remove jokers from the pool
im very certain on some aesthetic notes and values i want to keep when i play my runs . .
You might have discovered a bug in Cryptid. Try starting a new run to see if the issue continues
I think this is what Item Remover does, though i've never used it myself
its still happeniong gng 😭
no more balatro 💔
it looks like it might not work bc of being outdated?
ill try it out
chat is it possible to mod the gamepass pc version?
You might have to reset Cryptid's save file. Try backing up then deleting the %AppData%/Balatro/M1 folder
if it was they prob would not be happy to discuss here
alr
oh wait i j read gamepass pc
😭
my bad i read for a sec xbox lol
Not yet, it's being worked on by the Lovely dev but is troublesome
its worth
how do i backup
I don’t think so but depending on the mod it might be possible to do minimal edits to the code to prevent them from appearing
Just copy it to another location
I'll probably wait till spring sale and check the price
thanks
i remember it being in C:\Program Files\WindowsApps
who knows tho, i got mine from Steam
it's not as simple as just changing the location
It's typically installed in C:\XboxGames\Balatro, but the whole file structure is different from the steam release, and appears to use a custom Love2D version that's also used by Xbox and mobile. It IS possible to mod manually by changing the contents of C:\XboxGames\Balatro\Assets, but Lovely can't inject into the executable (yet?)
fucked up
is this enough negative tags guys
no
thank you energia joker
empowered tag save me...
duality of man
currently have a gemini on an oil lamp on a tropical smoothie
gemini doubles values of oil lamp
good luck
oil lamp doubles values of card to the right
i also have chicot :trollface:
build killers
ive seen people die to the height twice
and it was tragic
& tropical smoothie multiplies values of all jokers by x whatever
i love my own mod
Oh
no
why should i remove them
huh
i didn't do anything
i didn't change any of my jokers
i didn't add anything
why the fuck
or did you
because it's evil
but do i look like a person with evil intent?
Honestly
i moved a couple of my jokers
yes you fucking do
to the right of canvas
:<
i don't think they should start retriggering THAT many more times
i have 2 blueprinted canvases
but last hand was 200k
with them
so why tf
I'm not that evil am i
photograph would go hard
make more
might take a while to find it
you should make a boss rush deck
as of right now i'm just trying to make my calculations go down
can i transfer my save.jkr file to another pc
Might not work if you copy just save.jkr, better to copy the whole profile folder - either 1, 2, etc... for regular Balatro, or M1, M2, etc... for Cryptid specifically
my mod has a preliminary wiki page now thanks goldenleaf
I think Steam cloud got you covered
i did transfer the profile but not the save file
i had a really good run 😭
question for modding: what is the best modloader at the moment, or are they all co-compatable? Also, what's the best modding hub?
coming from minecraft, which is relatively centralized into forge/neoforge and curseforge. Wondering what the case is over here.
i love how aure is typing as soon as he said that
the standard is lovely (a runtime injector that enables modding to begin with) + Steamodded as a modding framework / API on top of that
there's really nothing else that's at all relevant
you'll find most mods in #1209506514763522108, there's also some good mod lists and modpacks in there
I've come across "balamod" before in a github modding list, is it just a packaged deal, or just not widely used atm?
And thanks for the help, thinking of getting into developing a mod since I already know lua
balamod "exists"
fair
no one uses it and it's been barely maintained at all
it's also incompatible with lovely/steamodded
See also #1324102096584446002 message for that
i was about to say mod index
balatro mod manager also exists its pretty good for finding mods and downloading them
its index is on that list, but yeah
it's not something I can recommend if you plan to develop mods in any way, unfortunately
why?
it doesn't support mods installed in ways that are not itself
i dont think i understand? it has stuff like cryptid and bettma that can be installed in github and stuff what do you mean by this
it's not practical if you are developing mods
because it only supports installing mods through the manager and doesn't recognize anything else
which is perfectly fine if you just want to play mods, it's just not suited for mod development
oh
how do i transfer save.jkr files
see, i knew the steam cloud will help
it's not helping
damnit
due to it, you can't manually mess with save data while the game isn't running. it'd just overwrite with the saved data
Further question: once lovely is installed, can I remove the .dll file safely, or does it re-inject every time I launch? Cause if it's the latter, my AV is gonna have a crisis
you need it
unfortunately
you can make an exclusion for it
npnp
BitDefender is great at finding stuff, it's just a little over eager
trans flag
every .dll files are sketchy though
Trans positive AND doesn't take a slot? I'll take an infinite number.
it looks pretty honestly
ye, using an injection method to install instead of a patcher or even an official hook isn't the greatest idea overall, but hey here we are
blueprint is golden
i fucked up again
hanging chad that retriggers 1.6e7 times
as well as photograph
.1 of a second takes 10 seconds to calculate
Based on the game version being 1.0.1n, I suspect there's a possibility that Steam might not be a factor
it's just that most mods need to be able to patch code on the fly, a lot of vanilla code really isn't built with modding in mind. so it's the best option we could get
steamodded had a static patcher in its early days and it was pretty bad
it's a Noire edition
gives +2 joker slots
but x0.75 mult
sold it, fucked around and got a couple more jokers
e1.319e8
Balatro workshop support soon™
I really don't think so
I'm kind of surprised that isn't a part of the vanilla code. I suppose Balatro was a pretty small project at the beginning, so it's not entirely unexpected, but with the way jokers work, I'd think that modularity would be inherient to the design.
even if it did, it most likely would not have the kind of functionality lovely offers, so no one would switch to it
i love million ifs
is this enough uncommon jokers
no
it's a severe case of solo dev syndrome
goes off my screen
fuck
I did say above, but more clearly this time:
If you're still using Cryptid, copy the whole M1 folder from %AppData%/Balatro/ to the same location on the other PC.
If you're not using Cryptid, copy the whole profile folder 1 from %AppData%/Balatro/ to the same location on the other PC.
I think mod users would start there
So mod devs might switch
depending on the functionality available, steamodded most likely wouldn't
inb4 balatro officially adds lovely
So they'd lose a lot of functionality
theoretically lead dev could just reimplement lovely's functionality. I mean, it might take a foundational re-code, depending on what's written, but aside from jokers that access your Pictures directory and use them as their face or something, I'd imagine most anything could be done.
i think it's enough though
Joker that solves the halting problem
thunk's not gonna rewrite the game to be more modding-friendly, so steamodded would prevail
That first "just" is doing a lot of heavy lifting
Also, to be fair, never used the engine the game is build from
Thunk did say they wanted to provide modding support
But as a single dev of 1 game, they’re limited on what they can dedicate their time to
Modding support is also going to run into being limited by what the API allows. To make a game as mod friendly as Factorio without a lovely equivalent, you need to really design your code for it from the ground up
But if it's object oriented, simply having a list of some kind of jokers/game states, which each can hold 1 or more references to other game states should be ~90% of the work
Officially enabling arbitrary code execution seems bad, and that's basically what'd be happening
And even Factorio, who's base game is coded to treat itself as a mod, has certain limits
wtf did i do
I think having an Event system for calculation and separating UI from data would be good
An Event system with listeners, I mean
were basically talking about Balatro 2 at that point
Yes
It means you've won your cryptid run
but that would def be a foundational code base shift if that's not already there
Balala
Cryptid should replace the crash screen with “you win”
Just buy out SMODS 
yeah it really isn't. data for any kind of object is one thing, and its behavior is spread across many functions that do the work for every possible such object
there is no sandbox
thunk’s if-else-if Tower of Babel
how about we make a mod for lovely that reimplements the entire codebase so we can run it without lovely?
wait
lovely lets you change any and all code present in the game files
That’s how Jokers work
woo, that's the scariest phrase I've heard this year
it means you win
some of your favorite games are just if-elseif statements
Sandbox deck
/j
yansim
the celeste character controller is a beautiful mess to behold that people critique and fail to improve ❤️
esp since average users are gonna be playing with mods and don't have any idea what ACE or code injection is
if it works, it works (tm)
i mean
Apparently Undertale is mostly if statements that check a long, long list of flags as well, haha
What’s the kino equivalent of this
mods
I suppose I could probably just run Balatro in a VM if I really want to be safe... It's not that graphics intensive, yeah?
all your favorite movies are just directors working around broken equipment and budgets falling through, i guess
but why
Undertale is just Homestuck but black and white, and Homestuck is just Earthbound but in the 00’s/10’s
Not for usability, but safety
I was thinking more like “it means the curtains are blue”
I mean mods that are “approved” need to be open-source
So just read all of the code 
What does "approved" mean?
my literature degree restrains me from seriously interacting with 'curtains are blue' discourse 😛
I just mean that they follow the #📜・modding-rules
mods must be open source
by nature
also
the codes are not compiled at all
you can just look
mind if I screenshot this for a reaction image? lol
That’s why that’s the kino equivalent. It instills fear in the hearts of kino
kinoers
kinophiles
brainstorm...
I'll take a quick look at the couple of mods I've downloaded and see how big they are brb
kinoa
Screenshot what
the replied message/message above it. I'll black out your name
it's just such a good post
Unrelated, but I remember a story about an university admission exam including a question about some book, and the author disagreeing with the official answer
Fine with me
You could make a closed source mod with FFI, but it would be extremely suspicious
i mean yeah
Do it like that guy who tried to introduce a vulnerability into a Linux project
but seriously, the argument of "just read it" falls apart with average users and also high mod post rates
Someone noticed because the code was taking twice as long to execute (0.1s)

I mean, I think the latter also kinda decreases the likelihood of an attack
That's Linux tho, not a widely used Steam game
All it takes is 1 :(
it happens often enough. It really depends on the school of thought that a department subscribes to. I know american and british unis often have a very different approach to literary studies than european ones. I know my favorite book constantly has papers published about it and the author replies to it with 'no, the lighthouse is not a penis'
I think it was a library used in most Linux distributions, including in an official capacity
yeah, that's a double double gonna happen then
The average Steam user isn’t a government official with nuclear codes
that's like selling weed inside a police station
to a police officer
in handcuffs
while confessing to it
unc
What book is it?
Part of the protection isn't that people read it, it's that mod developers are chatting around. I'm less likely to download a brand new mod from someone I haven't seen around at all, after all. And if Victin's mod turns out to have a crypto miner in there, that's bad for his reputation, you know
Annihilation
It happened neither in Europe nor North America ;P
What if I add a Cryptid Miner though
Haha, I'm sure it happens in the other continents too, I'm just not up to date on the state of literary analysis there 😛
i finished making the initial ideas for my mod
I want to say historically it followed European trends but I can’t say definitely.
Anyways, since it was a matter of university admission, at a big university, I think they acquiesced to avoid potential legal complications or just social ones
adding a Crypto miner joker to my mod where it gives you increasing amount of money at the end of the round
But they never used another work from the author in a question while they were alive
Allegedly
but the game takes twice as long to calculate
Halving the game speed as a mechanic 😭
I should add a joker that gives mult equal to the number of shitcoins in an actual wallet, and see if people start donating to it 😛
Why is so long, how many xmult is that
yeah, but tbh I'm not worried about ANYBODY who is in this chat, I'm worried about Joe Shmoe who followed the guide on Github on how to mod *his funny card game to add his favorite character, Goku, as a card.
that's legit an amazing idea lol
Yeah, it's probably a good point. I think doing at an admission's generally prone to bad takes of the uni, because literary analysis is generally judged with 'strenght of argument' rather than 'correctness of argument' nowadays. But there's also a reason I'm in translation and not in literary academics nowadays haha
1$=1^1
98%
“I thought literary analysis was judged by number of 👍 ” — imaginary boomer
something something death of the author something something dark side
100% is for the ToS
I think the only hope there is that there's too little profit in malware through balatro mods that target technologically low-literate minors who may not even be using the family computer, but just their own laptop, especially when those type of mods would have low discoverability due to them not being in the list here, or on the modded wiki
sorry, what is this, I can't read
if my principles didn't disagree with crypto generally, i'd add it 😛
It says that 10086 Balatro players can’t read
I'm going to put a wannacry inside of my mod, advertise it as an optimizer mod
what does this say, I can't read? (/s)
I'm starting to think that every Cryptid player has ATLEAST skipped 1 blind
99.96% actually
to get a meow tag
i'm not gonna pretend like they'd be fully wrong, haha. As much as I'd defend literary criticism, there's plenty of shit that gets published that makes me scratch my head as to why it's a thing.
98% of the 2% that can read don't read the ToS
that low
Works of literature that get publish or criticism that gets published?
criticism
I'm the 0.44% that can read and read the terms
literary works that get published vary so fucking wildly in quality, but that's fine because it's art, haha
ChatGPT, can you do a tl;dr on this ToS?
honestly might be an actual reasonable use for an ai summary
🤔 writing criticism so ferociously bad that it becomes art
the art of reading is gone....
billions must
read
be spent on a renewed reading eductation?
This is what Nabakov's Pale Fire is about
should I make an even more niche mod that instead of movies is exclusively references to books you tell people you've read, but haven't?
Just to see what the synergy between The Canterbury Tales, Pale Fire and Infinite Jest would be, ofc
Who’s that Russian author
My post-modernist man-versus-author build is really taking off
im outbugging
ok fuck I actually need this mod now, that's such a lit sentence
Dostoyevsky
hey I installed this funny Balatro Mod that's supposed to make my jokers look super cool off steamcommunity.ru. I think now my laptop is hacked, please send help
did you try asking the hacker to leave nicely?
omg I'm stupid
you mean stearn continuity
would i get banned if i make a malware goku jimbo skin mod that forces you to install kino and make a youtube video about it, or do you think that'd be okay?
why didn't I think of that
💵 grab Jolly Joker h ttps://steaMModdedcoMMunity.ru
nvm he didn't leave
what about a mod that forces you to download every other mod, and play a full game to win with them? Oh, and it's a ransomware :D
I can't speak on behalf of thunk or the mods of this server
but I wouldn't ban you from the smods and cryptid discords
...but that's a great idea?
once I've got 300 movie jokers made, I'll move onto the nightmare of a canon world literature mod. With synergy bonuses for when books share the same author or genre, or if their authors shared the same mistress. "Book jokers by authors that have had carnal relations with Lord Byron give X2 mult" ❤️
http://www.twitter.com/danooct1
i hope you enjoy my great joke in the intro. thanks to Leurak for writing and contributing this one! it's SO COOL
Memz is a pretty fantastic computer virus/trojan that takes computer trickery to new levels. It's flashy, damaging, and hilarious all at once.
to submit your own file to be featured in a video, plea...
this but Balatro
Good ol Steanncommunity
good to know 😉
stearncomrnunity
stemcummonity
Oh, I want a joker that looks like a windows 95 program window that does that gorgeous ghosting effect on screen when you move it around ❤️
that's pretty doable with a shader, after all
ping me when it's done, I want to play it. But also, don't stress about it lol. Make it if it's fun for you, but yeah it'll be hard to be popular outside of sub-niches or memes.
[stearncommunity.ru](steamcommunity.com)
This feels like russian roulette for getting banned by Discord's anti-spambots
sʈɐəɱcomɱʊŋɪʈʏ.ru
has anybody made a win 95 themed joker pack yet? could be my first mod, actually
steamconnuity
i think yeah
i remember it
darn
how do you do hyperlink again
()[]?
could do an expansion of it, at least
.
hmm
no_retrigger is added into the return in newer smods versions, right?
Rick Roll (Different link + no ads) for all you monsters
Original Video
https://m.youtube.com/watch?v=dQw4w9WgXcQ
Rick Astley
https://m.youtube.com/channel/UCuAXFkgsw1L7xaCfnd5JJOw
FUCK
damnit
hahaha, I wanna add weather and day and night cycles to balatro first, once Kino's done-ish 😛 I don't think I'll dive into a literature mod. But tbf, Kino's got jokers planned that make Movie jokers in which Nicholas Cage stars give +30 mult, or a joker that makes it so every movie joker is treated like it starts John Malkovich, of course. And a joker that makes movie jokers give X1.5 mult if they're positioned next a joker they share an actor with, ofc
LMAO
heh
LMAO
fumble of century,,,,,,,
ive seen worse attempts at rickrolling 😭
you need the <> around the url, not the full hyperlink
OH MAN
Am I making a mod that's only really catering towards a very specific type of NorthernLion viewer? probably
send what?
The official video for “Never Gonna Give You Up” by Rick Astley.
Never: The Autobiography 📚 OUT NOW!
Follow this link to get your copy and listen to Rick’s ‘Never’ playlist ❤️ #RickAstleyNever
https://linktr.ee/rickastleynever
“Never Gonna Give You Up” was a global smash on its release in July 1987, topping the charts in 25 countries includi...
please watch this video
no uh wait what did you send again
mod where there's a deck where you start with an unremovable joker called "7 degrees of kevin bacon" gain + or x multipliers based on how close/far from kevin bacon each other actor (joker) you get is.
m
it would really mean a lot if you do
@lean dune (im sorry for pinging), is it weird how when i have this in the return it just doesnt run at all?
kinda actually want to see if I can somehow make Balatro into another game, like tic tac toe or something. Not sure of the mechanics, or how, but could be an interesting challenge.
also that dog's nose
what do you think these assets are for? 😛
i couldve swore that was x1.5 or x2
do not the cat
are extraMult and extraChips exactly 0 and XMult and xChip exactly 1?
@hard plank has turned balatro into wordle, if you're into really weird transformative stuff, haha
man, I don't know how you... actual genius.
no, extraMult was 30
i had this to make sure too
(it is a print function)
then the if statement isn't being entered
also good for programmer art
you're checking for those specific values
which is the only time when returning them will do absolutely nothing
tbf, those aren't for what you suggested, but for the actual movie nerd shit mechanics that debuff jokers if they're not positioned next to a joker that shares a cast member or director
i return when its else though
I got trolled
😭
please don't write your code like that
im sorry 😭
oh also @wraith seal modding resumes tomorrow
just negate the check
i can't be arsed to mod today
i will do unspeakable things to you.
LUA IS HARD
my disappointment is measurable, and my day is not ruined
no but the thing is, im 100% sure it reaches return
yet theres no mult at the end of it all
let me record a vid rq
yeah idk, then maybe no_retrigger is broken
not my feature, I haven't tested it. I wouldn't know
I'm gonna make a joker based on these little dude
its likely Eremel's since it was related to a problem i proposed to him before :3
mhm
Haha, I'd definitely call myself a mid pixel artist before I'd consider myself a programmer. I've just prioritized my assets having a style that's quick to make, more so than really pretty, because otherwise adding 150 jokers already would've taken half a year instead of a month
well, regardless, just want to praise effort when I see it
it's appreciated 😄
has anybody tried to make a story mod? I've got an idea that could work
I don't think I've encountered one yet
hmm, no promises yet, but I've got some ideas
...uh, mine is a bit involved with that
yeah it looks like no_retrigger accidentally blocks the initial effects too
insane
actual luigi casino
does Jen's Almanac counts as story mode mod?
it does seem like that, mhm
Does that mean actual single player??
not as much as you might expect, not as big as you might think. Not a story mode for Balatro itself, sorry guys.
I've not enough time for that much lol
so i'm tryna play cryptid and i get this crash at end of round :(
What is story mode?
Thinking more along the lines of something like... Well, you know if I made a pack for, say, Attack on Titan? Well, what if Attack on Titan didn't exist, but I still made the pack?
what kind of theme is that
how
gay theme
this is the logo for now i guess
peak
How would I be able to?
good art
you will NOT believe what theme it is
what is 55.08
also halp (i wanted to record a video but i cant play el game)=
no meaning
highlighter man waz here
maybe i should change that to the base mult and chips for the word balatros
WHY DID IT SUGGEST BALATUAH
KEYBOARD???
BRO
balala tuah
Try asking Cryptid/Talisman channel
tomorrow
development ends today
Super polished, looks great. What did you make this with?
has anybody made a mode where you collect the letters K O N G as jokers to get an extra life?
i used affinity designer 2
i mean
🤫 ** **
i have a spelling mechanics in place
what's an extra life 
nice
a negative Mr bones?
yeah that's what i imagined
fire
buy balala instead
Nah, life counter in white text, no backdrop, sitting on the side of the screen, a bit cut off
otherwise useless
and most of the time at 0
multiplayer X letters collab
hah
tonight.
horizontally or vertically
or diagonally?
might have to do diagonal
in my head i want it to be horizontal but like
card height?
what about a spinning line of cut? like, half the card is always cut, but the line spins?
that looks cool
TlDraw is a great name, neat
half value trigger twice
does a mod where i can make custom challenges exist?
god bless decks mod
😭
😭
Screw it, have every joker
can this be a sticker
hawk
The original idea was to find a related sequence of words from A to B
they should hire me
Like clicking on Wikipedia links minus the Wikipedia
The easier to implement version might be
last letter of word is the first letter of the next word
Making it not rely on context around the words
There's a Japanese game that's similar
Temporary Sticker smh my head
Self Destructs isn't even an adjective ;P
those look like color picross puzzles from a distance
How do you even-
@wraith seal
hello
those tutorial fucks me up
im still learning
good luck trying to code with so many mods installed
its called optimizing
you forgot the "," at key
mhm
yeah
oh my god no way
what program??????????????????????????????????????????
any image editor that can handle transparency
and then what do i do
you fucking put that in 2x directory"??
you can try looking it up yknow! 
hold on hold on
what are you using to make these 
what the fuck did i even do this time
@wraith seal told me to make a mod
lol
so i did
ohhh i see
???????????
you just scale the image up 2x???
IM TRYING
https://github.com/Steamodded/examples/tree/master/Mods/ExampleJokersMod if you need some examples for the formatting!
if a standard joker is 71x95, you want the 2x asset to be 142x190
THANK YOU
that's what im about to ask
assuming you're using an atlas, same thing for the atlas
most art programs have an export function that let's you export at 200%
oh and im guessing that you may not have even made the art?
you won't get banned cause of it but you should just follow server rule 1 closer since it's just generally good advice 
im not an artist
sorta*
oh i can just export it to 200%..
yeah, it's good to try and learn how to control yourself

yea..
there you go
$nil
i forgot the config
how do you gain money from playing a poker hand again
if next(context.poker_hands["Flush"]) then
idk if im doing this right
Ability change
what r we thinkin
not bad, could see it benefiting some jokers and hurting others
i love jokerdisplay
i still have no idea what caused the lag spike
i love jokerdisplay disabling itself
changing the mechanics to not just be repeats of eachother
All edition
oops all editions
Sitma
Ah man, i'm kinda sad that you ditched the whole tag gimmick
it isnt to say I wont use it somewhere else but with the new art im planning to do I figured they could all use a refresh
Except for Sloth
well duh sloth had to stay as is
plus I wanted to lean in a bit more on the idea of the jokers being incredibly powerful but have awful side effects
mainly based on the sin they each represent
sloth is just a straight upgrade though so I may change it slightly
It might happen, it might not. I think it's a hard commitment to add a modding API with the same granularity as lovely, especially when you consider that the base game alone has over 100k lines of code.
(Sorry, was reading back through chat)
nah no worries
I bet LT and the team is happy that we've done the work for them lol
Well maybe
As for mod ACE - yeah, but this is a problem no matter how you dice and slice it. It's relatively trivial to bypass the love2d filesystem sandbox, and there are no other protections.
Googol Play Pass
THIS FUCKING LAG SPIKE
god DAMNIT
Funnily enough, that's the achievement for rigging a Googol Play Card
we all been there before
what is that joker again
no you don;t
Hello, can anyone send me the original Tarot.png file? or is there anyway to get them back? i changed mine and didnt make a backup
NOW I have
no you don't
Modding hard
Fyi, I'm on A13
Hi, sorry if this has been answered before / if this isn't allowed, I'm new here and not finding answers anywhere else.
Does anyone know how to use custom card art on a mac? I've gotten it to work on Windows, but on Mac I've only gone as far as accessing the resources folder.
That's cute
do you need the 1x or 2x?
both please
`
First one's 2x, second is 1x
ty!
@hard plank Is my jonkler setup ok?
no
is crashing on startup, what am i doing wrong¡
i saw is supposed to be named "brainstorm" but zip already has it as brainstorm-master, do i just rename it¡
yes
Anyone able to help me with this error in modding?
balatro modded engine/sprite.lua11: attemp to index field "atlas" (a nil value)
so many calculating... 4 hours...
does anyone know if its possible to make a mod on a mac, the guide im following has just said to open up the main.lua text file and start coding but i get the feeling the textedit app is not what im supposed to use for this
it is possible, since i think aikoyori mods on their mac
ok sweet, also just realised this is not the dev chat lmao
its all fine lol
are you perhaps running this on a phone
im assuming since the ui scaling looks off
I instal many mod
just, uh, be wary of rule 4 in #📜・modding-rules
This could effect the scaling
its probably not on a phone, im just caught off guard a bit by how big that "FPS: 9" is 😭
is there a mod that adds Dwayne "The Rock" Johnson's face to stone cards?
compare his screenie to mine
Which lor theme for mod
2
2
1
Jazz
literally same resolution
be the change
honestly peak
...are you saying this is android too 😭
YES
but I'm not enraging the egg
Oh damn
-# are you self-reporting
lets set that aside
I've posted that screenshot 4 days ago
i rarely talk about it ever since
i see
dont worry
most of my screenshots came from my laptop
i have this, sharing screen app, that displays my android to my laptop
i remember the first day i got here, i posted a screenshot of me playing the google play balatro on my laptop
Steam?
i usually stand by "innocent until proven guilty", so i dont just immediately rule someone out as breaking the rule even when its a bit obvious
no it's a python app
Ohhh
i think everyone should get a chance to explain themselves :3
you should be shot
wha
No, I still need help with my bug : (
i can't mod for SHIT
Hi guys do you know what values i have to change so i can move the card of the menu screen to the left so it fits the custom logo i made
balintro
hi chat, i made a music mod with don palombi's remix suite, he finished it today
is it ok to post the github link for it?
I think the area is G.title_top
as long as you have permission from him
yes
else uhhh you will have some issues with the man regarding copyright stuff
Pretty sure it is, as long as you have permission from them and proof of the permission
yea i've emailed him and im waiting for a response now, so the github is just like chilling atm
I think the game was telling me this whole time
How do I know what to do with risk of rain modding but no clue with balatro
modding game is always fucked up
Facts, but some of them just go smooth sailing because the game hasn't been updated
I don't think there is an alpha release of steam modded
If someone is able to send a link of it, I would appreciate it very much
I looked, latest I saw was beta
I love the cryptid mod it’s so dumb
Try unstable, it's fun
It does this 🙂
its a toggleable setting in discord
Oh
nice
I don't like the emoji versions
same
Only emojis I would ever like is emoticons
I’m using the most unstable cryptid settings
I did
I also can’t find the negative deck sad
I'll check if there's an update, I download from Nexus so that's probably why it's outdated
Mine was the GitHub one
A lot of the things in Nexus are outdated, don't recommend downloading them. The decks though, they have some cool skins
They got lucky star, touhou and turn on filters when you look for them
You don't wanna know how much nsfw skins there are
Too much
Now it's saying I need steam modded beta 0301c
It’s like idot savont mods for fallout
And the Sierra Madre deck
😭
Huh
Don't forget the Skyrim mods...
0301c doesn't even exist, only 0301a
We all went silent after the Skyrim mention
Are we all just playing balatro
HOLY SHIT DUDE I ARRANGED MY CANVAS AND THEN DID ONE REROLL WITH CRUSTULUM. IT KEPT GOING EVEN WHEN I TURNED IT OFF AND THIS MORNING I CAME BACK AND ITS STILL GOING IS THERE A WAY TO TURN THIS OFF LMAOO
uninstall cryptid
Never
i have two double scales and a crustulum behind my canvas 😭
actually tho i need a way to speed this up. will everything save if i close the game
also does anyone know what the cat tag does
its hidden behind "i think your device battery is low"
it will save up to the previous reroll/entering the shop
it wont save the crustulum triggers
im pretty sure
ENTERING THE SHOP? ive been in this shop for like 20 minutes please no
what? that sucks bro crustulum is my best pointscoring outside of xmult (well obviously but xmult is just infinitely better then +chips)
i want to see my e's have e's which i don't think is possible with just the additive pointscoring of crustulum but it and two double scales are behind a canvas lmao
what chips are you in rn
i have no idea i can't do ANYTHING during this upgrading which may never end
you got nopeus? speed up the game by 128x
This is tetration
lmaoo this is so broken
How my missprint doing this
that would be exponentiation
tetration would be multiple ^
i was about to ask how your setup was so tame tho then i realized not every run is on antimatter deck (yesterday i started my first cryptid run on antimatter deck)
you can see how that went
I think I might've found out the problem
canvas and brainstorm
...
nevermind
its not scaling tetration as in a^^b where b increases, but a increases
It was cryptid mod Ó╭╮Ò
oh u wanna see tetration?
wait so theres actually no way to turn this off? thats kind of fucked up
what's next in your compilation of warcrimes
why is no one answering me other then 2 ❌ reactions...
Ye
Had many crash on low ante:[
i see
i showed this already
lmao what
ah, right
the Cryptid variant of your boss
How to beat this
Erm 😟
do not have Chicot
aiko has a penchant for making nasty bosses that yeet Endless builds and specific counterplay
this is so funny because you probably wont disable it (i think?) and ^^333 can be beaten out
evil balatro
Negative Balatro
are you sure?\
Why is scary for no reason
this is ante 1
can i please have any advice what do i do here its been going all night and wont stop
hol on
you answered your own question lol
beating that massive value would require a truly massive scoring Endless build (or Almanac)
and if you get it lategame
So 600^333
you're just dead
i thought cryptid was broken enough to beat this without "truly massive scoring"
even Cryptid's power level isn't completely boundless
Huh
but why would the boss disable
yea, i may be thinking of jens alamanac lmaoo
Cryptid is crashing my game with other mods :(
I manage to move the logo but not the card
"why is this scary... for no reason"
It never did that before
depends on the build
if you have a different build, aiko will kill you with something else
in case u need ante 1 number
that's why i specifically stated Almanac is
uh
well, The Libre may not be able to counter its raw strength
Whe need mod that reach graham number
it's like blocking a bulldozer with a brick
i guess i am putting the number to ^^333^^333
no
too late
it still has counterplay at ^^333
it still has hope
pumping the number too high means you might as well make it kill you instead
what mod lets me run the game at faster speeds?
try changing G.title_top.T.x and G.title_top.T.y and do G.title_top:hard_set_VT()
the vanilla-level implementation of ^3 still has counterplay, not to mention some other aiko blind will do you in better
nah
????
this isnt even that much and yet its been going ALL NIGHT
...you really are sadistic
i like seeing cryptid player suffers
um i broke the game
if Jen's Almanac is detect raise it by another ^^333
that would make sense
find an oil lamp, i beg
i probably couldve gone to main menu or something but...
applying the buff to all Cryptid runs would be a bit ridiculous
what does that do again lol i know it increases the value on jokers
i am unaware of any that exist, but i could be wrong
increase value of joker to the right
as in game speed, i've seen people go up to 128
by how much
ohhh
uh
no idea mate, i've got an oil lamp on an oil lamp and i've got it at "x6.2e6"
i wouldn't know the name
i swear it's on the tip of my tongue though
would this be one of jen's mods
i've seen it with basically all of the jen's almanac stuff
Infinity
@simple sky
Someone just mentioned it earlier, Nopeus.
pressing esc does something here, what should i do. it cant stop upgrading and retriggering
cryptid players crying
ahh, thanks
the more powerful the game allows you to be, the stronger the Libre gets
Me fr, can't play with unstable
In cryptid, how many is "infinity"
with talisman*
Uhh, so how much
if Jen is a statement that makes me laugh for some reason
triggers specifically if Jen is here
what does that notation even mean
can one of the Cryptid googologists please explain this eldritch writing
As in scientific notation?
Balatro modder create new notation
I haven't done scientific notations in a while, I'll try
What mod that bigger than talisman
In mathematics, the hyperoperation sequence is an infinite sequence of arithmetic operations (called hyperoperations in this context) that starts with a unary operation (the successor function with n = 0). The sequence continues with the binary operations of addition (n = 1), multiplication (n = 2), and exponentiation (n = 3).
After that, the se...
