#⚙・modding-general

1 messages · Page 571 of 1

hard plank
#

how do i make text move

wind token
#

move? like the art or the description?

exotic belfry
#

That’s a fantastic early game pickup

hard plank
#

text

jaunty galleon
#

yeah

hard plank
#

marquee

#

play grab bag

#

like marquee

wind token
#

I dont think i ever did make a joker with moving text

latent crescent
#

@hard plank you know, maybe you should make mod icons a bit smaller

wind token
#

I kinda like the size they are

latent crescent
#

They're looks too big and too close to the edges

hard plank
#

it's either tiny as shit or that

full edge
#

oh no they're under attack

stark shale
#

that's enough messing around for today

hard plank
#

personally i like bigger icons

jaunty galleon
latent crescent
#

hm, well, okay

warm swan
#

Posting this here also in case anyone can help

latent crescent
#

Up to you, but I'd like to make then 5% smaller or smth

warm swan
hard plank
#

i think the scaling would be ass

grand geode
#

kqe-1j-23 [Uncommon/HE]
When Blind is selected, destroys a random Letter Card to store X0.25 Mult
On final hand of round, gives stored XMult, then lose X1 Mult stored

hard plank
#

breeze mentioned that the icons will be crusty

grand geode
#

idk

hard plank
#

technically it's Alphabet Card (the one you can use to set a playing card's letter)

grand geode
#

shut

stark shale
#

[Dumbass]

west hill
#

I like the icon scale i just think the mod name could do with being slightly larger

grand geode
#

- If you spell anything profanity, -X999 Mult

hard plank
#

FUCK

#

SORRY

stark shale
#

Shit

distant badge
#

queen joker that has a 1 in 3 chance to spawn a Gros Michel upon entering a blind

copper sparrow
#

finally, i released my first mod
it was sitting in my projects folder for like a month now

full edge
#

Was there a proper smods way to destroy cards during a blind but not during the destroy context?

grand geode
#

no but we have jank

full edge
#

time for jank then, haha

#

because this ain't gonna work otherwise

fallow bramble
#

Lotsa kings no baron

grand geode
#

you just need to destroy the card before it gets drawn to another area

gilded vortex
#

I think a recent update removed it, but you can make it work I think

full edge
#

oh, wait, it does work properly if you destroy a card in hand if nothing was gonna happen to it?

gilded vortex
#

Thanks to Card.can_calculate

full edge
#

tbh, I should double check regardless

grand geode
#

yeah

full edge
#

And just make sure it's properly deleted

gilded vortex
#

I think you can manually set Card.getting_sliced

grand geode
#

it's iffy during play but it should work in hand

full edge
#

because there's a chance it gets selected right as it gets played, I suspect

jaunty galleon
gilded vortex
#

Or patch in a new variable

grand geode
#

getting_sliced is a flag

gilded vortex
fallow bramble
jaunty galleon
#

peak album

full edge
#

Oooh, neat, checking that out

grand geode
#

....when was that added

gilded vortex
west hill
#

A few weeks ago

gilded vortex
#

If so I think that covers some of the points that I had about the issue

full edge
#

yup

#

I'll do some test runs on this blind to see if I can break it, regardless

#

because I'm sure timer nonsense can create a lot of unexpected behaviours

hard plank
gilded vortex
full edge
gilded vortex
#

Immediately right?

#

Not in an event?

west hill
west hill
hard plank
#

constant speed would feel a bit unnatural

#

lol

#

i think

stark shale
#

upcoming smod pr

west hill
#

Maybe the ease is too aggressive then 🤔

hard plank
#

this is just sine lmao

grand geode
#

outexpo supremacy

west hill
#

It just feels very fast in the middle

jaunty galleon
#

hooray, i'm at 50 jokers again !

#

there were 54 in the last update

stark shale
full edge
jaunty galleon
#

THE BEACH THAT MAKES YOU OLD

#

actually, isn't it the rocks

full edge
#

yeah but 'the rocks that make you old from the beach that makes you old' is too long as a name for the blind

#

maybe once there's an easy way to make names scrolling text

jaunty galleon
#

that would be really really funny however

#

this has to be my new favourite joker aesthetically i love him

gray delta
#

oh wait does it count the hand at the start of the round

hard plank
jaunty galleon
#

it’s a joker that’s been in the mod for ages but i redid the art

west hill
full edge
jaunty galleon
#

make it a little slower though i can’t read that

hard plank
#

i almost pulled my hair out

full edge
#

can't wait to have my version number tick up and increase exponentially over time

vital dome
#

anyone knows a cool joker mod?

west hill
#

Slower with a pause at each end and it would be 👌

vital dome
#

like design mod

full edge
#

design as in textures, or design as in a mod that lets you make a joker?

vital dome
#

