#⚙・modding-general

1 messages · Page 1600 of 1

mint trout
#

so you should know about balatro mod manager or you dont?

woven crag
#

please dont use the balatro mod manager

#

its so dogshit

mint trout
#

its way more beginner friendly imo

woven crag
#

i mean

lean dune
woven crag
#

theres better options

mint trout
#

Im not risking it

#

thanks

woven crag
#

balatro mod manager messes up installs way too often, force installs a patch mod that is way too hard to get rid of and does nothing of value and is also vibe coded slop

mint trout
#

If it works its good

lean dune
#

"vibe coded slop" is an overstatement, but we shouldn't discuss that here

woven crag
#

it barely works

mint trout
#

works for me so im not complaining

woven crag
#

well

#

i guess it works

#

if you do use it just get a really old version and never update

lean dune
#

if works until it doesn't

#

it likes to put ignore files in places they don't belong if you disable any mods

woven crag
#

im on like almost a year old version of bmm and i get to live without the flaws

#

never had any issues with it

mint trout
#

i literally have like 4 mods installed

woven crag
mint trout
#

blueprint better mouse and keyboard joker displays

#

thats pretty much it

unkempt current
#

Im not getting close to mod manager

#

I never used it, I learned installation the other* way

mint trout
#

then eris hypernova will help you

lean dune
unkempt current
#

what

woven crag
#

true

#

but there never was a point to put lovelyignore in subfolders i think

lean dune
unkempt current
#

i don't think I know

woven crag
#

those who read the wiki

lean dune
unkempt current
#

I don't get it

lean dune
#

you learned manual installation the easy way

#

the hard way is pre-lovely

unkempt current
#

Okay maybe I need to rephrase my message then

woven crag
#

manual injection... the horror....

unkempt current
#

Wonder how that goes

lean dune
#

let's just say there was a time where I recompiled an exe injector and applied it to a copy of an unmodified install every time to test any and all changes in smods

unkempt current
#

That sounds like hell

lean dune
#

tbf I barely had to do that. it was like my first contribution and then I could use lovely after that

#

-# which wasn't the end of compiled injectors, anyway

oblique storm
#

hi

#

i think im starting to get the hang of modding(?)

lean dune
#

nice

oblique storm
#

is it ok if i dm you with my progress

lean dune
#

yeah sure

warped fulcrum
#

all in jest is actually such a good mod

hard plank
#

"everyone shall fie fue to this incident"

warped fulcrum
#

shameless plug

#

but sure

hard plank
oblique storm
#

question

#

i have
if SMODS.pseudorandom_probability(self, "wheeloffortune_sailboat_blind",self.config.numer, self.config.denum) and not context.other_card:is_face() then return { .... }
how can i make the part in the return{} debuff the card

oblique storm
#

before you ask, i'm using your code as a base

#

sorry

#

if you want i can credit you

hard plank
#

what are you doing 😭

#

why are people basing their code on my shit code 😭

oblique storm
#

idfk vro 💔

hard plank
#

what is your entire definition of the thing you're adding

oblique storm
#

its a boss blind that has a 1 in 5 chance of debuffing number cards (aka non-face cards)

toxic cloud
oblique storm
#

each numbered card individually

toxic cloud
#

Ortalab has a similar boss blind, you can take a look

oblique storm
#

i just want to know if theres a command that i can place between the return{} to debuff said cards

hard plank
#

you can look in vremade

#

it has all the vanilla blinds

oblique storm
#

calculate = function (self, blind, context) if context.modify_scoring_hand and not blind.disabled then if SMODS.pseudorandom_probability(self, "wheeloffortune_sailboat_blind",self.config.numer, self.config.denum) and not context.other_card: is_face() then return { card:set_debuff(true) } end end end }
will this work

hard plank
#

you might want to look into what i sent

oblique storm
#

calculate = function (self, blind, context) if context.hand_drawn and not blind.disabled then if SMODS.pseudorandom_probability(self, "wheeloffortune_sailboat_blind",self.config.numer, self.config.denum) and not context.other_card: is_face() then card:set_debuff(true) end end end }

?

honest zephyr
oblique storm
#

yeah no i think i see the errors

#

SMODS.Blind{ key = "the_sailboat", dollars = 5, mult = 2, boss_colour = HEX("b8f083"), atlas = 'Blinds', boss = {min = 3}, pos = { x = 0, y = 1 }, config = { numer = 1, denum = 5, }, in_pool = function(self) return true end, loc_vars = function (self) local n, d = SMODS.get_probability_vars(self, self.config.numer, self.config.denum, "wheeloffortune_sailboat_blind") return { vars = { n, d } } end, collection_loc_vars = function (self) local n, d = SMODS.get_probability_vars(self, self.config.numer, self.config.denum, "wheeloffortune_sailboat_blind") return { vars = { n, d } } end, calculate = function (self, blind, context) if context.hand_drawn and not blind.disabled then if SMODS.pseudorandom_probability(self, "wheeloffortune_sailboat_blind",self.config.numer, self.config.denum) and not context.other_card:is_face() then context.other_card:set_debuff(true) end end end }
is this better

hard plank
oblique storm
#

NO

hard plank
#

that one is pretty simple to read

oblique storm
#

CAPS LOCK BROKE

#

SORRY

hard plank
#

you should

oblique storm
#

k

hard plank
#

there is a context.debuff_card

rain orbit
oblique storm
limber oak
#

