#⚙・modding-general

1 messages · Page 1411 of 1

soft geyser
#

Self plug

keen knoll
silk sphinx
#

seems fair

soft geyser
#

Thats that shit i dont like

whole nova
#

lucky rabbit SUCKS

keen knoll
silk sphinx
#

so basically as long as you have done literally nothing to your deck, its a Wild suit joker

whole nova
#

calm down lmaoo

keen knoll
prime rapids
#

this is it right?

keen knoll
#

its also good for retriggers

deft ore
#

dont use thunderstore

whole nova
dense egret
#

ragebait working

keen knoll
#

what is THAT

deft ore
#

get it from lovely github

dense egret
deft ore
#

should be a link in second pinned message

#

err on the side of caution

#

reset the counter

keen knoll
#

no

exotic belfry
#

Rule 4

dense egret
#

comes to chat, doesnt greet, direct message to you

soft geyser
deft ore
#

great edit

dense egret
#

too spontaneous

deft ore
#

🔥

dense egret
#

tbh i cant find the words to explain it

silk sphinx
#

Kickstart
x2 Mult if played poker hand has never been played before during this run.

deft ore
#

when would you ever use this

silk sphinx
#

fair enough...

deft ore
#

and only x2 too

silk sphinx
#

(i mean i can buff it)

deft ore
#

this would be balanced if it was Instantly Win Blind and even then it would still be ass 80% of the time

keen knoll
#

make it not played this ante

deft ore
#

this is the shit you pull out ante 8 showdown because you cant beat vessel

silk sphinx
#

Kickstart
x3 Mult if played Poker hand has not been played this Ante.

#

(idk guys)

deft ore
#

now that i like

keen knoll
soft geyser
silk sphinx
#

card blunt

#

...that's a horrible fanart idea

#

Blunt Ralsei but its Jimbo

deft ore
#

evil and fucked up card sharp

keen knoll
silk sphinx
#

great my ipad is dead so i cant draw Jimblunt

rain orbit
#

I saw five at fred

mental solar
#

i won't be rude and ask a bunch but i'm just looking for an example how i can change the leveling of the base game poker hands

dire meadow
dapper helm
dire meadow
dapper helm
dire meadow
#

shot dead in the bronx

dire meadow
wind panther
dire meadow
#

is this waldo

#

i would be quite displeased too if i was sin that siutation

#

outlines and the 8 ball

silk sphinx
#

welp, Jimblunt has arrived in fanart

dire meadow
#

greedy joker caught in ramen

silk sphinx
#

lost in the sauce

balmy idol
#

Is talisman 2.6 the current version

dense egret
#

cryptid announced

#

yes it is

dire meadow
#

is tailsman 0.0 the current version

balmy idol
dense egret
#

what

#

wdym by that

balmy idol
balmy idol
# dense egret what

What i mean is you know how your hand is usually filled with cards and it shows 7/7 for example well mine only showed 4/7 for example

pastel surge
#

am i cooking?

dense egret
#

did you continued a run after installing talisman?

balmy idol
dense egret
#

xd

dapper helm
deft ore
#

planet x is. Far too strong

dense egret
#

if you used the heirophant and the empress before the boss now you have -30 chips and -4 mult per card

dapper helm
#

seems more like a showdown blind

dense egret
#

true

dapper helm
#

just 2 bosses put together

ripe mantle
#

where do i mssg for the valkarri mod?

old blade
#

How can I sleep

dire meadow
#

How can i Breathe

pastel surge
#

if your previous 2 boss consumables were pluto (-1 hand) and sigil (hand cannot contain 3+ cards of the same suit)

#

the fool would take those 2 effects

dense egret
#

oh

deft ore
dire meadow
#

where do i KILL for the valkarri mod

dapper helm
old blade
pastel surge
#

okay

dire meadow
#

add balatro to your me mod

west wolf
#

can someone make a balatro mod

pastel surge
#

no.

west wolf
#

damn

#

could it be done tho

#

still need to work on that update

#

i have a lot on my plate rn tho

forest knoll
#

actually one of them did get merged so it's pr singular now

dapper helm
#

it can't be done and survived

west wolf
inland plover
west wolf
forest knoll
# west wolf hoh wait

my PR that adds a feature to render sprite objects on the fly has gone unseen in the repository for two months egg and that feature is integral to the visuals for one of my WIP mods and i'd like to have it for my other WIP mod too

inland plover
#

I feel like i've seen that specific art somewhere before but I do not remember where

past lava
west wolf
#

i thought you made like a garbshit pull request lmao

neon urchin
forest knoll
past lava
#

i'm gonna kill your smods pr

pastel surge
#

uh oh

wind panther
#

@twilit jetty lua joker doesn't work with things that change number values on jokers (like cryptid's oil lamp) is this intentional

past lava
#

what.. 😨

#

no.. it can't be 😨

humble rampart
#

world peace

#

no i dont

