#⚙・modding-general

1 messages · Page 278 of 1

earnest eagle
#

@vestal valve Sorry for the DM

toxic cloud
gilded vortex
#

What does this mean

hard plank
#

played cards will be permanently selected

#

if drawn

gilded vortex
#

Hold on I’ll need a minute to find the video haha

hard plank
#

on subsequent rounds, too

#

in arcana/spectral

wide delta
#

Nope, sorry. Its just a Malverk mod that replaces the Crazy joker's sprite

earnest eagle
#

Wish Cryptid planet cards had a shot for showing up in place of the vanilla cards (So, Pata can show up for a played flush 5, for instance)

neat forge
#

I saw a video with this 5 minutes ago

earnest eagle
#

Wdym, uhhhh?

toxic cloud
#

how it feels to buff Splash

#

a deck that makes Splash permanent Seltzer woke
not to mention you can get multiple copies of it without Showman

earnest eagle
#

Is that a Mac?!

#

Wonder what Cryptid'd be like on there?

plush hound
#

trance theme?

plush hound
earnest eagle
hard plank
#

lavender loop

plush hound
#

thanks aiko

#

new charger will arrive in 3 days

#

how am i supposed to play Jen's Almanac now

junior rock
toxic cloud
#

apply Splash
retrigger all played cards once for each additional Splash owned
allow Splash clones to appear (without the need of showman)

plush hound
#

wet deck

toxic cloud
#

it's call tsaunami (tsunami + sau)

native tusk
full edge
#

Finally got the abduction system working! Now only to get any silly notions of spicing it up with shaders out of my skull

hard plank
#

ramen in balatro was so good

#

they made it real

arctic whale
#

Is there a way to revert a game back to the start of a blind? Or even go back just one hand lol

hard plank
#

Cryptid has a code card

sinful sigil
#

Who greenlighted this? 😭

violet venture
#

And that's two upgrades to the antimatter deck!

silver rose
#

cryptid my beloved

#

OH SHIT

#

WHEN DID I PUT THE SPEED TO 123

#

😭

#

turns out steammodded was instaled twice

real escarp
#

[Ortalab for Deck + CardSleeve for Sleeve] The (nearly) impossible deck

silver rose
#

WELP SHIT

#

there we go

real escarp
silver rose
wraith seal
#

-# why are you running a mult card deck

silver rose
wraith seal
#

-# you fucking bastard, you are cool :3

real escarp
#

[Ortalab + CardSleeve] Royal + Erratic

wraith seal
#

its actually pretty good, honestly

silver rose
#

fuck

#

is it time

wraith seal
#

as long as you can get the uhh play face card = mult joker early

silver rose
#

for the 8x arcana pack

wraith seal
#

:3

#

negative tags

silver rose
#

that's not a booster pack

#

9 EPIC JOKERS

wraith seal
#

❤️

#

they should have obelisk 2 as an epic joker

plush hound
#

quadruple tag + voucher

silver rose
#

flush 10

vivid flare
#

is there a mod that lets you see the seed when starting

silver rose
#

FLUSH 48🗣️

#

hmmmmmm what could i pick

wraith seal
#

i think strength would work

#

idk

silver rose
#

oops all strength

wraith seal
#

a lot of unique options here

silver rose
#

HALF OF THE FUCKING DECK IS STRENGTH 😭

#

HOW

wraith seal
#

oh, when a pack has nothing else to uhh, show

silver rose
#

all of that is strength

wraith seal
#

then it chooses a random card and duplicates that until all the slots are filled

#

im pretty sure

silver rose
#

oh

#

oops all king

#

im scarred of the fact that it needs to calculate my score

#

welp

vivid flare
#

is there a mod that lets you see the seed when starting

candid sable
vivid flare
candid sable
#

It shows seed on escape menu

#

During run

vivid flare
#

thx

real escarp
#

I hate love this game (The entire deck)

vivid flare
#

is there any mod for analyzing seeds?

plush hound
blissful nebula
#

(repost)

anyone here have expertise with linux?

what program would i use to replace the assets of balatro.exe? theres no graphical version of 7zip to do it on as instructed

hard plank
blissful nebula
#

i doubt it matters tho

plush hound
hard plank
blissful nebula
plush hound
#

modding in linux is ass

#

windows ftw

blissful nebula
#

linux just has proton

plush hound
#

-# let me hate tux in peace

blissful nebula
#

what did the penguin do

#

😢

plush hound
#

he killed my wife

blissful nebula
#

wow

#

what a bitch

plush hound
#

this is why I'm a diehard fan of binbows

cunning phoenix
#

Can the mobile version be modded or only the steam one?

twin forge
#

only the steam one, other platforms can't and really shouldn't be modded (as per the rules for these chats)

signal wave
exotic belfry
#

Ew OS discourse cringe

austere herald
#

Pointer suggestions?

narrow pendant
#

Is there a reference to all of the different possible values of context? I'm trying to do something at the conclusion of the scoring animation

wraith seal
#

that would likely be context.after you are looking for

strong shadow
#

Hi bepis

#

Can I have 2000 ahns

wraith seal
#

helo

#

and no :3

narrow pendant
#

@wraith seal after is having the desired effect, but it isn't rendering as desired. I'm trying to implement this: https://www.reddit.com/r/balatro/comments/1insn7s/joker_concept_dunce/ - I am setting next_joker:set_debuff(false) after scoring. If I don't do this, it crosses out the Joker, which makes it a little clearer that it's been debuffed. When I add this, the Joker is debuffed, only for this turn, but it doesn't render the cross out

Reddit

Explore this post and more from the balatro community

