#⚙・modding-general

1 messages · Page 542 of 1

mint spindle
#

i'm overthinking this istg

wraith seal
#

what the fuck

hard plank
vagrant trench
#

guys i broke my game

hard plank
#

o.k.

mint spindle
stark shale
#

large

vagrant trench
#

help

#

game broke

#

no more funny joker game

spiral monolith
#

aww yeah!

hard plank
#

wtf!

mint spindle
hard plank
#

tho i honestly prefer my vocaloid pack

fair thistle
spiral monolith
#

i clicked on whatever deck i had to test that

mint spindle
#

red deck is my goat for testing

spiral monolith
#

yellow deck :

fair thistle
#

(the letters remind me of baba is you for some reason)

hard plank
#

the letter deck

mint spindle
fair thistle
half harness
#

roullette joker, spend 10 dollars to spin the roullette wheel and pick a number, if you hit the number you picked you win the round and get 36x payout

hard plank
#

@half harness should i make the thought appear on non letter mode just to fw players

fair thistle
spiral monolith
#

how we feeling?

hard plank
#

i made it so that you can reasonably survive

half harness
spiral monolith
#

i gotta edit 3 of a kind and full house

fair thistle
hard plank
#

basically wordle in balatro

half harness
fair thistle
hard plank
#

do i make it appear with no letter appearing

harsh glacier
#

should i add exa joker

#

tldr joker 2

half harness
#

yes

hard plank
#

heads up

#

i finished rebalancing jokers

wraith seal
#

tl;dr joker with pages

hard plank
#

I'm adding 11 more

#

juicy release

#

trust

#

the quasi connectivity

#

@harsh glacier

harsh glacier
#

wtf!

hard plank
#

I'm adding bocchi

#

the rock

wraith seal
#

whats cryptid's mod id

harsh glacier
#

i believe just cry

wraith seal
#

thanks

mint spindle
harsh glacier
#

balatro when they cryptid

hard plank
wraith seal
#

i see

plush hound
#

cry

hard plank
#

cry

mint spindle
wraith seal
#

😭

plush hound
#

donate me some bigger atlas

harsh glacier
plush hound
#

i could go for 10

vapid swan
#

Innit?

harsh glacier
#

i am adding women to balatro

hard plank
#

astral...

harsh glacier
#

pack

vapid swan
#

yes...?

wraith seal
harsh glacier
#

sorry bepis

#

you have to add your own currency

wraith seal
#

i think with what i learnt from yggdrasil i can make actual banner ui now

harsh glacier
#

i only added gacha deck to shoehorn another ba reference

#

my mod isn't even completely focused on it

mint spindle
wraith seal
vagrant trench
#

guys help

wraith seal
vagrant trench
wraith seal
#

gacha, jokers with description pages, equipment slots and stats

mint spindle
vapid swan
#

HAHAHAHA

hard plank
#

are you British

vapid swan
#

No

#

I am texan

wanton rapids
vagrant trench
#

so basically i had to redowload the game and delete mods and it would let me play but from beginning and now everytime i use mods it crashes

vapid swan
#

I need more british words

hard plank
#

we have astrapboy theastra astral what's next

mint spindle
hard plank
vapid swan
mint spindle
plush hound
#

how do you add a card on the main menu btw

gilded vortex
#

My joke was that you do it often

harsh glacier
#

lovely already exists

mint spindle
gilded vortex
#

Solution: delete Talisman

mint spindle
hard plank
#

the joke is that i don't know

harsh glacier
#

that's because people are STUPID

#

people can't READ

wraith seal
#

i might be evil

harsh glacier
#

so let them have their problem

gilded vortex
harsh glacier
#

of not being able to read

mint spindle
gilded vortex
#

Astronomer

harsh glacier
#

thats for normal people

mint spindle
#

sigh

harsh glacier
#

im adding talisman crash next update

wraith seal
#

imagine using SMODS.Gradient smh couldnt be me

harsh glacier
#

actually technically my mod already doesn't play well with talisman skipping animations as of latest stable version

#

aka the build from a month ago

vapid swan
plush hound
#

development resumes tomorrow

#

im gonna grind DELTARUNE again

hard plank
#

handy has animation skipping now

harsh glacier
#

development resumes tomorrow

plush hound
#

@mint spindle hows the sheldon joker

hard plank
mint spindle
#

here's my code for the joker i was mentioning; i give up there's so much wrong happening

-- god help us all
local function get_numeric(val)
    if type(val) == "number" then
        return val
    elseif type(val) == "table" then
        if val.value then
            return tonumber(val.value) or math.huge
        elseif val.toNumber then
            return val:toNumber()
        elseif val[1] then
            return tonumber(val[1]) or math.huge
        end
        return math.huge
    else
        return 0
    end