pastel surge
quartz socket
west wolf
pastel surge
old blade
forest knoll
pastel surge
#

deck idea

#

you start with a eternal joker that kinda does whatever

#

and like, they say shit

west wolf
past lava
west wolf
#

for reasons i cannot specify

humble rampart
pastel surge
humble rampart
#

🧠

past lava
wind panther
#

whats that od that lets you scroll your jokers

pastel surge
#

too many jokers?

keen knoll
pastel surge
#

wonder flower?

twilit jetty
twilit jetty
#

the X0.2 can be manipulated since that's just a number

wind panther
humble rampart
#

i think you won already

wind panther
#

i want the funny

wind panther
twilit jetty
#

the parsing function breaks if you're too far past the vanilla limit

wind panther
#

does it??

hardy brook
#

Letting you all know about it again

twilit jetty
#

i do not know how to fix it

humble rampart
#

parsley 🤤

wind panther
#

ah.

#

it's when it switches from BigNum to OmegaNum since OmegaNum doesn't automatically handle parsing a string from Big:new

#

i can monkeypatch that rq

honest zephyr
untold dust
#

I love this

dire meadow
honest zephyr
dire meadow
honest zephyr
#

HOW THE FUCK DID YOU GET YOUR GLOP INTO THE E'S?????

dire meadow
#

it's magic

honest zephyr
#

also i've noticed
does glop not flame?

dire meadow
#

outdated version of the mod

#

pretty sure it flames in the new updates

wind panther
#

@twilit jetty it's not being set to 0 anywhere within calculate, which means it's somewhere else

#
local g = _G
_G = {}
setmetatable(_G, {__index = g, __newindex = function(t, k, v) if k == "mult" then print(g["mult"], v) end _G[k] = v end})

fuck it

untold dust
#

Find the problem

wind panther
#

not enough mult

tardy sigil
#

weird orange line

#

wait no its round 20 isnt it

buoyant kestrel
#

like wot

untold dust
buoyant kestrel
#

weird orange line also counts though

#

like what is that

untold dust
tardy sigil
#

its the window boarder

#

lol

#

mines grey because i am scared of uniqueness

untold dust
#

I love this

deft ore
untold dust
#

Like

#

a LOT

umbral pilot
#

what mods should are recommended for me

untold dust
forest knoll
tardy sigil
buoyant kestrel
#

play balatro

storm forum
buoyant kestrel
#

its the best mod

tardy sigil
#

oh hi ali

tardy sigil
dusty token
#

you should taste the suffering i make

tardy sigil
untold dust
storm forum
umbral pilot
tardy sigil
# storm forum -# Plumlatro.

uhhh could you get me the tarots? i get the tarots. i sit down again. then he wants sectrals for his deck. could you get me the spectrals he says..

umbral pilot
tardy sigil
#

what

umbral pilot
#

stop recommending me adult content

tardy sigil
#

its not?

ornate bone
#

FUTA FOOT MOD

tardy sigil
#

WHAT

umbral pilot
#

ew

honest zephyr
#

WHAT

umbral pilot
#

nvm im good this must be the nsfw modding chat

#

sorry

#

ill ask somewhere else

dusty token
#

😭

honest zephyr
#

the only mod i've seen that's close to being weird is the fucking texture replacement mod literally called jimbo's big naturals

tardy sigil
ornate bone
#

the hell does a crab react mean?

tardy sigil
#

you have crabs

ornate bone
#

I don't have any.

umbral pilot
worn bone
#

what the fuck have i walked into

tardy sigil
umbral pilot
#

they kept recommending me adult content

tardy sigil
#

im so confused

ornate bone
#

me derailing a conversation by mentioning a uhh... extreme mod that's not work safe.

umbral pilot
#

fr

tardy sigil
#

you shouldnt do that

umbral pilot
#

smh

umbral pilot
tardy sigil
#

whats so nsfw about my mod bruh

umbral pilot
#

what epicleader said

tardy sigil
#

i played it at work

umbral pilot
#

thanks fcrust

#

shame on the rest of you for taking advantage of a pure soul like myself

ornate bone
#

you played a mod about feet and dongs on girls at work?

#

you crazy

dusty token
#

whar 😭

tardy sigil
#

SHUT UP

wind panther
#

@twilit jetty somehow mult is getting set to 0 in a way that _G isn't catching?

tardy sigil
#

im starting to doubt the cute/funny in your bio

forest knoll
umbral pilot
umbral pilot
tardy sigil
#

LOL

wind panther
#

😭😭

umbral pilot
#

anything on joker forge?

dusty token
#

its a non adult casino trust

#

rated 3+

tardy sigil
forest knoll
umbral pilot
#

there was a woman with "equipment" featured in the popup

tardy sigil
tardy sigil
#

bro hates the female form

umbral pilot
#

can you guys actually take my request seriously?

#

or are you just going to be rude

honest zephyr
#

-# the classic metherul bait in action...

tardy sigil
#