signal wave
blissful nebula
#

😭

signal wave
#

White Hole, Perkeo, Neutron Star

wraith seal
#

maybe try using this instead of set_debuff?

narrow pendant
#

I think that's for cards, not Jokers

wraith seal
narrow pendant
#

No, I'd like the cross to be removed as soon as the scoring animation concludes, but not beforehand

#

Here's my full code block. I might be missing something else. This is my first time modding

`SMODS.Joker {
key = 'dunce',
loc_txt = {
name = 'Dunce',
text = {
"Copies the ability of the rightmost Joker and disables Joker to the right. By u/Spicy_burritos"
}
},

rarity = 2, -- Uncommon
atlas = 'ModdedVanilla',
pos = { x = 0, y = 0 },
cost = 4,
calculate = function(self, card, context)
if context.before then
for i = 1, #G.jokers.cards do
if G.jokers.cards[i] == card then
next_i = i + 1

      if i + 1 <= #G.jokers.cards then
        next_joker = G.jokers.cards[next_i]
        next_joker:set_debuff(true)
      end
    end
  end
end

if context.after then
  next_joker:set_debuff(false)
end

local last_joker = G.jokers.cards[#G.jokers.cards]

if last_joker and last_joker ~= self then
  context.blueprint = (context.blueprint and (context.blueprint + 1)) or 1
  context.blueprint_card = context.blueprint_card or self
  if context.blueprint > #G.jokers.cards + 1 then return end
  local last_joker_ret = last_joker:calculate_joker(context)

  if last_joker_ret then
    return last_joker_ret
  end
end

end
}`

wraith seal
#

ohhhhh, i think i know what you mean now

so basically, you want the disabled joker to only have the cross during the scoring so that players know its debuffed, but the cross is removed outside of that right?

narrow pendant
#

Exactly

