#⚙・modding-general

1 messages · Page 1433 of 1

quartz socket
#

Im the one with the twink tag :3

frigid mica
#

You like my jokers?

leaden vector
#

but do you have

#

the build?

#

because

umbral portal
leaden vector
#

i do

umbral portal
#

even if I haven't seen them, I'll still check 'em out

frigid mica
#

Just click the link in my profile, I think it’s there

quartz socket
frigid mica
#

One day I will release the Sigma Build

#

Includes a new consumable type, it’s own pack, UNIK cross mod joker, my own oc, and Golden Freddy

quartz socket
#

I was born in the wrong generation… (i wanna be gen sigma)

umbral portal
quartz socket
#

Gen sigma starts in 2267 (im deadass)

frigid mica
quartz socket
#

I looked it up

umbral portal
#

luckily that's 2 centuries from now

quartz socket
#

How is this lucky

leaden vector
#

apparently

frigid mica
#

I think a consumable that permanently doubles all chances is probably a shitty consumable especially if you plan to make glass decks or something

umbral portal
#

maybe not lucky but at least it's good to know

frigid mica
#

I wonder what MathIsFun_is doing nowadays

umbral portal
#

who knows

#

but I'm sure he's doing well

daring sluice
umbral portal
quartz socket
granite forum
#

no

leaden vector
umbral portal
#

problems will continue into well past next Eon

granite forum
#

nobody nose

#

math could be doing anything

leaden vector
#

maybe even...

#

math

granite forum
#

6/13

#

so 6 months actually

#

and before that he hadn't been on since april with potassium

#

maybe potassium 2 this april fools...

#

anyway wip redraw of wine

umbral portal
#

plays April Fools Joker's effect

leaden vector
umbral portal
frigid mica
#

How do I add whatever is highlighted as the blue stuff?

buoyant kestrel
# frigid mica How do I add whatever is highlighted as the blue stuff?
    local oldfunc = Game.main_menu
    Game.main_menu = function(change_context)
        local ret = oldfunc(change_context)

        local newcard = Card(
            G.title_top.T.x,
            G.title_top.T.y,
            G.CARD_W,
            G.CARD_H,
            G.P_CARDS.empty,
            G.P_CENTERS.[[CENTER_KEY]],
            { bypass_discovery_center = true }
        )
        -- recenter the title
        G.title_top.T.w = G.title_top.T.w * 1.7675
        G.title_top.T.x = G.title_top.T.x - 0.8
        G.title_top:emplace(newcard)
        -- make the card look the same way as the title screen Ace of Spades
        newcard.T.w = newcard.T.w * 1.1 * 1.2
        newcard.T.h = newcard.T.h * 1.1 * 1.2
        newcard.no_ui = true
        newcard.states.visible = false

        G.E_MANAGER:add_event(Event({
            trigger = "after",
            delay = 0,
            blockable = false,
            blocking = false,
            func = function()
                if change_context == "splash" then
                    newcard.states.visible = true
                    newcard:start_materialize({ G.C.WHITE, G.C.WHITE }, true, 2.5)
                else
                    newcard.states.visible = true
                    newcard:start_materialize({ G.C.WHITE, G.C.WHITE }, nil, 1.2)
                end
                return true
            end,
        }))

        return ret
    end

this is taken from cryptid and generalized

#

big block haha

#

(this is just for the extra card)

frigid mica
buoyant kestrel
#

yes

buoyant kestrel
# frigid mica Is this for the menu cards?

as for the two images i'm fairly sure you can after patch near here and create the two sprites and attach them:

    self.title_top = CardArea(
        0, 0,
        CAI.TITLE_TOP_W,CAI.TITLE_TOP_H,
        {card_limit = 1, type = 'title'})

    
    G.SPLASH_LOGO = Sprite(0, 0, 
        13*SC_scale, 
        13*SC_scale*(G.ASSET_ATLAS["balatro"].py/G.ASSET_ATLAS["balatro"].px),
        G.ASSET_ATLAS["balatro"], {x=0,y=0})

    G.SPLASH_LOGO:set_alignment({
        major = G.title_top,
        type = 'cm',
        bond = 'Strong',
        offset = {x=0,y=0}
    })
#

in the way the splash logo is

#

this is game.lua

frigid mica
buoyant kestrel
#

and i believe you can copy it

#

and the set alignment

#

to have another sprite aligned to the card area

#

and you can use the offset to change how it is aligned to it

#

though you may need to add some clean up code somewhere else

#

idk

frigid mica
#

I wonder how Maximus does it

buoyant kestrel
#

literally just here it seems to be cleaned

#

huh

frigid mica
#

I hope I’m not getting this wrong, so “G” in G.GAME or sum is short for Game Object?

buoyant kestrel
#