whats so nsfw about my mod you havent answered

umbral pilot
#

you literally open the mod page and you have a penis in your description

tardy sigil
#

that is false

#

fake news

dusty token
umbral pilot
#

the text under it literally says "like my mod? maybe we can 'jam' with this next"

tardy sigil
#

how about you jam your nan

umbral pilot
#

she is dead

tardy sigil
#

mine are too...

umbral pilot
#

...

#

god have simp athy for you but I must pray that I have the same

tardy sigil
#

please pray for me and my dead nans

umbral pilot
#

oh that was meant to be a dm

tardy sigil
#

facial emotion of some kind

umbral pilot
#

ever pick up a frog astro

tardy sigil
#

its not gonna look like theyre falling over if they have a blank look

umbral pilot
#

or a toad

#

when they get scared they urinate

neon urchin
umbral pilot
#

use that as inspiration

tardy sigil
#

i have picked up both because they are cool

deft ore
#

thanks metherul

umbral pilot
#

defense mechanism

#

np para

neon urchin
#

better used as offense tbh

buoyant kestrel
#

yall give me an utterly ridiculous setting/plot (no more than like two sentences)

deft ore
umbral pilot
neon urchin
tardy sigil
deft ore
buoyant kestrel
#

okay it’s tied between families and jambatro

tardy sigil
#

world where the currency is HUGE rocks so no one can afford anything because they cant carry or store the money

buoyant kestrel
#

which do y’all recon

tardy sigil
#

mine obvs

deft ore
#

mine obvs

neon urchin
#

wood is pretty ridiculous

tardy sigil
#

fuckk

#

damn you tenna tv time tv

neon urchin
dapper helm
#

whats happening

tardy sigil
#

yep thats the joke

keen knoll
#

oh

umbral pilot
#

a world where human. then they

tardy sigil
keen knoll
neon urchin
tardy sigil
buoyant kestrel
umbral pilot
deft ore
tardy sigil
umbral pilot
#

a world where balamod won

keen knoll
deft ore
keen knoll
deft ore
#

instead of balamod

tardy sigil
#

i thought it was larry

neon urchin
# dapper helm whats a noun

a noun is a noun. a word (other than a pronoun) used to identify any of a class of people, places, or things (common noun), or to name a particular one of these (proper noun).

umbral pilot
ionic crystal
#

h

neon urchin
tardy sigil
#

this is bullshit im supposed to win

dapper helm
#

thats my vote i'm not correcting grammar or whatever

ionic crystal
#

hi chat

deft ore
#

hi

tardy sigil
#

i love balatro i say playing my balatro. thats when it CRASHED because i was actually DRIVING in my car while DRUNK

dapper helm
#

hi chatter

umbral pilot
#

coro

neon urchin
#

beer 🤤

umbral pilot
#

beer

tardy sigil
#

beer sucks cider better

deft ore
#

attempt to compare pedestrian to speed bump

ionic crystal
#

beer...

dapper helm
#

metherul

ionic crystal
#

peam...

umbral pilot
#

@dusty token you need to fix that error

#

coro

tardy sigil
#

shaped like... a beer?

dapper helm
#

the error

umbral pilot
#

"attempt to compare pedestrian to speed bump"

buoyant kestrel
dusty token
#

delete the pedestrian

tardy sigil
#

if its clear and yeller, you got juice there feller, if its tangy and brown you're in cider town

dusty token
#

simple

umbral pilot
#

hm

umbral pilot
tardy sigil
#

wine sucks cider better

umbral pilot
#

stfu

#

no culture

deft ore
tardy sigil
#

ok white wine is okay

umbral pilot
#

please put all lua code in spoilers, thanks

neon urchin
tardy sigil
#

||spoilers||

neon urchin
plush hound
umbral pilot
# neon urchin

hi for future note please self-block yourself by wrapping your messages in spoilers

keen knoll
neon urchin
#

ily nxkoo omg nxkoo

tardy sigil
plush hound
#

ily2

umbral pilot
#

??? what are you doing in my swamp

neon urchin
#

||lua code||

umbral pilot
#

yeah keep that up b

#

thanks forst

neon urchin
#

np

umbral pilot
#

???

neon urchin
#

||🥺 ||

dusty token
#

😭 ()

umbral pilot
#

Cry::more(&frost)

keen knoll
#

what does & do

umbral pilot
#

I have thought against a brainfuck patch format because it would be too easy to obfuscate bad patches

umbral pilot
#

nxhussy

plush hound
dusty token
#

missed opportunity to put a rickroll

umbral pilot
#

oh man you got me there

plush hound
#

print("😭")

neon urchin
#

why is the 1.1 update troll faces

umbral pilot
neon urchin
umbral pilot
#

hmmph

#

I just dont want to buy a block or mute token

#

jk jk I wouldnt block or mute you

#

but I do need to top up on tokens

neon urchin
umbral pilot
#

I would expect the opposite 😆