end -- yeah idk why i made this

SMODS.Joker {
    key = "love_is_not_in_the_air",
    config = { extra = { dollars = 25 } },
    rarity = 2,
    atlas = "crp_placeholders",
    pos = { x = 3, y = 0 },
    cost = 6,
    blueprint_compat = true,
    demicolon_compat = true,
    loc_vars = function(self, info_queue, card)
        return { vars = { card.ability.extra.dollars } }
    end,
    calculate = function(self, card, context)
        if (context.after) or context.forcetrigger then
            local chips = get_numeric(G.GAME.chips)
            local blind = get_numeric(G.GAME.blind.chips)
            print("chips:", chips, "blind:", blind)
            if chips > blind then
                ease_dollars(card.ability.extra.dollars)
                return {
                    message = "$" .. card.ability.extra.dollars,
                    colour = G.C.MONEY,
                }
            end
        end
        if context.joker_main then
            local chips = get_numeric(G.GAME.chips)
            local blind = get_numeric(G.GAME.blind.chips)
            if blind >= chips then
                return {
                    message = "WRONG!", -- WRONG
                    mult_mod = math.huge, -- fake infinity
                    colour = G.C.DARK_EDITION, -- this doesn't work idk why
                }
            end
        end
    end,
}
mint spindle
plush hound
stark shale
#

hmmmm

mint spindle
stark shale
#

what to do with these 5.1k jokers

plush hound
vapid swan
#

A Br*tish person gave me permission to do this

mint spindle
#

this is just my attempt for somebody smarter to build off of

normal hollow
wraith seal
#

...do you have to censor british 😭

mint spindle
plush hound
vapid swan
#

yeah man

mint spindle
wraith seal
#

im sorry

#

pushing a public apology approximately 3 business days later

stark shale
#

i got something better than those 5,1k jokers

mint spindle
#

it keeps saying that everything is equal to inf

wraith seal
#

oh rivals of aether

#

cool game

mint spindle
wanton rapids
#

what if rivals of aether was good...

brisk seal
#

U*nited K*ngdom

harsh glacier
#

G.GAME.chips only updates during an event

mint spindle
harsh glacier
#

so you'll have to check for hand_chips*mult

mint spindle
#

is there even a way to just get the current chips/mult

brisk seal
#

“mult”

harsh glacier
#

hand_chips and mult respectively

mint spindle
#

oh

#

lol

harsh glacier
#

i would also say do -math.huge but since omeganum infinity is always infinitely small it doesn't really matter

mint spindle
#

right

stark shale
#

68 types :agony:

mint spindle
full edge
plush hound
full edge
#

How many of those are the same name of consumable added by different mods?

mint spindle
#

i'm trying to code it rn

stark shale
#

bet it zodiacs

harsh glacier
#

how many reverse tarot mods are there

plush hound
mint spindle
mint spindle
# harsh glacier hand_chips and mult respectively

js tell me how bad it is doc 🥀

SMODS.Joker {
    key = "love_is_not_in_the_air",
    config = { extra = { dollars = 25 } },
    rarity = 2,
    atlas = "crp_placeholders",
    pos = { x = 3, y = 0 },
    cost = 6,
    blueprint_compat = true,
    demicolon_compat = true,
    loc_vars = function(self, info_queue, card)
        return { vars = { card.ability.extra.dollars } }
    end,
    calculate = function(self, card, context)
        if (context.joker_main) or context.forcetrigger then
            local hand = G.GAME.current_round.current_hand
            local hand_score = get_numeric(hand.chips) * get_numeric(hand.mult)
            local blind = get_numeric(G.GAME.blind.chips)
            print("hand_score:", hand_score, "blind:", blind)
            if hand_score >= blind then
                ease_dollars(card.ability.extra.dollars)
                return {
                    message = "$" .. card.ability.extra.dollars,
                    colour = G.C.MONEY,
                }
            else
                G.GAME.chips = math.huge
                return {
                    message = "WRONG!",
                    mult_mod = 0,
                    colour = G.C.DARK_EDITION,
                }
            end
        end
    end,
}
#

ref do something

stark shale
plush hound
#

REF DO SOMETHING

mint spindle
#

no

#

not even clsoe

wraith seal
#

would you guys use this

mint spindle
wind turtle
plush hound
#

sutpid

plush hound
stark shale
spiral monolith
#

im not a good pixel artist tbh

i should commission one someday

plush hound
#

maybe setting it to false infinity was a bit of a hassle

stark shale
wind turtle
stark shale
#

0.9 can't hurt

