#⚙・modding-general
1 messages · Page 1443 of 1
base e^x
im new how can i find balatro mods here?
people post their stuff in #1209506514763522108 usually
raising a function to a power is actually defined sort of
f^n(x) means (f(x))^n but it usually isn't done with f by itself
thanks 👍
I love your pfp lmao
and of course the function is never evaluated
so the value of each digit are all functions
i fucking hate it
its because of trig i think
they didnt use the () yet
and you can wonder what adding functions means
function BaseB_to_base_10(n, b)
local result = to_big(0)
local place = to_big(0)
while n > 0 do
local digit = n % to_big(10)
result = digit * b^place
n = n/10
place = place+1
end
end
?
now how do i approximate this...
so (f x)^k would be anbiguous with f(x^k)
but seriously what would we do here
is there any defined method for adding functions like that
but we litterally have the modern function notation now and f^k(x) would be perfect for notating applying f to x k times
if we can't assume parameters
yeah honestly thats much more sigma
anyway what is f + q where f and q are both functions
just take the digit's place as the argument passed into it
well actually hmm.
the bases are all the same function
instead of different ones for each digit
could f be treated like a variable?
f is a function vro
no its a function not a function call
do you mean algebraically manipulating it
you aren't calling it its just the function
how else would you define base f
Not exactly woke, but definitely good
like you could do f + f and that would reasonably be 2f yeah
what is this, functional programming?
isnt a reasonable method just defining f + p resulting in another function which returns f(args) + p(args)
👀
true but thats assuming the same inputs no?
Fire
perhaps there is a default value, like 0?
true
this also makes for a disgusting output function
local big_ass_number = to_big(10)^1000
function Base10_to_base_less_then_10(n, b)
if n == to_big(0) then return to_big(0) end
b = math.floor(b)
n = math.floor(n)
if b > 10 then
return BaseB_to_base_10(n, b)
-- silly goose
elseif b == 10 then
return n
end
-- this is a VERY rough approximation of what would happen during a base conversion, only use for when /10 doesn't reduce the tailsman number or it just takes too long man...
local approximation = math.log(10, b)
if n >= big_ass_number and b ~= 1 then
return n^approximation
elseif n >= 1001 and b == 1 then
return 10^n
end
n = math.floor(to_big(n))
local result = to_big(0)
local place = to_big(1)
if b == 1 then
for i = 1, n do
result = result * to_big(10) + to_big(1)
end
goto base1_skip
end
while n > 0 do
local remainder = n % to_big(b)
result = result + remainder * place
n = math.floor(n / to_big(b))
place = place * to_big(10)
end
::base1_skip::
return to_big(result)
end
function BaseB_to_base_10(n, b)
if n >= big_ass_number then
return 10^(math.log(n, 10) * math.log(b, 10))
end
local result = to_big(0)
local place = to_big(0)
while n > 0 do
local digit = n % to_big(10)
result = result + digit * b^place
n = math.floor(n/10)
place = place+1
end
return result
end```
just give a new effect
jimbo.exe is funny in name and i don't want it to die lmao
industrial steam turbines are pretty cool
by this definition f + f is 2f which is neat
as in 2(f(args))
what on EARTH are you two talking about
good definition
That's what I'm thinking
true
you be thin'ing all night huh!?
i guess itd be simple functions that map nums to nums tho
Is this like the profen thing 💔
wait no thats just the normal x y plane
we could treat all functions as taking infinite inputs and giving infinite outputs
R^inf space
@chilly pine: so this function will increase the bumpscosity in the local area
@buoyant kestrel: fantasizing
which is technically true its just most functions don't use all of them
nil in math real
is there any possible broader input and output space
@tepid harness: handing them a friggin packet yo
what about @dire meadow
whos this imposter
i dont think so
Neighh
They died 😔
can't we extrapolate higher order operators from this
using the hyperoperator recursive function
hmm
okay youre losing me
the hyperoperator function
its a recursive function sequence thing that defines the operators
and we have H of 1
wow, they accept the usage of they/them prononus!?
fantanstiying
addition
do you think that jamirror and guitar can see anyone else in the chat
sponeob!ob!
Tunnel vision
how would it be used for higher order operators exactly
and adds that to a scoring param
but this won't allow us to do non-whole b until we extend it
but how do i balance it
we have H of 1 and each term in sequence is defined by the previous
yes
oh my god can you two take this to dms
so if you could give me a moment i could evaluate H of 2 multiplication
@buoyant kestrel @chilly pine take to to dms
why is f + p relevant though
💔
Ample Guitar M II Lite
i mean of course you can just define it another way but i want to see what happens
PROFESOIONAL HOVERBOARD CONSUMER
if we use this existing definition
I still don’t know why trueprint from Yahimod and Chad from cryptid crash my game when they’re in the same room
k
besides its likely to pick up some nice properties
Also jamirror I’m having trouble trying to inject my booster pack into the game
okay i guess
how so
I hope the modding community is ready to open presents on Christmas Day 
hi lasttry
i finally finished the infinity cards
ok
mm
how're you doing it
it's supposed to say boosters
okay a bit of an issue is that you can't do normal number stuff with functions
only 5 tho
u(x) return x end
this is zero
u(x) return end
well not really actually
how is your multiplication defined?
and addition
i think that works as one yeah
why is silverautumn not in clams
because i dont want to
f(x) -> x would probably be the multiplicative identity
Lmao
addition is f + q = c(args) = f(args) + q(args)
jamirror check #dev-help
Greetings fellow horse
multiplication is being figured out lmao
hes true
though like what are the assumed outputs of these functions
ordered set?
matrix
they need to add nicely
you should make numbers also functions
lambda calc
1(...) return 1 end 🔥
yeah
oh yeah lambda calculus exists
1 would be
1(f) -> [g(x) -> f(x)]
two would be that but f(f(x))
what we're doing is similar since function outputs still exist as a concept
so f^k(x)
but they're not important for the math
yeah basically
what does this even have to do with bases anymore man
function base
so then multiplication would just be like a(b) = a*b
addition would be a bit harder to define but you can just repeat a successor
atlas file is missing
iis this your mod
😌
this is mayhem
file that contains all the sprites
either redownload or yell at the devs to fix it
not much you can do if the image file isnt there
if u really want to play the mod you can also replace it with a random image at the cost of making all the mods consumables invisible
what
me?
Haha imagine not being in the mod
What person to be exact?
hi jp :>
can you add my self insert that tetrates chips
1e3ag chips goes crazy
what do you know you don't know what it does when the sum is above 10, are you stupid?
meanie
aiko please stop begging me to download your mod
i downloaded the mod
in a bit
ply my mod?
if you get 12 mult the 12 will be turned into base 3
Play a level two high card
this is the base i think
same with chips
because you know im all about that base
what is the mod
@dire meadow can you add medium crossmod and not add ejank
i probably should go back to working on evidence pieces lol
since theres only 4
i will add ejank
geez.
please
i will add ejack
please dont
what don't you like about ejack
i dont like how it ulates
Ejack saved my life
He caught me when i fell out of a helicopter on my thirteenth birthday
hi chat
lol
Yeah drool
no
9 mult = 10 mult
since base 9
also
bases higher then 10 are treated like
base b -> base 10
i guess
its kinda hard to explain
i put this on decamark since its kinda confusing
How does 9 become 10?
Oh ok
10 would be 1111111111
0 1 2 3 4 5 6 7 8 10
what if you have 0 mult
the game dies
glitch pokemon gaming
probably
Well how would you achive that
runs away with a little bag
its entirely possible trust me
Oh fr?
i think the crash would be entirely on you
in that situation
anyways thoughts on the joker
WHY WOULD I RETURN ""?????
powerful but incredibly unpredictable
like i said
idk i didnt think that far
IM IN CALC 9short for calculate_individual_effect0 WHY WOULD I WANT THAT
🤬
1+7+8+5
9+10
clearly you havent heard of add_calc_effect
what happens if you're higher than base 10?
so 21
Yes
wouldnt converting to a base higher than 10 reduce the number
yet again
you're converting from the base to base 10
this is what the joker says it does
the point iisn't to be logical
the point is to favor the player
don't alembic react me
then say convert chips from base [sum of chips] to base 10
oh i guess
thank you xbox gaming bar
the implications...
😨
for every 2 scored stone cards, spawn a negative The Tower
this also doesnt work
math deck is a gimmick as hell deck
okay so is letter deck but it gets some love
this math deck stuff is so easy just spell the number on the first hand
not always actually...

i might or might not fix this
depends if i have time from cold beans
i mean
helping iro with cold beans
okay buddy
How is this a softlock? (I havent played meth deck)
Oh damn
@forest knoll heeeeeelp
steamodded moment
time to play letter deck
okay this just does not effect the game at all
why would you leave it in
chess deck
ok bro
you can add normal cards to deck still
why would you do that
combo
still its inconsequential most of the time
Ok nerd you make your own deck that completely changes the game then
math deck and letter deck should be challenges, not decks
never playing aikoshen again
ik, just saying
no one fucking look in challenges
dabbing??? in MY balatro??
again
bad for discoverability
no one checks modded challenges
Please laugh.
✅
I do
Thats a great joker in like any other deck
boss blind that changes max to min 😨
what do you need help with?
choked on hoverboard 💔
i know very roughly how shaders work
ah well
whats the codeblock code for shaders again
fs?
#ifdef GL_ES
precision mediump float;
#endif
extern vec2 astral;
extern vec2 mouse_screen_pos;
extern vec2 screen_scale;
vec4 effect(vec4 colour, Image texture, vec2 uv, vec2 sc)
{
vec4 tex = Texel(texture, uv);
vec3 col = tex.rgb;
col = vec3(
col.r * 0.7 + col.g * 0.1,
col.g * 0.85 + col.b * 0.1,
col.b * 1.15 + col.r * 0.1
);
float d = (uv.x + uv.y) * 120.0;
float f = mod(d - astral.y * 6.0, 5.0) / 2.5;
if (f > 1.0) f = 2.0 - f;
f = pow(f, 3.0) * 0.4;
vec3 scan = vec3(0.4);
col = mix(col, scan, f);
float d2 = uv.y * 200.0;
float f2 = mod(d2 - astral.y * 12.0, 2.0);
f2 = pow(1.0 - f2, 5.0) * 0.15;
col = mix(col, scan, f2);
vec2 p = uv - 0.5;
float r = length(p);
float v = clamp(1.2 - r * 1.8, 0.0, 1.1);
col *= v;
col *= colour.rgb;
float _keep_sc = sc.x * 0.0;
float _keep_mouse = mouse_screen_pos.x * 0.0;
float _keep_scale = screen_scale.x * 0.0;
return vec4(col, tex.a * colour.a);
}
it exists but its not a boss blind
check jank_param.lua
what's the issue?
why would you want that 💔
INSANE balancing act
later
is it
3/4 its a direct improvement
disabled by default atleast
i could help with shaders
the changing of the operator requires a joker
I’ll spend all of mine on vbux and vapes
if you want of course
i posted the shader
yes of course i need help
Hell yeah
it crashes
what's the crash message?
adapt your existing shader to this base
oh lord
just keep the effect stuff in vec4 effect
but this has a lot of other stuff which i think the shader needs
why is it uncommon 💔
such as
why wouldnt it be
~<
basically the tilt shader
""up to 999,999 cards"" okay sure buddy
if you could select that many!
^⩊^
:3
lily
aiko
i see
aikoshen cross mod with aquilatro
hi
smh
its Aquillarri
also Probably not unless you really want it
aquillarri will be a little numbersloppy so yk
saorry
i can see other mods not wanting to interact with it
Aquillarri
what in tarnation
number slop
in fact in its release version i will probably recommend people to only play with aquillarri content-wise
this? @woven orchid
i simply can not allow this
word list slop
huh
how will i add it to my mod pack then...
all of the externs i think
@hard plank add tarnation NOW
the only crossmod i'd recommend is more upgradable sets
actually it might be in the 500k list
crossmod glop
i can show what the first set is
this is the first sset
dude im on that xmult grind
3 out of my 5 jokers are just xmult
1 is +mult and the other is base
erm gulp... i hope i can win this!!
i love how balatro doesnt use pixels in its positioning
oh is it just x100
the way the game measures the position of things is in hundreds of pixels
and i dont know why
p much
this some mario subpixel BULLLLLLshit 💔
???
horse walks in
into wall
@woven orchid
send the first few lines
nxkoo i get that you are not intentionally dense but sending the crash without the shader code is like saying my tires got slashed and then sending no picture evidencec
lily...
quite an interesting display name change
wait yeah
😭😭
#if defined(VERTEX) || __VERSION__ > 100 || defined(GL_FRAGMENT_PRECISION_HIGH)
precision highp float;
#else
precision mediump float;
#endif
extern vec2 mouse_screen_pos;
extern vec2 screen_scale;
extern vec2 dissolve;
extern vec2 astral;
should be in 500k list
you need to restart the game for that to take effect tho
what the fuck happened to the second line
i think you should just use the base i sent 1:1 and then copy over the effect function from what you previously had
because the base i sent i have confirmed works because i use it for every shader ever
alright bet
im stealing
what mod is this for niko
god
i wish lua had the with keyword like c#
basically like
local x = {a=1,b=2,c=3}
return x with {b=4}
returns {a=1,b=4,c=3}
yes you could use a function but the point is how convenient it is in c#
if i tell anybody about it, it has a high chance of it being scrapped
really?
microsoft java
Minecraft java edition
look what happened to bad director
oh did that get scrapped?
😭
also look at what happened to high score
heavily demotivated due to interpersonal dramas shit + i dont think my ideas are original/good
no no not like that
i had a beef with a couple of people in hotpot
and one of the people i had beef with was my artist
its a long story, its not appropriate to say
New Update
No
incrementing all the digits is like
Talisman:
x2 at best
attempt to compare number with
something idk
well it is xinfinity if x=0
-# no its not a table
both effects are crippled by talisman
because you cannot convert extended hyper e notated numbers back into numbers from strings
talisman just does not support it
🤔
Numberslop Speedrun any% (Common)
Sets score to 1.8e308
self-destructs
am i stupid
its literally defined
gender and pronouns are not the same
you may perceive one
you may perceive pronouns
looks at you
I will perceive your gender as cool and there’s nothing you can do to stop me >:3
bad
can i have your gender? can i receive your gender
@chilly pine will you kill me for what i have made
lily
Ah
yknow what resending this here because people deserve to see the clip
Anyways guys im bored let’s discuss porting balatro to different platforms and then discuss modding balatro on other platforms that arent pc >:3
I KNOW RIGHT????
did you see that
i love this clip
this is what blindside is about
add a bone trinket to blindside that plays that sound effect
doess anyone know what love2d version balatro runs on
i think it displays the version in a crash(?)
eval print(love.getVersion())
no nvm
ok ya it is good
it displays LÖVE not love2d
love is love2d
crab.us...
Hey guys what are your thoughts?
do not attempt to perceive my gender
it will only fail for you and benefit me
but why
Does it matter why?
tf kind of Evil Gender do you have
i love updating smods
are you in a gender confusion stage? i do not understand if i should worry or not and if i could help
why dont you just git pull ?
because it was faster to delete it and reopen it than run the command palatte thing to reopen the repo and then wait for it to process and reopen
and then hit pull
also more or less yes although probably not stage
i just dont Jive with the label of female and neutral is also very very wrong
same tbh
and male is even wronger
Real
i'm kinda getting out of mine though, reconsidering becoming nonbinary or genderfluid
i wish you best of luck in finding your true gender identity though
my fluid has gender
is ts fire
Yes
there will be actual info on it when im done and also itll only appear at the end of the ante
i plan on having it show like
overscoring consistency, average overscore percentage, and increase in blind scaling based on those factors
as well as having it show a fancy graph comparing old and new blind scaling
it should state it somewhere
this also applies to alignment
honestly
too much info overload i think
maybe i can add an icon for it
that's cool
oh the serifs make it so much better
err wtf
it should be
heh, i know a little bit of spanish
im the goat
Idea for my mod - Chips (consumable)
A consumable which gives a perma effect like a voucher, but has to be in your consumable slots to work.
@hard plank your word list sucks
aiko
i know
do you know how to position a dynatext without putting it in a ui element
you seem like you would know
Doesn't that gimmick use scrabble words only
okay im bored im gonna play a little freedom deck
you just put it globally
i think dynatext has position when you initialise it
fym use ethically
how could i disable the tilting and shadow on a specific consumeable type?
ive done the same thing with the censored edition in vallkarri but
it only applies to the censor layer
you might gain something from looking at its code tho
i can probably adapt it yeah
wtf do you mean i cant drag cards there
your hand is still technically at the bottom
you have to drag them down to where it would be if you were playing i believe
i guess
thats dumb though
the hand is literally hidden
oh yeah theres another cardarea here too LMAO
buddy
buddy
sorry
drag cards to the
the
the booster pack text
surely it will work
Had to make this for someone else yesterday
Yahia mod is peak
uh
a challenge
i wonder if i'm considered known here
hmm?
oooo but i'm a creep 🔥
oh haii gud :D
hello
🥺
i was wondering if i'm considered well known in this channel
well, I know you
Indeed yes, but i'm meaning like uhhhh
i would say aikoyori known but they're very known
Is to "just exist" considered bad
I dont know
depends on who you ask
some people say my existence is bad, but those people are dicks
amen to that
lol
all people should be allowed to exist
hmm, sounds to bizare of an idea /j
I should've said that instead 😔
lol
did I show you the v1 plush I have?
I got it this friday
I did indeed see it, i'm very jealous
damn
oh dear
this candy cane fire as hell
How do yall update balatro n its mods? im stuck at an old version and i forgot entirely how to mod
it does
i use bmm myself
i see
btw rq since i likely got stuff like Lovely and Steamodded still installed
so idk if that would clash w bmm
try it and see
im happy how it turned out

i will be rebalancing expert blind
inconsistent theme
wdym inconsistent theme
do you really care about theming
How do you beat it
survive (or cheese it by putting vessel as your leftmost joker (watch out for any brianstorms tho)
vessel is blueprintable
full body fireice???
lowkey
yahimod is worse in this regard
wtf!!!
im ngl
Play aikoshen anyway
aikoshen is 🔥
also @primal valley
who the f is that
gud
alr
its literally in the name-
/(Ante*Round) Chips and Mult
-# updates when added to deck or when blind is selected
??????????'
division
addin genshin inmpact
YES!!!!!!!!!!!!1
it was already implemented...
btw chat, ive had this error, how do i fix it:
Spin my wheel
Im going to kill someone
Oh no
and that someone is going to be me
murder in modding chat
well...
what do i do
cause apparently Talisman doesnt work or sum idk
haha, sometimes /j
Yeah killing AI artists is fine tbh
calling them "artists" is a stretch
did you know that Balatro screenshot on Discord is out of date
holy shit furina from the hit video game
uhh
love and deepspace
that is actually quite interesting
well nevermind i guess
demo ahh gameplay
ill ask somewhere else
remove cryptid and talisman
maybe try removing each mod one by one first and see what caused it
actually let me look again
sigh
Can't be that bad right...?
clg got buffed
use Amulet
i am not beating cant let go bruh 😭😭
Amulet?
aiko
cant let go is not even that difficult
I see, can't find it though (at least on the mod launcher), where may i find it?
OH MY GOD FUCK THIS
@dusty token you should push that mod to BMM
hold on
wait for it to finish
ROBTOP DECIDED TO JUST ADD 300 ACHIEVEMENTS
funny
RobGoat
hmm
try uninstalling carto
it's either Familiar or betmma's mod
because those two are old mods
i dont like myself very much
which one is betmma's mod
l8r
nerf
today i learned ortalab blinds come from linear a
im dead
ive tried removing any joker mod outside of Cryptid and it still doesnt work
uninstall lightspeed
same error
now do theory 2
i was able to beat theory 2
smae
which means
so can you @hard plank
donut give up
profound mental...
idk
aikoyori can you play mopemope
this is how the pros do it
i know what the song is
and I'm not playing it
what, you think im trying to scare you or something?
no i just think it’d be funny

Hi
Hi
👍
whats the balatro mod where you can ask for specific things like for example a blueprint within the first 2 antes and it tells you seeds with those requirements
when i saw it it looked like it was in command prompt or something so maybe its an external program but still the name of it would be good
immolate?
immolate.
thanks!

John Balatro Plus spotted outside of #1425631672853991434 omg
Balatro Plus sightings
@granite forum was asking about the patreon, maybe send him an invite link?
hhhhhhhhhhhhhhhhhhhhhhhhhhhhhh i'm gonna go bald istg
No
Do not
how do y'all deal with stress
erm
My coping mechanism isn't good
or go to the casino
Goon to femboys
outside of gooning 💔
is everyone here like this 😦
This is like the one time i'm genuinely serious, so no
Oh sorry
idk i like to play some tf2 or something
Could be just outdated drivers as you said
I mean if you have a bath, that could help
im not
are you sure
Are you talking about gooning or eating dead skin
OpenCL is quite old i'm pretty sure
that would make sense because ive seen files dated 2013 on this laptop 🔥
God damn, pretty old laptop
geometry dash
Should just be able to search "OpenCL Drivers" and download them from whatever official sources you find
it was a really good computer when it released
but that was a while ago
What brand is it?
im playtesting stellarity rn
Just out of curiousity
asus
ah, thought so
idk the var in SMODS.Challenge that handles winning ante sooooooo
im doing a temp workaround
its got a windows 8 sticker on it so it cant be that old
funny thing about it though is that it has a terabyte of storage so i can download pretty much anything i want but just cant run any of it
Can you download me?
are you less than a terabyte
Oh damn, probably gonna be worth more in 3 months than it was when ya bought it
I THINK so
Human brain would take a lot of space even if it's not good at functioning
Gosh darn generative AI
wait why
then if the math checks out yeah
Big ai companies buying out PC components for generative AI
this is fun
frankly, it's shitty
You could download me but just not install me even if i am more than a terabyte right?
Or install but not download
🤔
maybe if you got zipped
Samsung refusing to sell ram to samsung
I’d love to be put in a zip file honestly
i heard about tha
id imagine it would be comfy
guys, don't they know they can just download more ram
Um think of your dad
what quality would the images be?
lzma max compression encrypted then put on floppy disks that are then fed to baby seals
no
hey gang can i do a quick lore drop on y'all
holy moly its an ssd too
My mum went into rehab for 1.5 years for drinking, and I feel like i've never really been the same afterwards
attempt 2?
asto die
I feel like my relationship with my parents has diverted from that of a son, into that of someone who just lives with them
Im sorry
my relationship with my father has never really been great, and the only person that I had to lean on emotionally was my mum, but I became deattached from her
how did the rehab work? was she away all the time or just sometimes
we visited about twice in the time she was there
am i overdoing it (i dont think so)
I’m sorry dude.
What does that joinker do
the default one?
sets winning ante to 16
Noo the banned one
^Chips based on jokers
has synergy with pry stellar so banned
Ominous Flower (creates pry stellar when you defeat a Boss Blind)
Astronomer
Challenge Extender (sets winning Ante to 16)
whats a pry stellar
Makes Planet Cards and Packs free
i didnt know it made packs free too
^Mult the more planet cards you use
gotta be one of my favourite jokers
yeah i kinda broke the theme
hashtag shilling
i havent used it once cause i havent unlocked it and dont know how
i think you gotta discover all the planet cards
Doesn't that like make a sleeve way cooler than a deck
i still have flush house to do
full house but one suit
ik but i dont know what is what
its the specific sleeve and deck combination
the sleeve on its own is just the same as the deck
A!
yeah i just havent found the opportunity yet i guess and havent gone out of my way to get it
i couldve just made the sleeve always the same but thats boring
testing my mod and i got this fuckin nutty build LOL
and then we all clapped
thats funny
this is awfully familiar
thanks
just a week away
christmas, just a week!
i am so happy about this information
no....
god is coming
do you guys know dead cells? its another roguelite but its got a "custom mode" where you can deselect items so only certain ones show up. i wanna see that in balatro where you can make it so only certain jokers and tarot cards appear.
its probably already a mod
Its in 3 days twin ❤️
uh oh
hehehehe i knowwww :3
What?
banner
I dont have anything for anyone yet + im sick in bed hehe
:Þ
im not prepared for christmas mentally
I already KNOW i'm getting good presents, cause my little brother got a fucking motorbike for his birthday
its still the start of december in my mind
HE'S 9
HE’S NINE?
a full motorbike???
looks sick asf on it tho
I feel like that one post where they drew their sister
is it like one of those little cool ones
yeah i think
sweet
he says it's like 50cc or something