#

Am not good role model

#

@plush hound bus?

plush hound
#

bus

keen knoll
#

desert

worn bone
#

hmm today i will add an effect with a 1 in 4 chance to trigger clueless

holy shit is 1 in 4 just cursed to basically never trigger this does not feel like 1 in 4

#

its got the wheel luck

keen knoll
#

pol

#

lol

keen knoll
#

wow

lost inlet
#

human, i remember you're jokers

mental solar
#

Any joker rarity change suggestions for my rebalance mod?

buoyant kestrel
rain orbit
#

Human I remember you're obesity

dreamy abyss
#

wh

dense egret
keen knoll
#

what color does the L stand for

#

thats real ut dialouge

rain orbit
silent thistle
plush hound
neon urchin
#

grandma trippin 😂

dreamy abyss
keen knoll
#

correct

smoky perch
#

why crash? :c

tranquil vessel
smoky perch
#

well probably

#

idk like

#

what kinda question even is that

tranquil vessel
#

cuz the crash log implies you don't

smoky perch
#

isin't the balatro mod manager already installed with steammodded

#

ahh its not enabled/installed

#

so weird

tranquil vessel
#

the only thing BMM installs automatically is lovely afaik

smoky perch
#

fixed! thank you!

tranquil vessel
#

"as far as I know"

smoky perch
#

ah

#

ahh okay

sweet bramble
lime stratus
#

are there any mods i can use to just give myself things

deft ore
#

debugplus

lime stratus
#

i am unable to pick up color cards (more fluff) from packs :(

woven orchid
#

I am sweet and soft catdog girlthing./..

dapper helm
lime stratus
#

yea

#

this is an ongoing issue

forest knoll
lime stratus
buoyant kestrel
#

mantle

rain orbit
woven orchid
forest knoll
#

that is me yes 😌

dapper helm
#

i am evil and dastardly villain of the week clown monster

umbral pilot
#

it's so

#

mantleable

buoyant kestrel
#

the aura is horrendous

umbral pilot
#

glad there's someone who agrees with me

buoyant kestrel
#

my guy is tiny

silk sphinx
#

Weal
Held Tarot cards have a 1 in 4 chance of turning into the most used Tarot card when blind is selected.

keen knoll
#

what is the flavor

silk sphinx
#

Woe
Tarot cards that have not been used this run sell for $3.

silk sphinx
keen knoll
#

yea

buoyant kestrel
#

tenna i don't think copyright works like that

#

this is a romhack man

keen knoll
#

maybe he made the original too

buoyant kestrel
#

john mantle coded that shit

#

also just realized this is probably an allegory to ralsei covering up the bad parts of the prophecy

#

/ "summarizing" it

keen knoll
#

yea

#

the forbidden path starts with ice magic...

buoyant kestrel
#

its funny because it implies that the weird route is also preordained in some fashion

#

maybe even in the prophecy

marsh crane
#

Do I absolutley have to install 7zip to make my own joker textures for the mod im developing?

keen knoll
#

wdym

marsh crane
# keen knoll wdym

Nvm ill just rip textures from an existing mod and use the aspect ratios as a template

keen knoll
#

well id reccomend 7z in general

#

its really useful as a swiss army knife of unpacking files

humble rampart
#

its just useful to have

marsh crane
#

But I just have mod assests I can use

rain orbit
#

Is this at least not mid

humble rampart
#

whats the range about

rain orbit
#

The what

humble rampart
#

0-23?

rain orbit
#

It's bizarro misprint

humble rampart
#

ah

#

per round then im guessing

rain orbit
#

Instead of adding mult it takes away a percentage of the score requirement

humble rampart
#

ilike it

rain orbit
humble rampart
#

changes every round

#

cuz idk when it would trigger otherwise

#

it just seems like a passive effect

whole nova
#

needs better wording but

rain orbit
#

It acts like normal misprint does except for it taking off a percentage of the score requirement

humble rampart
#

it removes score requirement actively every hand then?

rain orbit
#

Every time it's triggered

humble rampart
#

checks out then yeah i thought it was passive

humble rampart
whole nova
humble rampart
#

that would do it

#

lole

rain orbit
#

Like if you have brainstorm and blueprint hooked to copy it it'll do it 3 times like normal misprint

whole nova
#

the spreadsheet says uncommon

#

i aqm good at this

umbral pilot
whole nova
umbral pilot
#

???

#

in what world is it 21.30 on the east coast of the states

humble rampart
#

its 2:30 hereg

umbral pilot
#

oh wait no you're on ewst coast

#

i gorfor

whole nova
umbral pilot
#

sorry trif

humble rampart
whole nova
#

me when im stupid

umbral pilot
#

i thought you were a new jersey fuck but that's lyman

#

you're just a west coast nerd

rain orbit
#

I live on america's weewee

whole nova
#

west coast is best coast

humble rampart
#

i live in america's hamburger helper

umbral pilot
#

not true

umbral pilot
humble rampart
#

michigan

#

also im lying

umbral pilot
#

that's what I meant

#

west coast is where the nerds live

fickle elbow
#

massigan

umbral pilot
#

the east coasters are the OGs

fickle elbow
#

wb North & south

humble rampart
#

hey girl are u from michigan cuz ur the only mich i gan

umbral pilot
#

no one thinks about the north

#

the south is the only part that matters

humble rampart
#

north coast and i just mean canada

umbral pilot
#

canada?

humble rampart
#

canada is north of the usa

fickle elbow
umbral pilot
#

the usa is north of the usa

#

anyways idk sorry Im just guessing, im not from the states

humble rampart
#

is anyone

umbral pilot
#

i live in finland so I have a superiority complex

humble rampart
#

smokes cigarette

#

unearned

umbral pilot
#

ok nerd

#

nah jk jk im from north carolina

#

which is the better carolina fwiw

humble rampart
#

still unearned

keen knoll
#

im frmo earth

umbral pilot
#

whats your steamid scott

humble rampart
#

7

umbral pilot
#

good first number

#

what about the next one

humble rampart
#

theres no next one

#

i have the seventh ever steam account

umbral pilot
#

doubtful

#

its based on your ssn

keen knoll
#

seems legit to me

humble rampart
#

see

#

2v1

umbral pilot
#

candy cant read

humble rampart
#

doesnt matter

#

helps my point

umbral pilot
#

vibes arent relevant in the court of law

humble rampart
#

it aint called a bandwagon fallacy its a bandwagon mentality

woven orchid
#

meow

umbral pilot
#

amen

#

finally a reasonable person in the chat

#

hey lily

buoyant kestrel
humble rampart
#

is nxukoo here i wanna brag about something

keen knoll
umbral pilot
#

nxkoo is busy elsewhere

humble rampart
#

lame

buoyant kestrel
#

if you really want evidence just cite god

umbral pilot
#

I cant cite myself

humble rampart
#

wanted to brag about my pretty boyfriend

buoyant kestrel
#

"i got it in a prophetic dream"

humble rampart
#

cyall

umbral pilot
#

scott you cant leave

humble rampart
#

okay

#

hello

umbral pilot
#

you need to ask lily for a hall pass

humble rampart
#

lily can i have a hall pass

#

i have asked lily for a hall pass

#

cyall

umbral pilot
#

bye scott :==)

