#⚙・modding-general

1 messages · Page 554 of 1

stark shale
#

do I actually need to get TogaLib

#

I think that hand selection

wraith seal
#

no

#

its actually +3 hands, i just got it

#

i have 8 hands now

stark shale
#

wells that stupid

jaunty galleon
#

oh i just thought it was a scam lol

stark shale
#

(we should make it a mod)

jaunty galleon
#

i know VAMPIRE (that looks like runner) does fuck all

#

it just says “replaces cards” WHICH ONES BALATRO.CO

stark shale
#

Creator
(insert depiction of LocalThunk here)
Legendary
+3 Hands every rounds

wraith seal
#

yeah i think i broke the game

#

gg

stark shale
#

awesome

jaunty galleon
#

i think that happens when you lose lol, the game just soft locks

hard plank
#

soft locked

#

balala joker poker at least has a lose screen

paper laurel
#

i need a mod that kills vanilla joker

#

gahhh

wraith seal
#

Banner?

full edge
#

banner

stark shale
#

what did Jimbo do to you

full edge
#

or myst's shoto jimbo mod

stark shale
#

and I'm hearing Heartache phonkmix

#

from a neighbor

meager kraken
#

is there a steammodded for 1.0.1 version?

wraith seal
#

1.0.1 version?

hard plank
#

what

wraith seal
#

are you talking about balatro's version

meager kraken
#

ye

stark shale
#

Chess Battle Advanced

meager kraken
gilded vortex
#

Why does everyone know that ice YouTuber

wraith seal
#

i

dreamy abyss
#

baba and balala have a surprising amount of overlap

wraith seal
#

actually dont know why you want steamodded for that version of balatro, but i dont know which smods version even works with that specific one so yeah :3

paper laurel
#

banner

wraith seal
paper laurel
#

its a mod

#

tysm

#

i love u

wraith seal
#

i have a girlfriend and thats myself, sorry

paper laurel
#

so true

#

i love when people says that

wraith seal
#

:3

azure dagger
jaunty galleon
#

SINCE WHEN

#

ASEPRITE I LOVE YOU

paper laurel
#

everyone needs to love themselve

#

lovemaxxing in big 25

paper laurel
azure dagger
jaunty galleon
#

AND THE TEXT TOOL ISN'T DOGSHIT

#

christmas came EARLY

azure dagger
#

but krita open source and free

jaunty galleon
#

aseprite open source and free if you compile it?

paper laurel
#

true

#

whoa whoa

#

i think aseparate is not free now idk

#

last time i use it its free tho

wraith seal
#

is it

paper laurel
#

huh

jaunty galleon
#

it's kind of open source i think

wraith seal
#

its open source, yeah

jaunty galleon
#

yeah

#

and it's free to compile but you get automatic lifetime free updates for like 20$

#

so

harsh glacier
#

its source available

wraith seal
#

you are automatically cool when you buy aseprite

harsh glacier
#

the license is not open

jaunty galleon
#

ok that's why i was seeing open-sourceish

#

yeah

wraith seal
#

haya i sometimes dont know where the settings in my phone are

harsh glacier
#

skill issue

jaunty galleon
#

do i look like i know what an open source is

wraith seal
#

its source is open

#

idk

harsh glacier
#

i should recompile aseprite

hard plank
harsh glacier
#

but idk i don't wanna reinstall msvc

hard plank
#

haya

jaunty galleon
#

you totally should yo they just added 45 symmetry

harsh glacier
#

and have to deal with 8 gigabytes of wasted space

jaunty galleon
#

rotational symmetry when

paper laurel
#

ive been spawned

harsh glacier
#

no you haven't

paper laurel
#

aikoyori sorry but does minecraft mod already out in the open for my PokeBalls ready to capture

paper laurel
paper laurel
#

minecraft

#

the one that happy ghast live happily ever after

hard plank
#

oh you meant

harsh glacier
hard plank
#

Aikoyori's Shenanigans

harsh glacier
#

tomorrow i will work on my mod

#

i will add 5 jokers

stable shore
fallow bramble
#

Inscryption jumpscare

#

Won with 13 misplays 💪

paper laurel
#

that is so funny

#

i mean cute

#

thx aikoyori

#

aiko for fingers

hard plank
#

😔

harsh glacier
#

aikoyori

#

we should revive your fnf mod

gilded vortex
#

Haya hit by the FNF bug

harsh glacier
#

nah its just the fact that i hate how fnf content has been oversaturated with

#

horror content

fallow bramble
#

The poopy pooper fnf mod

harsh glacier
#

i will make fnf mod without boyfriend

#

so its just fucking ddr

eager prawn
#

What are some of the best mods for balatro (like brainstorm…, not like new game opportunities or cards/jockers)?

fallow bramble
harsh glacier
#

not that ddr

iron thunder
#