stark shale
mint spindle
wraith seal
#

right, reducing it to 0.8 then

stark shale
#

:(

plush hound
#

alright then

wind turtle
plush hound
wraith seal
#

balatro v3.0.0??

stark shale
#

:)

harsh glacier
wraith seal
wind turtle
wraith seal
#

and your profile is wiped

harsh glacier
#

be a normal person and just wrap that shit under to_big

plush hound
#

ref do something

wraith seal
#

wait wait

#

great fucking idea

harsh glacier
#

if its already big it should just return it as is lmao

mint spindle
wraith seal
#

i will have an effect with a downside that can wipe off your profile

plush hound
#

scrap the false inf

harsh glacier
mint spindle
plush hound
#

im setting it to 0

harsh glacier
#

to_big = function(a) return a end or to_big

stark shale
plush hound
#

coding false infinite is tedious

wraith seal
#

to_big = to_big or function(a) return a end

stark shale
#

-naneinf

wraith seal
mint spindle
harsh glacier
#

actually yeah wronf order

#

im stupid

mint spindle
plush hound
#

can you make it so like it sets your score to 0

mint spindle
vapid swan
mint spindle
vapid swan
#

You now pay with pounds

stark shale
#

how splendid

mint spindle
#

probably but it'll be harder

plush hound
#

HARDER

#

guhhhhh

#

uhhhhhhhhh

normal hollow
stark shale
harsh glacier
#

so true n

mint spindle
hard plank
wind turtle
plush hound
mint spindle
#

how do i make it always crash

wind turtle
mint spindle
#