woven orchid
#

well i was going to say yes but it seems i do not need to do that for him to be able to leave

umbral pilot
#

ask for permission vs beg for forgiveness

#

he did a combo which is pretty radical

#

very cool person

woven orchid
#

ooh ooh can i do both

#

i want both

lilac brook
#

what is this
trying to play mayhem

woven orchid
#

So if you read the log it will in fact tell you why mayhem has not loaded

umbral pilot
#

you have to earn the right is reasonability

#

of reasonability

#

idk

#

words

keen knoll
#

what

hard plank
#

@woven orchid

woven orchid
#

hi!

#

i am sweet and soft catdog girlthing

hard plank
#

expect me to be less active lol

umbral pilot
#

i keep reading your name as "girthing" and I feel mildly uncomfortable

umbral pilot
umbral pilot
#

😭

hard plank
#

just mildly uncomfortable with how something is going somewhere

#

otherwise I'm just sitting on sofa having lunch

umbral pilot
#

lunch sounds nice, I just had breakfast

#

but yeah that makes sense

buoyant kestrel
woven orchid
#

its been long enough since dr ch3+4 can we start cornplating

#

i never noticed his cane was pure green

hard plank
#

how is this a texture pack

buoyant kestrel
hard plank
#

like literally how???

buoyant kestrel
woven orchid
#

metherul

whole nova
hard plank
#

what

#

this is just less powerful ap joker

woven orchid
#

me when i compare my mod to crypti

whole nova
hard plank
umbral pilot
hard plank
#

I'll never speak again

whole nova
whole nova
hard plank
#

I'm joking I'm pretty sure this idea isn't original anyway

umbral pilot
whole nova
#

it's not

#

definitely not lol

hard plank
#

but you don't need to be 100% original

buoyant kestrel
#

its so simple it may have multiple origins lmao

hard plank
#

a lot of bog standard jokers can help

whole nova
#

there are definitely a myriad of "only has great effect against boss" jokers across mods

rain orbit
umbral pilot
#

do you feel any remorse for your actions?

rain orbit
whole nova
woven orchid
#

i think 20 might be a bit low

humble rampart
#

banana is 15 and so is summit

woven orchid
#

but thats just because you could achieve the same with playing 3oak with half joker

whole nova
#

yeah i was thinking 30

humble rampart
#

you could probably get away with 25

woven orchid
#

25-30 prolly

#

no higher imo

whole nova
#

yeah

long turret
#

boo

whole nova
#

evil astra

exotic belfry
woven orchid
#

