#⚙・modding-general

1 messages · Page 1528 of 1

plush hound
#

😭

woven orchid
#

this could be much worse

plush hound
woven orchid
#

just magic orb t4 is crazy i dont deny that but also it could be so much worse

plush hound
#

buy, sell, free reroll

grizzled cloak
#

chad is just legit copy everything that can be retrig

woven orchid
#

over time this thing is going to kill your negative jokers

#

and the more jokers you get the faster its going to kill them

plush hound
#

unless you have a stable build before this

woven orchid
#

ok then im just gonna do the simple thing and prevent it from spawning negative shop jokers until t5

grizzled cloak
#

chat should i? and my english translate got broke so it became that

woven orchid
# plush hound 1984

if this was 1984 i would have disabled negative from spawning from magic orb entirely and wouldnt tell you about it

#

this one is just honest with you

plush hound
#

fun police

woven orchid
#

and yes the wording is intentional, it can only not spawn negative Jokers

grizzled cloak
woven orchid
#

consumables can still be negative

plush hound
#

i dont even know how do you upgrade to T5

wanton rapids
#

get entropious idk

grizzled cloak
#

shit is totally ssenseless

woven orchid
woven orchid
#

what

plush hound
#

i have this

woven orchid
#

ur just saying shit bro

#

wdym voucher

plush hound
#

wait so you're saying that this has uses

woven orchid
#

Closed Portal is right there saying itll still create a nilscape portal of a higher tier

#

nothing about it says that it wont work another time

plush hound
#

im a bit rewarded

#

im hardstuck in T4 for nothing

#

oh my god

#

why did no one tell me this

woven orchid
#

magic orb nerfed btw

plush hound
#

if i upgrade your joker, will the stats reset?

woven orchid
#

for most yes

#

but there is a carryover system for specific values

#

particularly the retrigger count on particle loop

plush hound
#

so if i upgrade particle

#

what stays

woven orchid
#

retrigger count

#

retrigger scaling and all other numbers change

#

and therefore reset

plush hound
#

oh thank god

woven orchid
#

but the retriggers youve built up stay

toxic cloud
#

Vietnamese remnants look so goofy due to unsupported characters

woven orchid
#

fun fact

#

there used to be a bug in entropy many many months ago

#

where if you switched languages your scoring operator would decrease

plush hound
woven orchid
#

change to spanish mid-run
fuck you. chips+mult

woven orchid
plush hound
#

im the best

#

now imma play cryptid for the same effect

woven orchid
#

damn 😭

plush hound
#

its a fun mod either way, i like it

#

good job lily

woven orchid
#

thank youu

plush hound
#

add more content please

#

5 jokers,,,

woven orchid
#

yes maam

#

if you have any ideas for upgradable sets i would be happy to hear them

sterile basin
#

Hi Everyone

#

If you have any Ideas for Consumeable Effects

#

Let me Know

grizzled cloak
#

ts with scoring animation disable(32 retrigger in tower M)

hard plank
hard plank
#

it gives chicot more value

sterile basin
stone verge
#

truely a balanced sleeve moment gemini in the first ante lmao

hard plank
sterile basin
#

Great so do I

hard plank
sterile basin
#

Oh Okay

hard plank
#

ok why did 67 have weird letter spacing on this font

stone verge
#

yes keep being geminied i must be allowed to play my entire deck as high cards

hard plank
#

please

stone verge
#

geting the ticket to upgrade ante 8 for the lols

hard plank
#

😭😭😭😭

stone verge
#

seals on everything is great

hard plank
#

please

stone verge
#

i was worried about the final round

#

and uh

#

yea woops

#

i had forgotten my 1000 hands

hard plank
#

😭😭

stone verge
#

sure il add it to my clusterfuck of mods then

polar oyster
#

😭 722 times

stone verge
#

ive already got like

#

12 mods on

#

what could adding another do lol

#

it taunts me

#

i must do it

#

i must gemini it

#

oh it cant be value increased

#

oh well

toxic cloud
#

some jokers don't store modifiable values

shy ibex
#

I've managed to combine Canio and Triboulet's effects!

stone verge
#

fair enough

toxic cloud
grizzled cloak
#

pls

#

no

#

😭

polar oyster
#

hmm if riff raff same as one tag for spawn 2 commons

#

Big Cheese (Rare) Give random tag at small or big blind. (5-7 round left)

#

Fusion legendaries

shy ibex
toxic cloud
#

my idea was meant as a decent legendary starter that requires little to no basic scaling to work (triboulet side)

#

that's why I guessed X1.5 and X0.5 increment

polar oyster
#

wait will there another way get legendaries, because 2 legendaries – too rare

toxic cloud
#

well, if you treat that as a fusion, fine, X1 and X1 increment is ok

shy ibex
stone verge
#

l o l

#

i crashed it so hard

#

that the crash screen crashed

toxic cloud
#

check lovely console

stone verge
#

yea i know

#

i tend to ignore errors and manually work around them because

#

12 mods

#

12 mods.

#

no way somethings arent breaking eachother

woven orchid
#

fun fact there are people who play with up to 70 mods

wanton rapids
stone verge
#

12 mods

#

this is just cross mod obliteration

wanton rapids
#

no but like someone else is doing

stone verge
#

i dont blame any mods for this lmao

wanton rapids
#

1 in A or whatever

toxic cloud
#

me with 13 mods

wanton rapids
#

and then my mod tries to do A - 1

stone verge
#

you see the difference is that

toxic cloud
#

you should have mentioned more precisely

stone verge
#

8 content mods

#

lol

toxic cloud
#

yep