(it's for a consumable effect dw about my intentions)

vapid swan
#

error("ERROR",100)

mint spindle
#

ok then

wraith seal
#

no wait

#

how do i wipe off profile again, one sec

harsh glacier
wraith seal
stark shale
#

malware in the work

plush hound
mint spindle
#

or at least

#

i tried

#

(asked the community for if i should have this as a thing in a consumable and most have said no)

wraith seal
plush hound
#

how do you make items appear in a shop

stark shale
#

I have

#

an ingenious idea

wind turtle
wraith seal
#

make a mod misew

stark shale
#

this one for the cryptid addoner

fair thistle
#

astral, this is crazy 😭

mint spindle
wraith seal
plush hound
gilded vortex
stark shale
#

you guys know DougDoug

gilded vortex
#

It’s always Tokyo

stark shale
gilded vortex
#

No wait

#

The joke was with Kyoto

#

In DougDoug versus Neuro

mint spindle
mint spindle
stark shale
#

what if

#

we make him a joker

gilded vortex
plush hound
mint spindle
#

mugmug consimable

fair thistle
#

Queen Elizabeth of hearts

gilded vortex
grand geode
#

KYOTO AT ALL COSTS

plush hound
stark shale
#

Douglas Douglas gain XMult for every://seed used

mint spindle
gilded vortex
mint spindle
stark shale
plush hound
#

yall bald as hell

wind turtle
plush hound
#

crossmod with me

gilded vortex
grand geode
#

i remember autumn (a youtuber) saying you're bald is a northernlion reference 😭

gilded vortex
#

and Neuro pulled a “I have 201 PhDs on them” 😭

#

A YouTuber, not a mood

grand geode
#

not a mood no

gilded vortex
stark shale
#

how tough of him!

plush hound
#

i could make him as a joker

#

im just gonna wait until one pops out

stark shale
mint spindle
#

why is it pink

#

or am i tweaking

jovial crystal
#

Hell yeah, I love crediting artists

mint spindle
#

nahhh wtf

mint spindle
stark shale
#

Ortalab

mint spindle
# wraith seal

unironically this would be a lot better than my current implementation of deleting the current run's save file

#

idrk how to make this work though

wraith seal
#

it would just be setting G.SAVED_GAME to nil then, I think

gilded vortex
gilded vortex
jovial crystal
stark shale
#

love myself some placeholder art

jovial crystal
#

But one in the mod settings would be good

gilded vortex
gilded vortex
mint spindle
gilded vortex
#

Though I have a Credits section in the description

#

Because I have e.g. a Blind

stark shale
#

time to play rival of aether

jovial crystal
#

The latest art was this Sunboy

mint spindle
#

part in consumable that causes the deletion

G.E_MANAGER:add_event(Event({
    trigger = 'after', 
    delay = 1.5, 
    func = function()
        -- delete all save files before crashing
        delete_save_file_for_focused_profile()
        -- this will cause a crash
        get_crashed_noob_lol("get_crashed_noob_lol")
        return true
    end
}))
return true
#

well

#

i should go to bed

#

it's 4:41 am and i haven't slept

#

sob

stark shale
#

hell yeah

jovial crystal
#

COMIN' IN HOT

plush hound
#

i love messing with soul pos

wraith seal
#

is yggdrasil getting better with each update

tacit crescent
#

It kinda sounds like Tusk(but already taken)/Echoes or maybe also Lucy Steel with all the Holy Corpse parts
Something of staged evolution or “additive” kind of concept
Maybe Naruto?
I am still trying to pool some thoughts in

wraith seal
#

wait shiiiii lovely 0.8.0 is out?

grand geode
#

Spider Bud now only triggers once per round, and reworked to use hand size

wraith seal
#

lcorp actually being worked on?

#

who are you

stark shale
#

I love you

grand geode
#

i think spider bud is the only problematic one

gray cove
plush hound
harsh glacier
#

FUCK

#

someone already made the joke

gray cove
#

If an ant hits you going 10000 mph

#

Would it hurt?

fallow bramble
#

Today's a crazy day

harsh glacier
#

wtf!

#

fuck this means tomorrow i am destined to work on my wiki page

plush hound
#

i should probably have ATLEAST 1 Jimbo

stark shale
#

i am having fun

harsh glacier
#

is that super mario

gray cove
fallow bramble
gray cove
#

-# would it hurt tho?

earnest eagle
#

It's whenever I hover over a non-Black Hole planet card

harsh glacier
#

guys should i add cryptposting cross mod

#

you get ONE joker

fair thistle
earnest eagle
#

Your mother

fair thistle
#

also may I use this as a reaction image

earnest eagle
tall vortex
#

@harsh glacierUnbelievable

vapid swan
#

France calling me a quitter 😔

fair thistle
#

that's literally just the needle with no upside

#

(or the needle with reverse it's upside even)

stark shale
#

chicken

plush hound
fair thistle
plush hound
wraith seal
#

im so lazy rn help

plush hound
#

should i put on the jimbo hat for him

wraith seal
#

yes

#

virtual insanity

wild rampart
fair thistle
#

looks inside

tacit crescent
plush hound
tacit crescent
#

And yeah just give him the joker make-up balatrojoker

plush hound
tacit crescent
#

Just something to make the joker more balala

plush hound
#

irl showman

wraith seal
#

the amount of placeholder art in here will make all of my mod's artists cry (including me) :3

wraith seal
#

hi

grand shadow
#

send the detes

#

ill do the textures*

#

again

wraith seal
#

later, i got classes rn

grand shadow
#

ah

#

on a sunday ?

wraith seal
#

yes

grand shadow
#

wtf!

gray cove
#

Layer 8

#

Reveal

#

Yeyyyyyyy

plush hound
gray cove
plush hound
gray cove
fallow bramble
plush hound
#

negative aura

#

jk, its from perkeo template, i havent changed the calculation yet

#

im brainstorming for one

rustic sail
#

Redid the dynamic button api I made, now supports actually aligning to different sides instead of JUST the right side (and also doesn't take up an entire CARDS WORTH OF SPACE to the right iara_cry_sob )

plush hound
wraith seal
#

whats the forth game

plush hound
#

job

wraith seal
#

im reporting you for saying slurs here

#

blocked

fair thistle
#

job application

#

britain

vapid swan
#

when the sell button is the same size as the joker

gray cove
#

What the helli

gray cove
#

Do you use smods or lua directly?

rustic sail
#

uhhh

#

neither really

gray cove
#

Editing the game’s code.

#

?

fair thistle
rustic sail
#

closer but uhhhh

#

lemme lay it out rq

gray cove
#

The hillyonte

#

With the helli on

earnest eagle
fair thistle
#

💀

gray cove
vapid swan
#

Would it hurt

gray cove
#

I’m asking 😭

vapid swan
#

I mean I could do the math but I don't think It's what you're wanting

gray cove
#

Holy shit feintha been typing forever

rustic sail
#

sorry

vapid swan
#

tiny ant + big speed = big knockback.

gray cove
earnest eagle
gray cove
vapid swan
#

it would send you flying

rustic sail
#
button class (using custom lua-oop)
| -> button array 
|  -> smods.draw_step (to create and manage the buttons, nothing else) 
|   -> create button wrapper (individual uibox per-button) 
|    -> parent to card
|     -> button-hook using ref_table
|      -> call button-class-object:process()
|
[-> button class object -> can_display()
|                      [-> false -> remove button
|                      [-> true -> check if button doesn't exist, if it doesn't, create it
gray cove
vapid swan
#

so depending on what wall you smash into at ??? mph, yes.

#

WAIT

#

if an ant (normal size) hits you at a high velocity, you would feel it

rustic sail
vapid swan
#

pain is a VERY annoying version of feeling but it's still feeling

rustic sail
#

I could just hook into the update() function too but thats the only smods part

vapid swan
#

THINK MARK THINK, WOULD THE ANT HURT.

gray cove
vapid swan
#

I'm gonna add the ant joker that launches an ant towards your house at 3000MPH

earnest eagle
fair thistle
#

crap, forgot-

gray cove
#

It would hurt chat

vapid swan
#

!!!!

fair thistle
#

anyways, mrow

gray cove
grand shadow
gray cove
#

Breaking bad invented trans

#

They don’t want you to know

grand shadow
#

i understand it now

#

it all make sense

fair thistle
blissful stag
#

Development resumes TODAY

vapid swan
fair thistle
tropic egret
#

Development resumes TODAY for ONE of the THREE MODS i am WORKING on

#

FUCK the OTHER TWO

grand shadow
velvet wave
#

does anyone know where to get the smod alpha version

fair thistle
velvet wave
#

cos when i try going to the github i cant find them

fair thistle
#

As a concept, not as a game

velvet wave
#

or it says 404

grand shadow
blissful stag
#

Has anyone made a Saiki K joker before

vapid swan
#

that's the guy with the pink hair and balls right?

blissful stag
#

Yeah

vapid swan
#

never heard of him

gray cove
cedar iris
#

What do you usually use to edit and do jokers and cards designs?

grand shadow
#

true horse of validation

#

my god

cedar iris
#

will look into it tyty

gray cove
grand shadow
vapid swan
gray cove
vapid swan
#

just get it from the github

gray cove
velvet wave
#

can someone help me find the steamodded old calc that works for cryptid

quasi grail
#

Hey, just asking. How do people mod mobile balatro? Saw someone on youtube playing the Cryptid mod on a phone

gray cove
#

Libresprite

vapid swan
gray cove
blissful stag
#

I am NEVER using aseprite!

gray cove
#

The hellyon

gray cove
fair thistle
gray cove
#

With the helly on

blissful stag
#

I actually havent done joker art in a very hot minute

velvet wave
plush hound
#

development resumes tomorrow

#

next up: consumables

grand shadow
quasi grail
gray cove
#

What the helly berry

gray cove
velvet wave
#

free shawarma when i see u

gray cove
#

Pov : horse of validation when the fish of rejection walks in

grand shadow
#

oh no

fair thistle
#

I wonder how I'm doing rn

#

oh!

earnest eagle
fair thistle
#

bored

jovial crystal
#

Horse?

#

Pony???

tacit crescent
earnest eagle
#

Yep

#

Happens whenever I hover over true planets

#

(Cards like The Universe in its Fucking Entirety)

cedar iris
#

On the jokers that have 2 parts in their design (like the legendary vanilla jokers) how do you apply the SMODS.Atlas?

cedar iris
#

im doing it like this

earnest eagle
#

@tacit crescent Got any fixes?

wind turtle
cedar iris
#

Oh okay

earnest eagle
#

m

tacit crescent
#

Did you update all three of them recently?

faint sand
gray cove
#

Bal♠️trEARON

fair thistle
warped trail
#

does anyone know how to install the balatro mods?

#

im following the tutorial but stuck at the part where you make the folder because it gives me an error when I press windows and R to input %AppData%Balatro/

tropic egret
warped trail
#

so like look through for the exact files?

tropic egret
#

then you can look in your user

#

your AppData should be there

#

...

worn nest
#

i need a deltarune chapter 1-4 texture pack on god-

tropic egret
#

are you on xbox

#

well, microsoft store download

fair thistle
tropic egret
#

we can only mod steam version of balatro currently

fair thistle
#

either that or a rare

worn nest
#

good idea

fair thistle
#

this fella looks rare af

worn nest
#

heh

#

im in love with CH4 rn

fair thistle
#

I'm surprisingly decent at pixel art for someone who likes cutting corners sometimes and used to barely do pixel art

plush hound
#

this is peak

fair thistle
tropic egret
#

what's with this

fair thistle
tropic egret
#

why rec tangle. ..

fair thistle
tropic egret
#

he's staining the floor smh

fair thistle
#

Gone

tropic egret
fair thistle
#

bruh!!!!

worn nest
wooden forum
#

How excactly do i start making my own mod

fair thistle
fair thistle
#

NOW it's peak

#

maybe I should inverse the card shading on the edge

warped trail
#

well i cant get the mods section to pop up in baltro

#

I put steam modded and injector into the mod file

distant badge
fair thistle
#

I barely even did anything too

jovial crystal
#

This Joker is Pissing me off...

fair thistle
#

I just did a fill with 1 Pixel expansion

wooden forum
#

Damn

fair thistle
#

This Blind is Pissing me off

jovial crystal
#

Since Star Walker is a placeholder character, I think you can get away with making the art simple as Fuck

fair thistle
#

he's so awesome

lucid knoll
#

it's not gonna crash, right, infinite tag engine

jovial crystal
#

Eventually I just get a vertical line on the right

warped trail
#

Does anyone know why mods tab in baltro isn't showing for me, I put the steam modded and injector into the mod folder and still isn't working

wraith seal
#

the version.dll should be in the steam balatro folder

#

not the mods folder

warped trail
#

Ohhh let me try that

lucid knoll
#

and make sure you put your mods in the Balatro folder in the C:/.../AppData/Roaming/Balatro directory, not your steam installation folder

warped trail
#

Well that's the only way to access it is through steam folder

#

I've looked everywhere

#

This is where my mods folder is

fair thistle
#

I'm walking around in a Walmart rn

lucid knoll
warped trail
#

Just double checking is this where you think I should put it

fleet oasis
lucid knoll
#

yes

warped trail
#

I had to type that out to find it 😭

#

For some reason is wouldn't pop up till I typed it

lucid knoll
#

windows file explorer hide AppData (and some other folders) by default unless you have the option to show hidden items

#

I don't think it's getting any denser

fleet oasis
lucid knoll
#

it's not even double tag, it's just whatever tags pity prize generated

warped trail
wild rampart
#

gros michel on steroids

warped trail
lucid knoll
#

Imma make a savestate and just see what kind of deck I can build off of just tags alone

novel forum
#

Is there a mod that just increases the rate of negatives, or a way to change the game files myself?

warped trail
#

YES GUYS I FINALLY INSTALLED MODSS

tardy dome
#

i cant find crypted and it seems fun

novel forum
#

Just google "cryptid balatro" and look for git page

warped trail
#

Does anyone have a mod to reccomend

novel forum
#

Pokemon is awesome, Cryptid if you want to have a broken build

warped trail
#

Is pokemon one on here

lucid knoll
#

yooo I can see the shop!

lucid knoll
#

still don't know how exactly hook works tho

novel forum
wind turtle
novel forum
warped trail
#

oh okay

wraith seal
#

:3

#

it has uhh crafting from minecraft, cool skill trees (i think)

warped trail
#

alright i wrote down all the mods yall reccmended me im gonna try them one by one

wraith seal
#

thanks, if theres any suggestion/feedback for any mod you have then feel free to send them in the respective mod's thread :p

tacit crescent
#

Did you have Energia or Cucumber?

lucid knoll
tacit crescent
wraith seal
hard plank
#

wtf

wraith seal
#

aikoyori

stark shale
#

the world is telling me

#

to go bananas

tacit crescent
stark shale
#

shilling again... smh

lucid knoll
#

how do you flip a double-sided joker

faint sand
#

Meow meow!

lucid knoll
#

ah, nvm, jokerdisplay was covering it

oblique tiger
#

Hey, are there any mods/ways to limit what jokers can appear in any given game without editing profile files or something janky like that?

warm swan
#

@stark shale How much RAM do you have? I just added 8GB to my Steam Deck (through a method that makes it a bit slower), and I'm trying to see if that'll make a difference and make it work.

oblique tiger
faint sand
oblique tiger
#

I’m actually in the middle of trying to make a bot to play the game and too lazy to write out every single bit of joker logic for a PoC

faint sand
#

Ah

velvet wave
#

why does this work man 💔

faint sand
velvet wave
#

horse balatro beer

faint sand
velvet wave
#

my real name is mr liquor

faint sand
#

my real name is evil horse

#

or just horse I forgot

tacit crescent
fair thistle
#

the original horsewalker

stark shale
#

Copy me

#

anyway

#

Press E to call for a Doctor

tacit crescent
#

E

stark shale
#

Idiot there's no Doctor

tacit crescent
#

💀

fair thistle
#

E. A.

gray cove
gray cove
lucid knoll
#

why does cryptid have to conflict with saturn

gray cove
#

Racist gabriel

whole nova
#

i officially turn 16 today 🥶🥶🥶

normal hollow
#

happy birthday

gray cove
#

Also happy birthday 🎉 have some cake 🍰

fair thistle
#

you are slowly aging while reading this message

tropic egret
#

lets play canicao does an art pass

gray cove
#

Wtf is this

tropic egret
gray cove
#

I see among us

#

Yooo i see

#

Its a couch

tropic egret
#

now i can pick to put myself on the end or on the floor

#

frankly it's probably more respectful to be on the floor

#

but no

#

someone else can be eeping on the floor

gray cove
#

Can i be that person

#

Chat we should make a community art like those

fair thistle
#

what if atlas from portal 2 was sleeping on the floor

vital stratus
gray cove
oblique tiger
gray cove
#

Chat is sza a real artist?

oblique tiger
velvet wave
gray cove
#

I need it for my horse collection

oblique tiger
#

...

tropic egret
#

proportions hard

warm swan
oblique tiger
#

guess it just chooses favourites

solemn maple
#

Can the lovely injector be used without the game files being attached to the steam client?

stark shale
wind turtle
stark shale
oblique tiger
solemn maple
stark shale
#

98% of balatro players can't think

warm swan
#

If the game shuts down after running for a bit, does that mean it ran out of memory?

lucid knoll
#

I don't think the better tag mod is helping much

fair thistle
oblique tiger
hasty harbor
#

Can you play cryptid on steam deck? I’ve been playing it on pc and wanted to try it out on steam deck

velvet wave
sage hinge
#

god damn it playing with the yahi mod is hard (sometimes)

lucid knoll
#

so abort just unplay your hand right?
I have made a critical mistake

fair thistle
#

It doesn't undo the scoring

#

I'm pretty sure

sage hinge
#

don’t forget about dr WhatsApp

fair thistle
#

horse

sage hinge
#

be me

#

in spaceship

#

horse walks in

limber cairn
#

Whatsapp seal

#

Into The Spiderverse, call that Whatsapp Danger

fair thistle
hardy brook
#

dr whatsapp? Nah Nurse Zoom Call

#

It's a reference

jaunty galleon
#

hmmmm. sell value jokers

toxic cloud
ashen tide
#

Just getting started using mods with Balatro on mac (apple silicon); saw this in the Lovely docs You cannot run your game through Steam on Mac due to a bug within the Steam client.

Are there any more details about this? Searching around I can't find anything similar online, but also the usual process of setting launch options in Steam isn't really doing anything so 🤷‍♂️?

wind turtle
ashen tide
#

yea, i'm able to run it via the runner, just was curious if there was any documentation about the steam bug itself since I didn't see anything online about the bug (and would like to follow it in hopes of it eventually being fixed/etc; i'd like to keep my hours played/etc up to date)

#

fair enough, lol

normal hollow
wind turtle
north summit
#

Everytime I change a card in my deck, and I try and preview my deck I get this crash

#

I already turned off all my mods and the crash still happens, I have been using these mods for days without issue. I feel like it has something to do with steammoded or lovely but idk

prime dock
umbral pilot
#

@ashen tide

#

0.8.0 running ok?

ashen tide
tropic egret
ashen tide
#

i'm seeing these [##] for color in more fluff? but other than that everything's running great 🙂

tropic egret
#

that's the progress bar

ashen tide
#

ohhh

gray cove
ashen tide
#

i thought it was a template or something that wasn't replacing correctly, lol

rugged fable
#

I thought that too looking at it

tropic egret
ashen tide
#

new to the mods, lol. was waiting till i got c++ before i dipped into them

shy cloak
#

hello i come before you to kindly ask whether does anyone have the invite link to the infamous critically acclaimed balatro multiplayer mod

#

🙁

shy cloak
#

Wow its just balatromp

#

Wonder why they didn't put that on the site

tropic egret
#

what site

gray cove
shy cloak
#

In any case thank you

earnest eagle
gray cove
#

FUCK

brazen lion
#

Couple enhancement and joker ideas I’ve had while at work.

ivory sinew
#

How would I get the current value of the UI's chips and mult?

twin briar
#

I installed cryptid and it loaded fine, then I disabled Ortalab and now when I load the game it just closes itself after reaching the title screen? Anyone have any idea what happened?

earnest hearth
#

what mods are useful in balatro

brazen lion
#

Hehe I had a silly idea


Edison’s Successor:
Retrigger all Jokers. 1/4 chance to get struck by lightning (get destroyed).
brazen lion
#

Brainstorm is pretty good

earnest hearth
#

what they do

earnest hearth
earnest hearth
#

is

#

that mod vro

#

like i need mod to keep the game vanilla

#

i dont want to put weirds things

wind turtle
fair thistle
lucid knoll
#

lol, somehow I got a cryptid run so janky that if I have cryptid in my mod folder the game crashes on the title screen

twin briar
#

I’m having the same problem but I didn’t even do a run with it

shy cloak
#

does anyone know what functions/misc_functions.lua:2131: attempt to get length of field 'ranks' (a nil value) is

#

This is what i get for trying to mod on mobile

#

Starting to give up, did everything i could

prime dock
#

which one do yall prefer

shy cloak
#

Right one

prime dock
shy cloak
#

Now that you say that

fair thistle
shy cloak
#

Still right tbh

umbral pilot
#

rghyt

fair thistle
#

Why left got the McDonald's pallette

umbral pilot
#

he's got a hardhat on

granite aspen
#

hey gang, i know this might be like

#

illegal

#

but i need some help

prime dock
#

is it modding on mobile

azure flicker
earnest eagle
#

????????

umbral pilot
west wolf
#

how's that software that lets you export pngs from jokers called

shy cloak
#

You and i

#

We are being punished

earnest eagle
shy cloak
#

For something incomprehensible

west wolf
granite aspen
#

YALL SAW NOTHING

#

YOU GOT IT?

#

NOTHIN'

#

NADA

#

ZILCH

shy cloak
#

Heres what i got btw may be of help

earnest eagle
#

This is all that's printing to the thing now:

tacit crescent
umbral pilot
#

why does forge crash balala

earnest hearth
#

yooo someone can tell me mods that keep the game vanilla but includes like data, and like that

umbral pilot
#

I want flans mod

earnest eagle
#

...bruh

umbral pilot
earnest eagle
umbral pilot
#

help

#

how to install lovely

wind turtle
stuck steeple
#

Anyone help me out, I really wanna have some mix up in the music but keeping the same vibe. Anyone got that modded in?

shy cloak
#

Is mobile modding so unspeakable it breaks the law

wind turtle
umbral pilot
#

that leads me to site not found

shy cloak
#

Wow ok

umbral pilot
#

thanks

shy cloak
#

Ill go hide in my corner

umbral pilot
#

this Ethan guy seems sus

hard plank
#

Ethan

umbral pilot
#

idk gives off bad vibes

earnest hearth
earnest eagle
#

When you select, say, a pair, then the Sly Joker'll pop up with +50 underneath

vapid swan
#

yo that's sick

earnest eagle
vapid swan
#

ofc it's nh

#

so based

earnest eagle
#

Not my mod, but it's a Marge w/ her potatoes thing

#

@normal hollow Based mods btw

dense egret
#

hiiiiiiii

vapid swan
#

hello!

umbral pilot
#

hello

dense egret
#

what you doing chat?

umbral pilot
#

trying to install lovely

vapid swan
#

modding

dense egret
umbral pilot
#

(waiting for my bus)

dense egret
umbral pilot
#

nah, I'm just shit posting

#

very bored

dense egret
#

When will lovely 2 come out? balatrojoker

earnest hearth
#

other like that?

hard plank
#

ethan

#

love 0.8.1 milestone

vapid swan
#

adds random crap

hard plank
#

guess what i was doing when i have balatro open for 7 hours

vapid swan
#

playing balatro

harsh glacier
#

aikoyori

hard plank
#

💤

vapid swan
#

lame

#

should've been playing balatro

hard plank
dense egret
vapid swan
#

hehehe

#

one of the many things

#

a normal deck

fair thistle
#

I'm gonna go look

dense egret
left aspen
#

guys my balatro keeps crashing 🥀

wind turtle
fair thistle
#

I can't find it

fair thistle
#

I still love this so much - my baba, my baby

hard plank
#

ok wel i think that's the limit yeag

left aspen
vapid swan
#

I'm gonna make it 3 OR MORE cards

vapid swan
gray cove
fair thistle
vapid swan
#

🤏 🎻

hard plank
#

i am so cooked

gray cove
fair thistle
hard plank
#

:3

vapid swan
#

sounds fun as hell

gray cove
fair thistle
vapid swan
fair thistle
dense egret
vapid swan
#

I've been doing other stuff

fair thistle
#

Hmph

#

Fair

wind turtle
gray cove
fair thistle
#

three of a kind only, start with 4 discards

hard plank
#

adding bocchi joker

vapid swan
#

flush five with my 2 kings 2 queens and a jack lmao

gray cove
#

Does that mean you can’t make straights ?

vapid swan
#

what I'm making rn:

dense egret
gray cove
gray cove
hard plank
#

mango box

gray cove
#

Are you sure ?

fair thistle
vapid swan
#

Are you sure ?

fair thistle
#

So its possible

#

Technically

#

Just, probably very stupid

dense egret
fair thistle
#

I haven't done it before though

fair thistle
vapid swan
#

looking at how the smeared joker works

fickle elbow
#

Aij does it too

#

-# probably better than cryptid

fair thistle
#

show

chrome maple
#

my game keeps crashing when i summon a specific link monster in the joy yugioh mod. its been multiplae updates already so i dont think its the monster

fickle elbow
#

Its only joker effect wise though