astra what nefarious things are you doing

umbral pilot
#

astra what nefarious things are you doing

exotic belfry
#

I wanted to see if an option worked but I couldn't tell

umbral pilot
# long turret boo

hey evil astra, why are you all of a sudden a moderator on the hotpot server

worn rain
#

what's upchat

umbral pilot
worn rain
#

upchat is the sky?

umbral pilot
#

mr robs can you speak about the allegations

rapid smelt
#

So

#

I lost all my stakes and stickers

#

After I used an archipelago mod

exotic belfry
rapid smelt
#

Can I get them back

#

Or am I js cooked

exotic belfry
#

you're cooked I do fear

#

That's the danger of playing modded

hardy brook
#
poll_question_text

What should I do for a Remake?

victor_answer_votes

7

total_votes

10

victor_answer_id

7

victor_answer_text

Balatro, but my friends try to make the cards

mint spindle
#

hi

#

wow surprisingly dead chat

umbral pilot
#

it's a wednesday morning of course its quiet

rapid smelt
rapid smelt
#

Wednesday?

winged prism
#

Yeah, weird. Pretty sure it is Friday already

rapid smelt
#

Isn’t it Thursday?

winged prism
#

Now that's a range that is possible with different enough time zones

inner tapir
#

pardon me folks

#

just popping in, dont s’pose anyone could help me with modding on a mac

static shale
#

hai guys, any other mods i should add to this?

limber oak
static shale
mint spindle
#

should probably get some more qol mods in there like handy and cartomancer though

inner tapir
#

and not sure how to actually get it to do that

#

i put the new mod file into the Mods and try and take out the old one
but when i drag lovely onto terminal to get it workin it still registers the old one

#

so do i have to type some new commands for the new mod in order to switch it and get that runnin' instead?

static shale
static shale
rain orbit
static shale
inner tapir
#

i'll take a whack at it

alpine cosmos
#

blindside

inner tapir
#

imma try redragging in the new one

ionic crystal
#

hi chat

inner tapir
#

gyaah

#

hi

frigid mica
#

To this day people still joke about how the plant will always kill your run

#

The plant’s main gimmick is that you can’t play face cards

rain orbit
#

Nearly every time I face the plant I lose to it

frigid mica
#

Or face cards are debuffed idk

rain orbit
#

Face cards are debuffed so unless you can beat it with debuffed cards then you're fucked if your build revolves around them to which a lot of the time they will

frigid mica
#

For me this is a simple issue to resolve, just make a build that does not need face cards to be strong.

#

I mean obviously that would be hard to work around

#

That’s why I’m making ace jokers.

rain orbit
#

Most consistently good scoring strategies revolve around face cards

#

Others require a specific joker like wee or stone or glass to rely on, to which if that's debuffed by something like crimson heart or verdant leaf you're cooked

rugged fable
#

I mean if your build relies on wee then don't sell it to verdant leaf

rain orbit
#

I said debuffed

#

Selling it is like

#

permanently debuffing it

#

And adding a joker slot

#

Yea

frigid mica
#

Why do people not care about aces a lot

worn rain
#

erm

frigid mica
#

I wanna make ace jokers for more ace builds

rugged fable
#

they don't have the same character as face cards

rain orbit
rugged fable
#

the only jokers in vanilla I can think of off the top of my head that interact with specifically aces are scholar and superposition

#

really the main utility aces provide is being the only rank spawned by Grim

rain orbit
#

There are builds that don't rely on scoring specific ranks but that doesn't really count in this context

rugged fable
#

aces also do interact with a handful of other good jokers, like fibonacci and odd todd

rain orbit
#

Idol too sometimes

rugged fable
#

I don't think idol can ever be considered outside of endless runs

frigid mica
#

Supernova builds, how about those?

rugged fable
#

unless you want to look at idol as a worse seeing double

rain orbit
#

We're talking about ace reliant builds

frigid mica
#

Oh right

rugged fable
#

I mean if we're talking vanilla, yeah aces aren't really special

frigid mica
#

I was thinking about other builds that don’t rely on face cards

rain orbit
#

There's not many worth considering

rugged fable
#

odd todd wins runs

rain orbit
#

In terms of ace reliant builds

rugged fable
#

regardless, I'm curious what your point is

worn rain
#

should I put eddyrob balatro music on spotify

rain orbit
#

Aces help with odd todd builds

#

But so do 4 other ranks

#

Aces are the best for it though

frigid mica
#

Why does that plant have it’s own emoji

sweet bramble
#

aces are (sometimes) good for 4oak/5oak builds since you can generate them with grim

frigid mica
#

I’m so bothered by the idea that a boss blind on its own can have its own emoji in the official Balatro server

rain orbit
#

We all know why

frigid mica
worn rain
#

no the plant always wins

rain orbit
sweet bramble
#

someone needs to make a challenge deck but all pools consist of only balacord emojis

frigid mica
rugged fable
#