i can make one???

#

makes sense

jaunty galleon
#

the latter exists and is called joker studio lol

vital dome
#

but is there any make-a-joker mod for non program babies?

livid comet
full edge
plush hound
#

balatro rip

#

NOW

livid comet
#

how do I update them?

hard plank
#

@plush hound

full edge
jaunty galleon
plush hound
plush hound
wind token
#

Ive learned my lesson and uploaded my code to github

hard plank
#

what

wind token
#

ive been meaning to make a github for my mod

#

and when i lost my data for a bit i couldnt recover it

#

but now i always can

primal valley
#

taking suggestions for my vaporware (or at least until i learn lua) mod (it's called fallout)

#

@ me

vapid swan
#

Who did it better?

humble saffron
#

crazy

wind token
vapid swan
wind token
#

Time to code the first 5 and then start making the next 5

plush hound
wind token
#

1s let me get the code

#

So this is the sprite sheet I do, I then use this code to animate it, the number after the % dictates how many frames there are

    update = function(self, card, dt)
        -- Store animation state in self
        self._counter = self._counter or 0
        self._timer = (self._timer or 0) + dt

        -- Update animation every 0.05 seconds
        if self._timer >= 0.5 then
            self._timer = self._timer - 0.5
            self._counter = (self._counter + 1) % 6
            self.pos.x = self._counter  -- Update self's position directly
        end
wind token
#

np

plush hound
#

now i know how

#

i meant to animate the missing model joker

#

and also the other one

wind token
#

souls cant be animated for some reason

livid comet
#

What's the isssue now? I downloaded all of the latest mod versions

Oops! The game crashed:
main.lua:11599: Could not find proper Talisman folder.
Please make sure the folder for Talisman is named exactly "Talisman" and not "Talisman-main" or anything else.

Additional Context:
Balatro Version: 1.0.1o-FULL
Modded Version: 0.9.8-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.8.0
Platform: Windows

Stack Traceback

(3) global C function 'error'
(4) main chunk of file 'main.lua' at line 11599
(5) global C function 'require'
(6) LÖVE function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x318385e8 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x3186b8f0, gammacorrect:false, title:Balatro, externalstorage:false (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(7) global C function 'xpcall'
(8) LÖVE function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(9) global C function 'xpcall'
(10) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])

full edge
wind token
#

read the message

#

lol

livid comet
#

OH

#

did not see that

wind token
#

its fine, it happens

hard plank
#

hypebolic tan function

livid comet
#

wrong thing hold on

hard plank
#