why cant i play this hand :(

wraith seal
#

i still remember that video of someone who fc'ed freedom dive on fnf

fallow bramble
harsh glacier
#

update cryptid update steamodded

wraith seal
#

not mentioning Handy is a crime

fallow bramble
#

True mb

#

14th misplay

harsh glacier
#

pre week 7 ,,,,

wraith seal
#

likely pre week 7, yeah

near canyon
#

anyone knows what could cause this?

gilded vortex
harsh glacier
#

dot ee ex ee

gilded vortex
wraith seal
harsh glacier
#

looks like kade engine

wanton rapids
#

fnf is fine, a bunch of the mods are bad though

hallow willow
#

guys, can someone help a bit with me code

wanton rapids
#

don't ask to ask, just ask

hallow willow
#
calculate = function(self, card, context)    
        
        if context.end_of_round and context.cardarea == G.hand and context.other_card == card and #G.consumeables.cards + G.GAME.consumeable_buffer < G.consumeables.config.card_limit then
            G.GAME.consumeable_buffer = G.GAME.consumeable_buffer + 1
            G.E_MANAGER:add_event(Event({
                trigger = 'before',
                delay = 0.0,
                func = function()
                    if G.GAME.last_hand_played then
                        local _planet = nil
                        for k, v in pairs(G.P_CENTER_POOLS.Planet) do
                            if v.config.hand_type == G.GAME.last_hand_played then
                                _planet = v.key
                            end
                        end
                        if _planet then
                            SMODS.add_card({ key = _planet })
                        end
                        G.GAME.consumeable_buffer = 0
                    end
                    return true
                end
            }))
            return { message = localize('k_plus_planet'), colour = G.C.SECONDARY_SET.Planet }
        end
    end
}```
#

want to repeat when held in hand

#

this is blue seal code

#

want to add red seal effect on top of it

#

so i want the repeat function of the red seal to activate in this code
but only when in hand

#

tried adding lua if context.repetition and context.cardarea == G.hand then return {repetitions = 1} end

hallow willow
wanton rapids
#

i don't know, someone else could probably help you

hallow willow
wanton rapids
#

a bit late but

it feels a touch culty
unfortunately that is by design (?????)

hard plank
wanton rapids
#

all of these points are valid and are reasons as to why i removed my crossmod with it

fallow bramble
hallow willow
#

did

fallow bramble
#

Can you show your object's full code

wanton rapids
#

also; i would not recommend using visual studio for balatro

harsh glacier
#

yeah no visual studio is for c/c++/c#/c--/d/e/f++ type of stuff

#

you're looking for visual studio code

hallow willow
#

those for reading

storm forum
#

I'd toss my two cents of help... but, currently, Oops! Memory crashed.

hallow willow
stark shale
#

oops! all crashes

storm forum
harsh glacier
#

ali

#

do you like windows 11

hallow willow
storm forum
#

I've not used it extensively to make the call.

#

Some of the changes, though, put me off for sure.

hallow willow
#

removed this cause not workin

fallow bramble
storm forum
#

I'm still on 10 and will be for a while.

hard plank
fallow bramble
hallow willow
hard plank
#

i don't know

fallow bramble
twilit jetty
harsh glacier
#

goth tiktok teens

hard plank
#

idk i think those all are valid points

hard plank
fallow bramble
#

Imo I'd add a few print everywhere to debug where it's not being called

twilit jetty
wanton rapids
#

the almanac server is cult themed (?)

storm forum
#

I did most of what I did for fun, balance came after.

hard plank
#

-# why are people calling my mod aikoshen now

stark shale
#

poltergeist just feels like an interactable fanfic

twilit jetty
#

because yorianigans sounds worse

hard plank
#

😭

twilit jetty
#

actually no it doesn't

#

imma start calling it that

hard plank
fallow bramble
hard plank
#

at one point i was gonna rename the mod to Avant Garde

fallow bramble
#

AvGa

full edge
twilit jetty
#

me when i hit you with the The Mod Formerly Known As Aikoyori's Shenanigans

wanton rapids
#

if almanac and charcuterie can rename themselves you can too

fallow bramble
#

Calling my mod "More SDM_0"

storm forum
#

I'm not creative enough for a name change.

#

If it works, it works.

full edge
#

but yeah, I've been on the internet long enough to not trust the vibes of servers like that. Not that they're per se nefarious, but I think it's generally a bad sign of a server makes any reverential jokes about mods and such. Just creates weird situations

#

TOGA XP

twilit jetty
#

me omw to swap the names of my two mods specifically to cause as much confusion as possible:

hard plank
#

I'm too lazy to make a new logo

#

mod formerly known as aikoyori's shenanigans

#

mfkaas

wanton rapids
#

swap bakery and bakery lite

twilit jetty
#

😭

#

bakery lite is funny but also idk why anyone would ever use it

#

I'm only maintaining it now because it happens automatically

wanton rapids
#

it what

storm forum
hard plank
#

ok so i think the problem of rerolling was created by the fact that mfkaja created

full edge
#

turns out I was a bit too cocky earlier. Just hit the 20% retextured mark

#

Gonna lower that a bit by adding 30 new jokers or so, haha

full edge
wanton rapids
#

50 is still a ton of sprites to be fair

paper laurel
#

omg

hard plank
#

my mod doesn't even have 50 sprites

paper laurel
#

im so dumb

stark shale
hard plank
#

yes I'm the person who created Aikoyori Paint Job

#

as it should be apparent in the name

full edge
#

I'm targetting the jokers that pop up in Exa's videos first, because I hope that way it works as marketting. The final goal is to attract people that can do better art than I can for the ones I think are difficult and am consciously skipping, haha

fallow bramble
full edge
hard plank
#

idk if I'm the prominent one

twilit jetty
#

aikoyoris' shenanigans???

fallow bramble
#

Who knows

storm forum
hard plank
#

i mean looking up my name shows my Twitter

#

i think

wanton rapids
#

you will always be the one and only aikoyori of pissandshittium fame

hard plank
#

wtf!

full edge
#

BalatrOS. Or eh, Cyberspace?

hard plank
#

pissandshittium

fallow bramble
#

what a legacy

full edge
#

Balatro: Ask Jeeves

hard plank
#

my mod does reflect my view and opinions to a degree

storm forum
#

¯_(ツ)_/¯

stark shale
#

🤔

twilit jetty
fallow bramble
full edge
#

my mod reveals nothing about me

hard plank
#

Pissandshittium name came from that one Minecraft meme

fallow bramble
full edge
#

I don't care for glue as a substance irl at all

fallow bramble
#

Oh you meant this one

stark shale
#

for April fool we should all rename our mod to"mod formerly known as [mod]"

plush hound
#

I have a dream, where every mod is not judged by their compatibility, nor by their balance

hard plank
full edge
#

only metric to judge a mod by is how theorizable it's hidden lore is

plush hound
#

he became a politician

fallow bramble
plush hound
full edge
fallow bramble
#

what? 😭

hard plank
#

tim sweeney

fallow bramble
#

why

stark shale
fallow bramble
#

I'm missing a ref

stark shale
#

bajet

#

baker

full edge
#

I should watch more anime and play moer gacha so I can reference things people might get 😛

#

Sweeney Todd is about a barber that kills people, and the bodies are baked into pies by the baker he lives next to.

fallow bramble
#

true...

#

I should make crossmod but it's mod dev corpse into pies

hard plank
#

i don't watch many movies

stark shale
#

🤔

#

my name is Edwin

#

I made the mimic

fallow bramble
hard plank
#

aikoyori mitosis

fallow bramble
#

hi

plush hound
#

Sophisticated Distinguished Mod

woven orchid
#

how it feels to Have More Info

plush hound
#

_0

stark shale
#

I play uh

#

the one with 12 playable characters

fallow bramble
full edge
#

Anyone wanna help me on my odyssey to discover what function actually creates the buy & use button and why I can't seem to hook it?

woven orchid
fallow bramble
plush hound
#

clicking more info will play a video of the DELTARUNE intro

woven orchid
#

and i seem to have hooked it just fine

hard plank
#

DELTARUNE TOMORROW

#

HOLY SHIT

#

DELTARUNE TOMORROW

plush hound
#

UNDERTALE yesterday

fallow bramble
#

soon

full edge
stark shale
#

I'm gonna mod a mod for it to play machine love

full edge
#

but it doesn't generate the buy & use button, no?

woven orchid
#

oh buy and use i see

full edge
#

that should be done by the card_focus_ui func but it doesn't actually do anything on my end. I can't seem to find out why or what the alternative should be, though

woven orchid
#

create_shop_card_ui is the first function i found

#

could be wrong but it is the first thing i see

hard plank
wanton rapids
#

deltarune ripoff

woven orchid
#

smh

#

does anyone know what function i could hook to override any loc_txt
i need to display More Info!

hard plank
#

?

wanton rapids
#

locali(s/z)e?

twilit jetty
#

balatro mod where each blind has a quirky and unique way to spare it so you don't have to play poker

full edge
woven orchid
#

i mean like
to make any card display a different text instead of it's default, no matter if it uses localize or not

full edge
#

I guess I might just add a crash in and check the stack trace, haha

twilit jetty
#

hell yeah

jovial crystal
plush hound
#

now that Cryptid has None hand

hard plank
#

Cartas de tarot

#

wtf does that even mean

plush hound
#

None hand type

jovial crystal
#

A hand with no cards

stark shale
#

you play nothing

wraith seal
woven orchid
wanton rapids
#

evil all i can't do

hard plank
wraith seal
#

i wouldnt pick it personally, i love my gold cards and blue seals

gray cove
full edge
jovial crystal
woven orchid
#

but thank you for giving me a starting point

gray cove
hard plank
#

what am.i supposed to do

#

I'm stupid

#

i can't do anything

woven orchid
#

pay me $5 on paypal

wraith seal
#

crazy

gray cove
#

Solve world hunger

wanton rapids
#

i should get paypal

twilit jetty
stark shale
#

buy me the limbus pass

woven orchid
#

paypal is convenient i think idk i dont use it

hard plank
#

i

#

i have kofi

woven orchid
#

do you want to give me $5 on kofi

hard plank
#

😭

full edge
gray cove
#

Kofi chan

stark shale
hard plank
#

i should make a pay to win joker

stark shale
#

wtf

hard plank
#

where it gets my ko fi cups

wanton rapids
#

i would make a kofi or whatever but i have no idea why people would want to give me money

wanton rapids
gray cove
hallow willow
#

tried various comps, this is best i got, it retriggers enhancments, but doesnt retrigger blue seal

gray cove
#

With pity system

hard plank
jovial crystal
stark shale
#

geometric hazard aaa game

full edge
#

pay to play

plush hound
#

they really should update the smods wiki

#

i cannot read shit

twilit jetty
#

balatro mod which charges you 1$ to start a run to finally get you to go to bed

plush hound
#

someone should volunteer to update the wiki as often as the fucking devs pushed another update

hard plank
#

my bosses are supposed to

#

uh

#

end runs

gray cove
plush hound
wraith seal
twilit jetty
gray cove
stark shale
#

gay people

#

today morning

plush hound
#

WHO TF PLAYS WORDLE

stark shale
#

me

hard plank
#

it was me

gray cove
plush hound
summer shadow
#

Why did i see wordle

#

WORLDE

#

WORDLE

#

WORDLE

wraith seal
#

3 business days

summer shadow
#

WORDLE!!!!!!!!!

twilit jetty
wraith seal
#

id like to speak to your manager

gray cove
stark shale
#

Kasane Teto

summer shadow
hard plank
#

Wordle 1453 3/6

⬛⬛🟩⬛⬛
🟩🟩⬛⬛⬛
🟩🟩🟩🟩🟩

#

oops

wraith seal
#

i struggled at today's wordle

gray cove
plush hound
#

HORSE
HORSE
HORSE
HORSE
HORSE
HORSE

stark shale
#

neigh

wraith seal
#

loud_incorrect_buzzer.mp3

blissful stag
#

Im so horse i could eat a hungry

wanton rapids
#

...how horse

summer shadow
#

i played the wordle and i accidentally summoned a god (spoiler: i didnt)

hard plank
#

how fluff

paper laurel
#

im sooo sad :<

hard plank
stark shale
#

I'm so full I could vomit a castle

paper laurel
#

omg like

wanton rapids
#

devious lighting

paper laurel
#

castle balatro refrence

gray cove
stark shale
#

sometime, I dream about cheese

honest surge
#

Hi chat, how do you even begin with modding balatro?

hard plank
#

i don't know why it does this

wraith seal
gray cove
#

(Ts not easy bro )

hard plank
#

people

wanton rapids
#

thank you aiyoriok

gray cove
wanton rapids
#

i love that mod

hard plank
#

which mod

gray cove
wanton rapids
#

that was a valid spelling of morefluff

stark shale
#

aikoyorick

hard plank
#

can someone understand this i don't understand

paper laurel
wanton rapids
#

if you have a ccd ultimate freedom should apply to them

stark shale
#

what is this suggestion for

hard plank
hard plank
teal sky
#

meow

wanton rapids
paper laurel
#

tysm :>

honest surge
hard plank
#

ultimate freedom + ccd

#

hell no

gray cove
wanton rapids
#

i assume they want ultimate freedom to automatically be implied for ccd cards

paper laurel
#

aikoyori your life saver 😭

gray cove
hard plank
#

not without sleeve

gray cove
#

ASS

#

who uses sleeves

stark shale
#

me

wanton rapids
#

the only time i use sleeves if if im playing blank deck

gray cove
hard plank
#

i know this is not portal mapping server but what the fuck is this

wanton rapids
#

blunder react

hard plank
#

why is it error

wanton rapids
#

id assume the player spawn doesn't have a model

gray cove
hard plank
#

only hammer++ broke

woven orchid
#

i am not a moron -weedly or something

hard plank
#

it works properly with hammer (not plus plus) btw

wanton rapids
#

odd

stark shale
#

also I am brainstorm

gray cove
#

Just end it all bro

#

You’re disgusting

stark shale
#

this is an implied death threat

wanton rapids
#

okay can you two take it to dms

stark shale
#

therefore

hard plank
#

oh what the fuck

gray cove
#

Can i have the modpack btw ?

teal sky
#

this chat is not being very meow right now

stark shale
#

no

grand geode
#

i'm sick of this shit

wanton rapids
#

this is not the place for this

gray cove
grand geode
#

@gilded tulip

stark shale
#

anyway

#

hey yall

gray cove
#

Bro

#

I was literally joking misew is my friend tf

wanton rapids
#

okay but like

#

there are other people in the chat

gilded tulip
#

and we don't know that

gray cove
#

I know i shouldn’t have said that in chat

#

My bad

grand geode
#

your behavior has not changed ever since i blocked you

wanton rapids
#

minor spelling mistake. argument still valid

stark shale
#

you have a such an edgy humour ahahaha I'm having so fun with you ahahahaha

gray cove
hard plank
#

take this shit to the dms

gilded tulip
#

I agree

gray cove
#

Fine

stark shale
#

I dont wanna deal with this rn

grand geode
#

anyway hi egg

stark shale
#

I'm gonna just block them

gilded tulip
#

Like I don't wanna say you can't rib each other

#

you can

hard plank
#

OH

#

I THINK IT'S BECAUSE

gray cove
gilded tulip
#

unless it's non consensual

hard plank
#

I HAVE TWO PORTAL 2 INSTALLATIONS

#

ON MY PC

gilded tulip
#

then obliterate that block button

wanton rapids
#

real and truthful egg

stark shale
#

hi egg what do you think about Eight Ball

jaunty galleon
gilded tulip
#

I liked it better when it gave Planet cards

#

sorry not sorry

stark shale
#

damn

grand geode
#

TRUE AND REAL

gray cove
wanton rapids
#

oh that makes more sense flavour wise too

#

because planets are round

jaunty galleon
#

the blue looks cooler as much as i like purple

gilded tulip
wanton rapids
#

and there are eight main ones

grand geode
#

8 ball giving planets is better flavorwise

gilded tulip
#

(ok but for real if people start ribbing each other too hard again, please yell at me or the moderation team)
(back to your regularly scheduled modding chat)

wanton rapids
#

what if it was 1 in 4 for 2 planets

#

because 4 x 2 is 8

stark shale
#

bye egg

hard plank
#

myst.

stark shale
#

have a egg yolkerfull day

hard plank
#

are you ok

grand geode
#

?

hard plank
#

are you ok

#

you said that i hate you earlier

grand geode
#

oh

native mountain
#

how do i get the number of remaining discards in a round

stark shale
#

Togamice

grand geode
#

/j

wanton rapids
#

what if crustulum was even stronger/.....

grand geode
#

also i didn't say that i hate you i said you hate me

stark shale
#

Jarvis pull up VanillaRemade Banner section

jaunty galleon
native mountain
#

cryptid joker

jaunty galleon
#

oh

#

is that the reroll one

grand geode
#

yea

hard plank
#

solived

jaunty galleon
#

that one sucks i don't like it

wanton rapids
#

crustulum should start with like 1000 chips and go down like a food joker

stark shale
#

Exotic Powercreep....

grand geode
#

1000 free rerolls

wanton rapids
#

-4 each time or something

jaunty galleon
#

well crust is +4 so yeahj

grand geode
#

250 free rerolls

jaunty galleon
#

for an exotic?

hard plank
#

:(

wanton rapids
#

or maybe like. +^0.01 chips for each reroll up to ^2 chips

stark shale
#

ascensio cake joker

hard plank
#

anyway hello notmario

wanton rapids
#

if below ^2 chips rerolls are free

#

hello aiko

warm spire
#

Registration
At least 6X the base score
Reward: $3
Playing cards is regarded as a random type of card combination
"It also requires at least 15 working days"

hard plank
#

what's the best joker in cryptid

stark shale
#

God

grand geode
#

god

wanton rapids
#

these days demicolon probably

hard plank
#

GOD

wanton rapids
#

god??

jaunty galleon
#

jimball

stark shale
#

GOD MADE

hard plank
#

i love pity prize on madness

grand geode
#

is oil lamp immutable yet

wanton rapids
#

i haven't played cryptid in ages how is it these days

jaunty galleon
#

same

woven orchid
#

its

stark shale
#

there will be a seed where you get infinite booster pack with pity prize someday

hard plank
#

none hand is funny

woven orchid
#

i love None

wanton rapids
#

oh yeah none is real

stark shale
#

nil

wanton rapids
#

apparently tefd jokers got added

hard plank
#

it literally says none

wanton rapids
#

which i disagree with but anyways

woven orchid
#

that too

#

i love joker bloat

stark shale
#

I heard double sided got readded

grand geode
#

tefd jokers got added so none jokers can get added

hard plank
#

"why is my pc dying"

wanton rapids
#

oh really

#

okay knowing the cryptid screeners that makes sense

woven orchid
#

fun fact guys it is actually a really bad idea to wake up 8 hours before you need to do stuff after only 4h of sleep

hard plank
#

what is tefd

stark shale
woven orchid
#

the entire fucking deck

wanton rapids
#

the entire fucking deck

grand geode
#

the grade none discourse of 25

woven orchid
#

you play all 52 cards in deck

hard plank
#

...

#

oh

wanton rapids
#

it's a very one-note joke imo

woven orchid
#

it was fun once and then i realized it was laggy and i could just play a flush

hard plank
#

why are my games frozen

wanton rapids
#

having it there is nice but encouraging it is bad

woven orchid
#

its also the fact that you kinda already have to break the game to be able to use it

woven orchid
#

52 selection limit & hand size isnt always easy to get in a non-op deck run

grand geode
#

bottom text

full edge
woven orchid
grand geode
#

fair enough

grand geode
full edge
hard plank
#

has anyone ever even played tefd yet

#

idk

hard plank
#

i don't think it's very practical

woven orchid
#

if you can get the stuff to play tefd you could have probably spent that effort on something else that would give much more score

full edge
#

I know there's been some slow moving discussion about The Filler when it comes to gameset balance, and a big part of that hinges on 'how funny is it?' haha

grand geode
#

the filler is f tier joke

full edge
#

The filler being the Rare 1x if hand contains a high Card one, ofc

full edge
grand geode
#

yes im not funny

full edge
#

That's the counterargument I got 😋 but I didn't involve myself too much, I just use banner when I'm playing Cryptid so I can still have fun with the stuff I do think is neat

edgy oriole
#

anyone got cryptid working on a google pixel? i got it working but half the screen is covered in black

plush hound
#

development resumes indefinitely

storm forum
edgy oriole
#

dang

full edge
#

Jokes that are mechanically bad are just hard to work with generally, anyway. None and Filler on higher Gamesets at least make sense to me because they're bad as a default, but you can build around them

woven orchid
#

welp i made some progress but it does seem to follow the existing formatting & vars which is unfortunate

hard plank
#

what is google pixel

teal sky
hard plank
#

is it new google ai thing

#

(this is a reference to how google has not sold pixel in southeast asia)

teal sky
#

back in my day there was the windows phone

#

peak phone

woven orchid
#

more progress

woven orchid
#

trying to add a lore section to some of my oc jokers and i decided the best way to do that would be to replace their description when you press the more info button i made

warm spire
#

Signing an order
At least 4X the base score
Reward: $0
Each time a card is played, the Joker card slot -1 and randomly destroys 1 Joker card (including Eternal)
"Many people are keeping an eye on you"

teal sky
#

:(

full edge
#

Okay, the buy and use button is generated onto every consumable, it seems. That means something checks to see if it should appear on hover, but I don't know why it's not actually appearing for tarots

wind token
#

Not sure if this is right place to ask, is there a way to port steam saves to mobile or would that count as modding?

full edge
#

oh, wait, maybe the buy and use button doesn't appear when you can't actually use something in that moment 🤔 That'd explain that, at least

hard plank
teal sky
hard plank
#

hiiii

teal sky
#

:3

wind token
woven orchid
stark shale
#

sing a chorus out of tune

warm spire
woven orchid
#

x: tags are ignored for some reason and i kinda have a school project due in 10 hours so i literally don't have the time to care about this anymore

stark shale
#

AAAA AX1.5A

woven orchid
#

was nice having fun today but im a procrastinator so i guess i have to give up on this for now and come back tommorow since im going to pass out as soon as i get home

teal sky
wind token
#

First time I’ve ever used the word shucks…

plush hound
#

everything is fucking possible

#

with the power of the internet

stark shale
#

oh right

silent oracle
#

Hi, my game is crashing when I try to open my deck with Cartomancer enabled. Any help would be appreciated. Thanks

plush hound
#

fear not tho

#

this works with the free version

stable shore
#

gimme some real game breaking mods

wind token
warm spire
#

Invalidation
At least 3X the base score
Reward: $5
Each time a card is played, there is a 1/2 probability that it will not be scored and will not trigger any cards
"It's useless"

stark shale
#

no

hard plank
#

NO

warm spire
#

no

stark shale
#

why is ph anta conflicting with older verison of allinjest

wanton rapids
#

1 in 2 cards are debuffed?

stark shale
#

oh wait it literally the same problem

#

i just membered

#

guess ill uninstall all in jest then

full edge
#

Should I make Smods' PRs until every instance of vanilla code setting a variable directly is instead replaced by a function that can trigger a context? Haha

#

Also, finished my button set up, not gonna be able to turn that in a usable SMODS PR, I don't think. The vanilla code is too complicated for me to feel like I could do a proper set up for that. I'd basically write a new system that's probably as jank as the existing one

stark shale
#

that's a huge setback

full edge
#

On an average reroll, how many of the jokers have you never used at all? Haha

warm spire
#

Seize
At least 10X the base score
Reward: $5
Change the provided multiplication multiplier value to an addition multiplier value
"Let's see who dares to stop me"

whole nova
#

<@&1133519078540185692>

paper laurel
pliant oyster
#

Don't know why that gun is so big lmao

whole nova
#

ai gun 😨

plush hound
#

@hard plank are you planning to add more vars for the SMODS.Font, like shadow or outline?

stark shale
#

why is the zodiac here

plush hound
stark shale
#

i cant even

#

click on yggdrasil

#

erm

stark shale
harsh minnow
stark shale
#

something something zodiac

normal hollow
#

aren't those supposed to be hidden in the release

stark shale
#

mysterious green cardarea

#

(is this joyousspring)

normal hollow
#

yes

stark shale
#

at blazingulag

normal hollow
#

youre all cowards for not coloring ur cardareas

#

also unjankify works with it

stark shale
#

surely nothing will go wrong if i overlap it with consumable right :clueless:

gray cove
stark shale
#

two legendary buff card :wtf:

warm spire
#

Drawing blinds is really fast. I've drawn nine of them in two days.

gray cove
#

Very Cool

sand moth
#

Can I somehow install mods for Balatro on Android?

umbral pilot
#

balatro for android?

#

no such thing exists

stark shale
#

let jackin it

umbral pilot
#

no, because it doesn't exist

gray cove
#

Only pc/steamdeck/macos/linux

stark shale
#

oh yeah!

gray cove
#

Nvm found it

hard plank
#

SMODS.Font only defines the FONT part

stark shale
#

my magnum opus

#

oh, ok, chicken head

prisma hearth
hard plank
prisma hearth
full edge
#

generally, that's improper setting of an info_queue. What joker are you clicking on when it crashes

prisma hearth
#

not clicking any joker

hard plank
#

hovering

prisma hearth
#

not that either

fallow bramble
#

If you scroll trough your object collection does it occur again?

prisma hearth
#

no

#

i have no jokers only a tarrot

#

it was with finishing a blind

plush hound
#

FUCK

plush hound
warm spire
#

No Regret
At least 5X the base score
Reward: $3
Calculate the total funds, and the base bet increases by 1 for every $10 owned
"Isn't this just an investment?"

wanton rapids
#

huh?

plush hound
stable shore
#

should i sell something for the throwback

wanton rapids
#

how does this have anything to do with morefluff

plush hound
#

it has your mods in it

wanton rapids
#

and there's 24 other mods

stark shale
#

i am suspicously getting only pokermon and colorsplashes jokers

plush hound
stark shale
#

i see....

#

ok run over

tropic egret
#

this is all i literally can see in reserved parking

#

why is it like this

jovial crystal
#

Optically stabilized!!!

full edge
#

Hmm, seems like selling from custom card areas doesn't properly update the card count. I guess that means I'm not properly setting the card's area somewhere?

prisma hearth
full edge
#

It's most likely a mod conflict in some way. Most crashes that happen when playing with multiple mods just can't really be easily figured out

plush hound
full edge
#

Unless it's one of the standard ones

prisma hearth
stark shale
#

the blahaj run

wraith seal
#

why is "On pickup, gain a Trance" greyed out 🤔

#

its an effect, i dont think it shouldve been greyed out

warm spire
#

Extreme
At least 2X the base score
Reward: $5
Except for wild cards, any suit card played will not be scored
"Only one can survive"

stark shale
#

i havent even gotten a 3rd joker

tropic egret
stark shale
#

and i disabled all the damn relic wtf

wraith seal
#

the relics aint even that op 😭

#

-# except for rainbow element

stark shale
#

you could say.... theyre joyous

prisma hearth
stark shale
#

this is bad acutally

wraith seal
#

yahimod?

stark shale
#

yes

spring nest
#

Hey all...extremely new to discord. Is this the room i can ask Mod related questions?

stark shale
#

holy....

spring nest
#

sweet! I recently downloaded and installed LovelyInjector, Smodded, and Visual Studio code. I don't know crap about coding. I asked an AI to write me the code for a Weakness tarot card. Exactly the same as Strength, but in reverse. But I can't get it to load at all. Neverending error related to the author field in the mod.json

#

i was looking for a simple vanilla mod that I could copy the .json file to make sure my format is correct

#

and discord is about the most confusing place i've ever been to...virtually

spring nest
#

am I able to share the code here?

wraith seal
full edge
# prisma hearth ^

if Nikon new the fix, he'd have said. The issue isn't a fixable one on the player end, besides finding the mod that causes the crash and uninstalling it.

wraith seal
#

this chat is primarily for asking questions about facing issues relating to playing other people's mods

spring nest
#

ahhhh

#

thanks for the clarification

hard plank
#

do you reckon these are toxic?

warm spire
#

Rejection
At least 4X the base score
Reward: $2
When having more than 2 identical joker cards, destroy all hand cards with a value greater than 8 in the deck
"No one plays with you"

stark shale
#

got a little nervous

tranquil vessel
hard plank
#

yes

tranquil vessel
#

1 or 2?

hard plank
#

2

unborn plover
#

hi, I'm trying to make my first mod so I already filled the json file with all info for the mod but when I open balatro and select the "mods" button for some reason it doesn't appear.
how can I fix this?

hard plank
#

how do you set up mod structure

karmic compass
#

SHARK!!!!!

#

HAJ!!!!!

unborn plover
hard plank
#

show the mod folder...

unborn plover
wraith seal
#

🤔 why do i feel like this is from my video

unborn plover
#

it is lol

wraith seal
#

sob

#

can you show me the content in the json file (god spare my english)

wraith seal
#

odd, everything looks fine

#

can it be because its "main_file" : instead of "main_file":?

#

idk

gleaming tendon
#

what do you guys use to play modded balatro?

wraith seal
#

damn lol

unborn plover
#

thank you so much :P

stark shale
#

the fucking space

wraith seal
stark shale
#

wtf

#

erm

#

ok

#

ummm

#

I got ummmm

#

I use Steammodded to play modded balatro

#

it's that simple

wraith seal
#

just the qol mods would be fine 😭

#

like Handy, Malverk, uhh

#

stuff stuff

stark shale
#

I summon cartomancer

gilded vortex
wraith seal
#

yeah that too

#

maybe Trance if you are into customizing your balala

gilded vortex
#

maybe my mod haha jk unless

tranquil vessel
stark shale
#

it's so sad that I have to remove 2 big mods because of their stupid fucking multirank mechanic

full edge
#

I thought I had this sell button figured out, but nope, still can't figure it out 🥲 Am I going to just add a weird workaround mechanic?

stark shale
#

why are

bug

gilded vortex
#

what's the issue

#

also I think if people complain about the lack of multirank support then maybe multirank support will come earlier

stark shale
#

ids_op

#

causes a lot of modconflict

#

for whatever reason

full edge
#

It seems that the sell and use button should be determined only by the type of the cardarea and whether something is a consumable. But somehow, I can't seem to work with it at all

stark shale
#

one is a stack overflow and one is nil

stark shale
gilded vortex
#

and different implementations are likely to be incompatible

gilded vortex
#

use the release

#

It's still in the works as you can see by the lack of abilities

#

you will be able to level up hands to get different bonuses from them

cursive forge
#

YIPPEEEE

warm spire
#

Non-Structure
At least 4X the base score
Reward: $3
If the number of plays/discards decreases, the number of plays/discards also decreases accordingly
"How to make time and space cease to exist?"

full edge
cursive forge
#

Yeah, thats what imma name my mod hehe

full edge
#

Haha, not based on the streaming service, is it?

cursive forge
#

im currently in college and im basing a lot of my jokers on the college experience

cursive forge
stark shale
#

(as in more stuff)

gleaming tendon
#

yay i got steammodded to work!

#

but what's some good mods that you folks would recommend?

hard plank
full edge
gilded vortex
#

My mod, Victin's Collection

gilded vortex
wraith seal
#

oh shit maximus came out?

tranquil vessel
# hard plank

I mean that looks like portal 2? can't really tell tho tbh

gilded vortex
#

I didn't know either

wanton rapids
#

maximus has an honestly incredible amount of content for such a new mod

full edge
#

I think our threads got made in the same week. It's the first mod thread I've followed

#

I've been having fun messing around with it today. Decently balanced, great art

plush hound
#

UI is so fun

#

im going to fucking kill everyone

wanton rapids
#

justifiable crashout

umbral pilot
#

omg hi canon

#

im right here

tranquil vessel
plush hound
#

its not using lovely, meth........

umbral pilot
#

but it is, isn't it

gray cove
#

Sell this joker to create 1 negative tarot and spectral card

#

Whats the price of this joke should be

plush hound
#

you're right

tranquil vessel
plush hound
#

it has COLORS

#

ywfihlkpoki9uhjkdnqa

tranquil vessel
# plush hound UI is so fun

seeing this error usually means I have nested my UI elements either one table too deep or one table too shallow

gray cove
gilded vortex
gray cove
#

Uncommon?

plush hound
latent crescent
#

G.UIT.R btw

plush hound
latent crescent
#

And G.C.CLEAR

plush hound
#

CLEAR??

tranquil vessel
#

sleepy meant the 2nd one for the colour

tranquil vessel
plush hound
latent crescent
#

Never used G.UIT.B btw

prisma hearth
#

when i clicked view deck while also finishing a small blind i got this crash

full edge
#

I'm going insane. I can't even find where the game would even set children.sell_button

plush hound
latent crescent
#

G.UIDEF.use_and_sell_buttons

gray cove
tranquil vessel
full edge
plush hound
#

pouring my hearts out to the modder who does UI

#

like

#

JESUS

latent crescent
#

Are you ever tried to search?

wraith seal
#

i had to figure out a fix to text_input too

#

turned out it needs a :recalculate() right when its generated to get it the fuck up

latent crescent
#

I'm just rerendering entire UI couple time to make it in place

tidal jacinth
#

Who wanna do a Balatro 1v1 with cryptid?

wraith seal
full edge
#

Technically, but it only sets children.use_button. It calls the function that generates the sell button but it doesn't attach it to children.sell_button, unless I'm missing a very obvious line

wraith seal
gilded vortex
wraith seal
#

because for some reason it fucks up the alignment of ui severely

gray cove
full edge
latent crescent
tidal jacinth
#

Can yall look at number 8 of the modding chat rules

#

Talking about coding for mods in modding dev

latent crescent
#

He doesn't know

gray cove
#

Lmao

gilded vortex
#

They*

gray cove
#

Bro doesn’t know

latent crescent
#

Globally we're using both chats equally

tidal jacinth
wraith seal
latent crescent
#

See? no one cares

gray cove
wraith seal
wraith seal
#

but not many play balatro multiplayer here

tidal jacinth
wraith seal
#

you should ask in the server instead

stark shale
#

erm actually!

gray cove
stark shale
#

erm!

wraith seal
#

here

#

you would have better luck asking in here lol

tidal jacinth
#

I use the right chat as what I’m going for is using a mod so I use the right chat

full edge
# latent crescent

y6eah, that's the function that generates the ui nodes, but it's set to self.children.use_button, not sell_button, which the base game seems to never actually set. But I can't figure out how it then decides to figure out when to render the sell button, versus when to just do the use button, as it doesn't actually seem to check thoroughly

tidal jacinth
#

So maybe have the common human courtesy to use the right chat

wraith seal
#

no its correct, i just needed to mention you somehow, dont mind the reply lol

plush hound
#

tables

full edge
latent crescent
gray cove
wraith seal
plush hound
#

HEY THIS IS MY FIRST TIME

#

SHUSH

gray cove
plush hound
#

that sounded gay

wraith seal
#

huh????

gray cove
gilded vortex
wraith seal
#

all i did was placing the func = "ygg_load_text_input" in there

full edge
latent crescent
umbral pilot
#

is this chat ever on topic

gilded vortex
#

No

tidal jacinth
#

I’m tryna keep it

latent crescent
#

Is this chat have topic

wraith seal
#

you would be surprised by how often we talk about anything but balatro modded in here

umbral pilot
#

me chat I topic have me

gilded vortex
#

They're new here so they don't know

full edge
#

the only topic it'd be discussing is cryptid related crash logs

wraith seal
#

you should get used to how chaotic this chat sometimes can get :p