I mean the plant is notorious for killing runs because people invest in face cards more than they probably should

rain orbit
rugged fable
#

everyone talks about photochad but nobody talks about business chad, the superior face card strategy that doesn't eat it to the plant

rain orbit
#

We can't fire the plant without getting cancelled either

#

Cuz it'll look like we fired them cuz they're a blind

#

And not the fact they aren't really eligible for the position

rugged fable
rain orbit
rugged fable
#

going back to the talk of aces, I think the real reason the game doesn't focus on them much is because they're just one rank that's not part of any special category

mint spindle
#

aces are like cool though

#

💔

rugged fable
#

sure, and the game does include them in plenty of joker effects, but I can only think of 2 jokers that explicitly require aces to function

#

scholar and superposition

rain orbit
#

The rest of an ace's use just comes from them being the highest rank eligible to trigger some jokers

worn rain
rain orbit
#

And well the fact it's the highest rank

#

So it gives the most chips

rugged fable
#

yeah

polar oyster
#

Ace good with raised fist

rugged fable
#

of course when compared to faces, it's the difference of literally 1 chip

#

I mean not really

polar oyster
#

Like +22 mult (+44 if red seal or mime)

rugged fable
#

not in the sense that it gives bad score but just that it's not worth the deckfixing required

#

meanwhile there are 4 ranks before it that give +20 instead

polar oyster
#

my old old mod gives 1 tags every 4 ace in deck and it was cool to play

#

ace sound weak, because face cards too strong

wide mulch
#

anybody fucking with this

mint spindle
wide mulch
#

goodmorning

mint spindle
#

also what

wide mulch
#

im building a 3d rendering engine from scratch

mint spindle
#

that looks great for being FROM SCRATCH holy

wide mulch
#

thank you very much

polar oyster
#

it possible add 3d to balatro

mint spindle
#

also is that just a random ass cactus

wide mulch
wide mulch
rain orbit
#

Which mod has the propopagnosia joker again

mint spindle
polar oyster
#

Propopagnosia or propaganda jokers?

rain orbit
#

The one where no cards count as face cards

polar oyster
#

see ortalab jokers

#

it has alternative of pareidolia

rain orbit
#

Not there

polar oyster
#

hmm

rain orbit
#

Just found it

#

It's a familiar joker

sleek geode
#

dev for qualatro here. what other music mod are you trying to use? would like to see how they do things so we can rework the music to play nice with other mods

inner tapir
#

but i cant seem to make it not stop running the Hot Potato mod

sleek geode
#

compatibility with other mods has been a low priority for us for release cause we had enough to worry about for how large it is, but we're going back and fixing some things up with the time we have

#

iirc we fixed a hot potato issue recently, if you download latest release may be fixed

inner tapir
#

so i didnt have to delete it's mod file oh for godssake

#

... i dont suppose if i ask nicely i could have some help getting qualatro runnin

sleek geode
#

should work without much trouble as long as you have the latest smods, will be extra sure to work if you disable other mods

inner tapir
#

all i got on me is hot potato and qualatro rn

#

can i ask
do i need to do anything with terminal for qualatro to start workin?

sleek geode
#

nah

inner tapir
#

roight

#

well it still dont seem to be coming up which is annoyin

#

maybe i oughta try setting up SMODS again

sleek geode
#

an easy way to download mods if you're not using it is the balatro mod manager, it will handle a lot of the busywork for you. qualatro is on there

inner tapir
#

oh wow wait

#

OH HELL YEAGH THERE'S MAC VERSIONS

#

thank you very kindly [preferred title] mod dev

sleek geode
#

gl, gaming on a mac in our year of 2025 is tough work lol

woven orchid
#

hi modders and moddees

inner tapir
lavish pike
#

Hello

inner tapir
#

IT WORKS

#

YAHOO

leaden vector
lavish pike
#

No clue

#

I dont really know what pfp i should have

leaden vector
#

Hmmmmm

lavish pike
leaden vector
lavish pike
#

No

leaden vector
#

Become Gregory Guy

lavish pike
#

Nuh uh

old blade
#

Bruh I'm bored

lavish pike
#

Hi bored im gud

old blade
lavish pike
#

The funny

old blade
mint spindle
old blade
#

Ok fair

old blade
woven crag
#

Trutst

mint spindle
#

trust thesahsssfdg preocvess :Peladeing_faceL:

woven crag
#

Truat thw proie sce

mint spindle
#

trusat in trehw preofcess..!!1

old blade
#

This is why we can't have nice things

mint spindle
#

im anrgy grgrrrr

#

Additionally, my Intelligence Quotient is equal to approximately 67.

old blade
mint spindle
#

balaro

#

good night it is 1:08 am on a school night

lavish pike
leaden vector
#

Homeless drunkie turned superhero after taking fucked up gas station "enhancement" pills

lavish pike
#

×1.5 mult when held in hand penar 😨

toxic cloud
#

