#⚙・modding-general
1 messages · Page 1318 of 1
it used to be but multiplayer devs are annoying and want you to use their installer(??????????)
you can still download it from github normally though
at least
Ok
wait wtf??
Are you sick of having xmult effects happen before your jokers? Fear not!
This upcoming Joker (no art yet) will force all multiplicative and above effects to happen after additive effects (and exponents and higher will go after those as well)
Here's the score without the joker for comparison:
yeah idk??
but they took it off mod manager
so people have to download with their wierd launcher thing
or manually
Same way like tailsman?
for like no reason
yeah
Ok
is this some king of forcetrigger
educate me what
its like when one thing forces another card to activates regardless of timing/condition/whatever
first done in balatro by cryptid as far as i know
blockbuster: forcetriggers .....
tomorrow
I personally heavily prefer it because it doesn't destroy some jokers, like cryptlib's, and gives each mod dev more control over how their jokers are affected, so yeah, but that's also why I made it, haha. Though, thinking about it, I think for your proposed effect, it's also just better suited, as Cryptlib doesn't track the source of value manip, so aura-like effects that disappear when their source disappears aren't supported by Cryptlib as easily
whart
its not a thing
so forcetrigger then some how stop from activating after?
Yet
yet?
Ruby indicated to wanting to rework Forcetriggers for Cryptlib, and basically turn them into what I was gonna set up, so I don't think Forcetriggers will end up needing a blockbuster mod
well forcetriggers are a seperate thing implemented by some API mods so you could either get inspired by cryptlib or just use cryptlib for the effect or wait until john blockbuster makes forcetriggers
so uh is my idea nearly impossible for now
Wait a minute, you’ve been setting up cryptlib features in your movie jokers mod?
def not gonna have dependencies
Cryptlib-esque*
exact idea
Dawg, nobody gon judge you, just steal the damn thing. I asked everybody
anyone got the cryptidlib github link on stand by?
i "borrowed" extra badge code from pwx but it was borrowed from cryptid so it means i borrowed it from cryptid
OH GOD 1000 LINES
its just because they have to make a billion if-else statements for vanilla jokers just like vanilla calculates
Value Manipulation is the only one that's also in Cryptlib, but that's because the system is based on the one I made for Kino in April. Blockbuster's intended to be just a collection of APIs for features that I made for Kino
Wowwie how many tries on black deck
4
wb green
too real
this is with autograph sleeve btw
sob
oh
now do it without the sleeve
never used sleeves before
abandoned deck:
now do it without the sleeve bro
i beat all top row decks and ghost, but then I accidentally thought I was on my modded save and gave myself all progress
so i had to restart :3
fuck it im vcing you
also I definitely recommend just using Cryptlib for forcetriggers so you don't have to make every vanilla joker compatible. There's no generic way to set up forcetriggers
bro im not at home to properly join call
btw i think its a bit broken
the game dislikes having deck sizes having to be sized up
would a new seal that adds Xmult be balanced
yep
😭
maybe
thats what I did, I took the ^mult and ^chips and pluralisations from cryptlib, thus removing the need for me to rely on that
ok i did not expect a frq 😭 @willow wolf
ok
i kinda have a personal policy on ts so uh
ur cooked
What in tarnations
without sleeves
[[Friend Request Denied]]
nothing unlocked
Can I also steal- oh right, blockbuster’s value manipulation api is way better than cryptlib’s version.
Plenty of features are worth just reimplementing yourself. It's only the ones that have a pretty substantial design burden that really make it worth relying on an API. Value manipulation and force triggers are definitely those, because you need to make a lot of design choices and write a bunch of code to get that to work
im just as confused as you are machine
I’m trying to make both these jokers now.
That is true,
force triggers would rely on having to modify existing jokers to make them force triggerable (then add to new ones)
same for unredeeming vouchers
bdash requires talis simply to not have the burden of ante 39
hiiiiiiiiiiiiiiiiiiiiiiiii
Never in the nine layers of hell have i seen something has horrendous as that
holy shit its jimbo joker
halloooooo :D
🤯
😭
If thats the case,
maybe add replacement functions that have it work without talisman, but recommend talisman
to??
You can ping me if you need any help setting up Blockbuster value manip, btw, First!
When I have the time.
ah
why the fuck do i have this in my downloads
chicken sandwhich
never send again
dude i feel like not doing work when it has to do with using cryptidlib
what
that happens
what did i even try to do here
we love cryptposting
your balala will be purple with bdash (even higher prio)
also cryptposting....
bru
society if i never started shitposting in the cryptidcord suggestions channel
here's the thing, i know smods has native e_mult, although i don't know how it will behave
funny color
emult is talisman
???? yeh that why
emult is talisman or cryptlib
cryptlib also provides some talisman calculation keys
that being all of the echips and emult ones
yeah idk to which i should change now
-# stay with talis or go to crylib
you can have interchangable dependencies
so you could have "Talisman | Cryptlib" in your dependencies
and itll allow both to be used to fulfill the dependency
No harm in talisman for emult. If you're messing with emult, there's already a pretty good likelihood that you'd need to have talisman there to not have players naninf at the drop of a hat, haha
I should also make an Ascensio Crossmod 😈
i mean thats fair yeah
talisman lets you emult on the vanilla setting right
i found that ^50+ has a rather possible likelihood of fake infinity
-# tested on smods 1026
ascensio.......................
i love everything but a higher operator and scaling
except for the few that are original those are cool
i love marble joker ascension
Spinel > The Six Thousandth Year Fool
Sans > Judgement Day
-# mfw +1 (Chips)(Mult) Operator
Spinel with have EMult Stockpiling instead of XMult Stockpiling now
and also the same fucking joker 12 times because combining them is illegal for some reason
uhm so about force trigger by the look of this code is it vanilla only?
make one for high card
its vanilla + any modded jokers that have forcetrigger compat
awh
(forcetriggers calculate with context.forcetrigger for non-vanilla)
so you can just
add that
for compat
not all jokers from every mod will have that but a lot will
from what i know
The Black Knife Cover by RichaadEB is making me go insane, I’m just coming up with unnecessarily omnipotent Jokers on the fly like what the fuck
the question is, do I really wanna "borrow" all 1000 lines
WAIT, THE RORY NITE
I FORGOT, SHE’S ALSO A SECRET JOKER
And she works like Dagger in a way.
you can depend on cryptlib
you can probably skip the sounds and the consumable forcetrigger stuff
Keep in mind that if you borrow that code instead of depending on it, you're now having to maintain and bugfix 1000 lines of code you don't know that well
also why the fuck does cryptid make planet.lua and wheel guaranteed with forcetriggers thats so lame
like why
its broken enough
I think what Ice is telling you is to just rely on the dependency instead of taking from it since, he has a point, you don’t know what kind of shit your jokers will do.
iirc googol play card is also guaranteed with forcetriggers
wew
never
did you know
Your fate
this is a horrendous idea and i hope you suffer for it
okay thats mean
you will suffer but thats beside the point
Don’t hope for it 😭
horse
hoese
Horse walks in, looks inside
how do i use this now ?
🐴
is this the programming skill thats going into cold beans
yea
about right
its better than the organization skills
a second giant if else has hit the cryptlib
regrettably true
fun fact
anyways what is your reason for not depending on cryptlib
hate dependencies
why
99% of balatro modders add cryptlib as a dependency right before they reinvent everything in it
(this is a JOKE PLEASE dont do this)
i dont wanna install
if you hate dependencies then why do you depend on steamodded or lovely or love2d or balatro
it takes 2 pintoseconds
shu up
to download
how do I use the force trigger
lmao
D:
Because Cryptid's features aren't designed to be game mechanics, but toys to break the game with
Googol play card does NOT need that
Oh yeah, when are you free? (Timezones)
im toys to break the game with play my mod
@tardy sigil mod broklen by the extra lives one :(
How many mods
what the talisman
Insanity
When the talisman compare the number with the table:
good question
Pleasant card:
+1 option and choice in booster packs
Booster packs cant be skipped
Is this peak
135 degree rotated planet cards
i think unpleasant card is bugged rn actually
-45 degree rotated spectral cards
270 degree rotated spectrals
45+45i degree rotated oddities
245*
this could lead to softlocks tbh
make it not eternal compatible
Yeah
eris are you sure
Its not a softlock if you can sell
Pretty sure
why
thats as good of a mark of sureness as i can throw a trash bag at
A STEAK
i like my -78i multiplied by 1643i
uninstall cryptposting
<@&1133519078540185692>
play my mod
play aikoyoris mod
What was the name? Did you come into my chat once... your name is familiar 😬
GMT+1, but I just check discord throughout the day, so no worries about bothering me or anything, haha
GMT+3, close.
why
why
does that fix the issue or something
this better not be self advertising lol
It is
Ice bri ish?
Find my pages
Play my mod
And uninstall cryptposting
"new jokers"
Astro don't tell them you helped I need all the credit
Bro is drinking salt
Will look into
i want a solution not ads 😭
uninstall cryptposting a few people have told you
o
Water is a type of lava
Np
And download my mod too
AHHHHHHHHHHHH-
HARGH
it is
Love the profile picture btw. Are you owned by Microsoft or something hehehe
So does jambatro
Blegh
i don't care i think my mod should be played by more people
Summoning salt ⁉️
i beg
10 trillion players to aikoshen 🔥
if G.GAME.chips / G.GAME.blind.chips >= card.ability.extra.required then
That really shouldn't be causing any issues. Must be an incompatibility of some kind
None of them are tables that's for sure
talisman?
Does talisman make one of those a table?
yes
Ah
with talisman assume every number in G.GAME that u didnt manually add urself is a table
ah alr
its the to_big(
thing
check vremade wiki ig
to_big = to_big or function(x) return x end
What
and then wrap all numbers in comparisons with to_big
Do I need to check for a talisman install or will that still work without talisman installed
unpleasant card rework because i hate bugfixing
67
yea you gotta check for it
its easy i think
lemme check vremade
adding this is enough
Could you link it for me 😋
This is kinda pants
2.67
what was the original
Just go to n' 's repositories
Vanilla remade
i think 1.67 is kinda ass
yeah probably
2.067
done
j
😡
i charted d1 from aikoshen
x is numerator, y is denominator, and z is how good the benefit is from using d1
2 point What?
i continued to graph d1
the greener it is the better. ignore the shine thats cause i had to use the 3d grapher
What
what does d1 aikoshen do
increase numerator and denominator of all chances by 1
oh alright
on this chart numerator is x and denominator is y
it just pushes it towards 50% right
i mean no if you use it on like, 2/4, it becomes 3/5 which is closer to 1
basically it always makes the chance better if it isn't always a guaranteed chance
i think it's a very interesting effect
it's also permanent
+8
jambus
why are you so mean
magic trick is good guys!
The evil magic trick
also this is kinda crazy
1 in 13 for jack and i have tarot merchant so playing cards are even rarer
What aee some good qol mods like better mouse and keyboard
guys what's a crossmod?
why so many sunflowers 🥀
Handy and Saturn are good ones
handy is better better mouse and keyboard
greed
aikoyori
;-;?
i am not falling for that shit
aikoyori
are you being serious
yes ? 😭
its when 2 mods criss cross apple sauce
??? 😭
it's like
i have my mod
and you have mod
then someone install both mod
and when they love eachother very much
and there are exclusive content only when those two are installed together
they produce extra content
🥀 🥀
ah
ride-on cars are the best thing ever invented
cheesed to meet you ahh setup
column like you see em ahh 😭
what mod lets u preview what stats the jokers are giving
i saw it in some of the streams
like photograph said x72 below it
might as well post a teaser now, check this out chat https://discord.com/channels/1116389027176787968/1435623238100320448
JokerDisplay
indeed they are
are u a full time programmer
no?
I mean ig
but its not like a job if that's what you mean
well kind of
idk 😭
love2d
whats that
unreal for 2d
I think you mean Unity
play my content mod
you wont stop advertising bro 🥀 😭
convince me
mem
breh
mem*
bruh grow up
nah I'd rather not lol
aikoyori
why does everyone keep saying "aikoyori" 🥀
mainly to just annoy them since im an annoying brat
but what abt ^
i like aikoyori
bazinga is me
or maybe
other jokers
like uh
I forgot the legendary names
😭 ?
oh yeah trib
its what they call an "alt account"
triboulet suicide route
what is that
triboulet suicide route
🥀
how is this fun
I didn't say it was
it just seems really time consuming and convoluted
aikoyori
Suicide aquidwad
WHAT is going on in this shop
voucher aint vouchering chat
which one are you, the symbol pack or the cool symbol pack
im the cinema pack
bro anyone? 😭
FINALLY DONE OMG. IT TOOK ME YEARS.
ive been collecting screenshots of people who get blindsided by my mod
for a potential trailer
always love when i get responses just like "HUH????" or "what the fuck is this"
also WOO!!! heck yeah!!
wdym blindsided
do you just turn them into blinds?
blindsided - surprised or otherwise taken aback by something that wasnt expected
ah
Yo how do I change the where UI appears? I tried to change the offset values but that doesn't do shit, the ui in question is still in top-LEFT
hence the name lmao
oh hm, i think it has something to do with themajor = thing?
Ough
hehehe thank youuu
G.ROOM whatever that is
oh hm, that seems about right
I just like seen people do that so did the same lol
G.ROOM?
OH wait maybe try G.play?
Ugh I thought I was there
Being dumb
most of the stuff that doesnt appear to be attached to any other thing is attached to that
like booster particles are the one i know
they use G.ROOM for their attach
I wonder if I can make another particle that has trailing effects, I’m thinking of naming it “Hair” for the way it flows.
I’m too lazy to make this happen nevermind
Trailing effects would be so cool though.
Either that or your can make trailing effects for existing particles.
I've probably asked this a lot, but do yall have any suggestions for my https://discord.com/channels/1116389027176787968/1434965243720892426 project? I got no idea on what to add...
-# ;-;
you can death brainstorm
hey guys joker boss blind idea
the landmine (blind)
1 in 50 chance to destroy all played cards after hand scores
each scored card increases the odds by one```
also no i won't stop
Isn’t this literally joker forge
Not quite- It's different in ways
how does this sound
it seems like this wouldnt trigger very often
unless you have a ton of retriggers
1 in 20?
probably
cheers
also maybe should start at 0
oh ya
you can try it out #1434965243720892426 message
i love freedom deck
- the air crackles with freedom
does it have the american flag on it? /j
i almost put the American flag on the deck
😭
i decided against it because
freedom deck? as in the one fucking song
Hey Everybody! Welcome back to another Aikoyori's Shenanigans mod video. In this run, we played on the Freedom Deck, which allows you to drag cards and place them anywhere. After some testing and theory crafting, we figured out a way to abuse the hell out of this mechanic. Thanks for watching! Subscribe and like the video if you enjoy!
https://...
my headphones are broken so i cant hear the frequency of voices 😭
😭
-# (actually... they genuinely do that)
why did primark decide to show me an advert the millisecond i clicked on this video dfhdfhjfd
so you just hear bzzt all the time
its like muffled asf, unless the voices are loud i cant hear anything
my headphones can hear most frequencies in music tho
but even music sounds weird
i mean it sounds like someones drowning
which this also means i basically cant watch yt
Goodmorning Balatro modding community
bro took 7 years to write that
timezones cro
Where’s “if a joker is sold”?
no im saying i saw john flynnsanity is typing... for 7 years
yo hop on freedom deck
Oh i forgot about that, this is in very early dev after all 😅
I type slowly but when i get up in the morning
its a joke oml 😭 😭
Dawg, he just sayin you type slow as a joke
I also stayed up all night researching some dumbass chain letter thing
Damn reading comprehension be fucking me up
you know in gmod workshop like years ago mfs used to copy and paste a chain letter about some girl called Clarissa?
assuming genders is crazy
/j
IMMA KILL MYSE-
-# i am 'he' tho lmao
WHAT’S MAXIMUM BANKRUPTC-
You should add a “selling card type”
wdym?
If a card is sold or sum context
or 20 ig
what? 😭
If a joker is sold, if a tarot is sold, Y’know?
oh like any card
What’s poll chance again?
Loss
Common
Gain $5 if played poker hand has already been played this round.
like ? @frigid mica
Actually, what even is poll?
and finally the last card is a high card wth a SINGULAR unscoring car
unscoring car? what? is the car parked?
Properties should be part of general, why you got two in both blinds and jokers?
yggdrasil be like
🚗
Actually where’s consumables and vouchers?
not made yet
I remember that jokerforge didn't have the ability to make decks
oh makes sense..
hmm...
so i decide to step out of my comfort zone and code the decks myself
i forgot to add the fourth glyph at the end
😭
i wanna try to make a poker hand called vaudeville, but fuck i don't know how to. (Ace and A King)
oh cool you did the structure right, unexpected icl
my brother didn't get it 🥀 🥀
I make my jokers manually
you can look at my own mod
it's generally easy to see the code in blocks once you... know how to do it manually holy shit is this how y'all feel?
wdym?
still?
well it is basically this block = this code after all
so this is what it's like to be knowledgeable.
Oh yeah, i don't know how to define a custom config value.
wdym?
also new ver with the stuff you said
-# i said this 3000 times 😭
you should put this somewhere super accessible, like a repo or something
i will
working on it, its just my computer hates github
Wdym
wdym
it refuses to do anything with github, literally.
damn guys how many times?
yggdrasil be like
Specific information
use codeberg, gitea, gitlab
2000 rerolls
i tried to sign up with github on vscode and it directed me to my browser i selected my main github account and redirected me back to vscode and in vscode it just didnt detect that and it loads forever
and then it says do you want to try with a different method? i select yes and then its an infinite loop
anything involving github/git in terminal doesn't work
for me
Why don’t you sign up on GitHub manually? (Not through vscode, that’s probably the issue)
check your firewall
brb
Hey wait, “selling self”? What about selling another card?
Oh yeah, how about text flavors?
😭 😭
you can add text stuff just do it how you do it manually
in the text field
also
have you tried the live lua prev. in options?
first person who said wdym #🎙・server-chat message
your missing atlas pos
first person who said what #💭・suggestions-old message
first person who said pokemon #📜・bugs-old message
first person who said bruh #🎙・server-chat message
whuzzah
first person who said whuzzah #⚙・modding-general message
ay carumba
first person who said ay carumba #🕹・game-discussion message
bologna
first person who said bologna #🎙・server-chat message
Dakar
first person who said dakar #💻・modding-dev message
caca
peggle
first person who said caca #🕹・game-discussion message
first person who said peggle #🎙・server-chat message
-# (also i cannot see deleted messages so its basically first person, usually)
doesn't having multiple credit cards boost the debt up
well yes i meant minus 20
like if you have two credit cards you can go to -40
first person to say my mod's name (balacraft) #🕹・game-discussion message
thats so random
it wasnt even teased yet lmao
@frigid mica
what symbol is your name again
Sigma
maybe learn greek letters 🥀

goated
so i what if i have latent math nerd potential
i learned about it because of Noita
😭
first person who said goated #🎙・server-chat message
first message in #🎙・server-chat
Goated
wait
@somber solar can you make a custom block and you have to write template code for it that gets reused
huh--
Chat, I require help
Idk what you expected
i was just wondering
yes
oh well it's probably not that hard
My steamodded just isn't working and im so confused on what is goijg on
i didn't get it for a sec
it would be cool to like, people make custom blocks and submit it to the website
Every time i open Balatro, it crashes and when i put a mod on, it just doesn't apply it
due to me being on a bus with no wifi i cant do screenshots
but progress is going nicely
It is the dive rocket launcher! Take action regarding that individual.
making blocks is super simple btw (to me atleast) @plush hound
{
type: 'card_conditions', // identifier
title: 'Card condition', // the text on the very left
category: 'Logic', // category
color: '#5cb85c', // block color
//output: 'Boolean', // used if it outputs something like a boolean that can be put in an `if`
tooltip: 'tooltip stuff',
lua: '[[a]] [[b]]' // those [[a]] and [[b]] will automatically change to the input fields
valueInputs: [
{ name: 'val', label: 'Value', check: null }, // the name is the thing used in double brackets for the `lua` field above, like [[val]], the label is the text before the input socket
{ name: 'lim', label: 'to', check: null } // check is what kind of output blocks can go inside this socket, null is anything that can output
],
},
i am not ragebaitintg
50000 more currencies please
or for readability just look at this
I’m going to buy a mass spectrometer and get a job at Cheetos then grab some of the pure dust and put it in the mass spectrometer and find out their crunchy little secrets
ragebaitintg
Call me Noah, cause i have Noahdea what to do
if yall want you can post some custom blocks for JokerBlocks (at https://discord.com/channels/1116389027176787968/1434965243720892426), just reference this template
Chat i released my mod
Fire
what do the imaginary cards of the hot potato mod do
you can sell them at certain events for currency
The real ragebait is buying replanted or smth
Idk I heard its not good, is it?
well you know what they say about modding
once you start its a rabbit hole (no one has said this)
also not downloading your mods
which route do I do
triboulet suicide route
chicot murder route
you can basically make your ***own ***blocks now, they dont save when reloading but its just for testing anyways
I'll kill chicot
bro #⚙・modding-general, #💻・modding-dev & #1209506514763522108 is kinda dead icl
they finally dropped #1233188028613394514-chat-2???
fuuck i missed the playtest
???? why is modding all caps
its a category
but i typed it all lower caps 😭
discord jank
got an error when trying to launch cryptid mod
send the crash log
here?
sure
What would Thunk think about this joker?
woah nice balatro reference
is your cryptid nested
what does that mean?
this is what my mod folder looks like
open cryptid-main and show
Having a similar issue i think, working on modding the game for the first time. I think i have lovely working properly but not getting a mod option in the menu in the game when i launch.
did you download it from releases?
then you don’t have lovely working properly
That would also make sense
Does it go inside the mods folder or inside the smods folder. Getting the error
this is the problem you are having rn
so lovely succeeded but mods isnt installed properly
try install & getting smods to work first
looks good, make sure nothing is nested
I dont think anything is, lovely keeps duplicating over to the AppData side though
not sure if that is causing an issue
@dusty token got it working ty
show the smods folder
Oh it looks like smods is nested inside smods would that cause it
yeah
yeah thats nested
Yeah got it now haha
@dusty token you see this?
yes
Thanks that was a dumb fix, i thought i checked it
cool
@random plinth also idk if it has a github or gitlab repo, but you should be able to send a bug report
https://balatromods.miraheze.org/wiki/Balatro%2B has one listed here
@random plinth https://github.com/SomeCoder99/balatro-plus/issues/9 someone has the same issue try reading it and see what the solution is
THANK YOU!!! doing that now
1 other small issue, that will show my dumbness, some of my visual deck mods work and some don't doesn't seem to be a ryhme or reason
internet keeps saying to remove some and that's not what i wanna do
is this you when you finally get 20k
okay when attempting to re install mod got this error
going to give this a limit for balance purposes but is the effect clear enough
awesome idea, i would remove the limit on anything above green stake though
what the fuck is a knowing how perspectives work 🔥 (i really need to read up on art theory)
wdym
https://www.youtube.com/watch?v=tlQKMM-A2pk based on this neat video
bird is the word joker...
the sprite is just an animation of peter doing the dance
you talked about limiting it (im assuming you meant the max multi) i was saying that beyond green stake this would nerf the card too much to be viable
it would be limiting how much you can gain per blind
limiting the max seems a bit silly
when you buy the joker you hear stewie yell "FUCK!" before it starts playing the song
i may be stupid as in 1 score above blind req = +1 mult?
Something small coming soon…
so like
if score is double blind requirement it gains +1 mult
if score is triple blind requirement it gains +2 mult?
this seems... idk i was going to say underpowered but i honestly can't tell
OHHHHHHHHHHHHHHHHHHH i got you, yeah, make it 25% above, if your really gonna code, make it where, that percent increase based on Stake
reworded it
probably was gonna lower it from rare but i do get the idea of it being underpowered
trying to think of a more interesting idea
Okay, that makes sense, that's kool shit, tag me in the mod when it goes live would love to beta it
bumping up the numbers COULD fix it but im not in love with the idea
yeah i dont think this is is a rare, but the generasl concept is fine though
okay my thoughts have been gathered (when uncapped) this is either underpowered or incredibly overpowered
though it really is a win -> win more joker
yeah thats why i wasnt a fan
the other +mult scaling jokers in the mod are much more interesting
i had a similar idea for a joker that gains .25x everytime you double the required score... but i can't code worth a damn
feel free to take that one, i don't own it, who knows maybe it'll be a kool idea
at the point where you can scale the joker it feels like you just wont need it anyway
for pyromaniac
fair, im not the smartest, (my wife would tell ya the same) but sometimes i think i have good ideas
yea yours is also a "win more" type of thing; by earning double the required score, you are directly rewarded by making it easier to earn double the required score in the future
True... would have to put a limiting factor like : if score doesn't exeed minimum by half lose all gained x
example you've gained .75x but you only score 12,388 when the min was 10,000. you lose all x
*1.75
i mean that doesn't fundamentally help fix the issue of "good score -> earn better score", it just puts a timer on the joker unless you can keep pace (which is still a lot easier to do with the joker, although not autopilot)
true.... will think about it and get back to yall, gotta interview for a better job today. TTYL
i'm going to compare number to table
i will compare them
why do people even say that bruh they're both fruits you can compare them
they're so similar
most comparable things ever
racism
so true
cg i will compare you with hawking
hawk tuah
similar neural structure im sure theres no difference
this image also annoys me
the omeganum representation of 273 is {sign=1,array={273}} not {2,7,3}
perchance
a number is a representation of an amount, whereas a table is a piece of furniture upon which objects meant for immediate use are often placed, as opposed to being stored
they are similar in that they are both things you can think about
affirming the consequent fallacy
"i think therefore i am" does not imply "i am therefore i think"
rene descartes told me personally that both are true
my apologies
rene descartes directly translates to comparer of tables
this is true
rene descartes actually invented the "Big Number"
and was reportedly the first person to compare a number and a table
If you try good enough, you can compare anything with anything
💣
depends on what userdata do, but in general case true is bigger then userdata
If false, they're can be non-strictly equal
guys what happens if i lost all my stuff for my mod
last i touched it was like march
then boom
gone
just checked today
no it never got that far
it was still early development
i only had like 2 cards working
2 jokers i mean
you couldve just made a private github repo
I am interested in playing modded balatro, which one do you guys recommend?
yeah well i forgot tbh
paperback is a good one imo
Alr I will try it tmr
im not sure if vscode keep edit histories up to that long
thats how i recovered my project
replying to this in case it gets lost in the chat
brainstorm issue
That's scary...
oh okay
oh does brainstorm not work right now?
brainstorm generally doesn't work with other content mods, even if it doesn't outright crash it'll not behave as expected
try name the mod folder as Brainstorm
what
huh
numbers 😋
i don't like play chess normally but the amount of times i've made something chess-related is abnormally high
this is what my mods folder looks like
still crash?
is brainstorm nested?
yep
what you mean "2 cryptid"
oh
where do you see a second cryptid? is it the smods and lovely folders?
i guess teach me how to set up my mods folder
what part
Cryptid-main and Talisman-2.6
and lovely?\
so can i not have both lovely and steammodded mods?
you can
now try
is the brainstorm nested
no
lovely folder is there for the code injector
k
if it does load though the folder needs to be named Brainstorm
can we pin this mods
changed that one sprite again
here's the crash log just incase it is different
okie
i don't know how compatible Brainstorm and Cryptid is
well brainstorm would copy cryptid most likely
Cryptid would copy Brainstorm
freedom
😨
- The air crackles with freedom.
most minute of microadjustments
evil ass looking city
ok one more on this biscuit tin before i kill it forever
i hope it is not full of sewing supplies
its full of cookie card... retriggers
delicious death
the sky will fall™
scrumptious meal
Dude… who’s this little bugger
gng i think something fucked up
its not like that for my friend 😭
Life or Death
is this the real astro cat
do it the mrrp meow
mod which turns the ui into frutiger aero
i fucking hate those "roblox skyboxes" ARGs soo muchhhhh
I fucking hate the kids who make them
I hate the children
I want the children to be gone.
sir this is a wendys
I hold hate inside my blood.