calling G "Game" just gets confusing so i tend to avoid it lmao

#

(also G is an instance of Game)

frigid mica
#

Ok so G is short for General

daring sluice
#

global

frigid mica
#

Ah

daring sluice
#

it might just be game because of balatro

#

but generally in lua G is short for global

buoyant kestrel
#

crash probably

#

though this seems like the funniest way to load savestates

frigid mica
#

Looking at Maximus code for the logo sprite because I can hopefully use it for the menu sprites

buoyant kestrel
#

i'm going to do something

#

(lua being love2d since the base lang almost certainly doesn't have an api for that)

#

it seems like if i wanted to put the work in

#

i could hook up two threads with both having their instance of GAME to the global draw

#

and update

neon urchin
#

kill people for fun

buoyant kestrel
#

balatro but two games are fighting for control

#

every frame the other Game instance gets the control

heavy rapids
#

i wonder how balanced balatro becomes after adding like a bunch of mods balanced around vanilla

buoyant kestrel
quartz socket
#

Probably not very

buoyant kestrel
#

joker pool inflation and all that

#

blueprint becomes but a distant memory...

slow dove
#

Is it possible to make the background just an image

leaden vector
#

-femtanyl

neon urchin
#

thats true maybe

leaden vector
#

haha, sometimes

rain orbit
#

Bizarro to the moon is not stonks

mental solar
#

Why is this in the game mr_bones
this is the root of my bugs with some of my jokers right now lol

forest knoll
#

because stone cards have no rank

mental solar
#

are there any modded jokers that examine and care about ranks like raised fist?

plush hound
alpine cosmos
#

something something protestor from bunco(?)

mental solar
alpine cosmos
#

also woah its been a while!! hi rose

#

did you ever get around to using that sun sprite i drew lmao

alpine cosmos
#

figures lmao

#

its cool sjdhjshd

mental solar
#

you can reuse it for something else

alpine cosmos
#

rose asked me to draw a sun planet card a loooong time ago

#

when i was still starting

#

ancient art

#

oooh true

#

you can use it if youd like idk what rose was gonna do with it

mental solar
alpine cosmos
#

blindside definitely wouldnt fit with having planets

#

here ya go

#

oh thatd be fun

mental solar
# alpine cosmos

the original idea i had was when picked, a random unmodifyed card becomes an orbit enchanted card, after the card is scored, level up the poker hand it was played in and then self destructs

i was way too ambitious lol, trying to make a whole set of uncommon plants

alpine cosmos
#

oh thats super similar to an upcoming blind in blindside

#

speaking of
hey have you heard of that its my new project and im very proud of it

#

totally normal

exotic tree
exotic belfry
#

Fascinating

mental solar
alpine cosmos
woven orchid
#

blindside

alpine cosmos
#

blindside :3c

#

its a lot of complicated lovely injections and junk under the surface

exotic belfry
#

Blindside scares me (in a good way)

mental solar
#

let me guess, the showdown blinds will be the legendary equivalent and the legendary jokers will be the showdowns.

woven orchid
#

1300 lines of lovely patches

alpine cosmos
#

and more to come

mental solar
#

hehehe

woven orchid
#

going through my steam. yeah.

deft ore
fickle elbow
#

of 4

alpine cosmos
#

64 new jokers/trinkets at the moment

#

81 blinds

#

uhhh 4 new consumable sets

alpine cosmos
alpine cosmos
mental solar
#

well you have been making what is essentially an alliterative game, i've updated my rebalance mod and remade my music mod lol
(missing a year of modding is crippling lol)

alpine cosmos
#

oh fuck yeah updates

mental solar
#

but blindside breaks my brain lol
i'll definitely be playing it

fickle elbow
#

Y'all should play All in Jest :)

alpine cosmos
#

when i have the timeee

#

i will

alpine cosmos
#

another one to the list of people waiting

#

still gonna take like a good long while until release

deft ore
#

if blindside is coming eventually when is deafside

rain orbit
#

Jay arr pee jee

limber oak
#

thats over half

winged prism
alpine cosmos
fickle elbow
limber oak
fickle elbow
alpine cosmos
limber oak
alpine cosmos
# fickle elbow

how do you have the motivation to keep playing all year thats insane

fickle elbow
#

And last year too

alpine cosmos
#

i just got back last october

#

oh my god

deft ore
#

where do you see this

alpine cosmos
#

steam store page

fickle elbow
#

Play time is up there

winged prism
rain orbit
#

Blyatto

heavy rapids
#

yo

fickle elbow
void basin
exotic belfry
#

You guys should play some vanilla+ mods

limber oak
mental solar
#

@alpine cosmos all this time i was thinking your icon was a jazzed up water melon, i don't think i'm correct after all this time mr_bones

alpine cosmos
#

PFFT

#

yeah my icon is wild

limber oak
#

800 balala sessions

heavy rapids
#

give me mods to play with

deft ore
alpine cosmos
#

so many people get confused by it

heavy rapids
#

how does pokermon work?

woven orchid
#

i mean fuck it might as well be a jazzed up water melon

limber oak
deft ore
#

tbf i reload the game a lot for modding but still

alpine cosmos
#

its a fire with shit around it

heavy rapids
frigid mica
#

@exotic belfry rate the joker art

limber oak
exotic belfry
limber oak
woven orchid
#

i love not plugging my mod because legally i have none

#

im between mods right now

frigid mica
plush hound
exotic belfry
frigid mica
#

Lily felli rate my joker art

fickle elbow
#

I would probably be working on Util junk if it wasn't for aij

heavy rapids
#

i meant stuff that released alr

#

sorryyy

#

osdfjiosdijofsdiojf

winged prism
#

I think I'll drop my stupid api mod this week. Aces sure are flying

plush hound
#

there's alot of mods that I can't wait to be released

#

not stocking stuffers, we burned it

wanton rapids
alpine cosmos
#

blindside

fickle elbow
woven orchid
#

luna

#

i forgot

winged prism
alpine cosmos
#

i thrive off of dopamine boosts by people talking about me unfortunately its terminal

woven orchid
#

oh right

alpine cosmos
deft ore
frigid mica
#

I forgot what UNIK said about our own Crossmod UNIK Joker

woven orchid
#

you should try adding the shiny shader onto blindside blinds

#

and see if it looks good

alpine cosmos
#

oooh okay

fickle elbow
plush hound
#

luna let me on the playtes

#

lian

#

luna

#

pleasure

alpine cosmos
#

ill try it when i get access to my laptop

plush hound
#

🥺

#

fuck

wanton rapids
#

how many mods are you going to playtest niko

alpine cosmos
plush hound
#

pray for me

#

🙏

deft ore
fickle elbow
#

Oh i have a message that was totally from Nxkoo

plush hound
alpine cosmos
plush hound
fickle elbow
plush hound
#

NO

alpine cosmos
#

PFFFT

deft ore
plush hound
#

ghhhh

#

not in here

#

anyways

plush hound
deft ore
#

who are you not prey to though

plush hound
#

everyone

rain orbit
woven orchid
#

just got remindedf of whern a guy lied to a ton of people that he knew how to make balatro mods and then went into my dms and begged for me to teach him

alpine cosmos
winged prism
#

Man urinates on fellow passenger for not being allowed to smoke

plush hound
woven orchid
fickle elbow
#

Tell everyone i don't know how to make balatro mods and then make them

deft ore
fickle elbow
alpine cosmos
#

ill be honest blindside was a fever dream and i didnt know how to mod until i decided i did

heavy rapids
#

do i need to

#

what do i do

#

uhh

fickle elbow
#

Now you're in over 30

deft ore
#

this crash is like. Fucked fucked

mental solar
#

I FINALLY FIGURED OUT HOW context.other_card WORKS, this one change fixed all of my unintended interactions and bugs

rain orbit
deft ore
#

"bad lovely patch" yeah i couldnt tell didnt notice the fucking. Blue

plush hound
#

I've played this game

before

heavy rapids
#

how i forgot

deft ore
frigid mica
deft ore
#

reinstalling lovely wont help

winged prism
deft ore
#

neither will deleting saves

#

one of your mods is Fucked fucked

rain orbit
#

Delete balatro

deft ore
#

whats the mod lsit

plush hound
#

that is literally lovely

deft ore
plush hound
#

i bet 29 bucks

#

it is

deft ore
woven orchid
alpine cosmos
frigid mica
#

Delete saved Config files?

deft ore
#

that wont help

rain orbit
#

Delete my kids

heavy rapids
#

this is the new stuff i downloaded

deft ore
#

its bad lovely patch

heavy rapids
#

ill try deleting them then reopening

plush hound
fickle elbow
#

That you know about

alpine cosmos
deft ore
#

make sure the folders aren't nested (wouldnt cause lovely crash but still)

woven orchid
#

doesnt lovely support nested folders but smods doesnt

#

thats the whole issue with nested folders

heavy rapids
woven orchid
#

obviously doesnt cause this issue in specific but lovely does allow them right

deft ore
deft ore
#

ive had it for like. at least three months i think

mental solar
fickle elbow
#

Wasn't talking about those...

plush hound
alpine cosmos
#

i guess i got them buckteeth

plush hound
#

and the glasses too?

quartz socket
#

I’ll never have a mod… hint hint

deft ore
plush hound
#

it will never be finished

heavy rapids
deft ore
#

all of them?

heavy rapids
#

it worked, im gonna slowlt add them in one at at ime

#

yes

#

jazzy works

plush hound
#

damnit

#

WHY IS IT BLUE

deft ore
frigid mica
#

How do you check for highlighted joker and then selling a specific consumable?

plush hound
#

tangents or bd

deft ore
plush hound
#

i see

#

yeah it's dead

heavy rapids
#

it was hot potato

#

idk

deft ore
#

oh fuck

deft ore
heavy rapids
heavy rapids
#

whats that

deft ore
heavy rapids
#

ahh

woven orchid
#

guys

wanton rapids
#

lily

alpine cosmos
#

hi lily

woven orchid
#

do you ever feel like youre actually insatiably incompetent or is it just me

deft ore
fickle elbow
#

lily

frigid mica
#

Do I seriously need to ping somebody in the modding-dev or do I have to wait until somebody responds?

deft ore
#

same

woven orchid
heavy rapids
#

tenna how do i check smodded

fickle elbow
woven orchid
#

ive been here for 10 minutes on this one room

deft ore
#

only 10 minutes?

woven orchid
#

its the gym

#

it shouldnt take this long

#

its also literally one jump

deft ore
#

is the gym like basic tech tutorial

wanton rapids
#

which one is it?

#

oh i dont have strawberry jam installed anymore because Linux

woven orchid
#

sj expert gym multiboost tech

woven orchid
#

tech tutorial yes

plush hound
woven orchid
#

they have gyms for every skill level and im doing the expert gym rn

heavy rapids
#

ok... wait...

#

another one

#

its not blue though

#

(thats better....?)

deft ore
wanton rapids
#

is expert 3 or 4/5

woven orchid
#

3 or 4 or 5?

#

what do you mean

#

like in order of difficulties

wanton rapids
#

third or fourth

#

out of the 5 difficulties

#

i forgot

woven orchid
#

it is the 4th i believe

winged prism
woven orchid
#

5th is gm

#

ya beginner intermediate advanced expert grandmaster

deft ore
deft ore
#

wait nvm the crash report shows it

#

thats release smods all right

heavy rapids
#

it was maximus

deft ore
#

maximus wiki outdated 🥀

heavy rapids
#

it works if i remove hot potato and maximus

deft ore
#

is hot potato latest release

woven orchid
#

oh im an idiot

#

i had 9 frames to do a dash and i just wasnt doing it in that time

deft ore
rain orbit
#

I'm eating golden grahams out of the bag (mecha man reference)

exotic tree
plush hound
heavy rapids
#

oh of course

#

if modded balatro wasnt as jank it would def be the best game for modding bc of how easy it is to install and play mods

exotic tree
woven orchid
#

AHAHAHAHA

#

sorry

exotic tree
#

I'm trying to replicate a bunch of manually created art for Cardsauce, so I needed to add gradient support to my palette editor to allow you to do some graded colors on the playing cards. Also works because the default playing card high contrast skin has a gradient and I don't want to flatly get rid of that

mental solar
#

(also rebaloed updated lol)

lavish pike
#

also why are you using light mode?

woven orchid
#

multiboost

lavish pike
#

oh yeah

woven orchid
#

and im using it because i dont really care

lavish pike
#

those are fun

#

you should play my level when I finish it

#

for one room

rain orbit
#

Is this good

#

Like is the usefulness not extremely situational

rain orbit
#

Worst of luck to you

exotic tree
#

Thanks

plush hound
#

dont listen to them

neon urchin
#

ily nxkoo

#

would you rather cannibalism 10 guys or dump a tanker worth of crude oil in the ocean?

#

(u have to eat all 10 guys in 1 day)

rain orbit
#

Cannibalism a tanker worth of crude oil

neon urchin
#

that is true

woven orchid
#

i dont have the appetite for all that gang

#

plus the crude oil wont affect me directly

rain orbit
#

:Gluttonous_joker:

wanton rapids
plush hound
plush hound
exotic tree
#

So can I, you aren't special

plush hound
#

D:

#

get them

#

sic em

wanton rapids
#

oh niko still hasnt changed her steam url huh

plush hound
#

oh

#

banger desc tho

woven crag
plush hound
#

im not wrong tho

hard plank
#

please

winged prism
#

I'm not home but I want to work on Flying Aces ggrrrh

#

Stupid little api thing

#

I don't think I will be putting any Astros in

#

But like

#

It's an api

#

Oh

#

Forget it then

#

I didn't say anything about putting Astro in

rain orbit
#

Cheap at the start but expensive later is better than expensive all the time

#

In the event it's ever playable and it's wonky to me then I'll change it

#

Else it's just gonna stay as words on a screen

winged prism
#

Kinda lamer partner? Two-button un-consumables (and soon one-button too) that you choose at the start of the run

rain orbit
winged prism
#

They just aren't consumed lol

#

That's what I meant

winged prism
#

Uhh two-button atro and uhh one-button Astro too

#

Atro

#

Two-button means that there are two buttons

storm forum
gentle citrus
#

Archimus's balatro mod

#

to answer that question

winged prism
gentle citrus
# gentle citrus to answer that question

and honestly I'm just baffled how someone had no effort to make it look better other than put jpegs and also some other stuff that shouldn't be added to a balatro mod.

winged prism
#

Once I'm done with them

#

This one specifically

#

I don't want to do that (somewhat again especially)

#

Maybe I should make button colors changeable in the center

alpine cosmos
#

sdfsdfkjhsdkfjh :(

winged prism
#

Blindside looks big enough to make something like that reasonable

lavish pike
#

My mod will release in 3 months ngl

#

At least

#

4 months maybe

#

😭

#

5 hours, after an extended period of time

#

Although my mod will probably take some time

#

I dont have many ideas

#

And im not good at coding

hard plank
#

ok so

winged prism
#

Shenanigans

lavish pike
#

Play your mod

static shale
#

hey does anyone here know where i can get custom decks? like from the customize screen

lavish pike
#

Mod the game

#

Make the decks

#

Or get the deck creator mod

winged prism
#

What customize screen do I have dementia

reef storm
#

im trying to download the new mayhem version but for some reason its taking like 12 yearzs

#

why is it doing that

#

nothing else is wrong

#

i tried downloading other things and it worked almost instantly

#

why is it doing that

lavish pike
#

Ima go

reef storm
#

why is it going 9.8KBS per second

winged prism
#

You could say that it's causing a Mayhem

#

Idk

static shale
#

those decks

#

like the suits

alpine cosmos
#

OHHH deckskins

winged prism
#

Oh

static shale
#

yusss

reef storm
winged prism
alpine cosmos
lavish pike
#

Im making it soon

#

I took a break from making them ok

lavish pike
reef storm
#

WHY DOES MAYHEM HAVE 21 RECOMMENDED MODS

winged prism
#

Okay sorry for doing that again

reef storm
#

WHAT DID YOU LACE THE MOD WITH

lavish pike
#

You are getting 2

lavish pike
#

Crack chips

reef storm
#

its 85 megabytes why is my computer struggling

#

i downloaded another mod just to test and it worked just fine

#

WHY IS IT GOING TO TAKE 45 MINUTES

lavish pike
#

Well ima love you more :3

neon urchin
#

driving SUCKS i hate DRIVING cars SUCK FUCK cars i HATE cars

#

world would be better if it was only public transit

reef storm
#

i found the balatro mod of doom and despair

dusty token
winged prism
#

But also lowkenuinely so true

#

Thank god I don't have anywhere faraway to get to

#

My legs are enough

lavish pike
#

👍

hard plank
#

play mine mod chat

reef storm
#

WAIT ITS GOING FAST NOW

#

FINALLY

winged prism
#

Okay Aiko

woven orchid
#

its Brilliant

vivid seal
#

lilymodded

woven orchid
limber oak
woven orchid
#

i added this line For fun

frigid mica
woven orchid
#

Maybe

#

it is quite simple

#

it just checks the aquillarri (mod name) folder's assets folder for all images in the loading-screen folder, picks a random one, and replaces the cat image with it

wanton rapids
#

if the api had a vanilla object name it would be Lucky Cat

cloud cipher
woven orchid
#

hello Mayhem

frigid mica
#

I have another planned consumable named Virtuality that should’ve doubled all probabilities but that would probably suck for some cards that have detrimental chances.

reef storm
#

did you fix the cryptid crash

cloud cipher
frigid mica
#

What should I make this card do instead?

woven orchid
#

S mh

cloud cipher
woven orchid
#

dies

cloud cipher
#

Delete cryptid you have free will

woven orchid
#

do that

reef storm
wanton rapids
cloud cipher
# reef storm but i like misprint

Please you're ruining Mayhem and yourself
Youre not playing Mayhem and cryptid you're playing cryptid with trace amounts of Mayhem
Thats what cryptid does to all mods

reef storm
#

fine

#

i do agree it has kinda warped my like

#

perception of balatro

frigid mica
#

What if I mixed the “D1” consumable from AikoShen with “Oops! all 6s!”?

cloud cipher
reef storm
frigid mica
#

Doubles all Numerators AND Denominators

woven orchid
reef storm
#

im gonna play cryptidless balatro after being an addict for like uh my entire balatro experience wish me luck

cloud cipher
#

You're gonna have so much fun trust me

reef storm
#

time to always run flush builds

wanton rapids
frigid mica
wanton rapids
#

okay but 2a/2b = a/b

woven orchid
#

ok yes but this just makes additive prob manip less effective

wanton rapids
#

the probability still works it just like. isnt changed

woven orchid
#

(a+1)/b is noticably larger than (2a+1)/2b

#

and then it changes nothing about multiplicitive

wanton rapids
#

okay but what about (a/2)+1 / (b/2)

woven orchid
#

probably death

wanton rapids
#

hm ...

#

joker that balances probability scale with window x position

reef storm
woven orchid
#

joker that balances width and height of all ui elements

cloud cipher
reef storm
cloud cipher
#

I'm sorry i have an unconditional hate for cryptid

zinc flare
reef storm
cloud cipher
#

It happens to best of us

reef storm
#

antimatter deck did bad things to my brain

cloud cipher
#

I mean im not the best of us

woven orchid
#

if i had a nickel for every time there was a cryptid addon which detached and became its own mod

#

i would have 15 cents

#

which isnt a lot of money but its an interesting fact that it happened thrice

wanton rapids
#

no youd have like 3 atoms

frigid mica
#

i saw this firsthand with basic joker energy from paperback, if you really don't think that's a good consumable idea, what do you suggest i make it do instead?

woven orchid
frigid mica
#

virtuality i mean

cloud cipher
woven orchid
cloud cipher
#

Ah

frigid mica
#

isn't mayhem the 4th?

cloud cipher
#

Doesn't ascensio want to split off as well

cloud cipher
#

MAYHEM WAS NEVER A CRYPTID ADDON

#

thank you

wanton rapids
#

niko execution incoming shortly

plush hound
#

what i do

wanton rapids
#

i saw what you deleted

cloud cipher
frigid mica
#

i wonder how judgement is doing

cloud cipher
frigid mica
#

made sprites for that mod and never heard from it again

#

cause everyone didn't wanna make sprites for it

zinc flare
#

Yo you can buy one get one free

cloud cipher
zinc flare
#

This is steal man

#

Lmao

leaden vector
#

got

reef storm
zinc flare
#

Don’t

cloud cipher
#

We're all don't... 😔

zinc flare
#

<3

cloud cipher
reef storm
leaden vector
#

oh, i didn't think he'd it that seriously D:

#

now i feel bad

cloud cipher
zinc flare
leaden vector
#

yeah, fully left

zinc flare
#

….

#

I uh

#

Take no responsibility for my actions

cloud cipher
#

In my defense if you're gonna have joker fusion chains with 5 tiers how are you gonna make the scoring capabilities increase exponentially with ^Mult/Chips max

reef storm
#

what is universal collapse

cloud cipher
frigid mica
cloud cipher
#

Truly an alien concept

frigid mica
#

astro where are y-

reef storm
#

WHAT IS UNIVERSAL COLLAPSE AND WHY DOES IT MAKE SANTA

zinc flare
cloud cipher
# frigid mica

Why is the first Chips not capitalized but the second is

woven orchid
cloud cipher
frigid mica
zinc flare
woven orchid
#

theres a g behind it

frigid mica
zinc flare
woven orchid
#

oh astro actually left

#

what even happened there lmao

frigid mica
#

1 blocked message

cloud cipher
frigid mica
#

does not matter

#

whoever makes astro mad is now my enemy

reef storm
#

what are nominal chips

frigid mica
#

if i do make astro mad, i would probably wear black pfp

zinc flare
leaden vector
frigid mica
#

and black banner

leaden vector
zinc flare
cloud cipher
#

I hate you now

zinc flare
#

Let’s gooo

frigid mica
cloud cipher
#

I choose to remain neutral until i regret doing so

winged prism
#

What is happening

cloud cipher
#

Unrelated but i take pride in using the most amount of bitcrush in any balatro remix i know of

zinc flare
frigid mica
#

@silly_goober_0nthewall

winged prism
#

No I feel the presence of a slightly unusual evil

frigid mica
#

He’s actually gone.

winged prism
#

Oh

frigid mica
#

WHYYYYYYYYYYYYYYYYYYYYY

zinc flare
winged prism
frigid mica
#

But he was one of the OGs…

leaden vector
frigid mica
reef storm
#

@cloud cipher you have cured me

ionic crystal
#

hi chat

winged prism
leaden vector
frigid mica
#

I wonder what people have made through forge these days.

heavy rapids
#

what are the best cryptid addons/ mods to add with it

limber oak
#

nothing ever happens

#

CHRISTMAS
JUST A WEEK AWAY

frigid mica
#

Do people just hate cryptid for any reason at all?

frigid mica
leaden vector
frigid mica
#

What if I made an achievement for getting 5 Golden Freddys

#

BEAR5

leaden vector
#

well atleast i'm not

#

freddy fivebear

violet venture
#

Oh...

#

So that what the deck does.

leaden vector
#

evil balatro

ionic crystal
violet venture
ionic crystal
#

yikes

#

even the deck is censored 💔

#

surprised the cards themselves are not censored

violet venture
#

As long as this FUCK is in your joker slots, you can't tell SHIT from your other jokers

violet venture
#

Can't tell a damn thing of your Jokers, but you get +4 Extra Hands

ionic crystal
#

guessing 4th is misprint

violet venture
#

thankfully, it only affects the Jokers

ionic crystal
#

idk just a hunch

#

could be not misprint

#

but i think 4th is misprint

violet venture
solemn mason
#

Joker that censors me with a shotgun when?

heavy rapids
#

how does cryptid ascension power work

#

i don get it

heavy rapids
blazing verge
frigid mica
heavy rapids
#

manager

violet venture
#

Why yes, I do see you there, BOZO

frigid mica
#

ugh, of course, all the releases in manager are outdated as fuck.

#

get the github version.

violet venture
#

Brainstorm and Blueprint's beautiful baby boi

frigid mica
#

hey guys how does priority work

woven orchid
#

mod load order is sorted by priority

#

so a mod with -10 will always load before a mod with 0

#

and 0 will always load before 10

#

loading specifically refers to running the main file specified in the json

#

and as a result every file which that file refers to

ionic crystal
violet venture
ionic crystal
woven orchid
#

what is the rightmost joker

ionic crystal
#

it's clearly perkeo /j

leaden vector
#

lucky cat

#

that'd be a fire lucky cat reskin

violet venture
#

Koharu from the Milky's Bullshit mod. x0.5 Mult for every 9 in your full deck

frigid mica
#

is this why when running multiple mods, ones with a bajillion-numbered priority would always bug out my game?

woven orchid
#

not the joker but the mod

frigid mica
#

oh right, milky a pedo

#

allegedly*

violet venture
ionic crystal
#

oh nah they cursed brainprint's baby 😭

violet venture
ionic crystal
violet venture
#

Yup

#

I was very lucky

ionic crystal
#

-# is that
-# jolly joker

violet venture
#

Yup

ionic crystal
#

-# from cryptid /j

#

m

violet venture
#

Hello Gregor.

ionic crystal
#

jolly joker reskin for a joker is crazy 💀

ionic crystal
#

-# IS THAT A JOKER IN THE CONSUMABLE SLOTS 😭

ionic crystal
violet venture
#

...hating this Kidnergarden Bind

rain orbit
ionic crystal
#

speak of turn 1 selected card into a gold card

blazing verge
ionic crystal
#

the collar thing is limbs and shi

ionic crystal
violet venture
#

holy grace...

ionic crystal
#

hi back

#

i'm tcg

leaden vector
#

MMMMMMMM, they look really nice

blissful stag
#

time to play balatro with 30 vanilla based mods before continuing working on mine

hard plank
#

idk why I'm even begging

ionic crystal
#

god i wanna fucking kill my s*ster rn

plush hound
#

????

#

what the fuck i just got here

#

😭

ionic crystal
#

I JUST NEARLY FINISHED MY FUCKING LEGENDARY ART

blissful stag
#

what a nothing burger of a blind

ionic crystal
#

AND THEN SHE """ACCIDENTALLY"" TURNS OFF MY FUCKING PC

#

I COULDN'T EVEN SAVE IT BRO FUCK MY LIFE

polar oyster
leaden vector
ionic crystal
#

and also sheer hatred

#

hatred is probably the wrong word

leaden vector
polar oyster
#

wait aseprite save pictures? because once i got blue screen and it saves some details

ionic crystal
#

no word in the english dictionary can describe what i feel rn

leaden vector
ionic crystal
#

no word in the english language can describe the amount of hatred i feel right fucking now

leaden vector
#

have you tried describing it in different languages

ionic crystal
blissful stag
polar oyster
#

Russian have many words that can describe

blissful stag
#

what a nothing burger

#

well maybe because im on red deck

leaden vector
ionic crystal
leaden vector
#

Und ja, ich benutze einen Übersetzer aus Gründen des Humors.

ionic crystal
#

the hatred is so immense

#

it could probably cover all of south east asia and japan if i took out 0.11% of it

polar oyster
leaden vector
plush hound
#

hello nrio

leaden vector
#

oh hey Nxkoo

ionic crystal
#

1% of the hatred i feel would cover all of the observable universe

#

i want to explode

blissful stag
#

this game sucks

ionic crystal
#

jokerless moment

plush hound
umbral pilot
blissful stag
leaden vector
ionic crystal
leaden vector
#

> horse walks in

polar oyster
plush hound
plush hound
blissful stag
#

now make it... delta.

leaden vector
#

holy peak

#

these look really nice

ionic crystal
worldly cliff
#

guys

#

any idea

rocky steeple
polar oyster
#

my mod have 8 runes!!! dont play it

rain orbit
rocky steeple
# polar oyster

You should make it so there is 5x mult if there are 2 queens in played hand

rocky steeple
tardy sigil
rain orbit
#

Cracked her too

spiral monolith
#

bananer

blissful stag
#

naneinf with the power of friendship i guess

toxic cloud
#

why do I get the worst possible luck

#

here's context

tulip kernel
slender furnace
#

hey so ive been using balatro mod manager and ive only been drawing 6 cards from my deck randomly?

#

i just started a run

toxic cloud
#

hand size is 8, but game only draws 6 every time?

#

I recommend relaunching Balatro

#

there's a rare bug in current release (1016c) iirc, that if you try to go to main menu while evaluating a hand, the rest of the session is affected by missing hand size

jovial crystal
#

It is blue, why does it give XMult...

winged prism
#

Question

#

What do yall mod dev freaks use for recording clips

#

Because I've been kinda booting up obs everytime for this shit and I'm realizing that this is just stupid

full edge
#

For quick showcases? snipping tool

toxic cloud
winged prism
#

Eye opening bullshit

lament sleet
#

but its pretty customizable, ex. clip length, resolution, keybinds, stuff like that

#

pretty useful when youre playing a game and want to clip a funny moment or smth by just pressing a button

magic brook
#

balala

toxic cloud
#

I use a custom keybind for starting/stopping recording

#

that makes OBS barely a nuisance

magic brook
#

who the heck misprinted my soul

winged prism
#

Ignore how I use a sticker sprite as a placehorder I just wanted to test the power of snipping tool that I previously didn't realize

magic brook
#

Thats it, im nerfing their joker

plush hound
#

D:

magic brook
#

No more wild card retriggers

violet venture
#

@upbeat kayak ooohh...

cyan dagger
#

hii

doublecheckingg some modding stuff but for some reason loading lovely kinda just made me crash everything here for some unknown reason, anyone knows what's up

violet venture
#

Some new effects ol' friend?

#

@round ore "cause fuck your boss binds"

void basin
violet venture
void basin
#

thx

violet venture
#

And now...

#

It's beautiful

full edge
#

It took quite a while, but for every implemented joker that needs it, i've got the unlock condition set up

violet venture
#

@upbeat kayak WHATTHEFUCK

#

Pallid - fuck you
Crotchet - FUCK YES
Droplet - Nice

violet venture
winged prism
#

What is he doing⁉️

#

Actually the width of cardarea should probably adjust to amount of available suit too, not sure why I didn't do that immediately

buoyant kestrel
lavish pike
#

Gppd afternoon

lament sleet
#

gud morning

#

(its still morning for me)

lavish pike
#

👍

daring sluice
buoyant kestrel
#

!

lavish pike
#

Yes

buoyant kestrel
#

specimen

lament sleet
#

creatur

buoyant kestrel
lavish pike
#

She is trying to get to the bugs which i use to feed the chameleons

#

Very silly

dawn remnant
#

anyone got some good mods

#

cuz like
i cryptided
and it was kinda eh

lavish pike
#

My one /j

buoyant kestrel
#

look for vanilla+ mods if you want something closer to vanilla though

lament sleet
#

i wanna see

buoyant kestrel
#

in the modding forum

lavish pike
lament sleet
#

"i wanna see" like they aint invisible

#

my dumbass

lavish pike
#

Chameleons dont change colour to camo

lament sleet
#

well clearly theres no creature in the photo

lament sleet
#

all i see are leaves

buoyant kestrel
lavish pike
#

👍

dawn remnant
#

k

buoyant kestrel
#

i believe so anyway

#

i haven’t played it

#

but people seem to like it

wraith otter
pliant rain
#

Oh sorry

#

i forgot

jaunty galleon
#

i’ve done this for my mod and i’d pull up some code but i don’t have my pc yet

toxic cloud
#

Sagatro when Pleading

#

definitely a good mod, both standalone and as an expansion pack

#

I still recommend standalone tho, storyline makes the joker pool not diluted

dawn remnant
#

sort of on topic question about xchips:
literally just why?

pliant rain
#

what?

dawn remnant
#

ok thats fair

buoyant kestrel
#

blue and neo

dawn remnant
#

and free

buoyant kestrel
#

dom motif

pliant rain
#

dabade dabadei dedabade dabadai

deft ore
#

the pain itself is reason why

hard plank
hard plank
lavish pike
#

I have a sticker no way!

#

I dont know how to code the effect tho :P

#

lol

lament sleet
#

whats it gonna do 👀

#

it looks good

lavish pike
lament sleet
#

oh does it go on playing cards?

lavish pike
#

yup

lament sleet
#

weiirdd

#

how does it get on em

lavish pike
#

stake