:(

livid comet
hard plank
warm swan
#

Does anyone know how to change the profile prefix?

hard plank
#

what the fuck is a hyperbolic tan function

full edge
# livid comet

I think you may have downgraded smods instead of upgraded it

hard plank
#

why are you using pre 1.0.0 steamodded

#

😭

full edge
livid comet
#

hold on

hard plank
#

are you following a tutorial

livid comet
#

okay it works now

#

there was this custom deck mod I wanted which installed the old version of steamod with it

round ore
#

why would you have multiple copies

warm swan
wanton rapids
#

that's old

#

i thought that got removed

warm swan
#

This is a card I have gotten many times

hard plank
#

hi more fluff

warm swan
#

Oh

wanton rapids
#

haikoyori

warm swan
#

They probably have an old version lol

wind token
#

Is this worded well?

warm swan
wind token
#

oh

#

lmao oops

old wraith
hard plank
#

hold G and press A

old wraith
#

oh

hard plank
#

also wtf why porter works

rain minnow
#

HOLY SHIT MIGUELVF3

#

WHAT

#

HI MIGUEL

wind token
#

ayyy, aikoyori, how would one hypothetically get a random spectral card

warm swan
wind token
#

i dont think theyre mad

old wraith
#

huh

warm swan
#

Nxkoo certainly was

#

Lol

wind token
#

nvm then

teal sky
#

Meowww

warm swan
#

Mew

wind token
#

holy shit, a cat

teal sky
paper laurel
#

does too many joker eat muh consumable slot

#

where are them

#

nvm its not too many joker

rain minnow
#

he ate them

#

gluttony

hard plank
#

bri ish

paper laurel
#

what

exotic belfry
#

Lol

hard plank
#

hi astra

gray cove
#

Chat when will the patch of brain that fixes the issue that makes you forget what you want when you enter the room drops ?

exotic belfry
#

Hello aiko

gray cove
hard plank
#

play grab bag

jaunty galleon
wind token
#

holy shit, spongch bob

rain minnow
#

aikoyori can you make aikoyuri mod

hard plank
#

watafak

tranquil vessel
#

how does it still happen

wind token
#

i forget, how do i make a custom message appear in an event?

#
            G.E_MANAGER:add_event(Event({
                    func = (function()
                        G.E_MANAGER:add_event(Event({
                            func = function() 
                                local card = create_card('Tarot',G.consumeables, nil, nil, nil, nil, nil, 'car')
                                card:add_to_deck()
                                G.consumeables:emplace(card)
                                G.GAME.consumeable_buffer = 0
                                return true
                            end}))
                        return true
                    end)}))
        end
    end,
#

Idk how the message should show up

paper laurel
jaunty galleon
#

no idea what the stack is referring to

full edge
normal hollow
#

im trying to find familiar to compare it to the vanillaremade one 😭

jaunty galleon
wind token
#

Swatch is now working

jaunty galleon
#

ohhh can you not send an int as a message?

#

hm

lone frost
#

intimidating message

covert condor
#

is there a mod that makes jokerdisplay and better mouse and gamepad compatible?

fallow bramble
tropic mason
#

anyone know almost every content mod i add makes the game crash? are they like all out of date or am i doing something wrong?

normal hollow
livid meadow
tropic mason
covert condor
tropic mason
#

do i need ot play on an older game version?

hard plank
normal hollow
livid meadow
tropic mason
# hard plank

how are people running this many mods without issues

#

i download 3 and i crash

fallow bramble
wind token
#

is scoring_hand only the cards that scored?

fallow bramble
wind token
#

thank god

livid meadow
#

Presumably yeah

tropic mason
warm swan
fallow bramble
#

Maybe Multiplayer isn't compatible with sylvies too?

#

Idk that mod

hard plank
warm swan
fallow bramble
#

No

covert condor
tropic mason
#

yeah idk what that menu is from either

#

not from SMODS the most recent one doesnt have that

fallow bramble
hard plank
warm swan
fallow bramble
tropic mason
#

nope instant crash

hard plank
covert condor
#

cool

hard plank
#

also has scrolling author name finally

fallow bramble
#

I don't have the link tho

jaunty galleon
#

good as a common?

tropic mason
#

ill try it without miultiplayer

#

still crashes

#

its not multiplayer

hard plank
jaunty galleon
# jaunty galleon good as a common?

it was originally an uncommon that gave X3 mult but it's a really difficult condition to trigger, so making it a joker that can sweep early-game blinds makes more sense in my mind

#

yeah pontoon is another name for blackjack

livid meadow
paper laurel
tropic mason
#

okay question when i updated lovely it told me to put a version.dll in just hte regular files but also got alovely in my mods? is that a different one?

normal dawn
jaunty galleon
#

difficult to trigger with anything other than a high card

normal dawn
#

The solution is to make a blackjack hand

tropic mason
normal dawn
#

Not at all

tropic mason
#

2

normal dawn
#

I made a blackjack hand

tropic mason
#

oops

#

what other than trip 7 adds up to 21

#

and isnt just high card?

#

or pair

normal dawn
#

I just said make a blackjack hand

#

This means the game would treat anything that adds to 21 as its own hand like a pair or high card

tropic mason
#

oh ymean like that

jaunty galleon
#

you can play four 5s and an ace for 4oak i guess

tranquil vessel
jaunty galleon
#

but i don't want to make a seperate blackjack hand that this one joker enables you to use

normal dawn
#

It would just be able to be played with or without the joker, just benefits the joker too

tropic mason
#

ok so is there any reason this would crash

#

from waht i can understand it isnt able to find

#

main.lua

normal hollow
#

did you post the crash log

normal dawn
#

N :D

normal hollow
#

hii

tropic mason
normal dawn
#

How are you bestie

hard plank
normal hollow
tropic mason
#

its on the most recent 5.1

wind token
#

How come this isnt increasing the mult?

        if context.cardarea == G.play and context.main_scoring and context.other_card:is_suit('Hearts') then
            card.ability.extra.multgiven = card.ability.extra.multgiven + 1
        end
normal dawn
normal hollow
tropic mason
#

is there a different place where i should get mods from or is it still that one github thread

wind token
#

oh shit, my bad

normal hollow
hard plank
tropic mason
#

oh ok so the github thread is just out of date?

hard plank
#

it's borked and not up to date and it will crash

tropic mason
#

in that case i might just burn the entire mods folder and get a new list

hard plank
#

original author said the mod is done

#

but someone is keeping it up to date with new steamodded stuff

tropic mason
#

no no i mean

#

wrong copy

tropic mason
#

this one

normal dawn
hard plank
#

this list is old tho...

tropic mason
#

aite

wanton rapids
#

i havent seen awesome balatro in years

hard plank
#

hi notmario

warm swan
wanton rapids
#

haikoyori

warm swan
wanton rapids
#

should i make a discord for morefluff and also this new project

hard plank
wanton rapids
#

yeah the new mod menu stuff is cool

#

ooh

tropic mason
#

ok so the only thing i need in my mods folder is smod

#

right?

#

cause lovely goes into the game install

hard plank
#

the one thing you will need for any content mod

#

SMODS

#

goes in the appdata balatro mods

real wing
hard plank
tropic mason
#

so this is all i need to have in here?

hard plank
#

yea and u add more mods there

tropic mason
#

🫡

#

thank you

warm swan
#

Why does my Unjankify card area config keep resetting when I restart the game?

tropic mason
#

ig i just drop a nuke on my old mods file and install new ones

wanton rapids
#

more fluff lore

lone frost
#

what could the delta rune do?

hard plank
#

you can see some cog icons are not buttons

warm swan
#

Ah

#

Why?

#

Because of names different than what default is?

wanton rapids
#

mod without config?

hard plank
#

it means that it's using non standard config tabs

warm swan
#

What I thought

hard plank
#

aka mods without the config_tab

teal sky
#

Meowww

hard plank
#

:3

tranquil vessel
teal sky
#

:3

zenith loom
#

when is mod that will never load releasing

wanton rapids
#

on a tuesday

lone frost
#

LET'S GO

hard plank
#

i will send an early copy to notmario

lone frost
#

i need that mod

teal sky
lone frost
#

oh noes

wanton rapids
#

woah this mod is peak

hard plank
#

i sent an early copy of it to notmario

tropic mason
hard plank
#

no

#

time to shill my own mod

zenith loom
#

i recommend this mod

jaunty galleon
#

play aikoshen

wanton rapids
#

collect her shenanigans

round ore
tropic mason
jaunty galleon
#

Find My Shenanigans

lone frost
hard plank
#

anyway

#

:D

wanton rapids
#

woah

#

aiko i didnt know you invented smods

hard plank
#

true!

#

i didn't know either

gray cove
#

Bro

tropic mason
#

anyone know any good content mods?

gray cove
#

LMFAO

tropic mason
#

ARCHIPELAGO

#

/1?!

jaunty galleon
#

hmmm

gray cove
lone frost
full edge
jaunty galleon
#

any new ideas for this deck (mathematical)? i love the design and it would be a shame to waste it. if i use your idea you get full credit

gray cove
#

X DECK

lone frost
#

i hate the x

#

(and any letter in maths)

hard plank
gray cove
#

X is goated

hard plank
#

dynatexts

full edge
#

how complicated do you want it to be? Because I have a pitch but it might be awful and hard to make, haha

jaunty galleon
#

well let's hear the idea first

wanton rapids
#

anyways morefluff is probably dead until mid july sorry chat

lone frost
#

guys what could the delta rune do 😭

tropic mason
#

oaky well my mouse is now gone but it works

jovial crystal
full edge
#

The scoring formula changes each round. So instead of Chips X Mult, it might be Chips / 5 ^ Mult, or (Chips + Mult) * (Mult / Chips)

full edge
#

except you'd use formulas that wouldn't just kill a run, haha

lone frost
#

that looks cool

wanton rapids
#

if you want new morefluff content, consider playing Joyous Spring

lone frost
#

(yeah, dont do chips * -mult)

wanton rapids
#

hope this helps

full edge
#

are you busy, or are you just focusing on your game?

tropic mason
wanton rapids
#

focusing on the game

#

since. Steam

hard plank
#

aikoyori shenan

#

grab bag

jaunty galleon
lone frost
#

change the chips x mult formula every round

#

simply

#

they will know when they start

cyan cedar
#

chips and mult values swap after calculating each hand yo

wanton rapids
#

thank you M from Cryptid

cyan cedar
#

im just a friendly observer dont mind me

#

big M

tranquil vessel
wanton rapids
#

yeah

jaunty galleon
#

peak !

tranquil vessel
#

you're ready to pay the $100 fee?

lone frost
full edge
#

before scoring, increase total score by 1 + (X * 0.1), where X is your current round?

wanton rapids
#

i already have....

#

you cant do anything else before you pay it

hard plank
#

to be fair this page literally halves my FPS but i don't know how to make it not run like shit ...

tranquil vessel
#

I mean you could release on like itch.io instead of steam

cyan cedar
wanton rapids
#

i did, but steam has better multiplayer (the game is multiplayer)

#

also a learning experience

tranquil vessel
#

oh

#

fair

jaunty galleon
#

hm

tranquil vessel
jaunty galleon
#

maybe swaps chips and mult BEFORE scoring

lone frost
#

same result

jaunty galleon
#

so a flush is 4 x 35 instead of 35 x 4

livid meadow
lone frost
jaunty galleon
#

no it isn't?

lone frost
#

or wait

#

u mean

cyan cedar
lone frost
#

before adding to score

#

oh i understood

jaunty galleon
#

before any scoring

cyan cedar
#

goated

lone frost
#

i mean that's op

cyan cedar
#

"he" 🥀

west hill
wanton rapids
#

i think most people understood?

#

also,. yeah

jaunty galleon
#

would come with a blind size hike of course

hard plank
lone frost
hard plank
#

also here is another version of the evil mod

cyan cedar
jaunty galleon
wanton rapids
#

anyways. i should not have started this steam thing on a weekend. gotta wait for it to get approved

lone frost
#

it's because i always say it

jaunty galleon
#

teehee

wanton rapids
#

fellow.

tranquil vessel
# hard plank likely

could dynamically change it to dynatext only when necessary if it's a big performance impact?

hard plank
#

hello larswijn 🥀

tranquil vessel
#

hello aiko

hard plank
#

how long text is

lone frost
#

DETERMINATION

hard plank
#

somehow

#

sybau 🥀

tranquil vessel
#

I mean you did that before too with the "and others" no

hard plank
#

no

#

those are just

#

algorithms

#

that splits text

tranquil vessel
#

everything's an algorithm

hard plank
#

and shows the best chunks

#

if you have any idea how to improve it

tranquil vessel
#

I can probably take a look later tonight

west hill
#

If it’s just generally the dynatext changes though won’t it screw with every other dynatext in the game?

hard plank
#

maybe the stupid ahh math functions i was using

astral crest
#

does anyone know what the gluttonous joker is called in the game files?

odd lark
#

is there a mod that speeds up scoring animations?

astral crest
#

glutten?

full edge
#

there's some mispellings in the code, yeah

astral crest
#

ok thanks

hard plank
#

caino

astral crest
#

yeah I had to figure that one out too lmao

#

and the golden ticket just being j_ticket

normal hollow
#

i like j_ring_master

odd lark
normal hollow
#

update smods

odd lark
hard plank
#

aikoyori

#

sdhenangians

#

\

jaunty galleon
#

resprite of cheque stub

hard plank
#

:(

full edge
#

of course the immediate second i push a release i remember the thing I still needed to do before making a release

jaunty galleon
#

happens to me every time

#

fell for it again award

full edge
#

Well I guess 0.9.4a is coming in like an hour, after I've forced myself to have dinner, haha

hard plank
#

hi ice

round ore
#

that’s rude

full edge
#

Hey hey aiko

hard plank
#

:(

hard plank
harsh glacier
#

aikoyori

jaunty galleon
#

i'm much happier with grab bag as a whole after getting rid of a ton of filler jokers lol

hard plank
#

haya

#

did u see the thing i did

harsh glacier
#

yeah

#

marquee text

hard plank
#

the blooper

harsh glacier
#

no not yet

hard plank
boreal reef
#

peak sprite

jaunty galleon
#

what am i looking at exactly

hard plank
#

hi void

boreal reef
#

hikoyori

hard plank
#

adding anime jokers as cross mod

jaunty galleon
#

11 i think

full edge
#

I need to do a pass over Kino's and mark jokers that are too niche. I've accrued plenty, at this point

harsh glacier
jaunty galleon
#

rest in peace

boreal reef
#

not the impostor...

jaunty galleon
#

not that impostor (if you are referring to the viral social deduction game Among Us)

full edge
#

Guess I'm downloading the old repo to see if they were worth deleting or if I can just yoink the effect, haha

normal dawn
full edge
#

It's not a genericness that I mind (those are needed to allow for Kino-only runs, after all), but I've got a few that are way, way too niche

#

Child's Play is only worth picking up as a failsafe in very, very specific situations, for example

#

I think I'll add a config option to adjust some mechanics depending on whether you're playing with movie Jokers only. Or I guess I'll just call that one Kino mode. Lots of the synergy system stuff is moot in modpacks, and a bunch of the jokers don't feel fun if you're running vanilla, Kino + more

naive nova
#

Idk if this is the right place to be asking but what is "THE SOUL 2"

boreal reef
#

how can I will sprites into existence with my mind

#

I want to make jokers but i don't want to draw

full edge
naive nova
harsh glacier
#

You are not worthy.

naive nova
#

D:

jaunty galleon
#

not for PWX players

#

nuh uh

boreal reef
#

truth nuke

full edge
#

Idk, I don't know how the triangle set it up, or how it works with PWX

boreal reef
#

hiya haya

harsh glacier
#

hi void

naive nova
#

D:::::::::

#

I GOT IT AGAIN IM SO DONE

wanton rapids
harsh glacier
#

either way as of currently the soul 2 is GONE and DEAD and DOES NOT EXIST

#

including the joker related to it

gray cove
hard plank
#

????

boreal reef
#

haya can i pay you to make sprites for me

hot harbor
#

Anyone actually know how to use the immolate tool? The one that searches seeds.

hard plank
#

lol no

gray cove
harsh glacier
hard plank
#

me too

wooden elk
#

been working on this for a while

boreal reef
#

gahh

warm swan
#

I made a minimalistic modpack
After I bug fix it I will send the mods list
TOGA Pack, Fortlatro, etc. are not on here because shit art.

teal sky
#

Meoww

warm swan
#

Also no Sigil or Highest Princess

west hill
# wooden elk

This is cool! I think you should be able to make it so it can be the sixth card selected too fairly easily if you look at the add to highlighted function

warm swan
#

Mainly because Sigil has so much incomplete art

earnest stump
#

can't open my deck for some reason

#

while in a run

#

i always get this when i try to open my deck

hard plank
#

2oh hey ennway

harsh glacier
#

aikoyori

hard plank
#

haya draw for me

boreal reef
#

i can draw fdor you

hard plank
#

or i will put you in a makefile

normal dawn
hard plank
boreal reef
#

yes but too bad heres my wild draw 4

#

best sprite i've drawn

hard plank
#

have fun

jaunty galleon
#

is that an UNO: NO MERCY card

hard plank
#

ig

harsh glacier
#

guys im adding

#

balatro

jaunty galleon
#

actually, banger card idea

hard plank
#

sorry i will add it

jaunty galleon
#

Wild Draw 10 - Sell this card to draw 10 cards (inactive)

hard plank
#

cross mod with haya

boreal reef
#

balatro in balatro...

jaunty galleon
#

imagine hitting an 18-card sigil…

normal dawn
# harsh glacier balatro

i did this already actually, i put it in the exe for convenience so if you just unzip the balatro.exe it will give you my mod 👍

hard plank
#

time to give this mf an actual art

jaunty galleon
#

CHICKEN JOCKEY !

normal dawn
#

woah is that a hit reference to jack black

hard plank
harsh glacier
#

husk JOCKEY

hard plank
warm swan
hard plank
#

mf looked like shit

wanton rapids
#

morefluff....

warm swan
#

@umbral pilot Any mod suggestions?

#

Or anyone else?

umbral pilot
warm swan
#

Sure

jaunty galleon
#

so guys, we did it,

warm swan
fallow bramble
#

Bread W

warm swan
#

Drip Chicken

#

No TOGA, Fortlatro, etc. btw

#

Because of shit art

jaunty galleon
harsh glacier
#

joker

jaunty galleon
#

it was originally 5 or fewer and an uncommon but that's either completely broken or useless if you get it too late, so this is better

minor folio
#

is there an easier way to search for a negative perkeo with brainstorm then just opening them until you find it

warm swan
#

@hard plank

#

Weird UI clipping

latent crescent
#

Not enough vertical space

#

And still think that icons too large

primal valley
#

first (and probably only) joker to make it past the coding phase and be added to fallout lmao

#

what should her fx be???

#

(she's an angsty alien teenager)

#

wait

#

i DO have a soul fuck

hard plank
warm swan
minor folio
# teal sky Wha

with brainstorm you can pick seeds that have perkeo's in the first arcana tag

storm forum
warm swan
minor folio
#

is there a way to get a negative one easier then just searching like 500 things

storm forum
harsh glacier
warm swan
jaunty galleon
storm forum
#

A reminder that I consider mine to be a high effort shitpost from the beginning. At least you could've said that you wanted a visually-consistent set of mods instead.

hard plank
#

wtf

harsh glacier
#

saying its "shit art" is in bad taste

#

even if its just because the mod's art doesn't fit the theme of your mod pack

warm swan
storm forum
#

...stop referencing to it as "art".

hard plank
#

i made the right leg smaller

warm swan
jaunty galleon
#

oh i don't actually disagree with what you said at all i just didn't like the tone of it
manifesting locusts on all of your crops

normal hollow
#

delicate collage

storm forum
#

Just say that it does not thematically fit and be over it.

hard plank
#

sorry what was going on

warm swan
#

Sorry for coming out as rude btw.
I have Autism, and with that comes really bad social skils.

storm forum
#

That also assumes I took actual offense to the statement... frankly, I'm not exactly better with socializing much either.

warm swan
#

Wow

#

We are alike

#

Pog

storm forum
#

If we actually were, however, you would not want it to be that way.

warm swan
#

Lol

latent crescent
#

Okay, time to do more development towards stringified Talisman

jaunty galleon
#

i'm not going to use this art, feel free to use it

#

ouugh my atlas is so full of holes now

gray cove
#

Fill them

jaunty galleon
#

that's the plan, eventually

silent oracle
#

Hi, cartomancer crashes balatro when I view deck. Any help? Thanks

boreal reef
jaunty galleon
#

thank you, i'm trying to make my new jokers as interesting as possible

lucid knoll
#

when mods ask for the latest download git clone/pull is sufficient, yes?

jaunty galleon
#

yeah

lucid knoll
#

hm, then I reinstalled both smod & lovely but cryptid still crashes on startup

#

oh nvm, it works if I remove cryptid, disable saturn, then add cryptid back

umbral pilot
#

magic

lucid knoll
#

before it just shows as conflict in game, but now it just crashes

warm swan
#

THERE’S ANOTHER STACK OVERFLOW MOD NOOOO

#

I saw Cardsauce in there
Really hope it’s not
Cardsauce music hits different

#

(That’s all I care about is the music)

fiery kestrel
#

i think morefluff has some deck interactivity problems, since when attempting to check the deck, the game has repeatedly crashed

hard plank
plucky sorrel
#

Would popcorn even be feasible with a lot of jokers

fiery kestrel
#

oh hi axy lmao

plucky sorrel
#

Hello hello

wooden elk
teal sky
zinc violet
#

hey

full canopy
zinc violet
#

need some help here

wooden elk
#

im actually pretty proud of the sprite for these

full canopy
warm swan
#

Chat, give this man the solution!

full canopy
#

Yes sir!

#

Coming right up!

zinc violet
#

can someone please help me, I never installed a mod before and idk what I'm doing wrong

warm swan
#

I do!

#

You did it wrong

wooden elk
#

ok so

warm swan
#

Do it right

full canopy
#

Are you using steammodded my friend!

warm swan
#

That’s my answer!

full canopy
warm swan
earnest stump
zinc violet
wooden elk
#

whatever happened to being normal around people who need help

full canopy
#

Youre a woman we can trust for answers, thats for damn sure

warm swan
wooden elk
#

so long as theyre visible

hard plank
#

hiii

jaunty galleon
warm swan
zinc violet
#

soooo

dense egret
#

hi

warm swan
dense egret
#

some war crimes?

wooden elk
#

step 1: install lovely. this literally only requires you to copy/paste a single version.dll file into your balatro folder. it may seem like it should be more complicated, but it is not
step 2: launch the game. this should create a mods folder in %appdata%/Balatro - if it doesn't, then create one yourself
step 3: download steamodded (directly downloading the source will work just fine, too) and copy/paste the "smods" folder into %appdata%/Balatro/Mods

zinc violet
hard plank
wooden elk
#

after that you just launch the game and, if u followed those and i wasnt missing anything, mods should be enabled

full canopy
full canopy
zinc violet
#

mod folder doesn't appear

warm swan
full canopy
#

You need to make it

#

Pretty sure

dense egret
plucky sorrel
full edge
wooden elk
#

also, i would recommend getting Balatro Mod Manager, its very convenient for quickly installing and enabling/disabling mods

plucky sorrel
earnest stump
zinc violet
wooden elk
#

stack overflow as in too many recursive operations i assume?

dense egret
wooden elk
earnest stump
#

okay updating smods solved it

wooden elk
#

thats all

earnest stump
#

nvm

warm swan
earnest stump
#

all good

full canopy
# zinc violet how...?

Right click, create new folder
But if you mean where,
program files=> steam=> steamapps=>common=>balatro

dense egret
full canopy
#

Oops :p

#

Going off memory

dense egret
warm swan
zinc violet
#

english is not my first language

full canopy
dense egret
#

português?

warm swan
dense egret
zinc violet
#

italian

full canopy
#

Damn

hard plank
#

if you see the too much push and pop

dense egret
hard plank
#

and using my smods fork then redownload it

#

anyway i adjusted the brightness of the art it looks ok now

warm swan
zinc violet
dense egret
dense egret
plucky sorrel
dense egret
zinc violet
#

i intstalled lovely

warm swan
dense egret
warm swan
#

Ah, okay

#

Thanks

dense egret
#

idk why, but always have to deinstall him

warm swan
#

K

#

Chat, is there another Font + Color changer mod?

plucky sorrel
dense egret
warm swan
#

Wdym translate?

dense egret
#

my native languague its spanish xd

warm swan
#

Cool!

dense egret
#

i thought you already know that

zinc violet
dense egret
#

ok thats nice, you have the version.dll of lovely?

warm swan
#

Lag

#

Didn’t mean to spam

dense egret
#

puta

zinc violet
warm swan
#

My iPad just broke

primal valley
#

Guys.

#

Effect idea.

warm swan
#

Sorry chat

primal valley
#

Need crittering on this.

dense egret
# zinc violet i think so

when you have balatro in steam you can go to settings and then "local files"
you have to put the version.dll where "balatro.exe" exist

warm swan
#

Okay fixed

dense egret
warm swan
hard plank
#

i a,m almost done

warm swan
dense egret
plucky sorrel
# zinc violet

There is no Mods tab, so Lovely is not installed. See what minininlla wrote to put the file in the correct spot.

warm swan
primal valley
#

Ollie

[Legendary?/Exotic?]

  • Gain a Negative Food Joker once at the start of every Ante.
  • Food Jokers decay twice as slowly.
plucky sorrel
dense egret
warm swan
warm swan
#

Aiko changes it through Smods, so

hard plank
dense egret
wooden elk
#

anyone have any insight on how I'd go about getting my mod on the BMM database?

warm swan
hard plank
#

it was not pushed

zinc violet
#

I dont't ask too much

warm swan
#

Push what?

dense egret
warm swan
#

Or like

dense egret
warm swan
#

What is pushing in this context

zinc violet
#

can i stream to someone for help?

hard plank
#

the fix for some overflow

warm swan
plucky sorrel
dense egret
hard plank
#

this server hAS NO VC

dense egret
#

oh here no

jaunty galleon
dense egret
#

i forgot

plucky sorrel
#

DMs exist

warm swan
dense egret
jaunty galleon
wind token
forest knoll
#

a commit is a package of changes across (potentially) multiple files that all correspond to a single conceptual change. the idea is that by having each change in its own commit, you can track who did what and roll back individual changes easily

dense egret
#

forgot how you say registro

grand shadow
jaunty galleon
#

*interchangeable as verbs

hard plank
#

too op?

forest knoll
primal valley
#

always could use one more operator

shy umbra
#

Can somebody help me with rarities, I'm having a hard time with trying to find something that works

hard plank
jaunty galleon
#

plus don’t you need to do a gazillion things to get the happy ghast anyways

rocky quiver
#

hey not sure if this is the right place to ask but i'm trying to use skyline69's Balatro Mod Manager and while the mods should be enabled the game isn't actually being modded

hard plank
#

i love this tho

primal valley
shy umbra
primal valley
#

might unlock WHAT

grand shadow
# hard plank

firefox version when ? isnt it called "fartenpoopen"

jaunty galleon
#

secret!

shy umbra
#

That and Momazos Diego

hard plank
dense egret
hard plank
primal valley
#

uhhhh

shy umbra
dense egret
primal valley
#

Quien en su sano juicio

dense egret
primal valley
#

XDDD

dense egret
primal valley
wind token
dense egret
hard plank
#

sorry

primal valley
#

mis pronombres son SHE/HER!!!

hard plank
#

i don't speak

dense egret
plucky sorrel
# hard plank woah

Does it skip eternal jokers, or just not do anything if that's selected

dense egret
primal valley
jaunty galleon
#

thoughts on this?
Speculative Bubble (Uncommon) - Scored cards earn $1 and increase this Joker’s numerator by 1, 1 in 100 chance to set money to $0 on sell or destroy

primal valley
#

anyways imma make dinner

grand shadow
shy umbra
# dense egret JAJJAJAJAJA porque

De todos modos, volviendo a lo que estaba preguntando, ¿puedo tener el código para una rareza personalizada? Además, no hablo español, así que estoy usando un traductor, así que mis respuestas serán lentas.

primal valley
#

cya chat

dense egret
dense egret
#

and what you mean by extra rarity?

hard plank
dense egret
#

like exotic, entropy, etc, etc?

shy umbra
dense egret
hard plank
sturdy silo
#

yo! how can i play 2v2?

hard plank
wind token
#

SUPER COMMON?

dense egret
full edge
plucky sorrel
dense egret
hard plank
#

i try to do all art myself

hard plank
brittle nexus
#

i really wanna make a mod to replace jimbo with another joker...

dense egret
dark flume
hard plank
#

still can't believe this HD Neuro screenshot

#

actually i think i need help on one thing

#

which i can't do alone

jaunty galleon
gentle quarry
#

just got a casual run with chicot and canio in back to back shops on ante 2

#

who wants the seed

gilded vortex
hard plank
#

playtesting

gilded vortex
#

Unfortunately they don’t like Balatro

hard plank
gilded vortex
hard plank
#

what 😭😭😭😭

gilded vortex
#

But “your Poker cards now have letters which you can use to make words” is understandable

hard plank
#

😭😭😭😭

#

wtf

lavish gate
#

Hey everybody

gilded vortex
#

Hey somebody

lavish gate
#

What's happening here?

gilded vortex
gilded vortex
gilded vortex
lavish gate
#

Ohhhhhh

restive notch
#

why is my modded joker a playable card

hard plank
#

Scrabble in Balatro

restive notch
#

how

lavish gate
#

I know this is the mods chat but wanted to see what was being talked about

gilded vortex
#

The first mods that came to mind were mine, Cryptid, L Corp, and Kino, none of which would make sense to someone who doesn’t play Balatro

gilded vortex