stone verge
#

this is purely my own fault lol

toxic cloud
#

I only have 2: CardSleeves and Sagatro

shy ibex
#

At least I'm happy that I got one part of any OP joker done. Hopefully, that fusion I got gets added to a fusion mod.

config = { extra = { xmult = 1, xmult_gain = 1 } },
    loc_vars = function(self, info_queue, card)
        return { vars = { card.ability.extra.xmult_gain, card.ability.extra.xmult } }
    end,
    calculate = function(self, card, context)
        if context.remove_playing_cards and not context.blueprint then
            local face_cards = 0
            for _, removed_card in ipairs(context.removed) do
                if removed_card:is_face() then face_cards = face_cards + 1 end
            end
            if face_cards > 0 then
                -- See note about SMODS Scaling Manipulation on the wiki
                card.ability.extra.xmult = card.ability.extra.xmult + face_cards * card.ability.extra.xmult_gain
                return { message = localize { type = 'variable', key = 'a_xmult', vars = { card.ability.extra.xmult } } }
            end
        end
        if context.individual and context.cardarea == G.play and
            (context.other_card:get_id() == 12 or context.other_card:get_id() == 13) then
            return {
                xmult = card.ability.extra.xmult
            }
        end
    end,
```It was piss-easy to do.
#

That's the code for the Canio-Triboulet fusion!

wanton rapids
stone verge
#

I'm doing to say that this is probably just 8 content mods colliding with eachother

#

but if it matters

#

uhh

#

25 jokers

#

i do have a oops all 5s

wanton rapids
#

no but like

#

did any others have probabilities

stone verge
#

literally none of them do lol

#

this happened when i hovered over something in the shop i think

wanton rapids
#

what did you hover over?

#

(sell oops all 5s if you have to)

stone verge
#

no idea because i just continued playing after restarting

#

like i do most of the time

dense holly
#

I'm playing the Cryptid mod, but I'm having trouble with it because it keeps crashing.
The mods I have installed are Lovely, Steammodded, talisman, and Cryptid. They should all be up to date.
What happened was that when I started playing, the game crashed as soon as I clicked on a card.
It also crashed when I tried other decks.
The other day when I played with Bunco, I opened a card pack that contained an invader-looking consumable item and it crashed in the same way, so it seems like the prerequisite mod is messed up.
This is the error code I get when Cryptid crashes.

toxic cloud
#

Bunco issues

#

although I suspect Yahimod more

#

it tends to break things in unexpected ways

stone verge
#

mainly right now

#

uhhh

#

doing

#

the blank deck thing

#

to unlock antimatter and then start performing shenangins

unkempt current
#

-# of course it's cryptid

zinc flare
#

It’s always cryptid

stone verge
#

huh this is just misprint at will

#

blue stake torture

#

i have no idea how many ive done

#

i managed to get to purple

#

i keep go

ember flicker
#

grilled chicken

winged prism
#

Roast chicken

ember flicker
#

why oirple

#

b3vause nlue

karmic compass
#

when is it legal to make a thread

#

like how much content do you need

ember flicker
#

thread is illegal

karmic compass
#

😔

ember flicker
#

hey oooooh

#

this is illegal

winged prism
#

Daily harvest

#

What the fuck all those messages didn't show up

karmic compass
#

balatro with daily log in

#

congrats on your 17 day log in streak! start your next 4 run with an additional $7

#

balatro but when you open a booster pack and reroll shop there's a 30 second animation of cards flying through the night sky

winged prism
wanton rapids
karmic compass
#

balatro but if you watch ad you get an extra 10% gold when beating blind

winged prism
#

Balatro but you can watch ads to get free jokers

#

That one actually happened on multiple occasions I think

karmic compass
#

balatro but jimbo talks to you after every hand and also is underaged

winged prism
#

Whuh

karmic compass
#

blue archive

winged prism
#

Oh

balmy lily
#

balatro but the joke has gone too far and you shouldnt turn left on ante 3

karmic compass
#

balatro but you can pick between $100,000 or a mystery booster pack after each ante

winged prism
#

There could be anything

balmy lily
#

balatro but its gundam tribe

polar oyster
#

There can be balatro

karmic compass
#

balatro but you start with 500 cards in your deck but every blind you have to ask 10% of your deck to willingly step away from the deck and give them each $100,000

winged prism
#

Balatro but it's an isekai Alice in Wonderland themed gacha with ai art

balmy lily
polar oyster
#

Start run at ante 2, Blind scaling is double, win $1000 per ante

winged prism
#

What

full edge
polar oyster
#

Balatro with ai art already exist hmmm

#

Like 50% complete

winged prism
polar oyster
#

Tru

karmic compass
#

balatro but you can own joker slots as an nft in the metaverse

polar oyster
#

Pay to win balatro hmmm

balmy lily
#

me when the turn a joker gets released but it actually deletes your balatro appdata on final hand

karmic compass
#

balatro but the seed is your ip address

balmy lily
balmy lily
winged prism
polar oyster
#

Bala-

#

huh

karmic compass
winged prism
karmic compass
#

of jokers???

winged prism
balmy lily
karmic compass
#

yeah ik but do they have jokers

winged prism
karmic compass
#

huge

#

balatro but with proximity chat

balmy lily
#

So yeah, this bloodandthunder.png comic has been floating around on the internet for a while. Now, since I'm a big fan of both Mastodon and said comic, I decided to pay both homage by actually combining the comic with the appropriate part of the song. Please note: I did not make the comic, and I don't know who did. The song is Blood and Thunder ...

▶ Play video
polar oyster
#

about clown when

balmy lily
winged prism
#

There's 61 mod on nexus mods marked as adult content

dense holly
#

I reinstalled all the mods including Steammodded and it worked fine!!!

polar oyster
#

Nexus is so bad platform, I cant login, because site so slow :((

full edge
#

Set up the Drowsy/Sleep boss blinds. Time to just start doing some runs and see if I can still beat the game with all these new blinds being added

polar oyster
full edge
#

5, 4, 3 and 2

polar oyster
#

Hmm

stone verge
#

holyyyy shit i was panicking bad at the end because uh

#

guess who impulse bought a joker that infinitely replicates

#

and it was a eternal.

#

i was literally racing the game crashing or winning

wanton rapids
#

defibrillator seems interesting

stone verge
#

i was racing the endless line of black at the end lol

full edge
#

I'm curious to see how it'll play out. Sleep counters are a full stun, but increase in chance to disappear while you have it, so you might want it to keep ticking up if you have the power to deal with debuffs. Shock Counters make it so jokers have a chance to not score for each counter, so you don't want a lot of them.

#

Though I suspect the best play is to basically treat the blind like it's a 0 discard blind and spend all your discards on charging the defibrillator to just remove the sleep counters. Will have to playtest that a bit to see how it plays

polar oyster
#

jockerbalatrojoker

stone verge
#

Finalllyyyy

#

alrighty

#

now i gotta route out what decks i wanna grind to gold stake lol

#

right now anti matter is basicly just blank+ because i have nothing else

#

i did get legendary sleeve though because the antimatter sleeve does the same thing even goldstake but with sleeves

full edge
#

Never considered how that adds an actually interesting progression to Cryptid

stone verge
#

Lol

#

But yea

#

I'm probably gonna do misprint deck + balanced sleeve

#

then il do or

#

actually the reverse

#

misprint sleeve and balanced deck

#

because then i can do antimatter sleeve and misprint deck

#

and il have balanced AND legendary at the same time

full edge
#

@wanton rapids Btw, triangle, have you ever messed with Galdur? I wanna see if I can get a workable version of Playsets released today or tomorrow

rain orbit
full edge
#

But I'm running into some walls, haha

wanton rapids
#

sorry i haven't touched galdur (other than using it)

stone verge
#

i might then go for uhh

full edge
#

Oh oof, then I was indeed misremember us talking about it, haha

woven orchid
#

galdu

full edge
#

Regardless, I'll probably ask you to try making a cube with it soon, to see how usable it is

stone verge
#

ok yea so uh

#

misprint deck and balanced sleeve

winged prism
#

Reddit galdur

stone verge
#

then unlock other sleeves so that the antimatter sleeve is good

#

and then use antimatter sleeve to unlock all the antimatter deck stuff

full edge
#

This reminds me that I need to figure out a way to nerf the Batman jokers, and their associated sleeve and deck, because they're Cryptid levels broken

#

Truly no way to make any mechanic that resembles Jolly Jokers and not have it end up being Cryptid

polar oyster
#

Cryptid have many unlocks (even for jokers)

#

It fun to watch

stone verge
#

thankfully misprint and balanced is comically good lol

grizzled cloak
#

AHH,ANTIMATTER OR GOOGOL

winged prism
#

Jumbo standard pack

grizzled cloak
#

no.

wanton rapids
#

vacuum

grizzled cloak
charred hound
#

credit card in the jumbo standard pack

full edge
grizzled cloak
#

chat should we go for barime?

#

na ts is cryptid

timid arch
#

sob

grizzled cloak
#

fuq no

#

i wan ritual;-;

stone verge
#

It's very exciting to think about what I'm gonna get for the antimatter deck

grizzled cloak
#

lwl

stone verge
#

Because right now uhh

#

The deck is literally just blank

#

And sleeve is legendary

grizzled cloak
#

;-;

#

wat u hab

#

da legend

stone verge
#

I have only beat blank on gold stake

#

Everything else is like

#

Green stake max

grizzled cloak
#

;-;

stone verge
#

I wish you could choose what decks went into anti matter

#

Ig you COULD never beat the ones you don't want

grizzled cloak
#

wtf is ts

#

new legend?

#

cro im thinking about sacrifice all for gateway but nvm

#

since here a gamble tag after ts

#

shud i do gateway

#

na shit not worth it il redo

craggy jay
#

hello hello hello everyone

frigid mica
#

Busted Buffoons is getting a Mayhem Crossmod Joker

plush hound
limber oak
wanton rapids
#

why not

plush hound
#

why not

frigid mica
# grizzled cloak wtf is ts

Unique Pairs is like, if you have Common, Uncommon, and Rare, you can make 3 unique pairs for example: C+UC, UC+R, C+R.

grizzled cloak
#

ik

#

but

#

shud i keep that for tenebris

#

or na

frigid mica
#

Wdym

grizzled cloak
#

i mean

#

should i keep that

#

or sell to use gateway for tenebris

frigid mica
#

Tenebris is free joker slots and money, exotics are pretty much no brainer.

grizzled cloak
#

fr

frigid mica
#

You should remove one of your non-legendary or non-exotic jokers though

#

You can always come back to pity prize

grizzled cloak
#

a foil brainstorm for a hologram localthunk

#

worth it

plush hound
#

i didnt realize it

drowsy cobalt
#

Hi, can you recommend a mod pack, preferably of a larger scale?

#

There used to be one like this, but I don't remember the name.

polar oyster
#

What if instead of Jimbo will be heart

drowsy cobalt
#

yes thanks

hard plank
hard plank
dense holly
#

WTFFFFFFFFFFFFF

hard plank
full edge
# plush hound 👀

It's even more work than I was expecting. Galdur's not really set up to be easily extendable by someone with my lack of skill, haha

winged prism
timid arch
#

are we shilling mods now

full edge
#

No

timid arch
formal orchid
plush hound
#
local function galdur_page()
    Galdur.generate_deck_preview()
    Galdur.populate_deck_preview(Galdur.run_setup.choices.deck, true)
    Galdur.generate_chip_tower()
    Galdur.populate_chip_tower(math.min(get_deck_win_galdur(Galdur.run_setup.choices.deck.effect.center, true)+1, #G.P_CENTER_POOLS.Stake), true)

    local page_options = {
        "Basic",
        "Challenges",
        "Jokers",
        "Legacy",
    }
    G.E_MANAGER:add_event(Event({func = (function()
        G.FUNCS.modifiers_change_page{cycle_config = {current_option = 1}}
    return true end)}))

    return 
    {n=G.UIT.ROOT, config={align = "tm", minh = 3.8, colour = G.C.CLEAR, padding=0.1}, nodes={
        {n=G.UIT.C, config = {padding = 0.15}, nodes ={   
            {n=G.UIT.R, config={align = "cm", minh = 0.45+G.CARD_H+G.CARD_H, minw = 10.7, colour = G.C.BLACK, padding = 0.15, r = 0.1, emboss = 0.05}, nodes = {
                    { n = G.UIT.O, config = { id = 'modifiers_list', object = Moveable() }},
            }},
            create_option_cycle({options = page_options, w = 4.5, cycle_shoulders = true, opt_callback = 'modifiers_change_page', current_option = 1, colour = G.C.RED, no_pips = true, focus_args = {snap_to = true, nav = 'wide'}})
        }},
        Galdur.display_chip_tower(),
        Galdur.display_deck_preview()
    }}
end

if Galdur then
    Galdur.add_new_page({
        definition = galdur_page,
        name = 'gald_house_rules',
        -- pre_start = pre_game_start,
        -- post_start = post_game_start
    })
end
hard plank
#

you too @vast anchor

full edge
#

The new page with a custom UI isn't too difficult, it's the other functionality I'm kinda bumping up against

#

It's mostly just a lot to parse and figure out what does what and why it exists

vast anchor
latent crescent
#

is mods advertising contest started or smth

sudden canyon
#

Hi, is Jens Almanac mod still available?
If so, where can I download it?

full edge
sudden canyon
#

Is there an author Discord or GitHub I should follow?

gentle raptor
#

boss blind that disables seals

grizzled cloak
#

holy chaos

toxic cloud
#

nothing but chaos

latent crescent
#

Isnt dynatext thing supposed to be here

full edge
distant badge
#

opalstuff is a modification for the video game balatro

full edge
latent crescent
#

SMODS.Keybind is not sufficient for you or smth

full edge
#

That works, but I keep running into using buttons that handy already uses, haha

plush hound
#

familiar faces

frigid mica
#

Glados - Uncommon - All hands count as a the first and last.

Is that broken?

full edge
#

entirely impossible to know unless we know every joker in your mod

#

it's a synergy enabler effect

#

it's useless without the payoff pieces

amber river
#

I jus woke up

#

wating cookies

amber river
#

I asked yesterday but got answer

#

Is artbox blacklisted from smods or sum?

#

I tried to load it in but it said sum bout blacklist and the closed itself

frigid mica
#

Artbox?

#

Of all mods?

amber river
#

yeah

#

that's my reaction too

full edge
#

I suspect your install is messed up in some way

amber river
#

Most likely 😩

normal hollow
#

instead of .lovelyignore

amber river
#

I mean I prefer that but I don't see the point

normal hollow
#

it's for zipped mods

amber river
#

Ah I see, I thought it was to do like that other mod did with cryptposting

normal hollow
#

no that would be stupid

plush hound
amber river
#

Thats what im sayin

#

I'll debug once I get home

#

Maybe

normal hollow
#

i would just try going back to release

#

most devs don't work on smods dev until it releases

amber river
#

😩

#

except mayhem 😔

normal hollow
#

well i also work on dev

amber river
#

I must depart for now but thank you for explaining to me the blacklist thing

storm forum
fallow bramble
plush hound
#

😭

fallow bramble
#

Wait what

plush hound
#

i made it standalone solely because of how many AIJ videos i saw

#

or like mod showcase videos

#

and most of their runs are just

#

vanilla jokers

fallow bramble
#

Oh under what name?

plush hound
fallow bramble
#

Yea

fallow bramble
#

Oh yea it's hella recent lol, also ty

plush hound
#

you're okay with it right 😭

fallow bramble
#

Ofc

plush hound
#

:D

fallow bramble
#

Did you ask Lyman for the logo?

plush hound
#

good idea

#

hold on

hallow trellis
#

this is probably a stupid question, does anyone know what calculator mod Bean uses? i want to use it to try and help with my mod dev

timid arch
hallow trellis
#

thanks!

normal hollow
#

it's the same issue we had before eremel started makng regular releases

plush hound
#

mods who require dev smods need to be euthanized

full edge
#

Jen was fully out of the loop, but I'd think that the cryptid devs would at least be aware

normal hollow
#

are there cryptid devs left

amber river
#

feels like they were indeed euthanized

full edge
normal hollow
#

i was just going to clarify but someone knocked on my door lol

#

they dont require it but it crashes without it

full edge
#

damn, mr. door-haver here

full edge
normal hollow
#

yeah

#

anyway those were my yugioh packs

woven orchid
#

at your door?

#

i didn’t know they could do that

wanton rapids
#

new feature

normal hollow
#

new summoning mechanic

woven orchid
#

i’m projecting my cards into real life

limpid lake
#

kity time

lavish pike
#

(I am still tweaking the same one joker)

#

being the one of me

#

I cannot think of something that I can settle on

woven orchid
lavish pike
#

Question, what looks better?

#

the background I might change

limpid lake
#

the left one looks like it fits into balatro better
but subjectively, i like the right one better

lavish pike
#

👍

full edge
#

So close to having this working. Just need the ui to work

lavish pike
full edge
#

The basic version'll just be good for devs that wanna put the time in, but once I figure out how to cleanly incorporate content sharing and creation for it, I think it could really impact modding as a whole

#

if people end up using it, haha

normal hollow
#

i might

full edge
#

Sometimes you mess up, like putting buttons on buttons on buttons

zinc mauve
#

I created my own jokers, and I'd like to ask someone to help me write the code? The jokers are made for 1420 x 3040

vast anchor
#

That was pretty fast-

timid arch
#

it's not true infinity unfortunately, this happens when you have a joker with naneinf values

vast anchor
hard plank
#

works with Cryptid

#

just saying

formal orchid
#

mine has extra content with Cryptid

#

you should check it out fr

tranquil vessel
#

mine has extra content with Cryptid, Aiko's and Revo's mod

#

check it out fr fr

limpid lake
candid rain
#

anyone have mods to recommend? so far i've tried Cryptid, Pokermon, Lost Edition, Mayhem, Ortalab, Lucky Rabbit, and Regals Mod

limpid lake
#

mine

fathom gust
#

-# isotypical junkyar-

#

/j

lavish pike
candid rain
lavish pike
#

any others?

stable juniper
candid rain
#

Cryptid was a bit too broken for me, although fun sometimes. I enjoyed Lost Edition. It felt like an expansion upon vanilla Balatro. Ortalab I tried yesterday and today and it felt weird. Didn't seem like the Balatro 2.0 which was promised. Lucky Rabbit had its fun moments, with the candy jokers being broken in a good way. Mayhem reminded me of Cryptid. A little too much to keep track of imo.

lavish pike
#

I dont think ortalab was meant to be balatro 2
to me ortalab is just balatro but not

full edge
#

Mayhem is a step up from Cryptid, haha, so yeah, makes sense you wouldn't vibe with that

sour cedar
#

i cant figure out why this isnt working can somebody help?

full edge
#

Ortalab's a very high quality twist on Balatro, but definitely not supposed to feel like 2.0

candid rain
#

oh is that the one roffle posted and naneinf'd in

sour cedar
#

the brainstorm

#

or what do you mean

lavish pike
woven crag
fathom gust
#

oh

full edge
#

Paperback, Neato's, Bakery and MoreFluff are all fun mods to try out, if you liked Lost Edition

candid rain
#

good to know

#

weird why can't i react to your message

lavish pike
#

and hopefully my mod wisll be one of the fun ones when it is done

tranquil vessel
tranquil vessel
lavish pike
full edge
#

I think I remember it mostly being Eremel's code, but god was CardSleeves a god send in me trying to set this up, Lars, haha

#

Will need to figure out a more visually nice way to display selected and disabled content, rather than the tick, but working with assets I already had, atm, haha

tranquil vessel
# sour cedar it does

And the brainstorm button doesn't exist in-game? At least, I think that's how brainstorm presents itself

sour cedar
tranquil vessel
#

I think it's in the settings somewhere

sour cedar
#

so no

tranquil vessel
#

you wouldn't have it on the main screen

lavish pike
#

no

#

ofc not

#

If you had a bunch of mods, then it would be too much

full edge
#

I mean, that's also a problem with the settings menu, haha

tranquil vessel
full edge
#

I'm planning on making it greyscale with a shader, atm

tranquil vessel
#

mhmm that's also nice

desert mirage
#

i need an idea for violet deck

#

rn its +1 hands, +1 discards, x2 blind size

#

me no likey

candid rain
toxic cloud
#

man, the offset 😭

lavish pike
full edge
tranquil vessel
full edge
#

Oh, I guess I should've checked if Galdur's been updated recently, yeah

#

good point

#

I'll check it out!

polar oyster
desert mirage
#

we r at 28/30 participants for the smallpox collaborative mod ^o^ yippee!!!

polar oyster
#

x2 blind is like need have same positive effect like balance from plasma deck

full edge
prisma latch
#

woah

distant badge
#

new blockbuster module?

full edge
#

Yup. Playsets, which should basically allow you to make custom banner presets you can share, as well as custom specific rule sets

ember flicker
prisma latch
#

new crossmod joker
Never Punished (big gamba + oops all sixes): X1 numerator to all listed probabilities. Increases by X1 for every failed probability. Resets on successful probability
incredibly stupid broken joker but i think thats kinda a running theme with my fusion jokers

ember flicker
#

is this something on top of stakes and decks

#

oh and how did the painting go, did u change anything

full edge
#

The content packs are selections of jokers, tarots, etc. that you can enable or disable for your run, and the Playset to the right is a premade group of content packages. Basically allows me to curate specific sets of content for Kino, or for mod packs, etc.

#

I haven't changed those yet. Was mostly focused on Playsets and setting up the sleep blinds, today

ember flicker
#

oh like pool things right

#

this is cool shit

#

this might be an alternative from using custom decks and vouchers

full edge
#

I'm thinking about folding Glue for Modpacks into this, as well, and allowing playsets to have custom calculate functions and starting parameters you can define, as well

#

So you could choose to increase ante scaling if you make a playset with only very OP jokers, for example

ember flicker
#

i hate asking this but i think i need a lot of help with my mod, i can't figure out making a new sticker type

full edge
#

stickers are pretty easy to set up. What are you running into?

ember flicker
#

i want to make a sigil system like in inscryption

#

and i want to have multiple sigils on the same card, so i did 3 positioning atlasses

#

but i can't figure out a working system to implement the 3 maximum positions

full edge
#

Details are gonna depend on how they're designed

candid rain
#

how is this a legendary? seems not good?

vast anchor
#

Triggers jokers

formal orchid
#

i see some insane potential with that

vast anchor
#

And bypasses selection limit

candid rain
#

oh so it's kind of like Mime then

vast anchor
#

And can count as most face hands

candid rain
#

i'm not seeing the vision here

vast anchor
#

High
Pair
Toak
Foak
Fioak
FF

#

The easiest ones

#

It's absolute madness

#

Can also is op with dna

neon orchid
#

Yeah but it goes against ride the bus

#

(I think)

vast anchor
#

-# bad

#

Joker

neon orchid
vast anchor
neon orchid
#

I love public transportation!

prisma latch
#

a legendary having antisynergy with one single joker is very very reasonable

#

face cards have really good synergy jokers

candid rain
#

i'm still not getting it

neon orchid
#

But the buusssssssss

candid rain
#

why is this legendary good

neon orchid
#

The 🚍 🚍 🚍 🚍 🚍 🚍 🚍

prisma latch
#

so being able to score essentially 8 face cards in one hand with a default 8 hand size is really good

vast anchor
candid rain
#

seems like a worse baron?

desert mirage
#

hello modding gen

vast anchor
#

-# also polychrome exists

desert mirage
#

gulps

vast anchor
#

-# More retriggers than held in hand retriggers

#

Also it's insane with dolia

#

-# If it's what they say
-# It's cryptid level of broken

prisma latch
#

trying to test my new probability joker and the first boss blind i get is the fucking pip (all chances are 1 in 6)

#

hm. because big gamba has a secret probability for a jackpot thats considered listed for the funny, it can be detected by Never Punished which might be a bit confusing

astral coral
#

AAAAAAAA JIMBO INVASION

#

(50 of those jokers are jimbos btw)

polar oyster
#

lucky cards with all chance 1 in 6 hmm

astral coral
#

got every common joker in the game

prisma latch
#

just span a wheel with a fucking 3 in 4 chance and it failed

astral coral
#

paperback +lost edition is crazy

sage cairn
astral coral
#

i dont have showman btw

#

found out that the game just does this

#

when it runs out

polar oyster
#

jimbo appear when there too few commons (or 0 commons remaining)

astral coral
#

ye

prisma latch
#

wait holy shit big gamba has a 1 in 6 chance of hitting jackpot during the pip

strong obsidian
astral coral
#

should i do it 👀 (i have like 20 9s)

#

it would be a fitting end

#

OR do i look for a hex

polar oyster
#

225 joker huh

astral coral
#

and kill every joker

astral coral
#

stars are added by paperback

polar oyster
#

try kill all jokers and cards at same times

astral coral
#

yea i was thinking of getting hex

prisma latch
#

i always forget big gamba can hit negative chips

astral coral
#

u know a run is good when talisman pulls up this screen

#

(it said 300s last to last time)

#

couldnt find a hex, im doing it

stark hare
#

my mod now has 300 jokers

#

gg

astral coral
#

woe

stark hare
astral coral
#

cant find the mod on mod manager

desert mirage
#

not every mod is there unfort

astral coral
#

ah

prisma latch
#

just got juggler and drunkard in the same shop with fusion jokers installed

neon orchid
#

They cancel each other out cause they can’t juggle when drunk

hard plank
prisma latch
#

wait i NEED to know what happens to Never Punished during The Wheel

#

does every card thats drawn face up increase the odds of drawing face down

#

ok it does seem to work that way

polar oyster
#

Silver Deck if it was good

prisma latch
#

i should make a challenge that gives you an eternal Never Punished and an eternal Cavendish and if the cavendish pops you die

#

might make it so that the value doubles instead of just going up by 1

polar oyster
#

if it would reset, than it will be easy run

neon orchid
prisma latch
#

if i make it double for each failed chance, then 10 consecutive fails is enough to guarantee a cavendish death

#

how would we feel about a sticker that ends your game if the joker is destroyed lmao

#

would be an easy way of making the challenge work

desert mirage
#

we only need 1 more participant for smallpox

prisma latch
#

what the fuck is smallpox

limpid lake
#

small collab mod

#

(small as in each participant contributes a single joker)

prisma latch
#

no way

#

team smiley sweep

#

yknow what sure im down

#

a collab mod i can actually join without feeling like ive not done enough lol

neon orchid
#

Should give the downloaders small pox too

ember flicker
prisma latch
#

i tested it

#

it can still pop

limpid lake
#

under vanilla conditions Cavendish will never get the eternal sticker, so understandably no vanilla code checks for the possibility

ember flicker
#

i wonder if cavendish pops if sigma stickered

neon orchid
#

Honestly wish a word for modded games was chocolate (cause unmodded is called vanilla)

ember flicker
#

:)

#

The name is a pun on the phrase vanilla Doom. Originally only a Doom source port, the project has since expanded to include equivalent ports of Heretic, Hexen, and Strife.

neon orchid
#

wtf….

prisma latch
#

wait why can you sell eternal cavendish

#

lol

prisma latch
neon orchid
#

If you sell ot a 0 dollar copy spawns in

honest zephyr
desert mirage
limpid lake
polar oyster
#

Epic deck

rain orbit
#

Soviet deck
All cards are aces

polar oyster
#

should it have any downside

rain orbit
#

Some aces are kings in disguise

#

Idk

#

I just thought of it

flint heron
#

wait @wanton rapids i just realised this was a tantacrul reference

flint heron
#

M

rain orbit
flint heron
rain orbit
#

Ew reddit link

polar oyster
#

:cegg:

spiral monolith
#

@prisma latch you

whos the artist of ur pfp

#

🫵

prisma latch
#

AH

neon orchid
prisma latch
#

i. dont remember. i got it from a mass download spree

#

it was a tumblr user

spiral monolith
#

darn i dont got tumblr

flint heron
prisma latch
#

i have the full image ill reverse image search it hang on

spiral monolith
#

woohoo

neon orchid
flint heron
#

WHEN YOU NANINF ON MONEY

flint heron
ember flicker
#

new all

flint heron
#

how is that video only 20m long it feels like an eon

polar oyster
#

blue

prisma latch
vast anchor
#

-# Double trigger anything

#

-# Had a naneinf jimboy too

prisma latch
#

my blue is better than your blue

polar oyster
#

Blue mult

vast anchor
thin zealot
#

hi guys can someone help me fix this issue?

astral coral
#

gotta degrade steammodded version

#

its very weird

vast anchor
#

;-;

vast anchor
thin zealot
#

i am tho

vast anchor
#

It's a beta version

astral coral
#

yea right

#

mb

astral coral
thin zealot
#

yes i did

astral coral
#

using this patch

flint heron
#

balatro newgame+

thin zealot
#

from github and from the balatro mod manager as well

#

tried both

astral coral
#

idk then

normal hollow
#

it needs to not be the newest

thin zealot
#

is it by any chance an older version?

normal hollow
#

yes

vast anchor
prisma latch
spiral monolith
thin zealot
#

and get my mods manually?

prisma latch
#

yes

#

everyone does basically

spiral monolith
prisma latch
#

ok clearly these effects need changing because i cant stop thinking about changing them but i still have no ideas for them, ideally i think they should be a little less similar i think thats part of whats bugging me

opal heath
strong obsidian
opal heath
prisma latch
#

ponies

#

from my little pony

#

the face cards are ponies

opal heath
#

moneypro

prisma latch
opal heath
prisma latch
#

it doesnt specify how much money or what "Be careful with this." means

opal heath
prisma latch
#

just a vague "gives you money!" and a ominous warning in red

ember flicker
#

the coin has crashed

prisma latch
#

lol

opal heath
#

its gonna be a surprise for people who uses ot

opal heath
ember flicker
#

it was a rugpull your money is set to $0.01

#

shouldn't have invested in moneypro coin

opal heath
#

will give you so much money

flint heron
opal heath
#

might try et oe for naneinf

opal heath
#

talisman/amulet

flint heron
opal heath
#

just mentions scaring and enndless runs in desc

#

very unclear lol

#

anyways

#

ultimate duplication is op

wanton rapids
#

what does it do

forest knoll
#

it's A custom enhancement with unique effects.

wanton rapids
#

oh of course

main path
#

I know it should be there

forest knoll
#

lib/dice.lua⁩, in the ⁨set_sprites⁩ function of ⁨HRLR_UTIL.Dice

main path
#

Huh

#

the github website's code search function sucks so bad

forest knoll
#

😔 it really does

loud pulsar
#

the pi joker from cryptid could work in vanilla if it was x3.14 instead lowk

main path
limpid lake
loud pulsar
#

ooo that sounds like fun

forest knoll
loud pulsar
#

i like a lot of the concepts in cryptid but im not a huge fan of overpowerred for the sake of it

main path
forest knoll
#

if you have a different use case that isn't rendering a single string of text you'll need a custom drawstep, i can probably help but high roller isn't a good reference for that anymore

main path
#

that i know for sure would require a new drawstep

latent crescent
#

Is easy way to get current lovely log file location

forest knoll
main path
latent crescent
normal hollow
#

sleepy

#

what was the problem with the scrol bar again

#

scoll

#

scroll

latent crescent
#

prevent click (and any other) events outside of hidden area

normal hollow
#

sad

prisma latch
#

trying to make equivalents for the deadly sin jokers and gemstone jokers for new suits is a nightmare cause like. +Chips, +Mult, XMult and Money are kinda the 4 Big Resources you manage. its hard to think of many other that can be used as neatly as the vanilla ones

ember flicker
#

polymarket bet if i'm gonna get a heart attack from drinking three monsters

latent crescent
#

It is definitely possible but needs to setup boundary checks

#

Holy sh love2d have no native thing to push file to clipboard

#

What a shame

forest knoll
latent crescent
#

I mean literally, you can push to clipboard text only

ember flicker
#

good

prisma latch
forest knoll
#

hm, i see

prisma latch
formal orchid
#

play my mod

#

it got updated

exotic belfry
#

No way

formal orchid
#

yes way

amber river
#

Woag

#

Upsaving it rn

formal orchid
#

now gonna cook judgement

amber river
#

😨

formal orchid
#

-# now = tomorrow

amber river
#

Wao

main path
prisma latch
#

ok i think ive got good stats for my 4 new suits for gemstone jokers

  • Suns: Played suns add 0.1 level to played poker hand
  • Moons: Every 15 moon cards played, create a random spectral card
  • Snake: Played snake cards give +0.5 to all listed probabilities this hand
  • Ladder: Played ladder cards balance 5% of score
#

are these too broken for gemstones

full edge
#

No clue how I did it, but somehow I've managed to get the localization to work differently between Playsets in Kino and the copied over code from the Blockbuster repo

prisma latch
#

ok so it seems like balatro might struggle with non-integer planet levels solely because it doesnt have colours defined for them ??? hard to tell with this error tbh

opal heath
#

is it ok to install mods while baaltro tunngon

#

runnng

#

?

full edge
#

Yeah

opal heath
#

oh thanks

#

dot want to havwe to restrat si many times

full edge
#

New mods won't get loaded if you don't restart

opal heath
#

balatro

#

i meant dont want to rwstart pc

#

also if i add mods do i need to start new run

full edge
#

yes

prisma latch
#

yeah prolly

opal heath
#

or will continue be fine

#

o

#

it let me continue once tho

#

befor i got overrides crahs until i started newr run

full edge
#

Man, I'm going crazy, I can't figure out what's different between the two versions of the code. Somehow the Kino version localizes with both a name and a name_parsed version (same for text), but the blockbuster version does not

opal heath
#

is there a mod which crash balatro on demand

#

so i can hit r to restart with that then

#

?

ember flicker
#

alt + f5

opal heath
#

@full edge nvm found a mod with restart

ember flicker
#

u can just press alt+f5

opal heath
#

yeah it works thanks bro should have told me before

ember flicker
#

sorry i dont spend 24h a day on balatro modding gen, i only spend like 23h

opal heath
#

well bro sends 1h les

prisma latch
#

ok how tf do i handle non integer levels

opal heath
#

what does bro mean by jiggle

#

whats area

#

like area definition

prisma latch
#

?

#

if youre asking what it means by area in the tooltip it just means you get +1 slot in whatever area the card is in

woven crag
#

it defaults to +1 area slot in collection

#

since normally it updates based on what area its in

loud yacht
#

New to the game and the mod. Where should I go to find someone to play multiplayer?

woven crag
#

if your account is too new you might get auto kicked though

opal heath
#

YAY MY MOD ITEM

#

it rashed-

#

crashed

amber river
opal heath
#

how do i fix my booste paxk crahs the game

amber river
#

you take it to texas and leave it there

desert mirage
#

hello modding gen

opal heath
#

uh what.

desert mirage
#

it just gives 2+ mult i think

rain orbit
#

Wegg jumpscare

neon orchid
#

Weegee

stone verge
#

awake

#

time to get to anti matter deck unlocking

ember flicker
prisma latch
#

ok ive now made it so that non-integer hand levels show their colour as a mix of the hands they're between

#

i think

#

using dastardly and evil "at" patches

stone verge
#

funny misprint moment

prisma latch
#

im pretty sure cryptid has partial hand levels too but im not touching cryptids code

full edge
median fable
#

im playing shenanigans rn and i think i found a bug that turns the redstone repeater into a particle accelarator

#

you littearly just copy it with a blueprint and suddnely its multiplying itself by 1.5^ every hand

spiral monolith
#

@prisma latch i couldnt find the artist, can i borrow the art from u directly

prisma latch
#

uhh

#

what art

#

oh you mean the split art

#

sure

#

dmed

median fable
#

yeah i just dont think its meant to work like this

plush hound
median fable
#

gambling

#

in my poker

ember flicker
median fable
#

i mean wouldnt it do the same thing it does with a blueprint

ember flicker
#

then it wouldnt be a bug

spare token
#

dih

median fable
#

theres no way this is intentional

#

or im just stupid cause i dont actually know why its doing that

ember flicker
#

i think this is intended

median fable
#

ok so i got a third blueprint and its worse i think

ember flicker
#

because its an achievement

median fable
#

oh real?

#

maybe it acts differently then with a blueprint then

full edge
#

I think Aiko's Minecraft jokers are all made with Easter eggs to break 'm

#

I know the ghast was insane on the cryptid mdoe

ember flicker
median fable
#

the way i was using it with the blueprint was id move the blueprint away when i wanted to use it

#

with 2 repeaters

#

you cant like turn one off for a second

#

yeah no

#

this is way different

balmy lily
#

im still grinding cruelty stake

#

the soysaucetypicalone

median fable
stone verge
#

barely oil barely lamp lol

prisma latch
#

got colours for partial hand levels working

granite forum
#

woah

prisma latch
#

took like 3 at patches

#

worth it tho

#

wonder what the next levels up look like

median fable
#

oh thanks for the visual example thats really needed

prisma latch
#

lmao

stone verge
#

lol reading the error log

#

it looks like every mod crashed at once

prisma latch
#

thats the same image again.

#

ok discord cooperate this time

full edge
#

Oh love that look

lost inlet
#

snap?

median fable
#

oh hey your back it was definitly a bug

prisma latch
lost inlet
#

ah

prisma latch
#

doesnt even rlly have any synergies rn just thought itd be neat lol

lavish pike
#

Are you gonna make smth that balances poker hand levels or something?

prisma latch
#

my gemstone joker for my suns suit levels up the played hand by 0.1 when a sun card is scored

lavish pike
#

Oh nice

prisma latch
#

and of course to get that working right i had to use 3 whole at patches to stop it crashing from not knowing what colour to use

lavish pike
prisma latch
#

no?

#

pair is any two cards of equal rank

#

snap is rank, suit and enhancement

lavish pike
#

Oh

#

Yup

#

I read it wrong

prisma latch
#

lol

lavish pike
#

I read it as or

#

Not and

#

98% 😭

prisma latch
#

but idk the theming isnt quite as strong