best Gold Stake joker?

woven crag
umbral pilot
polar oyster
#

without credit sound weak than gold joker

mossy tulip
#

YO i just nan on cripted...

#

i might have done some silly

vague beacon
#

Who will win?

lost bolt
#

<@&1133519078540185692>

full edge
#

<@&1133519078540185692> ❤️

drifting shadow
#

Thx

full edge
#

Going through all jokers to see which ones will get unlock conditions. Realizing I have to make up a looot of unlock conditions if I want this to be a thing

#

Might figure out how the animation looks if I make 'm unlockable in batches

fathom gust
#

how did i wake up at 5 am tf

lost bolt
#

wee joker mod that makes a wee variation of every joker

#

Wee Astronomer: Planet Booster Packs are $2 and contain 8 cards

full edge
#

When you unlock a joker during a run, is it able to immediately spawn that run?

lost bolt
#

Yeah

#

Wee Jimbo: +2 or +8 Mult

full edge
#

Wee Jimbo is already just Wee Joker, tbf

lost bolt
full edge
#

I'll believe you and if it turns out you're wrong I'll get my dogs to hunt you down

lost bolt
#

Wee-er Joker: Played 2s gain +8 Chips when scored

#

Worse than hiker but whatever

polar oyster
#

weelkie-teelkie: +6 Chips and +0.6 Mult when 10 or 4 scored

red shale
#

i just finally got to be able to download mods, any mods you guys would recommend?

full edge
red shale
#

maybe some more QOL centered stuff? something like that

full edge
#

Ah QoL, I'd check out Handy

red shale
#

ooooh i'll definetley do

full edge
#

Galdur is also a QoL mod I never turn off

red shale
#

Btw where can i download these, are they available on nexxus?

full edge
#

I'm trying to think what other QoL stuff I use or see being used, but a lot of that is to make playing with mods easier

full edge
red shale
#

tysm

fathom gust
#

nexus is abysmal i’ll just say that

full edge
#

But discoverability for Balatro mods isn't great

#

@dense egret did you ever make that thread about QoL mods, btw?

full edge
# red shale tysm

Good luck with installing and definitely ask if you're running into issues!

dense egret
#

is there

#

i cant find more qol mods, some of them where dead or inaccessible

#

i should try each one again to find crashes, mostly wont recibe an update in a long time

full edge
#

The search function didn't bring up the thread, so I thought I'd ask, hahaha

full edge
#

Mobile Discord's often kinda shit at searching, tbf

dense egret
#

ah makes sense

#

for a long time mobile wont allow me to ping the mods

#

so everytime someone send scams i couldnt do anything xd

fathom gust
dense egret
fathom gust
#

oh yeah

#

the autoclicker was running

frigid mica
#

What if I just made exodia enhancements for playing cards and when playing all 5 of them you just win the round by default

#

Exodia card - no rank or suit, cannot be debuffed, cannot be destroyed, cannot turn into another enhancement, when played with 4 other exodia cards, give score equal to blind requirement.

drowsy parrot
frigid mica
solemn mason
#

Balatro, but only happy ghast.

frigid mica
#

Updated Deck of Hate sprite

#

Will change to make it lighter

static shale
#

hey does anyone here know where i can download "customize deck" decks, like the suits and stuff

#

i downloaded malverk and idk where to go from there

static shale
solemn mason
umbral pilot
#

a lot

eternal portal
lavish pike
umbral pilot
#

why are you crying

lavish pike
#

Its stupid but kinda funny
Its not actually me crying

hard plank
fathom gust
#

oh hey new fusion jokers update

#

-# guess that means i need to update my mod (for once)

hard plank
#

i shall take my time away from this server

wanton rapids
#

fusion jokers got updated??

spiral monolith
tardy sigil
#

yo, anyone get any ideas for rebalancing this boss? the chips being equal to mult is kinda good whichis why i put the 9x base. i would like to keep the first hand does this, second hand does that function but free reign i guess

#

okay yeah that could work

storm forum
umbral pilot
#

it's fine to cry

frigid mica
#

imagine if i made a spectral card called "Unison" and it tells you to ask the balatro modding community which joker to spawn in the current run, then proceeds to tell you which mod to take from.

umbral pilot
#

oil lamp

sweet bramble
#

shoot the moon

neon urchin
#

i love togas stuf

#

toga tuff

#

toga mah ruff

spark valley
#

hm

#

should i make one of my ranks

#

two letters

neon urchin
#

yes

#

make on called b

dusty token
#

1k downs

neon urchin
#

your keyboard rn: “🥺 🥺 🥺 😭 😭 🙏 🥺 🥺 💔 “

#

me: “ ryo_smug

#

you: “ BongoGameRage

#

some happy guy: “ kevin

#

Energeticdragon: “ 🐉 “

neon orchid
neon urchin
#

Star MAN: “ 🌟 👨 “

mossy tulip
neon urchin
#

im high on sharpie smell