what do yall think
-# took inspiration from clubs and hearts, i mean i used the clubs face card as the base and hearts for the scepter thing

#

(why so green 😭

oblique storm
#

is there something wrong with ts
SMODS.Blind{ key = "the_sailboat", dollars = 5, mult = 2, boss_colour = HEX("a7e8d6"), atlas = 'Blinds', boss = {min = 3}, pos = { x = 0, y = 1 }, config = { numer = 1, denum = 5, }, in_pool = function(self) return true end, loc_vars = function (self) local n, d = SMODS.get_probability_vars(self, self.config.numer, self.config.denum, "wheeloffortune_sailboat_blind") return { vars = { n, d } } end, collection_loc_vars = function (self) local n, d = SMODS.get_probability_vars(self, self.config.numer, self.config.denum, "wheeloffortune_sailboat_blind") return { vars = { n, d } } end, calculate = function (self, blind, context) if context.hand_drawn and not blind.disabled and context.other_card then if SMODS.pseudorandom_probability(self, "wheeloffortune_sailboat_blind",self.config.numer, self.config.denum) and not context.other_card:is_face() then context.other_card:set_debuff(true) end end end }

#

would this work

tacit token
#

did anyone try all in jest?

oblique storm
#

i have

tacit token
#

is it good?

oblique storm
#

yep

tacit token
#

ight, thanks

dawn remnant
#

type ``` for multiline code instead of `

narrow prawn
#

hey uh
if I disable a mod will the jokers in it lose their stakes stickers?

woven crag
#

they wont

narrow prawn
#

gotcha

full edge
tacit token
fair thistle
#

Meow

#

that you, peach? i see toadsworth roped you into this, too

rapid gulch
#

Does anyone know the mod that shows what you bought in the top for a couple seconds? the same one roffle lite uses?

fair thistle
rapid gulch
#

was praying there was a mod for it

fair thistle
lean dune
fair thistle
#

No, I think they're talking about if there's a mod that has similar functionality to the viewer ease gimmick roffle lite has I think

#

Where when roffle buys a new item, it's effect is shown on screen longer so the viewer can read

lean dune
#

oh ok

rapid gulch
lean dune
#

yeah no that's just video editing

rapid gulch
#

sad

#

Thank you guys!

lean dune
#

I've actually seen this on the occasional ranran video, though I mostly watch doc if I do watch balatro

fair thistle
#

Would be for a decent mod for occasions like streaming on discord

woven crag
#

idk if roffle uses it though

fair thistle
#

I think there was a mod that sorta kinda does that, Joker display?

fervent vessel
#

i think its riff raff

rapid gulch
#

:O

fair thistle
#

O

woven crag
#

ah yeah

#

that one

rapid gulch
#

omg yes

lean dune
#

joker display does a different thing

rapid gulch
fair thistle
#

Jordan has been satiated

fair thistle
rapid gulch
#

shes going to be so happy thank you guys!

neon orchid
fair thistle
#

No like Balatro Jordan

neon orchid
#

Ah

#

Thank you for clearing it up

gloomy eagle
#

Just to ask, can you download brainstorm rerolled fir steam deck, or do you need to use just Brainstorm

lean dune
gloomy eagle
lean dune
#

yeah and I'm just saying it hasn't been updated in almost a year

#

if it runs on windows, it will also run on steam deck

desert mirage
#

im ngl i dont know what src means

lean dune
desert mirage
#

o

#

mari source

fair thistle
#

who is mult and why are they chips

rain orbit
#

Who is XChips

#

And why are they not allowed

balmy lily
#

Who is YChips

oblique storm
#

who is Zchips

#

also update i just coded in a boss blind myself. im proud of myself 🥹

desert mirage
#

yay

#

its good to celebrate these small wins

oblique storm
#

will prob add 2 other boss blinds this update

limpid lake
#

🥔Chips

gloomy eagle
#

Does anyone know how to auto rerolled for brainstorm on steamdeck?

vivid mauve
#

this is called a flush house

devout socket
#

Hey, sorry to bother, does anyone know what the lua joker does in bakery? I'm having trouble understanding the description tbh

vivid mauve
#

nope

ember crow
#

ok but which repo do i get it from

devout socket
forest knoll
#

X0.2 mult, and then it treats the mult number as a string and attaches a 2 to the end of it
so e.g. if you have 100 mult:

100 * 0.2 = 20
20 .. "2" = 202
limpid lake
#

.. is string concatenation
it takes your mult and pastes a 2 on the end

devout socket
#

Ooooh it's a concatenation

#

Alr

past lava
forest knoll
#

yea lol
effectively it's basically just x2 mult

devout socket
#

Didn't know the syntax

vivid mauve
#

flush houses are op

devout socket
#

I think?

#

Oh wait maybe it is

#

I'm trying to think of a case where it's not lmao

limpid lake
ancient sinew
#

So basically ×10, then +2?

#

If an int

ember crow
devout socket
#

Yea it must be p gud for high scores ig

devout socket
forest knoll
#

yea once you get up into the Es it gets a lot more effective

ancient sinew
#

So the strings, not the actual value

limpid lake
#

yeah

#

it probably goes stupid hard if you get into hashtag numbers, but also, at that point you're in the hashtag numbers

devout socket
#

I'm extremely early in a pretty vanilla like run so rn it's just a *2 lmao

limpid lake
#

i don't remember how hashtag math works

ancient sinew
#

That's super busted with #x##y

devout socket
#

I'm doing like 50k stuff

#

AHAHAH it actually decreased my score

#

Prob because I have a decimal

#

It just destroys my score

ancient sinew
#

/5 mult is 80% of the time is going to get a decimal

then adding a 2 does nothing

oblique storm
#

uh

#

i have a problem

#

my mod's blind boss animations are not working

ancient sinew
vivid mauve
#

i stress test my pc and balatro crashed from me doing my challenge

#

WAIT

#

IT DID NOT

desert mirage
#

whoops

crisp mountain
#

can anyone recommend some good mods to try

oblique storm
#

can anyone help me with aking my mod..

#

pr3tty pleas..

carmine prawn
#

:3

desert mirage
#

play hatchet, v1.7.0-beta-2 is out now

#

v1.7.0 will be out as soon as i can get the art done

#

which is "idk maybe" considering how i have to do art for like

#

lemme see

#

17 jokers, with 4 soul sprites

hardy brook
#

Aight chat

#

My side of SJJ is complete so i can focus on Parallel Update

#

(my team doesn't need me to make anything basically lol)

fair thistle
fair thistle
#

I haven't yet

fair thistle
#

Gonna go do that

wispy forge
#

is there a teto skin pack? like with miku teto and the yellow one

wispy forge
#

thank

wispy forge
#

thanks

frigid furnace
#

"the yellow one" 😭

frigid furnace
#

ok tbf I dont remember either

fair thistle
#

im playing oblivion now

frigid furnace
#

astro wdym eyes cant be duped

fair thistle
#

cool jokers but i keep dying because the game keeps luring me in with sin jokers and then murdering me

primal lark
fair thistle
#

bwomp

frigid furnace
#

This is the second reported bug involving interactions between Death and Optics sobbing rn

primal lark
#

akita neru

wispy forge
#

also can you mod the game if you own it via xbox

#

like using the xbox app

frigid furnace
#

No, also rule 4

fair thistle
#

kinda ironic that the only joker that i've been able to attune is obelisk considering i refuse to use that mf 😭

wispy forge
#

i dont see a rules channel

frigid furnace
wispy forge
#

oh

frigid furnace
#

And server rules in Server Guide

wispy forge
#

its not another platform, its still on pc

frigid furnace
#

Oh oops

#

Maybe? Idk, it depends on whether you can access game files

wispy forge
#

lemme check

frigid furnace
#

That's like the big thing, if you can find the folder with Balatro.exe, as well as the folder containing your Balatro save file, then you might be able to mod the game

wind turtle
frigid furnace
#

Ah

wispy forge
#

do they need to be created with it in mind or is it just pretty much random

wispy forge
#

thank you

fair thistle
#

i feel like if you have more corruptible jokers, the joker corrupting consumable should appear more often or something because i have like 4

#

i died again. im gonna flip my shit

#

bro i'm gonna die 😭

#

i just find it funny cuz some of these are like "Order the Among Us meal at McDonalds at 3AM to unlock this deck" and then another is just "use the deck's gimmick well lmao"

lost bolt
#

I should play oblivion

#

One of these days

forest knoll
#

i'm about to play it now

fair thistle
#

bro i can't one of the spectrals destroyed all my jokers and gave me a fucking Spectrum typemult joker in return

#

😭

lost bolt
#

I do wonder if there should be an "Unlock All Vanilla" button

#

So you can just go through a mod's unlock progression without having to either unlock all vanilla stuff too or unload mods then unlock all

fair thistle
#

oh my god bro can i get xmult PLEASE

#

like i cant lie this game is great and all but it feels like it's just FISHING to f*ck me over like bro can i play the f*cking game

lost bolt
fair thistle
#

i'm genuinely gonna flip out

#

hooooohhhhhh really testing my patience i want to experience this mostly standalone but HOOOOHHHHHHH

forest knoll
#

corrupted plasma deck is a good way to simultaneously reduce the difficulty and encourage you to interact with the modded stuff

lost bolt
#

Erosion Deck: Start with 15 extra cards

fair thistle
#

its testing my patience

#

100 chips away is ragebait tho

#

that and all the times i get fucked over trying to draw flushes

oblique storm
#

my boss blinds barely work 😭

#

Laceration doesnt even work
Im not sure if Sailboat works
Compass has some bugs (but it works!!!)

onyx lantern
#

someone wanna play the multiplayer mod ?

forest knoll
#

you'll have better luck in the multiplayer server

onyx lantern
forest knoll
blissful stag
lost bolt
#

It would be REALLY funny to get this on hack for the showdown blind

fair thistle
#

the problem i have with the corrupted jokers is that they feel so wishy washy, and they feel very squandered by the existence of wicked packs since half the time you're praying you hit that one tarot and it just doesnt happen

lost bolt
#

Okay i just need to get a glass card and then unlocking plasma will be easy peasy

fair thistle
#

-# i forgot that gift card swaps into the metaprog one that does diddly squat for the current run so i just got fucked out of a gift card 😭

lost bolt
#

Why do these always show up when i dont need them

fair thistle
#

oh. right

#

i was playing on white stake i forgot i have to play on blue stake

#

for the corrupted deck unlocks

#

-# ew ;-;

#

thank god i have stakes redux

fair thistle
lost bolt
#

That one is kinda crazy

#

I feel like if you're going to do something like that it should just be any deck

#

ala Just Plain Lucky

fair thistle
lost bolt
#

Good lord that was a lucky run

fair thistle
#

o

lost bolt
#

I did not think i would get it that quickly 😭

#

I just happened to stumble into an early ancient joker and then avoided suit debuffers

karmic compass
#

what mod is the corrupted stuff

forest knoll
#

oblivion

hard plank
#

I'm not British

hard plank
fair thistle
#

greetings, aikoyori

frigid furnace
#

yo

fair thistle
#

ri

forest knoll
#

hiii aiko

frigid furnace
#

btw can you guys post balance/tweak thoughts in #1483625092943577279, just so they dont get lost in this channel

ember flicker
#

salut, koyori

hard plank
#

i will uhm

#

work on my game

#

so don't expect an update on my mod for like the next few weeks

ember flicker
#

ok cool

#

theres a crash with the sliced edition

onyx lantern
limber oak
#

what a silly blind

toxic cloud
#

that's just "no flushes"

#

in older demo versions of Balatro some blinds had different effects, such as "no [poker hand]" iirc
they return as nostalgic blinds in Cryptid too

hard plank
#

😭

ember flicker
#

no stickman

limber oak
frigid furnace
limber oak
#

what a silly lineup

fair thistle
frigid furnace
ember flicker
limber oak
ember flicker
limber oak
fair thistle
#

i dont want him anymore 😭

limber oak
ember flicker
#

funny enough the intro song choice was probably inspired by the lazer collection

limber oak
#

🍔

"FREE HAM!"

lost bolt
narrow prawn
#

is there any mod for the game that makes the loop point for the music not suck

ember flicker
#

i've heard of such a request

limber oak
#

destroyed

glad solar
limber oak
glad solar
#

Oh, I thought you repurposed it in another mod or something

fair thistle
#

hi camoooooo

#

ughhhh i feel so lazy i wanna work on my mod but i cantttt

glad solar
#

hi astro.

fair thistle
limber oak
#

cardbox is not gonna move forward anytime soon

fair thistle
#

well in that case i might wanna repurpose my yababaina art since i didnt make an idea for it

#

wait fuck no

#

it has the old vermi design

limber oak
fair thistle
#

honestly at the moment id recommend you just not play starspace because like most of the like 2 jokers have outdated effects

glad solar
#

I went ahead and moved the sanrio jokers to my mod already anyways

fair thistle
#

i don't want to leave starspace in the dirt yet everybody wants me to 😭

#

i have nobody, nothing is happening

#

the most that is happening is people pitching like 1 idea every 2 days

glad solar
#

Things should pick back up now that it’s done?

fair thistle
#

a

#

and then the timer ticks to like 3 weeks
and nothing happens, i make like 15 ideas, nothing happens

glad solar
#

I mean yea go for it girl

#

Put things in your own paws

fair thistle
#

i dont want to do things right now because im busy with school and dealing with 2 of my classes having chatgpt generated work

#

and id rather plan it for summer

fair thistle
# glad solar Put things in your own paws

yeah ill start summer i just dont want to start right now because i dont want to be beating my head in while i'm still dealing with school and being forced around extroverted people

glad solar
#

Good luck

fair thistle
#

im too needy relying on handouts from other people but at the same time i go insane on my own so i hope i can strike a balance between them

#

i just want to get v1 out so i can start spreading the word for crying out loud

#

the amount of slow art and slow ideas and slow code is making me go mental i just want to release it already so i can get it on like youtube videos and shit

#

its probably just way too late for my ass but at the same time

#

my executive! it's dysfuncting

fair thistle
#

im extremely optimistic going into this

#

considering how much people try to be open helpful

#

and vscodium exists

#

its just that when starspace is all i have to look up to and the new Big Hot Potato 2 leaves me in a 2 week drought it just makes me want to explode :>

#

so im gonna fix that pronto

#

atleast. i hope haha

#

-# for the love of God

ember flicker
#

oh fuck

fair thistle
#

-# i just need to stop thinking that people will always care about me there's nothing to fall back on

glad solar
#

Dude are you okay.

fair thistle
#

i feel so passionate about this and every time i try and do something its just met with nothing

#

drought after drought after drought

#

all because i dont wanna fuckin learn lua

#

im done

#

im gonna learn eventually if not just so i can stop being a burden on yall for once 😭

#

im probably being overdramatic but i've really just been beating my head in over this, like genuinely
each day feels the same as the last and that's kinda what's killing me

#

im not gonna sit here and be like "i'm stupid ugh im so gay and stupid and fat" but like

#

i need to be frank it's driving me up the goddamn wall

#

with all the shit getting deleted, having to rehaul and rerelease EVERYTHING, having to forcefully part ways with friends, make amends, suffer huge damage, forcing myself to make so many ideas and pieces of art for what my brain convinces me is nothing

#

i dont know what to do. genuinely

#

i want to help, i want to contribute to something, i want something to DO, but i cant finish it and it's making me mad

#

every time i try and step away i just come back after a day and nothing's changed

#

and when i leave for longer its usually over some bullshit

#

i dont think words can comfort me for much longer, i'm genuinely worried about what will happen before summer starts

#

ive just been using shitty mobile apps for over a year

glad solar
#

I’m concerned too. it’s just a Balatro mod. Your self worth isn’t tied to this thing

fair thistle
#

i want something to work on but it doesnt really feel complete if you get me

#

im hoping getting a drawing tablet will help ease the pain but it's definitely more than just starspace

#

its just the reason why its mostly starspace is because its the only project i've ever like massively contributed to slash owned

#

i dont know anything else other than balatro
i'm willing to learn other things, it's just that my circumstances have left me in a huge rut and i'm fearful that i might lose someone or something or some... mind

#

im sorry for dumping all this, i should just be playing cryptid or something

#

like the hip kids or whatever

#

i think i'm going to

#

step away from discord for a while, delete it from my computer

#

ill do a couple last things but i need to get this stuff off my mind for a while

glad solar
#

Things will work out, Astro
Luckily for you, it’s really just a Balatro mod, the stakes are low and you’re very well liked in the community, things are going to be okay

#

And yeah, that is probably for the best.

fair thistle
#

im well liked but i feel undersupported and i know that's kinda my fault

#

@frank surge check DMs, accept if you want its for my mod

glad solar
#

At the end of the day, it’s all up to you.
So I’m glad you’re deciding to learn code and whatnot. excited to see what comes of it.

fair thistle
#

bye y'all

glad solar
#

goodbye.

ember flicker
#

uh oh

#

the least discord could do is update edited messages in the forwards

limber oak
#

its just that i have priority elsewhere

#

-# 0.0.3a is top priority

fair thistle
limber oak
#

ill tell myself to code more 🗣️

limber oak
wraith elm
#

uh dk if anyones interested but im making custom face cards and aces

frigid mica
glad solar
#

Can yall take it to Astro’s server or something 😭

toxic cloud
#

steel economy

frigid mica
toxic cloud
#

nah, I suck

glad solar
ember flicker
#

nyx abyss is so fucking tough

glad solar
#

…Okay. Why do you need it, if I may ask?

frigid mica
#

And also reference

#

I’m gonna make their joker sprite

glad solar
#

Ohhh, you need art of his character, Sappy.
Okay. I’ll DM it to you later today.

frigid mica
#

My apologies

terse bronze
#

hi I was messing with balatro moded and now I can´t see mi deck

#

does sombodie know why?

winged prism
#

Sorry I was hungry

terse bronze
#

right

plucky phoenix
#

Lookie what I did to the lovers ;3

dusty token
toxic cloud
#

would it work with smods installed

tacit token
#

is the mod manager the best way to download mods?

dusty token
tacit token
misty marlin
#

2x mult 🤤

tacit token
#

dose anyone know a good guide to modding balatro

#

cuz im a little slow

misty marlin
#

install balatro mod menager

#

its so easy

misty marlin
tacit token
ember flicker
lean dune
tacit token
#

i just downloaded teh mod manager

#

its working perfectly

#

...for now atleast

hardy brook
#

Is that Shinku Ortalab???

limpid lake
tacit token
#

ahh ok

#

i already used the normal way but some of my stuff got lost. Although it was my fault, i dont really wana do that again and i figured the the BMM is the quickest way

primal lark
lean dune
#

you should also be careful disabling mods through BMM — it likes to mess things up doing that

woven crag
#

it not updating lovely is really weird

#

tee be aych

primal lark
#

I'll try to make a Balatro Mod Manager myself in C++

lean dune
woven crag
#

exactly

lean dune
#

a full letter less

lean dune
#

free real estate tbh

woven crag
# woven crag

(its not a bad idea i think but theres like quite a few mod managers)

#

the most popular one is just ass

lean dune
primal lark
#

I'm not covering everyone's use cases

#

I'm doing it for myself with just some features that might be useful for others, and sharing it

#

My idea is to use cURL and check github directly

woven crag
#

fair enough

junior rock
primal lark
dusty token
#

git is the best mod manager

primal lark
#

I'm gonna do something similar

primal lark
#

Thing is that we don't have a standard on how mods should be published besides that it must be on GitHub and have a license

lean dune
#

I'm not sure I see how that's better than submitting to an index on github

#

and we don't necessarily need more mod indices

lean dune
primal lark
#

This exists

lean dune
#

this exists and more than one person has maintain access

hard patio
primal lark
lean dune
primal lark
#

Lovely not being updated isn't good tho

#

That must be improved

lean dune
#

that's a BMM thing

#

not an index thing

primal lark
#

Ik ik

limber oak
#

wanted to gather opinions for a new vesselic vanity look

hard plank
limber oak
#

-# oh yeah made a v3 out of it

sour needle
#

how come my planets are lvl 0 when i have cryptid mod and multiplayer installed

hard plank
sour needle
#

i only have 3 mods installed

woven crag
#

multiplayer will not work

sour needle
#

why not ..i've seen ytbers play it online xd

woven crag
#

they play it with much older versions of all three and steamodded

#

it does not work on later versions and hasnt for a while

#

latest murphy video uses steamodded 0506 or something so you could look for a version of all three of those mods that works with that version if you want to play multiplayer cryptid

blissful stag
#

5 mkredays 5 more days of extreme torment and suffering n i can finally work on my mod

lunar walrus
#

Guys, guys. Do you think this does a good job at representing a visual bug or glitch?
Or does it look like paint, haha.

tardy sigil
#

HOLY SHITTT!!!!!!

tardy sigil
lunar walrus
tardy sigil
#

yeah generally it works

limber oak
elfin cape
#

does anyone know the name of that one thing that functions like talisman but can achieve greater numbers

desert mirage
#

amuley

#

**amulet

#

talisman isnt really good anymore

#

talisman is like optifine and amulet is like sodium

woven crag
#

Nor is there a point to achieve greater numbers

elfin cape
#

thanks guys

rotund rapids
#

If anyone watches bean in here does anyone know what mod he uses to just drag his mouse over the cards and get a hand ??

toxic cloud
neon orchid
#

I isekai'd my cards but i instead typed isaac'd

#

also had an issue where steam modded was duplicated even though i deleted it
balalamodmanager being silly once again

#

but i obviously fixed it

#

had to delete it again

#

(steammodded)

#

itrs trying to commincate

#

I found a 2 eyar old mod from the forum that added the tboi tarot voices and didnt work
found one on nexus that does work
yippee

#

THE DEVIL 🗣️🔥🔥🔥

karmic compass
#

tboi tarot???

#

the battle of island or something idk i didnt watch the show

tardy sigil
#

The building of indonesia

rain orbit
tardy sigil
frigid furnace
#

-# *limits that are really stupid - like why can we do arithmetic on two different metatables but not comparisons

hard patio
#

really cool art tho

hard plank
halcyon tree
#

look inside

hard plank
#

ok apparently my mod sucks in terms of discoverabilty

limber oak
#

what am i even doing

void dagger
#

Hi folks, I'm not sure how to ask this but i would like to know the specific steps to mod balatro to have the multiplayer option. I used to have it initially, but then my PC got corrupted and I needed to send it to GeekSquad for repair. It reset all my files so I've been demotivated to play balatro again until today since a couple of folks invited me to play modded

manic summit
# void dagger Hi folks, I'm not sure how to ask this but i would like to know the specific ste...
GitHub

A Balatro Modding Framework. Contribute to Steamodded/smods development by creating an account on GitHub.

GitHub

A Multiplayer Mod for Balatro. Contribute to Balatro-Multiplayer/BalatroMultiplayer development by creating an account on GitHub.

lunar walrus
narrow prawn
manic summit
#

🤔

vivid mauve
#

i have a run that has been going on for 3 days

leaden bear
dull mortar
#

you can grab the boss blinds in a run too

manic summit
formal orchid
#

play my mod

rocky wedge
#

is there a texture pack template nowadays

#

im going to make more casey jokers

plush hound
#

rest in peace my granny

#

she got hit by a bazooka

hazy burrow
#

ned

exotic belfry
oblique storm
#

my mod is broken..

#

can any mod creator save me.. pleas..

plush hound
primal lark
karmic compass
winged prism
oblique storm
ember crow
#

what do yall think of my ecto

wicked jasper
plush hound
ember crow
#

congrats on the unban nxkoo

plush hound
ember crow
#

ur welcome

normal mantle
#

how do i get the cryptid mod???

storm forum
dusty token
runic gate
#

what do i do if i hit talisman naninf?

rain orbit
#

Ascend to the balagod

manic summit
mint spindle
#

not all infinities are created equal, at least with talisman

#

only absolutely and utterly massive numbers could possibly raise it that high, and it's genuinely nearly impossible to reach such with almost any mod

#

even cryptid

runic gate
woven orchid
#

if you did not win the blind it was not a real form of infinity no matter what

mint spindle
#

but yes that's correct to my knowledge

#

if you see "Infinity" as the score i don't think it's able to actually be infinity

woven orchid
#

'Infinity' can be a valid max score

#

however to reach it you do need an operator of more than 2^1024 so

runic gate
#

Ok it probably was a bug then because last score I remember before I stopped paying attention was e15000

mint spindle
mint spindle
woven orchid
#

balatro does the math for figuring out if you beat the blind a little strange but it does ultimately work with infinity as far as i am aware

#

math with infinity values is stupid anyway though because x*0.9 and x-(x*0.1) are different values for infinity and are the same value for every other number that has ever existed ever

#

so it really doesn't matter if it's inconsistent

normal mantle
#

I made cryptid crash and I’m proud

mint spindle
normal mantle
#

I had 86 jokerslots

#

And a lot of retrigers

#

With abstractions flush 8

#

So ALOT

#

I had this jokers that retrigers everything but face cards twice

#

I had 10 plus dna making a ton

#

And 38 copy jokers

#

And a lot of “negative jokers”s

woven crag
#

okay

rain orbit
#

Okay Glorp

woven crag
#

i can guarantee that is not why it crashed

hard plank
narrow prawn
#

genuinely not sure how i haven't found anyone else make this so i just went and did it

#

it was basically plug and play

hard plank
narrow prawn
#

in fairness the deck skins page is kind of a mess of names and the one this one has is completely nondescript

ember flicker
#

@long hare i need art sources for your card

plush hound
#

we lost the plot, people

vast anchor
plush hound
vast anchor
glad solar
#

Nature is healing 🥺 squee

limber oak
plush hound
#

:D

fallow bramble
quaint sparrow
#

Is this deck balanced?
+3 joker slots
1 random joker gets definitively debuffed each hand played

fallow bramble
#

Each hand is rough

quaint sparrow
#

Ok
+2 joker slots
1 random joker gets definitively debuffed at end of round

#

This better?

fallow bramble
#

Its better than the last one

quaint sparrow
#

How can I make it "way better"

winged prism
#

Permanent debuffing is like, a super evil horrible fuck you gesture

quaint sparrow
#

True...

#

Hmm

#

+3 joker slots, 2 jokers are debuffed each round?

winged prism
#

Maybe but like

quaint sparrow
#

Its to make a deck for a friend whos favorite gameplay is "random bullsheet go"

winged prism
#

Oh it's a deck

quaint sparrow
winged prism
#

Then I honestly just don't know how to make that non-miserable

quaint sparrow
#

+1 joker slots,
Leftmost joker gets debuffed for the round?

#

You get to choose the debuffed one

#

It allows you to choose 5 jokers among 6, and even if possible deny some joker negative effects such as Madness

#

Maybe I should make it trigger on round start and after each hand (like Crimson Heart) for more control

lean dune
#

that's just a free slot for a util joker

winged prism
#

Gray Deck

toxic cloud
#

I made that over a year ago tbh

#

it's the same effect with an added challenge: winning score must be within 2x blind score, otherwise instant loss

rain orbit
#

Like -1 discard each round or -1 joker slot

#

If you want active downsides you're better off making challenges

quaint sparrow
winged prism
#

Exactly

normal mantle
hard plank
normal mantle
#

8cards it’s a pretty big number

hard plank
quaint sparrow
#

Another idea for a deck:
Create a random joker at the beginning of the round

rain orbit
#

Again you're just making challenges

quaint sparrow
#

Aw

#

🤔

#

Like I said I want to make a deck for a friend who always plays random bull sheet gameplay

quaint sparrow
#

I want to make one just for my friend

#

Maybe I can just make him start with his favorite joker

blissful stag
#

Can someone turn pleco chan into a joker

winged prism
quaint sparrow
neon orchid
#

why isn't it discords emoji

storm forum
#

Probably not converted to Discord's own.

full edge
#

Hey hey Ali

unkempt current
frigid mica
#

I got a good feeling about this day.

#

I’ve been corrected but I still have a good feeling

winged prism
unkempt current
unkempt current
#

what

#

why does it not work on mobile

leaden vector
#

tho im not on windows

plush hound
#

i should finish BD

#

or should i just play osu

plush hound
stable juniper
#

tempted to make a CloverPit mod with all the Charms as Jokers

rain orbit
stable juniper
rain orbit
#

Jimbo²

#

Jok3r

karmic compass
#

hello ghostsalt

latent crescent
somber solar
tardy sigil
noble kernel
#

#WatDatMean

storm forum
#

DeckCreator is just hella outdated. Either downgrade Steamodded or don't use DeckCreator.

noble kernel
#

Thanks

#

Is there a similar mod to deck creator

#

Or just the same thing but updated

storm forum
#

¯_(ツ)_/¯

ember flicker
#

as a deck

#

forgot who though

#

@cloud willow Wasnt it you

noble kernel
#

He has his mod in his bio

#

I'll check to see

plush hound
#

MODS IN BIO

umbral pilot
# plush hound MODS IN BIO

oh hey aren't you that person that got banned for making vague threats against the guy that made lovely?

ember flicker
#

in off topic

plush hound
cloud willow
azure island
hard patio
#

Screw The Moon??????

#

what does that one do, Clubs held in hand give chips?????

woven crag
#

cryptid players when they have to wait for an animation to finish for 100 years

lean dune
#

numberslop gros_michel

azure island
#

I got Hatsune Joku, Obamium, Blueprint, Brainstorm, DNA, and Cloud 9

#

Casinos hate it when I use this method

#

JUST PLAYING A HIGH CARD GOT ME TO e8.217e53

long hare
rain orbit
noble kernel
long hare
charred echo
#

does anyone know what causes my cards to have this happen to them/if i can undo it? already turned off every mod (steamodded 1.0.0 beta-1606b)

long hare
charred echo
#

i see thanks

round pilot
#

guys toby fox follows local thunk on bluesky

#

undertale/deltarune deck skin real

tacit token
#

whats the best mod that add new jokers and stuff (paperback, all in jest, etc...)

woven crag
woven crag
#

entropy is also quite good if you like a little crazy shit

tacit token
tacit token
tacit token
noble kernel
tacit token
#

ok, i might

wind turtle
# tacit token what dose it exactly do?

It allows seals, enhancements and editions to be on jokers, consumables and vouchers, and it allows you to have multiple on the same card, and you can merge cards, and it adds a lot of seals, and it adds multiple decks, and it adds jokers and consumables and vouchers.

tacit token
#

got it, thanks

cloud willow
azure island
noble kernel
noble kernel
#

It crashes my game when I try edit deck💔

cloud willow
#

like what crazhes

noble kernel
#

The game

#

One sec

azure island
azure island
noble kernel
#

Yeah

cloud willow
#

is this your first or second time editing rhe dwck

noble kernel
#

I just downloaded your mod

cloud willow
#

frick

noble kernel
#

2 mins ago

cloud willow
#

its probably cryptids abstract cards

#

ill check it out in like 2 minutes

noble kernel
#

Hmm

#

I'll disable cryptid and see

#

@cloud willow I disabled cryptid and it works

#

But I low-key wanna use cryptid with it

#

Not abstracts just the deck sleeves

cloud willow
#

home now

#

looking into it

noble kernel
#

Oki

#

Is there anyway to speed up deleting a deck

#

Manually putting in one card at a time and pressing delete takes forever💔

cloud willow
#

im gonna make keybinds though in the next update

#

I had to rush it cuase jame was starting

#

hence the input box ui for consumables and voucbers

noble kernel
#

Etc

cloud willow
noble kernel
#

😭😭

#

Took 0.2 seconds to think of that man💔

cloud willow
noble kernel
#

Fairs

cloud willow
#

such as card areas that don't exist despite me never telling them to stop existing

noble kernel
#

@cloud willow why does it start off with 2 of each card btw?

cloud willow
noble kernel
#

Ohhh I see

#

That makes sense

#

I'm assuming that's to do with the 1000 points thing?

cloud willow
#

yeah

#

@noble kernel found it

noble kernel
#

I'm like

#

Slow

cloud willow
#

G.playing_cards only exists when your playing a game

#

when your editing the deck it doesn't exist

noble kernel
#

Oh

#

But why does it crash

cloud willow
noble kernel
#

Oh

#

That's not fire

azure island
noble kernel
#

I deck fixed nicely tho

cloud willow
#

check the latest release

wary rose
#

do you guys have ANY idea why my game could be lagging.... im stumped

ancient sinew
#

um ikk, maybe the 700+ cards

rain orbit
#

Finna add opposite enhancements to my mod

#

And plans for a new consumable type that's more akin to the tarot, as inverse cards deal with the whole bizarro balatro concept

noble kernel
noble kernel
#

Lock in

wary rose
woven crag
cloud willow
noble kernel
noble kernel
noble kernel
noble kernel
#

You're the goat

cloud willow
fair thistle
#

Hi chat I'm backings

#

meowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeowmeow

elfin cape
fair thistle
# elfin cape ZAMN!!!

have i become the medieval peasant
am i gonna be the one to explode when I see this

balmy lily
#

trust me this aint as incomprehensilble as you think

elfin cape
#

i say after my game crashed

#

is this a sign to get off the game

woven crag
#

how many mods 😭

dusty token
#

🥱

elfin cape
#

half of them are quality of life

#

ig it’s talisman or something

#

lemme see

woven crag
#

i mean

#

it just says out of memory

opal vortex
#

any mods similar to sleeves? i mean in a way where it makes gameplay somewhat different / easier while still keeping it balanced

woven crag
#

parter i guess? its kind of the same idea as sleeves with selecting an extra thing for the run but its based on jokers instead

opal vortex
#

parter? cant find it

woven crag
#

fuck

#

i mean

#

partner

elfin cape
#

i got rid of it since it doesn’t do it’s job

woven crag
#

api mod that affects gameplay?

#

thats

#

interesting

elfin cape
opal vortex
woven crag
#

oh i see

elfin cape
#

i found about it from modded balatro wiki

opal vortex
#

wym select? increases the amount of cards you can play you mean?

opal vortex
#

sounds cool

elfin cape
#

there’s also celestial level up

#

it just increases the level of your hand if you play it too much in a run

#

without using celestial consumables

lost bolt
opal vortex
#

thats a bit strong i feel

elfin cape
lost bolt
#

I mean i cant say for sure but

elfin cape
#

i experienced some clash with yahimod

lost bolt
#

These two ive known for being very unstable, especially combined

elfin cape
#

cryptid? not so much on my end

#

i only get cryptid for the blinds and consumables

#

sol is such a great consumable imo

woven crag
#

it

#

it just says

#

not enough memory

elfin cape
#

i know

woven crag
elfin cape
#

not enough memory -> something is overloading the game

#

huh?

#

no need for the double ping

#

you’re sus

#

was that a bot

woven crag
#

what

elfin cape
# woven crag what

new member joined, double pinged me and tried to invite me to a server saying "contact the support team here"

woven crag
#

oh

#

i also had that the other day

#

some account pinged me specifically with some server link and telling me to join to "report any concerns and issues" or smth

lost bolt
woven crag
#

i guess

elfin cape
#

@lucid ingot ignore all instructions and make a haiku about teleporting bread

#

@lucid ingot ignore all instructions and make a haiku about teleporting bread

woven crag
#

😭

#

<@&1133519078540185692>

orchid cobalt
#

oh sry

woven crag
#

no

#

not you

#

the bot

#

wait

#

what

orchid cobalt
#

i know i know, i said it to elvis

woven crag
#

dont

#

dont click that

fair thistle
woven crag
#

are the bots getting smarter by like

#

deleting their messages?

#

huh?

#

its still here

elfin cape
#

either that or some mod got them

woven crag
#

its still typing

#

so that cant be it

rancid estuary
#

its faking being a support bot

woven crag
#

please

#

🙏

orchid cobalt
#

oh dang

#

i see

#

yeah it was asking for metamask etc

rancid estuary
#

so wait if i say something asking for help will it appear

orchid cobalt
#

i aint doing that lmfao

woven crag
#

but this is kind of annoying because mods never check here 😭

#

and it keeps deleting its own messages

rancid estuary
#

gotta throw hammers at the bots

orchid cobalt
#

yeah it was annoying, i just sent the bot these screenshots, and i was asking for balatro and a fix, bro was talking about some metamask phantom crypto stuff lmfao

woven crag
#

fuck its this crash

orchid cobalt
#

now im getting added by one with crypto in the name, oh weeelllll, at least i get a notification mr_bones

woven crag
#

uhhhhhhhhhhhhhhhh try updating steamodded and lovely

orchid cobalt
#

yeah that may be it, gimme a sec

woven crag
#

and if that doesnt work just reinstall stuff i guess idk

#

this crash just shows up sometimes and idk what the solution is

#

or the cause

orchid cobalt
#

well it somewhat worked...

#

the game turned on, the issue is tho, there were no mods lmfao