exotic belfry
wraith seal
#
SMODS.Joker {
  key = 'dunce',
  loc_txt = {
    name = 'Dunce',
    text = {
      "Copies the ability of the rightmost Joker and disables Joker to the right. By u/Spicy_burritos"
    }
  },

  rarity = 2, -- Uncommon
  atlas = 'ModdedVanilla',
  pos = { x = 0, y = 0 },
  cost = 4,
  calculate = function(self, card, context)
    if context.before then
      for i = 1, #G.jokers.cards do
        if G.jokers.cards[i] == card then
          local next_i = i + 1

          if next_i <= #G.jokers.cards then
            next_joker = G.jokers.cards[next_i]
            next_joker:set_debuff(true)
            card.ability.extra["debuffed_card"] = next_joker
          end
        end
      end
    end

    if context.after and card.ability.extra["debuffed_card"] then
      card.ability.extra["debuffed_card"]:set_debuff(false)
    end

    local last_joker = G.jokers.cards[#G.jokers.cards]

    if last_joker and last_joker ~= self then
      context.blueprint = (context.blueprint and (context.blueprint + 1)) or 1
      context.blueprint_card = context.blueprint_card or self
      if context.blueprint > #G.jokers.cards + 1 then return end
      local last_joker_ret = last_joker:calculate_joker(context)

      if last_joker_ret then
        return last_joker_ret
      end
    end
  end
} 
#

i think this should work?

#

the reason why i think this didnt work is that you didnt declare next_joker as anything

narrow pendant
#

@exotic belfry What's the purpose for each of those channels?

wraith seal
#

so the game doesnt know what card you are referring to

exotic belfry
#

Modding dev is for code

#

Modding chat is for general discussion

wraith seal
narrow pendant
#

Sounds good. The above snippet doesn't work. Let me ping you on the other channel. Thanks!

plush hound
#

waiter waiter, i need more

hard plank
exotic belfry
#

Rip aiko

hard plank
#

they added the circle to search to my phone what the fuck

#

we are so back???

split saffron
#

Hi everyone! This has probably been asked before but I'm new here -- I'm currently trying to download mods for the first time, and I'm having a hard time locating version.dll in Lovely-Injector; where exactly is it? Thanks!

neat forge
#

Where can i find the cryptid mod?

clear nimbus
#

balatro crashing with cryptid + hidden aces

vivid flare
neat forge
#

thx

vivid flare
hard plank
#

@wraith seal

wraith seal
#

:3

#

spread the disease.

hard plank
candid sable
#

Okay I will ask this once and for all: is there any way to inspect code-wise that whether a mod is talisman-compatible or not

vivid flare
normal hollow
candid sable
#

Like looking at the code, do something like Ctrl+H to_big or something else

#

Yadi yadi yada

normal hollow
#

Yeah I imagine a script that looks at all the values Talisman turns into tables (like dollars, hand levels, etc) and checks if they're wrapped by to_big should be feasible

#

The only edge cases would be mods reassigning those variables to other local ones with different names but I don't think it's that common

hard plank
candid sable
#

Though is there a list of to_bigable values?

lean dune
hard plank
#

how is your day aure

lean dune
#

pretty good but I'm a bit tired, ty

#

hbu?

hard plank
#

about to go to bed lol

twin forge
#

photochad enjoyers when the lemmy boss blind walks in:

hard plank
#

oh this is what they meant

tough arrow
#

If someone guesses every joker I have in this screen shot I’ll give them $20

versed bough
#

[also r+y pfp based alert]

tough arrow
#

If you can correctly guess all the jokers just by the negitive spine that’s impressive

#

Mmmm e48

#

Mmmm broke cryptid

open temple
#

What folder do I put cards in, like designs?

twin forge
#

um i don't think that's supposed to be there

tough arrow
#

My cryptid score is so high I can take a shower during the scoring

#

Like a 5-10min shower lol

twin forge
#

easy game

tough arrow
#

Mmmm e110 mult

normal hollow
twin pine
#

good idea or nah

versed bough
wraith seal
twin forge
wraith seal
#

for builds which dont rely on playing cards at all (jokers with base mult + xmult), this is like finding the golden scar lmfao

twin pine
twin forge
#

ahhhh i see

wraith seal
#

doesnt that count as a challenge more, if anything

#

debuffs usually dont give you buffs lol

twin forge
#

i thought this would be like actual friends vs. friends and you'd debuff your enemy with this

wraith seal
twin pine
#

but just making everything suck isn't very fun

twin forge
#

do you have a github for this mod so i can ogle at all the cards

twin pine
wraith seal
#

turning balatro into a turn-based rpg game, brick by brick ✊

twin pine
#

I'm going to make another release in like an hour, so be ready balatrojoker

twin forge
wraith seal
#

but its definitely too much to handle

twin forge
#

ah yes, because gacha mechanics and rpg stats aren't /j

wraith seal
#

for levels, you have to take note of all of your jokers' xp too

twin pine
#

no reward would just be mean 😭

wraith seal
#

cant there be a joker thats really good but gives a debuff card in exchange though

twin forge
wraith seal
#

my mod really rewards players for thinking ahead :3

neat phoenix
#

got modding working on mobile without jailbreaking 🎉🎉

wraith seal
#

-# please dont discuss about that here, thats against rule 4, but thats cool :D

twin forge
#

good but don't discuss it here

#

also wondering if i should make it so that when you enter a blind paper mario's battle music starts playing

#

and you can choose which theme you wanna play or have it off as well

wraith seal
#

yeah, you can do that

twin forge
#

always gotta have peak playing in the background

hard plank
#

OH FUCK YOU

twin wharf
#

ok seriously i love pokermon

its such a great mod, and suprisingly balanced.

also i saw some small easter eggs that fulfill my nerd heart 😄

lilac rapids
twin forge
#

new boss blind idea

hard plank
twin forge
#

damn

hard plank
brittle gorge
#

is it a me problem?

hard plank
#

you problem

#

least buggy react native app

tough arrow
#

Hey is there a program that makes programming a mod for balatro easier?

civic sparrow
gray cove
#

Helllo

tough arrow
hard plank
brittle gorge
#

it stopped tripping

raven fog
#

i want to get mods for balatro, but are they safe and how do i get them?

twin forge
#

mods for balatro are 100% safe as long as you download them from the github they originated in. You can find a bunch of mods in #1209506514763522108 , where people show off their cool creations and (probably) link a github page where you can download the mods from!

raven fog
#

okay thank you!

daring sluice
#

i wouldn't say 100% safe

raven fog
#

woah woah woah

twin forge
#

most mods are safe as long as you download them from the github they originate from

#

like 99.9%

hard plank
#

inb4 i forget to save it

twin forge
#

impostor card

night mantle
# hard plank

What about a blank white card that’s just always debuffed

night mantle
#

Yeah but instead of the red xs all over it’s just blank and debuffed

#

So it’s consistent with game

hard plank
#

oh you mean the debuff seal

night mantle
#

Nooo

hard plank
#

oh you mean null card

wise yoke
#

Does anyone know what the cat tag does?

#

I got it to level 4
But nothing really happened

hard plank
#

it meows

gilded vortex
hard plank
#

my mod?

gilded vortex
#

I wasn’t sure

#

I want to make a partial debuff but I’m not sure what’s the best way to do it

#

Although I do know there’s a mod-wise debuff function

#

Partial as in

#

Part of the time

latent rivet
#

whew close

fossil wedge
#

what does the blank deck do on cryptid

junior rock
#

its just the deck you play to unlock the antimatter deck iirc

fossil wedge
#

i c

formal orchid
#

ello chat

neon fox
#

does anyone have the old steammodded you need for the cryptid mod

#

i can’t find it anywhere

formal orchid
#

you dont need the old one anymore

#

cryptid works with the latest

neon fox
#

oh sweet

static patio
#

old calc is dead

grand delta
#

does anyone know what is the effect of Revert from Cryptid

hard plank
#

anyone from Great Britain?

signal wave
hard plank
hot hemlock
#

what the most caotic mod?

civic sparrow
#

Bad actors are out there and nearly every modding community has at least a few examples of malware in mods

normal hollow
#

i trust all links all the time, send me some links to click

twin forge
# twin forge most mods are safe as long as you download them from the github they originate f...

correction: ^
also yes generally you should exercise caution when downloading mods (and internet files in general) but most of the time people arent going to bother and mods from the balatro community generally wont have that kind of stuff because a lot of the reason balatro is moddable in the first place is because of the trust the dev has in the community, and no self respecting community modder would want to break that trust

hot hemlock
#

is there a reason i cant install lovley on my computer?

fossil wedge
#

this is balanced

twin forge
hot hemlock
#

windows

#

The system cannot find the file specified.

#

and i get this error

frail adder
hot hemlock
#

i asked for help first mf😹

frail adder
#

Sorry, asking in this place is really gamble. I solved my problem but I wonder why.

opaque marten
#

can anyone walk me through how to actually install crytpid. I feel like a smooth brain cause it just doesnt work for me

fossil wedge
#

is this normal 😭

#

i just wanna get to the ante 8 boss

twin forge
fossil wedge
#

YAyAYAYYY

#

took 8 minutes

twin forge
twin forge
frail adder
opaque marten
frail adder
opaque marten
#

same with smods?

frail adder
#

I think smods is fine, iirc make sure Cryptid folder also named Cryptid only.

blissful nebula
opaque marten
#

I feel like an idiot lmfao, lovely was installed as well, removed it and bingo it works now

#

sometimes double checking things does wonders. Now to absolutely fry my pc

blissful nebula
#

you have to rename balatro.exe into balatro.zip then edit it

#

its uh

#

weird

neon fox
#

what mod can disable scoring animations for cryptid

blissful nebula
hot hemlock
neon fox
#

wait how

blissful nebula
#

check the mod settings

neon fox
#

appreciate it

west wolf
daring solar
#

game with any mods crashes after playing a hand sometimes - crashlog says something about "pitch has to be non zero finite positive number"

#

anyone know anything abt this?

daring solar
#

can you send me the latest version? i swear i donwloaded the latest from github

#

im just using the one provided in the cryptid mod folder

#

but using the one from the github crashes too

patent shore
#

How do i change the joker card slot amount

patent shore
#

In the .lua files i mean

#

So how

#

Hello?

normal hollow
#

hi

patent shore
#

How change the base amount of joker slots in lua files

#

Also which lua file

normal hollow
#

idk

patent shore
#

All i know i saw it in a vid

fossil wedge
grand delta
#

Guys, the game has been calculating for an hour...

fossil wedge
frail adder
#

Does Balatro require a high spec?

fossil wedge
#

not really

hardy jolt
#

Does anyone know a good guide or thing to download to start modding?

fossil wedge
frail adder
fossil wedge
#

probably

frail adder
fossil wedge
fossil wedge
frail adder
#

Can you record video? I want to see

fossil wedge
#

yeah

storm shard
#

do you guys know if there a way to prevent game progress/steam achievements while mods are active

viscid spear
#

thoughts on vouchers that impact scoring? like, something like "your common jokers give x1.1 mult" or such

frail adder
#

I think I will just disable scoring anim if I ever get to that point 😭

storm shard
#

kind of a weird work around solution but it works

plush hound
potent bobcat
#

any mods that people think are a must have?

full edge
#

Balatro goes kino, and no others, really

#

But it'll really depend on what you're looking for. Content mods, vanilla-esque, broken high score mods, or just QoL stuff. For vanilla, Extra Credit and Paperback are my favourites

fossil wedge
#

FINALLY ITS DONE

potent bobcat
#

i think i need some more qualitty of life stuff but im just annoyed that saturan is broken

gilded vortex
#

Galdur and Malverk are good QOL

potent bobcat
#

do you think you could drop a link to them

fossil wedge
#

OIH EYAH

twin forge
#

me when glitched deck

worthy horizon
fossil wedge
#

IC ANT BEAT THE GAME

#

IT CRASHS WHEN I START THE BOS

#

ONOO

frail adder
#

Havent tried Malverk, will check tomorrow.

twin forge
potent bobcat
#

does the cat tag do anything in cryptid or is it just a fun thing

#

i nearly have a level 9 one

cerulean grotto
#

Does anyone know the mod roffle uses that adds those higher tier jokers its like the everything is broken mod but I don’t know the name

cerulean grotto
#

I’m not sure that might be what it is called

sour solar
cerulean grotto
#

Thank you

#

How do I stop this from happening it’s happened twice

sour solar
#

read the first sentence in the error message, find your mod, track down why its giving a null value

cerulean grotto
#

Okay

gilded vortex
#

I think Mika's Mod Collection is severely outdated

desert raptor
#

So. Weird question, not sure where to ask properly. I'm trying to run this on Linux with Love naively, but I'm getting the below error:
attempt to index nil field 'platform'
I looked at the code, its the field platform inside the love global, I cannot find any documentation online about such a table existing

desert raptor
craggy valve
#

hey, any chance I could get some help at least figuring out what's causing/why my game's crash? Game loads up fine, but crashes on resuming a run.

desert raptor
craggy valve
#

Hmm, seems worth it?

plush hound
#

That should be all, the rest you can explore

plush hound
normal hollow
vestal valve
#

Behold a Pun joker that finally makes Cloud Nine good

craggy valve
normal hollow
#

❤️

#

i specifically made sure to not hard code any values so cryptid could change all of them and they work

vestal valve
plush hound
#

which is NO OFFENSE, your mod is great, the reason i dont use it is because clutter

#

especially with betmma's mod

normal hollow
#

maybe people like the default deck look and galdur is not optional 😦

(im joking btw)

plush hound
#

i mean, FAIR

#

but who doesn't want a good animation of a card shuffling when you select it

#

i like your mod btw:(

vivid anchor
#

Joyous Spring is fun. Makes me want someone to make a Cardfight! Vanguard Mod

latent crescent
#

ehehe Meawhile

plush hound
#

i would recommend luajit2 as a must have mod

#

but i dont think it's user friendly

modern wolf
#

Can I make the mod brainstorm search for perkeo in the skip tag and blueprint in the first shop or something similar?

smoky arch
#

well

#

if this is actually just a thing thats happening with everything im gonna have to work it out

#

i dont know why my theme is inconsistent

#

ok

#

why does some mult displays use the mult color but others use the red color

#

💀

#

this happens with xmult too

plush hound
#

trance theme?

smoky arch
#

yeah

#

i at least figured out it was what was happening

#

now misprint doesnt look strange

#

means my menus are a bit stranger though

#

oh now this looks worse too

#

lol

#

ill just choose the lighter red i was using before i suppose

latent crescent
plush hound
#

im tired of middle clicking every jokers 😭

latent crescent
#

You suppose to hold middle click and hover cards you want to sell

plush hound
#

doesn't work for me somehow, i have to hover over and over

latent crescent
#

And also hold Shift, 2 buttons in total

craggy valve
#

guys why is it so wide

normal hollow
#

big blind

blissful nebula
craggy valve
#

"guys modded balatro isn't that broken"
modded balatro:

plush basin
craggy valve
#

tbh I just had a funny set of jokers and that was the best punchline I could think of

plush basin
#

fair enough

plush hound
plush hound
past condor
#

hey yall, whats a good mod thats more balanced than cryptid?

plush hound
blissful nebula
#

i ended up getting it to work though following a solution from reddit

past condor
plush hound
plush hound
#

-# also play harder deck

past condor
#

i did that with red deck

plush hound
#

try black deck with fair sleeve

past condor
#

also looking up cruel blinds gives like zero results

plush hound
#

hold

past condor
#

maybe, sounds kinda boring

plush hound
#

fair enough

past condor
#

yeah and that combo is already boring me

blissful nebula
#

then modify it

#

and then rename it back to .exe

plush hound
#

you could find some challenges mod

past condor
#

i was trying to find a mod other than cryptid but ig its the only content mod

smoky arch
#

whats the mod that lets you drag to click cards again

toxic cloud
#

base score already one-shot gros_michel

smoky arch
#

its handy right

plush hound
plush hound
smoky arch
#

uhhh how do i enable it

plush hound
plush hound
smoky arch
#

oh

#

its enabled but isnt doing anything

#

oh well

plush hound
#

away from.your card

#

and start dragging

smoky arch
#

oh-

#

ok that makes more sense

plush hound
#

-# it's kinda stupid yeah

#

-# i mean it makes sense

vestal valve
craggy valve
#

silly number

#

uh, now that I think about it, are there any number caps I should be worried about?

plush hound
plush hound
#

if you have talisman, you're good

craggy valve
#

lets go :dab:

alpine wigeon
#

so you should probably avoid using it if you wanna try the other popular mods

craggy valve
alpine wigeon
#

but if its fixed then thats pretty nice

plush hound
#

i got 1k jokers, with Cryptid installed

#

it's crash free*

craggy valve
#

under talisman, I mean

plush hound
craggy valve
craggy valve
#

or it crashes, whichever comes first

craggy valve
#

hm

#

I see

plush hound
#

the only limit is your hardware

vestal valve
plush hound
#

like per hand

wise yoke
#

Heyo

plush hound
#

hi

wise yoke
#

What does the cat tag do?

vestal valve
plush hound
vestal valve
wise yoke
plush hound
#

or last hand

plush hound
wise yoke
#

Damn
I leveled that thing up to level 4

plush hound
#

who doesn't want a cat tag

final oak
plush hound
#

i was wondering what did i miss

final oak
#

does ortalab need talisman to work? (i hope the answer is no)

plush hound
final oak
#

because i heard talisman breaks a lot of crap

#

so i'd rather just not bother with talisman at all

craggy valve
#

I mean, afaik it just breaks the number cap. I haven't really had any issues with it

plush hound
#

atleast in my knowledge

final oak
#

well idk i just see a lot of people having compatablity issues with talisman so i don't want to deal with that

plush hound
#

probably version wise

#

it's not a big deal overall

#

but you could try installing ortalab without talisman

final oak
#

back to my question: does ortalab require talisman

plush hound
#

try, i don't think so

final oak
#

the wiki says it's a dependency

#

i could just ask in the ortalabs thread i guess

plush hound
#

the more you fuck around, the more you find out

#

sure

floral dove
#

anything is possible.

#

(mod coming soon)

#

(hopefully, lmao)

simple sky
#

break the rules

floral dove
#

ever drawn three sets of pairs instead of a full house?

simple sky
#

nope :3

floral dove
#

in any case thisll actually let you do something about it

#

oh thats interesting

#

you can by default play six card straights

#

like itll play all six cards and everything

final oak
#

just got an answer from the ortalab discord. talisman is not required 👍

vestal valve
plush hound
vestal valve
plush hound
toxic cloud
#

wtf is this random seed

#

natural negative Marble Joker

vestal valve
#

0 cards in the deck 💀

#

and I'm assuming this is plasma because of the doubled blind scores

toxic cloud
#

yep

strong shadow
#

Oh it’s that challenge

stiff token
#

Hey wheres a good guide to help me start modding on Balatro?

warm cipher
#

i posted this in the channel but i also figured id ask here just in case its a regular one

modest coral
#

is it possible to mod balatro if on steam

twin forge
#

yes

#

this is how to get started

warm cipher
#

nvm got it working

#

thank god

#

just had to reinstall lovely

fossil wedge
#

ive been here for 3 hours

twin forge
#

uh oh

final oak
#

this isn't too many jokers is it?

vestal valve
#

@plush hound

final oak
#

guess not

plush hound
#

LMAO

#

it used to be 1.6k but it lags alot, gotta reduce it

final oak
#

after i discover the final 2 (modded) spectral cards, i'll throw handsome devils into the mix

deft wigeon
#

There's not enough jokers so I put jokers in your jokers

plush hound
#

we need a joker right here

#

we need a joker right here

sinful sigil
final oak
#

you want me to show every single joker? (excluding the vanilla ones of course)

final oak
#

no

final oak
sinful sigil
novel acorn
#

Whoa, handsome devils...?

#

I do wish you could sort Discord Post™️ posts by like. total activity/follows/whatever.

exotic belfry
#

That'd be neat

novel acorn
#

It would! Then I wouldn't feel like an ass when I'm all "hey what mod do you think I should play next" to a room mostly fulla people who make the dang things.

vestal valve
#

i wish there were better ways to advertise mods, cause right now I'm just bumping my post in #1209506514763522108 over and over again and hoping people see it 😭

exotic belfry
#

Kinda real

#

It's lowkey half the reason why I added Maximus to BMM despite the traffic from it probably being minimal

rapid jolt
exotic belfry
#

Gah DAMN dude

rapid jolt
#

:D

hard plank
#

I'm crying

vestal valve
#

crying resumes tomorrow

vestal valve
# vestal valve
poll_question_text

is this a balanced Joker?

victor_answer_votes

2

total_votes

4

plush hound
plush hound
#

also loadout?

rapid jolt
#

It was for my mod, doesn't do anything yet, it's just UI practice

novel acorn
#

It's a neat concept! The sound design feels a little... Long? That's a personal thing tho. That's some intense and beautiful work, whatever way ya cut it!

exotic belfry
#

That's Destiny for ya lmao

#

crazy ahh sound effects

rapid jolt
#

Yep

#

Sound effects ripped straight from the game for a more authentic experience

vestal valve
#

undoubtedly my proudest creation

novel acorn
#

Is that like the uhh, cryptid decks where you choose one, or is it locked to ten of spades? Curious if there's a reason you went ten of spades specifically.

vestal valve
plush hound
#

I KNEW IT

#

deck art when

vestal valve
#

¯_(ツ)_/¯

novel acorn
#

Ah! I was aware the All 1 Card erratic deck seed existed but I wasn't sure if there was more than one, this makes MUCH more sense!

novel acorn
plush hound
hard plank
#

mr

#

blue sky

#

please tell us why

vestal valve
#

Am I cooking at all

novel acorn
#

I don't think it's Gordon Ramsey but I think it's good cookin'.

vestal valve
#

I'm trying to figure out interesting decks I can add to Mistigris

deft harbor
#

1 hand only, 0 discards only, +12 hand size, decreases by 1 every round until it’s back to normal size

vestal valve
plush hound
vestal valve
#

four fingers in this deck would be godly

plush hound
#

butter on a dog

#

a butter dog

opaque badge
#

Anybody else's mouse cursor just disappear randomly within a run?

vestal valve
#

are you in full screen?

opaque badge
#

I was in borderless, it happened, then switched to fullscreen, and it happened again

vestal valve
#

are you using any recording software?

opaque badge
#

Ah, Medal might be breaking it

#

Yeah, that seems to fix it. Weird

vestal valve
signal wave
#

Lotta good ideas in here if you wanna pull from those.

signal wave
arctic raft
#

how have i not crashed???

bronze locust
#

probably because you dont have 70 jokers

#

I keep crashing though

#

Only after playing a single high card

arctic raft
#

its still going im at 900 seconds

bronze locust
#

its not a normal crash either

#

its a crash that just out right closes the game xd

arctic raft
#

oh

bronze locust
arctic raft
#

bruh im at almost 6 mil for money and e 5k

bronze locust
arctic raft
#

IS IT POSSIBLE FOR IT TO GO FOR AN INFINATE AMMOUNT OF TIME?

#

sorry for the caps

scenic hare
#

does anyone know how the talisman mod works? I was playing a super high score seeded run and was scoring upwards of e2700 but at some point it stopped showing my score and all my hands score infinity x infinity?? then i went to the config to increase the score limit to omeganum so that i can actually see my score, but for some reason when it's set to the highest score limit i don't have an option to "continue" on my profile (as in the save isnt even showing up). But when i go back to the lower scoring limit (bignum) it shows me my save again, but my hands still score as infinity x infinity

#

example of what i mean

arctic raft
#

dunno

vestal valve
scenic hare
vestal valve
#

nope

scenic hare
#

aww that's such a shame
thanks for helping out though

arctic raft
#

HOW LONG DOES THIS GO FOR????

lilac rapids
#

looking for thoughts and feedback on these blinds, also still trying to figure out what the empty ones should be

#

ah wait that's meant to say "finisher blinds", not boss blinds. these are all boss blinds

plush coyote
#

hey how do you get the speedup mod now? I can't seem to find the steamodded example mods

cyan ruin
#

im getting constant crashes with cryptid, no matter what i do. sometimes it happens when i try to cash out, sometimes it happens when i get a joker or consumable

#

it gives different errors everytime if anyone can help

lilac rapids
#

the cryptid discord might be able to provide more help with that

cyan ruin
#

oh i honestly had no idea there waas a cryptid discord tbh

#

i just started modding balatro today lolz

lilac rapids
#

and/or making issues for said crashes on the cryptid github (assuming it's not related to compat with other non-cryptid mods)

arctic raft
#

cryptid comes with steam modded i think i had to deleate that fo rit to load up for me or somthing

cyan ruin
lilac rapids
#

steammodded is like, the foundation that makes most mods work

plush coyote
cyan ruin
#

yeah now it says everytime it crashes "attemp to compare number with table"

arctic raft
arctic raft
lilac rapids
#

okay yeah the one that comes with cryptid is gonna be the correct one

hard plank
arctic raft
#

oh god its still going

#

how much longer am i going to wait

#

im almost 50 mins in already

cyan ruin
lilac rapids
#

hmm

#

any other mods?

cyan ruin
#

nope

lilac rapids
#

notepad++

cyan ruin
#

i mean i have other mods installed, but not active while playing cryptid

#

but i also havent had any issues with other mods

lilac rapids
#

i'd go ask about it in the cryptid server, someone there can probably help you

hard plank
#

is it up to date

arctic raft
plush hound
#

crash log will make reporting easier

lilac rapids
# hard plank is it up to date

it's apparently the package that has cryptid, smods, and talisman all bundled together, I don't know if they made a new package like that for recent versions, but regardless it's odd that it crashes so often if everything should be compatible, regardless of how up to date it is

cyan ruin
plush hound
cyan ruin
grand delta
#

Is there a way to get multiple Exotics on Cryptid without DOE?

cyan ruin
plush hound
grand delta
#

Isn't anitmatter the one which combines everything? That would be equivalent to the deck of equilibirum (DOE) which I mentioned before

arctic raft
#

oh probably

cyan ruin
lilac rapids
#

compare number with table sounds like talisman compat issues.. which is odd for a mod built on talisman?

vestal valve
scenic hare
lilac rapids
#

huh, so talisman is busted then

scenic hare
#

i tried downgrading to smod alpha, and using the new beta, but doesnt work regardless

lilac rapids
#

probably a better idea to just not use omeganum until that's fixed

scenic hare
#

yeah fair

cyan ruin
vestal valve
scenic hare
#

unfortunately i dont think there's another mod that really disables the score limit

lilac rapids
cyan ruin
#

yeah thats what ive had it on the whole time

lilac rapids
#

huh, sounds like omeganum is just broken on the version of talisman shipped with cryptid

cyan ruin
#

ill try bignum and see if something happens

plush hound
#

setting

#

in talisman

#

set it to omeganum

cyan ruin
#

to be fair, this is the screen that my game kept crashing on lol

#

antimatter deck is kinda funny

plush hound
#

oh yeah, it's on Cryptid's disco server FAQ

scenic hare
#

"...and 2 more" lmao

plush hound
#

hold

scenic hare
#

never seen that

cyan ruin
#

i cant seem to join the discord for cryptid

#

i pasted the url and it said it didnt work and i tried finding links for it and none of them worked either

plush hound
#

try setting it to omeganum

cyan ruin
#

its been at omeganum

lilac rapids
#

no, omeganum is currently the one that's broken, which appears to be a recent thing

plush hound
#

huh

lilac rapids
#

cryptid faq has not been updated in a while, but where it does say to switch to omeganum, it's specifically referring to jens almanac which is separate from cryptid

plush hound
#

you literally can't run Jen's Almanac without it

plush hound
#

it seems that he's also running Jen's Almanac

lilac rapids
#

these are the only 3 smods mods

plush hound
#

oh shit im tweaking what

lilac rapids
#

might've read jenwalter and mistook it for jens almanac

plush hound
#

that probably

#

i swear i never had that error before

#

talisman working fine for me

#

you could ask for help in their server

#

they might know better

lilac rapids
#

^^

#

they probably can help you with this

plush hound
#

oh it's because of Saturn

#

i didn't read the lovely mods one

barren kiln
arctic raft
# vestal valve

you need more to it like +1 level if beaten in 1 hand or osmthing

analog scarab
#

what yall think about

[Joker name]

Uncommon

if first hand of round has five scoring cards, destroy the lowest ranking one

signal wave
#

Culling Joker

#

Go for it

lilac rapids
viral rain
signal wave
#

Nah, it doesn't have any inherently positive effects

#

If it came with extra mult for the destroyed card or gained chips equal to 2x the card's chip value, sure, but it doesn't, it's just a deck cleanup tool

#

You'd need an edition to make it worth your while to keep in the long run, as five-card hands are more encouraged and it's important to have all the cards you need for those hands.

#

Also, overuse of the joker could lead to an eventual game over due to running out of cards, if you're not careful to keep up with restocking your deck.

#

The drawbacks and limitations are significant enough to justify an Uncommon rating.

#

-# if you hadn't picked up on it, I put entirely too much careful and detailed thought into things like this

exotic umbra
#

idrc if u use the art it took me like 5 min to draw lol

formal wadi
#

is there a way to disable steamodded without uninstalling it

languid hearth
#

What about a deck with 3 joker slots but all joker values are doubled?

#

Each joker then becomes crucially important

#

Maybe as well every four big blinds /12 rounds, make one joker of your choice negative / receive an ectoplasm

signal wave
#

Essentially yes.

languid hearth
stiff pivot
#

hey, my game keeps crashing when i try and press play with the galdur ui mod

#

even when none of my mods are activated it won’t work

stiff pivot
#

i’m not familiar enough with coding to want to send it, idk what kinda info there is. but the issue arises from trying to “index global ‘Galdur’ [a nil value]”

vestal valve
#

i still love this deck

plush hound
#

The Goad will not appear

plush hound
#

Ctrl + C

stiff pivot
stiff pivot
plush hound
stiff pivot
#

i cannot copy the crash long

#

i tried before i came on discord

plush hound
stiff pivot
#

as i said before, i am not experienced enough with coding to feel comfortable sending a screenshot

plush hound
#

well, we can't surely know what caused it without the crashlog

#

people usually post the crashlog here

stiff pivot
#

i am telling you what caused it

exotic shadow
#

the crash logs are designed to be shareable and provide a lot of useful infromation for debuigging crashes

signal wave
#

Things to look for

  • Steamodded version
  • Lovely version
  • crash cause
  • stack traceback to the error (now that part is a bit tricky but even my inexperienced ass can look into that and see "oh, the crash happened here, and past that is the game trying to cope")
languid hearth
brisk laurel
#

Noticed that Balatro University has a mod that shows how many times a Joker has done something for you (money rebate has made you, how many dupes Perkeo has made, how many sixes that Sixth Sense has destroyed). Does anyone know what mod does that?

plush hound
cyan ruin
#

THE ENTIRE ISSUE WAS SATURN

#

oops caps lock

brisk laurel
# plush hound JokerDisplay?

That displays what a Joker will do, whatever mod this is displays what the Joker has already done for you. It's appended to the Joker description instead of getting its own bubble too.

hard plank
#

chat

#

what if

#

i want to clean

#

but i

#

uh

#

unplayed suits are debuffed

#

Velvet Vapour

#

a pair to Razzle Raindrop

arctic raft
#

soo i think its time to alt f4

earnest eagle
#

WHERE'S THE FUCKING LAMB SAUCE USER INTERFACE!?!

#

I think I win

hard plank
earnest eagle
#

Uhhhhhhhhhhhhhhhhhhhhhhh...

vestal valve
#

joker sandwich

earnest eagle
hard plank
#

@wraith seal

#

i get killed

analog scarab
#

similiar to trading card

hard plank
gilded vortex
earnest eagle
#

@hard plank Is your mod on the hub?

hard plank
#

oh you deleted it

gilded vortex
#

But I had said “Cloud’s wording is a bit funky”

hard plank
#

I think it sounded weird too

#

i agree

#

i want it to mean

gilded vortex
#

Either “Enhanced cards are debuffed” or “Played Enhanced cards are debuffed”

hard plank
#

Cards with enhancements already played are debuffed

gilded vortex
#

So “Played Enhancements are debuffed”?

hard plank
#

yeah

gilded vortex
#

That’s how Vapor reads

#

You could’ve reused the wording

hard plank
#

Vapour is the opposite of Raindrop

gilded vortex
#

Interesting concept 🤔

hard plank
#

Suit

gilded vortex
#

Ah

#

Suit isn’t the opposite of Rank but I see

hard plank
#

yeah i understand

gilded vortex
#

By the way

earnest eagle
#

...jesus christ

gilded vortex
#

How did you implement the Debuff Seal?

#

I tried to find it in the GitHub but I couldn’t

hard plank
#

uh

#

i saw the message i just forgot to reply

gilded vortex
#

It’s alright

hard plank
#

it's in stickers btw

gilded vortex
#

The code that makes it work too?

hard plank
#

oh

gilded vortex
#

Or is it in a patch/hook?

hard plank
#

yeah it's just that

#

wait hold on

earnest eagle
#

I was going for "RATS", but sure

hard plank
#

yeah i think

neat forge
earnest eagle
#

Tranced

#

I need to lose a hand

#

How fitting that I'm using the vinesauce mod and I get to spell SAUCE

#

...now I just need to spell out VINE

#

@hard plank Feel free to use my stupidity for an achievement. Idgaf if it's not a valid scrabble word

hard plank
earnest eagle
#

Eh, it was fun

hard plank
earnest eagle
#

Nah, I meant fucking up your name lmao

pallid timber
#

i've just checked previous messages and it seems mods don't work on game pass version - are they looking to allow this?

hard plank
#

just that the tooling for that version isn't ready

pallid timber
#

yeah i seen other games allow it so makes sense

hard plank
#

just the tooling

vestal valve
# vestal valve
poll_question_text

staircase deck

victor_answer_votes

2

total_votes

3

victor_answer_id

2

victor_answer_text

no

gilded vortex
#

I warned you about stairs bro

#

I told you dog

plush hound
#

Ladder Deck

earnest eagle
delicate abyss
#

also did you just like... not reroll?

#

and how did you only play 15 cards

wraith seal
#

jesus fuck

hard plank
#

bro got sent to ante 8 from 1

hard plank
#

trust

wraith seal
#

are those all showdown blinds

hard plank
wraith seal
#

:3

#

i hate you

hard plank
#

why

#

it's not even that diabolical

plush hound
#

i need you to correct something for me

wraith seal
#

reducing the number of discards you can have is already diabolical

plush hound
#

BROKEN / PANDEMONIUM
-# PROCEED WITH CAUTION:

  1. Cryptid
  2. Jen's Almanac
    -# Both of these are best friends actually

Quality Of Life:

  1. Handy
  2. Galdur
  3. Incantation
  4. Cartomancer
  5. NextAntePreview
  6. JokerDisplay

Content Mods:

  1. Ortalab
  2. UnStable
  3. Bunco (a bit unstable)
  4. Buffoonery
  5. Bakery
  6. Balatro Goes Kino

Honorable Mention:

  1. AikoyoriShenanigans
  2. Mistigris
  3. Maximus
  4. BRAPTRO
  5. Plantain
  6. Prism
  7. Opandora's Box
  8. GARBSHIT
  9. Balatro: Star Rail (WIP)
  10. Fennex (WIP)
  11. LuckyJimbos

Fun Mods
-# kinda changes the gameplay mechanic and whatnot

  1. HighestPriestiess
  2. TooManyDecks
  3. Hit, Blackjack Deck
  4. Any Deck mods overall
  5. Reverie
  6. Betmma's Mod
wraith seal
#

😭

plush hound
#

did i miss anything

hard plank
#

honourable mentions

plush hound
#

oh shit victin

gilded vortex
# hard plank yes

Oh, I somehow missed that. Luminous isn’t hard enough to be a Showdown Boss Blind

wraith seal
#

oh damn even my mod is mentioned

#

:3

plush hound
gilded vortex
#

My mod isn’t F

plush hound
#

I SWEAR TO GOD I FORGOT

#

let me change it

gilded vortex
#

It’s ok XP

gilded vortex
#

It’s your list

plush hound
gilded vortex
hard plank
#

😭😭

plush hound
#

now

gilded vortex
#

😈

hard plank
#

split content

gilded vortex
#

Me at Aiko:

hard plank
#

the lumine