#⚙・modding-general

1 messages · Page 203 of 1

white scarab
#

The Calculating… is with the game trying to skip it

clear hemlock
#

tell computer to calculate faster lol xD

round ore
#

4x speed and 5 minute there

clear hemlock
white scarab
#

Mods > Talisman > Disable Animations

round ore
#

Thank

clear hemlock
#

the maker of cryptid

white scarab
#

yes

stable juniper
#

does this text make sense?

mild stump
#

Crypitd is insane lmao, its been close to 50 mins, 4x speed with animations disabled and ITS STILL GOING. 15 mil calculations and rising

mild stump
stable juniper
#

ya but that's for upgradeables

#

this makes a check every time it's scored

#

and i wanted to make it distinct from increasing

mild stump
#

Hm, fair ig

tacit zealot
#

pull a Steel Joker maybe?

stable juniper
#

oh "gives"

#

thanks :D

mild stump
#

Is there a way to stop the calculations from happening and get the score as is, or do I have to wait until the very end?

short rover
#

genuinely never making the mistake of doing speculo + mario again

mild stump
#

Oof, Im at 20 mil calculations rn. Im bored of waiting lmao

short rover
#

i would generally say its not worth waiting

#

youre gonna have to be waiting for that every ante

#

every round

mild stump
#

Yeah sounds horrible tbh, its been more than an hour lmao

short rover
#

so either quit and re-enter the run and play like a high card or something thats not a flush 12 or whatever

#

or just restart it

mild stump
#

Ok I learned smth, dont try to restard the run by holding R while its calculating

fallen otter
wary bison
#

hmmmmm

wary bison
#

i finally beat balatro!!!! (the game crashed)

tacit zealot
#

you're winner!

#

where's that dang 3-handled trophy when you need it

fallen otter
#

chicken dinner!

wary bison
stable juniper
wind token
#

Does the Deck Creator Mod no longer work

fallen otter
#

Pretty clever if it is

short rover
#

whats the highest number you can reasonably get in cryptid

junior rock
fallen otter
#

i mean, it synergieses with multiple things

#

Cartomancer, Hallucination, more tarot cards from shop Vouncher

#

Its cap is its cap

wary bison
# stable juniper thanks :D

if you did want to rephrase it you could say "Gains X0.25 Mult for each Tarot or Planet card held. (Currently X1 Mult)"

stable juniper
#

myeh

remote stag
fallen otter
#

And even not much in early

tacit zealot
#

the general verbiage is still good to consider tho

fallen otter
#

Verbiage yes

wary bison
#

thought it was planet as well but apart from that how is it different

fallen otter
#

Actually, judging by observatory's phrasing:
"Gives x0.75 mult for each tarot card in a consumable area. (Currently x1 mult)"

wary bison
#

god i really cant read

fallen otter
fallen otter
solar junco
#

how do I add mods to the game?

remote stag
#

the game dosnt like me

prime lance
#

does anyone know how to fix this

#

i cant even play

fast frost
#

is there any balanced mods that i could add to the game?

stable juniper
#

myeh, i'll change it ^^

fallen otter
#

sad

solar junco
#

how do I add mods to the game?

stable juniper
#

blammo!

#

i like this wording

stable juniper
fast frost
stable juniper
fallen otter
stable juniper
#

true

#

idk how to do that though :{

fallen otter
#

Maybe look at the Steel Jonkler's code and reverse engineer?

stable juniper
#

i could, but where would i find that?

fallen otter
#

uuuuh

#

no idea, I've never modded the game lol

solar junco
#

@stable juniperty

stable juniper
#

np ^^

#

aha, found it!

#

not gonna say how though

short rover
#

what how

#

incoming 3 billion blueprints

#

it all got turned into trick or treats and i dont know how

wary bison
low void
#

Would anyone be willing to make a mod for me id pay

short rover
#

i cant even hover over them its just a solid wall

stable juniper
#

okay the source code doesn't help

#

it doesn't interface with Steamodded (unsurprisingly), so i need to figure out how to do it in Steamodded

#

might look at some of Cryptid and see if any are similar

remote stag
pallid barn
#

has anyone ever made an idea about making jokers consume tags for scaling

pearl dove
#

this sprite look cool / good enough?

carmine fable
#

woa

#

very cool

pearl dove
#

even has a little jingle

carmine fable
random silo
#

its possibly the best qol mod ever

pearl dove
random silo
#

ok

pearl dove
#

just not right now for displaying individual decks because my primary mod is deck based

random silo
#

ok

carmine fable
#

i kinda want to put my jokers but yk cant code

#

and lua is confusing af my goofy python ass cant understand it

solar junco
#

how do I add the cryptid mod?

random silo
solar junco
#

just finished adding smods

random silo
#

And lua isnt too different from python

#

The hello worlds are identical

carmine fable
random silo
#

The main differences i think are indexes starting at 1, not needing to call the type of any variables whatsoever and TABLES

carmine fable
#

its that from what i heard lua is a bit of an oddball

#

yea the index thing is weird

random silo
#

Yeah ik

#

Lua is mainly just extremely high abstraction

#

And uses these fun things called tables which are basically like 5 datatypes rolled into one

#

They can act as both arrays and dictionaries

#

They are formed by curly brackets

#

{This is the first entry, this is tue second entry, this is entry number 3}

wary bison
#

weird

high rover
random silo
#

you can also add strings as indexes for a table
{exclamation = wowzers, learning = fun}

wary bison
random silo
#

If you want to slightly deabstract it it becomes
{[“exclamation”] = wowzers,[“learning”] = fun}

#

the square brackets are mainly used for table indexes

solar junco
#

where is the download zip button xD

random silo
#

So for the above table if you did
return table[“exclamation”]

#

It would return wowzers

high rover
#

is a dropdown

random silo
#

You can also write that as table.exclamation

high rover
#

with download izip button

solar junco
#

ty

random silo
#

Which is where tables can suddenly act as object oriented programming

high rover
random silo
#

SMODS is actually just a massive table

high rover
#

yea

modest lintel
#

how does the code card crash work from cryptid? it gives me a field to fill something in

high rover
#

with a bunch of little tables

#

that are also classes

random silo
#

Tables can also contain basically any data type

high rover
random silo
#

Numbers, strings, functions, and even other tables

random silo
high rover
#

my friend has made classes with them too for a discord bot to make commands

random silo
#

Literally every single datastructure can be abstracted to a series of tables

high rover
#

(im a collaborator in that bot)

random silo
#

Oooh also another thing i love with tables

high rover
#

youre convincing me to like lua more than python

random silo
#

You can go and iterate through every element of a table

high rover
#

what is happening to me 😭

coral ocean
#

eeeee6

random silo
#

Via
for index, value in pairs (table) do

end

#

All the code in the middle will be ran once for every table entry

high rover
#

oh that is awesome

random silo
#

And the index and value of the table entry will be passed in through those variables (usually abbreviated)

solar junco
#

Oops! The game crashed:
main.lua:2083: bad argument #1 to 'load' (function expected, got nil)

Additional Context:
Balatro Version: 1.0.1m-FULL
Modded Version: 1.0.0~ALPHA-1303a-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.6.0

Stack Traceback

(3) global C function 'load'
(4) main chunk of file 'main.lua' at line 2083
(5) global C function 'require'
(6) LÖVE function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x0dabe680 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x0dac4710 (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(7) global C function 'xpcall'
(8) LÖVE function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(9) global C function 'xpcall'
(10) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])

Help?

random silo
#

You can also make it ipairs if you are using an array, which will make it run through it in order

random silo
#

And then ANOTHER useful thing with tables

#

Is that if you do #table it will return the highest index of the table (basically the size of an array)

lavish isle
solar junco
random silo
#

You can actually make ipairs again by doing
for i = 1, #table do

end

#

There are still some weird things tho

#

Like the equivalent of void is nil

#

And not equals is written as ~=

high rover
lavish isle
high rover
stable juniper
random silo
random silo
#

But then theres also null

mild stump
#

Is there a place somewhere where I can see all the mods that are released, so I can choose which ones I want? Ive seen a few on nexusmods and a few on thunderstore, but where are the rest?

stable juniper
#

no, void is a method that has no return in C#

#

null is nil

random silo
#

I do not know very much C#

stable juniper
#

honestly fair ^^

random silo
#

mostly trying and failing to do unity

high rover
random silo
#

It repeats until the boolean is false

solar junco
#

@lavish isle

high rover
lean dune
random silo
#

Theres also a bunch of useful default function libraries, like string that has tons of string operations and math which has stuff like sine and square root

solar junco
random silo
#

So you can get a sine by doing math.sin(value)

stable juniper
#

how does DebugPlus let you spawn jokers?

autumn glen
#

why did i just find the weirdest mod for balatro

#

look at this shit

lavish isle
autumn glen
#

balatro gay

stable juniper
#

BASED

lavish isle
pure slate
high rover
#

i do wish there was += in lua cuz without it is just so much extra boilerplate, especially with long things like G.jokers.config.card_limit

stable juniper
random silo
#

It hurts my brain to an unimaginable degree

random silo
#

Fun fact: balatro has a lot of spaghetti code

lavish isle
#

I cant imagine my javascript is much better

#

stuff of rage

lean dune
random silo
#

The code for wof, ankh, ectoplasm, and i think one other i cant remember are all in the exact same code block

high rover
#

javascript is hell

random silo
#

I have never touched java

lavish isle
random silo
#

And i never want to

high rover
lavish isle
high rover
#

javascript was only named that bc java was big at the time

random silo
high rover
lean dune
solar junco
#

how many decks did bro add💀

lavish isle
high rover
random silo
solar junco
random silo
#

qol mod

solar junco
#

Alr let me do that real quick

random silo
#

Completely overhauls deck and stake select

high rover
solar junco
#

can someone send me the link for it?

high rover
lavish isle
lean dune
#

indeed

lavish isle
latent nimbus
#

gauldur my beloved

#

wheres john cryptid

stable juniper
#

my joker isn't sending messages when Tarots are created, bought, sold or destroyed, what's wrong?

high rover
stable juniper
#

also it's displaying its current mult as nil

stable juniper
#

even though it has a starting value

#

ah

autumn glen
#

cards are coded in lua?

high rover
#

youl prob have more help there than here cuz in here were raging programming languages and folder layouts 😭🙏

high rover
#

balatro is made with lua

autumn glen
high rover
random silo
#

Yeah its not particularly difficult

high rover
random silo
#

There definitely are harder things to do (lovely patches, ui, REGEX (fear it))

random silo
#

Oh wait forgot the bew api for it

autumn glen
random silo
#

Before you had to lovely patch in all the effects

random silo
autumn glen
#

never used regex

random silo
#

You wont need it much tho

#

Lovely patches are much better

#

But a little complex

#

Im getting ahead of myself

austere bridge
#

I've followed the full tutorial for installing steamodded and triple checked everything, I put cryptid in the mod directory and made sure to follow the instructions for that on GitHub too but when I run the game there's no difference, does anyone know what I might be doing wrong?

random silo
#

Did you install talisman?

high rover
random silo
#

Also maybe send a screenshot of your file structure

austere bridge
random silo
high rover
austere bridge
high rover
#

omg this green leaf lasts way too long
i think ive been here long enough PLEASE DISCORD

high rover
austere bridge
#

Uhh ok one sec there's 5 folders

high rover
#

ok send a picture of the folderfs

austere bridge
high rover
# austere bridge

hm, thats weird
when i installed it it had two folders, cryptid and talisman

austere bridge
#

Is this how my grandma feels when she needs help with the telly 😭

high rover
#

so youll need to install talisman seperately then

austere bridge
#

Damn alright thanks

high rover
#

or better

#

ah you did the download zip method

#

you could just go to releases and download that one, it comes with talisman

austere bridge
#

Should I not have? I don't use GitHub much

#

Where do I see releases sorry?

high rover
#

uh my pc just froze

#

gimme a second

#

i dont even know if these messages are sending lmao

#

mma restart it

austere bridge
#

Idk when you sent them but they are now, take ur time :)

high rover
#

ok im back

high rover
#

ok it happened again

austere bridge
#

0-0

#

Oh no

high rover
#

fsr it happens everytime i annotate in snipping tool

#

have an idea tho

lavish isle
high rover
#

but with cryptid seemingly i think releases is better

lavish isle
#

if everyone did the same standard thing, we'd be in for an easier time

high rover
austere bridge
#

Ah I see it! Thank you :)

lean dune
#

eh, the currently latest cryptid release is broken with latest steamodded

austere bridge
#

Oh dear, should I get the one before the most recent then?

high rover
#

ig i might be outdated steamodded

lean dune
#

there's a stack overflow crash whenever you trigger an M joker in this version of cryptid and a version of steamodded from December 24th or later

#

it's fixed on main

high rover
#

oh then it must be that i havent done an m joker

crimson magnet
#

Is there a template for deck skins so I can add some custom face cards?

high rover
# austere bridge

ok so keep your current installation and click this link for talisman and go back to code and do that same green code button thing you did with cryptid
then i think youre good

sharp ermine
#

does anybody know the mod with a 161 of clubs

high rover
sharp ermine
#

i have got to play this

#

161 of clubs

lean dune
#

wtf I've never seen this

high rover
#

M

sharp ermine
#

that post is high up on the reddit rn but op hasnt posted source for the mod

high rover
#

also 23 of spades

mild stump
lean dune
#

I've seen 23s I think

#

the 161 may well just be a sprite edit, we don't know

carmine fable
#

ok i made a promise to a friend that i would add 195 jokers (one for every nation) to balatro

#

am i cooked

mild stump
carmine fable
#

im making the greek one either the most cracked one or the worst one

mild stump
#

Make it both

mild stump
#

These are the mods Ive downloaded

high rover
# carmine fable am i cooked

if cryptid made about as many jokers as the main game, you can too, itll just take a few months... or years... or decades...

high rover
#

they arent extracted?

#

no wonder

#

extract them all

polar tangle
#

Does anyone know if the Balatro title on the homescreen was based on a particular font. I know its a png but was wondering if I can get a font of it to make another title with the name of a mod I intend to work on

mild stump
#

No, I unzipped them. This is just from the download tab on firefox, as a way to show everything Ive downloaded

#

Because not everything goes in the same folder

high rover
mild stump
#

Yup

#

Apparently the issue is with CodexArcanum, since I tried each mod and it is the one that breaks

high rover
#

huh

#

ok

high rover
mild stump
#

This was my mods folder, when I removed codexarcanum it worked

high rover
#

or incompat with current version of steamodded

mild stump
#

Probably, I guess Ill skip it

high rover
#

i wish deck creator would work tho

lean dune
high rover
#

is it a problem with compatibility?

lean dune
#

deck creator is incompatible with latest steamodded

#

ion think anyone has tried to port it

high rover
#

yea 0 forks

sturdy canyon
#

what is deck creator btw

#

i havent used it ever

lean dune
#

it lets you... create decks?

high rover
sturdy canyon
#

shoulda known

lean dune
#

I think the core issue is that it uses a mod UI function that 0.9.8 had which was removed/reworked

high rover
#

hm
so would it be a simple enough fix?

mild stump
#

I downloaded a mod, and its just a .lua file, what do I do with it? Do I place it in the mods folder, or on the game installation folder?

random silo
lean dune
#

not sure if there's other issues beyond that, I can test next week and put out a port if that's all

random silo
#

Especially since art is easy

random silo
#

Just a flag

high rover
carmine fable
#

like maybe a croissant to frances card

random silo
#

In that case you are cooked

#

Unless you can make it a community thing

carmine fable
#

very

mild stump
#

I love cryptid

random silo
#

In which case i would totally help

high rover
random silo
random silo
#

Also ortalab

high rover
#

cool

random silo
#

Paperback only has one artist but the code is communal

carmine fable
#

also this might not be just countries and i might add more in the future

#

but im gonna keep the 195 goal

vital atlas
#

Is there a way to unlock all mod items?

random silo
#

Cant wait for the kansas joker which does literally nothing

carmine fable
high rover
#

continents?

carmine fable
#

maybe but its not gonna be fully geography themed

high rover
#

cool

#

gl with it!

carmine fable
#

thanks

random silo
#

I think you should just focus on getting all the countries done for now

#

Scope creep is not fun

carmine fable
#

yea

#

i know

solar junco
#

how op is this

mild stump
#

Wow, thanks

vital atlas
mild stump
#

SELL VALUES ARE RANDOMIZED TOO???

mild stump
vital atlas
#

Yah that makes sense

#

What joker did this?

mild stump
vital atlas
#

Okay if it's just cards and poker hands, how'd it work on the booster pack?

mild stump
#

It affects everything, I guess they didnt update the deck wording

vital atlas
#

Oh dear god.

#

I love it

mild stump
#

Like look at this

high rover
mild stump
#

Realistic credit card

high rover
#

yesss

solar junco
#

This game is a million times more fun with cryptid

#

holy

high rover
#

everytime i load my infinite run this appears
i mean it aint affecting my game seemingly but like why is it there

mild stump
main bobcat
#

ew why is michael so yucky

high rover
#

with cryptid, its not about if you can win, its about how much lag you accumulate

mild stump
main bobcat
#

ngl cryptid has done something vile to my brain. it made it so that i always have funkytown playing in the back of my mind

deft zephyr
mild stump
#

Oh thats nothing. If you scroll up like a few hours, youll find me posting about a flush 26 that took more than an hour to compute with animations disabled

deft zephyr
#

Damn, I'm assuming you could get longer if you had like a speculo run with hanging chad sock and buskin and photograph

mild stump
#

I had some pretty good stuff. A canvas, like 6 hanging chads, a normal chad, 3 lucky cats, like 7 blueprints, 3 brainstorms, and a bunch of other stuff, with most jokers being hooked to eachother

deft zephyr
# high rover what 😭🙏

It was a lot of card retriggers and joker upgrades but not a lot of score per trigger so it didn't go very far

deft zephyr
mild stump
#

I had posted a video of the early form of that hand on youtube, but that was before getting like 3 of the blueprints and the canvas

deft zephyr
#

Honestly most of my runs I go for big score on are ccd deck, if you're willing to roll for more runs it's basically wormhole deck with none of the downsides

mild stump
#

BIG PROFITS

deft zephyr
#

The most annoying thing about cryptid is the oil lamp is capped at 1.0e300, I had a chain of them upgrading each other and soon I could boost any joker to 1.0e300, it accidentally created an egg that I couldn't sell though

deft zephyr
deft zephyr
mild stump
#

Ah, antes round up

deft zephyr
#

Pretty interesting bug I found after I lost my big ass oil lamp run

#

nane0

deft zephyr
mild stump
#

I make enough money

deft zephyr
#

econ run

mild stump
deft zephyr
#

what's you guys' least favorite exotic

mild stump
#

Game crashed when I tried to leave the shop lmao

deft zephyr
#

scalae is really good but you HAVE to find a scaling joker early, I usually use like square joker but anything works

mild stump
#

Probably crashed because of the ante thing, oh well new run it is

#

Hmmm... which one is better value

pallid barn
sterile nymph
mild stump
#

I love cryptid so much its so fun

deft zephyr
#

I've never had a good misprint run I've seen some crazy ones but none for me

deft zephyr
mild stump
#

Really slow growth, but yeah

deft zephyr
#

Also the negative sell value boost

mild stump
#

OH GOD

#

I LOST INSTANTLY LMAO

#

Ok last one I promise no more spam from me

pallid barn
sturdy canyon
#

😈

mild stump
#

Cant afford it

deft zephyr
#

Pretty good shop 2

mild stump
clear hemlock
#

i swear, fast cashout gotta be the nicest mod out of them all ( besides balatro+ )

clear hemlock
broken crypt
#

i need help

clear hemlock
#

gotta be the easiest game of my life lol

strange forge
#

is there any other mods that utilize the chip multipliers besides gemstones?

broken crypt
mild stump
#

Easy game

#

It didnt reduce them to 0 :c

storm sleet
#

Can I ask for some tech help?

thin jasper
#

hi! im a complete buffon when it comes to modding, how do i make face cards diffrent for a collab deck? like i have the sprites already but i wanna know how to replace them with, say, the witcher cards? I already have the mod loader and all that jazz

timid granite
#

DeckSkinsLite is the easiest mod to use- they've got a full guide here.

GitHub

A mod for Balatro that allows for users to make custom skins for their deck of cards with ease. - Kekulism/DeckSkinsLite

#

It actually makes new slots- no need to replace other ones

carmine fable
#

this is insnae

thin jasper
timid granite
#

Hang on, lemme get mine up...

#

Okay, so your DeckSkinsLite folder should look like this- don't worry if you've still got the examples folder, that won't affect anything.

#

In the assets folder, ensure you have a 1x and 2x folder and the names are consistent between both. Then, the skins folder contains your lua files.

low void
#

looking for someone to help me out to make a mod im more than willing to pay for your time making it dm me if intrested

thin jasper
#

i did all of that but its still failing

mild stump
#

This took 5 minutes, time to disable animations

timid granite
# thin jasper i did all of that but its still failing

Uh... this is a bit of a hail mary, but in your lua files, you made sure to add a comma at the end of each line, right? That tripped me up completely. Otherwise, would you be able to share your error and lua files?

foggy crown
#

I want to make a texture pack for Balatro that changes the cards, a few jokers, and ideally decks too

#

i have no idea how to do it though

#

is there like a tutorial somewhere

thin jasper
#

is there anything wrong here?

thin jasper
#

and changed it accordingly

timid granite
#

Yeah this is all correct

#

Can you take a screenshot of the error you get when starting the game?

thin jasper
timid granite
#

Urgh. I'm really sorry, I'm only mildly experienced in DeckSkins and not with anything else- I'm gonna check what that code is at line 305 of DSLite.lua but aside from that you might want to seek better advice from someone in the DeckSkinsLite thread in #1209506514763522108

#

Okay... that points to the actual "loading the file" part, so I can only assume the problem might be with the way your skins folder is set up?

#

Would you be okay sharing how your skins/1x and skins/2x folders are set up?

thin jasper
timid granite
#

...That says "x1" and "x2". They should say "1x" and "2x".

thin jasper
#

i feel so stupid now lmao

timid granite
#

Ahahah, it's fine. At least it wasn't some horrible nightmare programming problem

#

...Er, assuming that's the only issue.

thin jasper
#

stilllll error

timid granite
#

Oh, I see a few more things you may need to change in your folders first

#

Change the name of the "assets" folder to "skins", and change the name of the "DeckSkinsLite-main" folder to just "DeckSkinsLite"

thin jasper
#

IT WORKS NOW

timid granite
#

oh thank goodness

thin jasper
timid granite
#

Splendid!

drowsy cobalt
#

Guys, who can create or knows a mod that could freeze the store until the next visit?

drowsy cobalt
thin jasper
#

what do you mean

#

its a card replacement moo ig?

#

reskin?

drowsy cobalt
glass shuttle
#

hello someone have skin card pack or something like that ?

carmine fable
#

Jacques

storm sleet
#

does anyone know why cryptid isn't showing up?

daring sluice
#

(and i imagine you already have steamodded and pokermon there)

storm sleet
#

Right, that sounds familiar

#

to save me the 5 minute search, where is appdata?

mild stump
#

Write %appdata% on file explorer, it should take you there

simple vortex
#

when do we get steam workshop i feel like if we get steam workshop installing mods will be easier

tranquil vessel
#

pretty sure you need to bother thunk with that one

#

since he's presumably the only person who can enable/disable that

#

not like that matters, basically all current modding is done through lovely, and I don't think that would be possible through the workshop

sterile hornet
gilded vortex
#

All I want is for thunk to include some functionality in vanilla

sterile hornet
#

besides, with how mods are coded currently, they would all be flagged as a virus, though i think there is a way to get around that?

gilded vortex
#

not my top priority but the simplest example I can think of is making Wild for Ranks possible

sterile hornet
#

i might be misremembering

gilded vortex
#

Oh and making card destruction work differently so that effects can trigger of it more easily

#

Card destruction is a higher priorityexample

sterile hornet
carmine fable
#

@mild stump

#

fuck i missed that corner

barren meadow
#

having some trouble getting to recognize mods in folder, any suggestions

foggy crag
#

How's this balance-wise?

deft zephyr
foggy crag
#

Yes

deft zephyr
#

I'd say it's a pretty decent early game joker 👍

foggy crag
#

Oh shoot

#

35 + 7 = 42

#

It should be 35 chips

#

(stupid 420 joke on the cover)

#

I'm currently trying to figure out numbers

#

How much

deft zephyr
#

Honestly though I usually want utility jokers later on because that's when you're gonna use them more imo (like you don't want dna or showman super early)

foggy crag
#

No?

deft zephyr
foggy crag
#

It's all good

#

All perspectives matter

high rover
#

i went a little over...

deft zephyr
gilded vortex
deft zephyr
high rover
#

😭
mosaic deck is stronger than i thought

foggy crag
#

Like blueprint compat

#

thingy

gilded vortex
high rover
#

oh

#

then idk

deft zephyr
#

I have no idea on how to code or anything, I tried once and haven't kept going yet so I'll leave this to u guys

gilded vortex
foggy crag
#

So it needs a list of compatibility

#

Right?

gilded vortex
#

You can try to detect it in a few ways

#

But it wouldn't catch everything

foggy crag
#

damn

foggy crag
#

Thanks for notifying 👍

reef warren
#

do anyone know if the debug menu work

#

liek i can add multiplier but i can play it

#

like they dont add to my final score

#

thanks in advance

#

ok here pic of what i was saying

#

this was made using the debug menu

storm sleet
heady axle
#

does anyone know which mod the grayscale joker edition is from? i currently have ortalab, jankjonklers, morefluff, extra credit, and cryptid installed but i am fairly certain it is not from cryptid. the reason i am asking is because it is supposed to swap chips and mult but it does it twice (i have it on blue card not sure if this is relevent) so the edition actually does nothing

exotic shadow
#

not sure but in the collection it might show the mod badge

heady axle
#

i didnt even think of checking that thanks

#

its from ortalab

wispy steppe
#

does cryptid and morefluff crash often for others? i get stack overflow errors randomly, i run other mods with it, but they're not content ones; idk if theres any well known obvious incompatible with x mod lists or something?

ionic orbit
#

hiya, could I have a tip on what this means? all the other mods I loaded came in fine, just this one didn't work?

tacit zealot
#

it means you need FusionJokers installed and active

mortal basin
#

cryptid antimatter deck is... an experience

#

this would fry the brain of a small victorian child

#

why is breakcore playing now wtf

lean summit
#

Witcher is destroying!

#

may be a lil busted XD

woeful saffron
#

modded too hard😔

mortal basin
#

rest in piss antimatter deck, i will not miss you

reef warren
#

time 2 update

lean summit
mortal basin
long dock
#

hey could someone help me with a cryptid crash

reef warren
#

balatro 2 guys

long dock
#

my game just straight up wont start

woeful saffron
#

double tenebris, ante 13😭

mortal basin
#

fun though

#

until it crashes because you played 100 cards

#

with 200 jokers

lean summit
#

my one is you start with 1 joker slot then gain 1 each boss defeat

mortal basin
#

that's fucked up

lean summit
#

but after ante 5 you get more than is normal

solar bluff
#

trying to install dimserenes full, what the goddamn problem

reef warren
#

mods conflicting each other

long dock
#

trying to start the game but it crashes at steamodded, whats the issue?

woeful saffron
reef warren
#

gg

#

hi christian

hasty rune
#

hello. why is this happening. To be clear I have an Abyssal Prism from buffoonery that I'm trying to sell and it contains maybe 40ish jokers? is that the problem or is it just mod conflicts

reef warren
#

most of the time its mod conflict

#

like imagine a house where many people use the toilet

#

idk bad annalogy

#

but u see

hasty rune
#

yeah

round ore
#

this might be the single best challenge i have made so far

mortal basin
#

JIMBALL PLAYS FUNKYTOWN LMFAO

#

so peak,,,,,

grand geode
round ore
#

to push you into making the tough choice of running with less potential jokers, or selling the jimbo and eating the blind size penalty

grand geode
#

cruelty 2 electric boogaloo

round ore
#

hm you're right. maybe it should be 3 joker slots

mortal basin
round ore
#

wait looking at it this isn't like cruelty at all lol

#

in cruelty your main restriction is econ

rapid jolt
#

Am I cooking

deft rose
#

Is it possible to mod on the console

pale nova
#

Thank you Holo bellows very cool

tacit zealot
#

he a lil confused but he got the spirit

pale nova
rapid jolt
#

Destiny 2!

#

Oh you meant mods

#

Yeah that's my own mod

deft rose
umbral pilot
#

you cannot

deft rose
#

Wow. I am dumb

umbral pilot
#

no you're not what

#

nothing wrong with asking a question :-)

deft rose
#

I read my own message wrong

#

lol

umbral pilot
#

haha very fair

#

best bet is to play on PC unfortunately

deft rose
#

Thanks for the help. Maybe he will make it mod able in a later update

thin jasper
#

hey, is there a way to do joker reskins in balatro easily? id gladly learn how to program in LUA to learn it aswell

crimson magnet
#

What does badge color do?

exotic shadow
#

Set the colour of your mod badge

crimson magnet
#

What does that look like? I haven't actually seen the mod yet

sleek granite
#

the mod badge is what appears under the tooltip of every modded object added by your mod

crimson magnet
#

ah

sleek granite
#

it will say the name of your mod, the badge itself will be the colour you set

mortal basin
#

WHAT HAVE I DONE

#

THIS IS INSANITY

#

AAAAAAAAAAAAAAAAAAAAAAAAA

sleek granite
mortal basin
#

EVERYTHING GETS TRIGGERED 21 TIMES

#

WHAT HAVE I DONE

#

oh my god will i get naneinf with this

#

holy shit

regal heron
#

is it normal to have fps drop when playing modded balatro?

mortal basin
#

yes

#

game has to do a lot more calculations

#

especially in the later stages

#

E457

#

HOLY SHIT

#

timing how long it takes the next hand to resolve

#

3 minutes 40 seconds lmfaooo

crimson magnet
#

anyone know why my textures aren't showing up? the cards are just blank

regal heron
#

idk what caused the crash

pale nova
#

i love having an insanely overdrafted modpack and just stumbling across wacky shit like

regal heron
#

how to update membership card joker?

random storm
rapid jolt
long dock
#

is anyone getting this cryptid glitch

pale nova
#

time to play: Bug or feature?

long dock
#

is it a feature

#

it looks really weird

brisk seal
#

it's a bug

random storm
#

out of all the places to find another d2 player, i didnt think balatro modding would be one

rapid jolt
#

Yeag
But the Destiny universe never leaves my heart so I'm makin a mod

daring sluice
random storm
rapid jolt
#

All D2 ones for a start

plain night
rapid jolt
long dock
brisk seal
#

not really

long dock
#

ok

random storm
rapid jolt
#

Cheers!

crimson magnet
#

anyone here good with deck skins?

#

The textures aren't showing, just blank cards

granite merlin
#

Madness

#

By the way, how does the Error joker work?

#

because he just didn't do anything for five rounds and I lost (

deft zephyr
#

You can do so much shit with high card in cryptid bc the jokers are like amazing without cards a lot of the time, like what do you mean I can get .15 xmult consistently 4 times per round

high rover
#

what is xmult
im confused

#

ive heard it used several times but like what does it mean

deft zephyr
#

Another x2 is 40 etc etc

#

Compounding mult scaling which is really good

#

The only thing that's better is ^mult but there's none of that in the base game so

high rover
#

oh ok

#

yea xmult is good

pale nova
#

its far better than +mult in most cases which is why its usually only found in rare cards in vanilla

deft zephyr
#

do you have the game? if u do I'm kinda confused on how u haven't come across it bc usually if you've played for more than like an hour ish I'd say you have seen xmult

pale nova
#

you know the runs getting good when the basegame jokers are turning into CTD pipe bombs

daring sluice
#

does __tostring just not fire on tables

#

ah no it does

#

does omeganum just not implement it then that's kinda confusing

indigo olive
#

can you put tetris inside balatro?

grand geode
#

yes

daring sluice
#
local path = "C:\\mytetris\\tetris.exe"
love.thread.newThread[[
os.execute(arg[1])
]]:start(path)
daring sluice
#

que

dire quest
#

what a good mod that only add deck?

storm sleet
#

I have steamodded installed, do I need an older verion?

#

*version

shy thorn
storm sleet
lean dune
storm sleet
#

Yep, found it, downloaded it, and now it works fine

#

thank you for the help

indigo olive
#

how to make custom playable card with steamodded?

#

a card that has no suit, but 1 rank, with custom ability

foggy crag
#

Thoughts on balance?

wary temple
#

anyone here has the link to the cryptid discord cant seem to find it ?

wary temple
#

ah alright thanks

lost lava
#

Unless you make the buy cost 25 dollars

#

And 25 dollars is too much for a joker that does nothing for 2 turns basically

lean summit
#

is there any page/modpack where you can get all of those face reskin mods. cuz some of the artists on here are goated, and it'd be nice to have a single page linking to the gits of all their reskins or even a single modpack

foggy crag
#

Cola works the same way

#

while also involving even less decision making

lost lava
#

Btw I kinda wanna work on a mod but there is an ethical dilemma

#

Imagine two friends start a session of Balatro together, instead of blinds they will go against each other, highest score wins the round and most wins within ante 8 wins the match
Boss blind effects affect both players
1 minute time limit in shop
30 second time limit for selecting a hand

#

It would be fun but the question is would it be TOO fun

#

And I don't really have a way to stop people from betting on their matches

lost lava
#

Yeah probably shouldn't make it

pale nova
# foggy crag

Photo gives you X2 mult for playing a face card and doesn't invalidate 3 joker slots. it is a common
this maxes out at X3 mult for three joker slots (thats what it does) and is a rare

foggy crag
#

That's why it's a common tho

#

If I'm not mistaken

pale nova
#

triggers on first played face, yes.
i think the key point i need to emphasize is that there is a common joker that does 2/3 of the mult without chaffing up three of your (standard 5) joker slots.
another example is Sac Dagger, which, while it destroys jokers completely, allows you to continually feed it and scale it far past x3mult
This is a rare joker, which likely would appear later on in a given run, when people are looking for scaling mult modifiers to get above the 100k showdown blind. and they would certainly have a stack of jokers that they wouldn't want to wipe out more than half of for a measly x3 mult.
I think if you want it to be worth consideration, maybe make it so that its xMult adjusts based on the sell price of the cards its debuffing
alternatively, do that, and then make the effect ^Mult instead of xMult. which would make it worth debuffing two potentially valuable jokers

foggy crag
#

Not X Mult

#

???

#

Also the power of the Joker depends on the context

#

You can't generalize Joker's power most of the time

grand geode
#

most Uncommon XMults give X3 Mult without forcing you to give up 2 Joker Slots

#

Card Sharp comes to mind, very easy to trigger

foggy crag
#

Good point

#

Power might be pumped up to X2 per debuffed joker

#

X5 at max potential sounds more reasonable

grand geode
#

The only niche I can think of that would make this better than the rest is removing downsides, such as Campfire, Hit the Road or Obelisk (all Rares)

foggy crag
#

That do nothing during blind or do nothing when you score certain hand

grand geode
#

Debuffing stuff like Perkeo during the Blind isn't gonna actively help you

#

It's more like a requirement to run this

foggy crag
#

Perkeo already triggered so might as well get use of him via Jokes Aside

grand geode
#

Because they inherently don't help you score

foggy crag
pale nova
#

I guess the card has a niche in being a challenge run card. 2 Joker slots and X5mult

grand geode
#

It's the same as buying a fodder Joker just to meet the requirement

pale nova
#

hence why i recommended making it scale with sell price

foggy crag
#

Fodder?

grand geode
#

Too niche for X3 Mult

pale nova
# foggy crag Fodder?

Chaff jokers. stuff you wouldnt use anyway being assigned solely to contain Jokes Aside.

foggy crag
#

Baron, Baseball card, Ancient Joker etc. can give up to X7,6 if all conditions are met

#

So rare Jokers xMult power levels are about there

#

But I agree that conditions of Jokes Aside more challenging

foggy crag
grand geode
#

Baron requires having your deck be mostly Kings (inconsistent early on), Baseball Card requires other Uncommons to function, Ancient Joker can be inconsistent due to requiring all suits in your deck

foggy crag
grand geode
#

Far harsher

pale nova
#

thats the end effect of the card

grand geode
#

I find Jokes Aside to be a winmore pick, though if you have 2 strong Jokers that can oneshot Blinds already then it's better to get better scaling; if you have 3 or 4 Jokers all contributing to scoring then it's actively harmful to pick this

tired spade
#

it could be interesting as a challenge-only joker

grand geode
#

probably

humble saffron
#

i'm honestly so confused because this joker feels much more like a panic button more than a winmore pick???

pale nova
#

there is already a joker that does this, stencil

humble saffron
#

oh yeah it's just stencil

grand geode
#

it's a winmore because you need 2 other jokers already on field (and are willing to be debuffed) just to get X3 Mult

#

also stencil moment

humble saffron
#

what if you just still have abstract and golden tho

foggy crag
grand geode
#

+15 Mult >>> X3 Mult earlygame

#

imho

humble saffron
#

maybe you're speccing into glass/steel/planetish stuff

grand geode
#

mm meh i wouldn't pick this at X3 either, better to get more support

humble saffron
pale nova
# foggy crag V2.0

now people can make the choice to put their valuable but niche legendaries next to it for max effect or just contain it with chaff like the credit card

foggy crag
#

It's not a necessity

#

You can even move him around mid round

grand geode
#

X2 Mult

humble saffron
#

stencil isn't good because you need to sacrifice joker slots, stencil is good because you can dynamically use joker slots for scaling it if you need to

grand geode
#

Death

foggy crag
#

Analgyf deck my beloved

#

Also Gift card

pale nova
#

you alaso have a build opportunity by using cards like Egg to build their value and then sticking it next to this for bulk XMult

humble saffron
#

if you're going off of sell value i'd do X0.5, maaaaaybe X0.75

#

it is fat scaling

foggy crag
#

Op af but it's intended

humble saffron
#

that's funny

pale nova
#

wish cards are insanely good, i like it

#

im surprised i havent seen more modded cards that use mechanics like wheeling, wishing, tutoring etc

rapid jolt
#

I don't know what those are'

grand geode
#

are those mtg terms lol

#

because idk what those are either

pale nova
#

Wheel: Discard your hand, and draw that many cards. presumably, in balatro, it means emptying your hand rather than the standard discard 5.
Wish: pick a card from outside the game and play it. the effect of digital circus basically.
Tutor: pick a card from your deck and draw it.

#

and yeah, theyre MtG terms. theres a lot that you can do with it, such as having jokers scale off the amount of times you Wheel

foggy crag
#

I'm a HS player, I know theseblueprint

#

Any ideas what Handsome Devil could do?

#

I was thinking about shop discount

#

Or something like that

pale nova
#

i feel like something shop related is the way to go. maybe a discount for vouchers? since those pretty much never get discounted.

foggy crag
#

Mb a voucher tag after beating boss blind?

pale nova
#

not sure how bargain prices on vouchers relates to mewing anime jimbo but then again we play a game where one of the strongest cards is a banana that you have to get by eating another, weaker banana.

foggy crag
#

It's more like he's so handsome he gets coupons for free

#

:p

#

idk

#

Oh

#

Mb it can do something with face cards

pale nova
#

also an option. "makes face cards more likely to appear in shop and booster packs"?

foggy crag
#

Hmmmmmm

pale nova
#

that would be valuable for people trying to tune their decks to royal flushes/straights or decks that revolve around jokers with face card effects since one of the great pitfalls is opening standard packs and getting number cards.
and opening tarots and not getting death/Hanged to turn your cards into faces aces and tens.

pale nova
#

oo thats real good

foggy crag
#

Thanks:3

ionic orbit
foggy crag
#

I'm trying to figure out how to code in Balo but it's no meaningful progress so far

#

unfortunately

ionic orbit
#

Ahhhh okay okay

#

Either way, it's exciting!

#

I look forward to when you do make progress

proper stirrup
#

i dont know why i'm crashing, i'm literally doing nothing wrong.

swift matrix
#

Oops! The game crashed:
Syntax error: functions/state_events.lua:272: '}' expected (to close '{' at line 267) near 'end'

Additional Context:
Balatro Version: 1.0.1n-FULL
Modded Version: 1.0.0~ALPHA-1304a-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.6.0

Stack Traceback

(3) C function 'function: 0x00e0d3e0'
(4) global C function 'require'
(5) main chunk of file 'main.lua' at line 928
(6) global C function 'require'
(7) LÖVE function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x00dfbbd8 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x00e0d7e0 (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(8) global C function 'xpcall'
(9) LÖVE function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(10) global C function 'xpcall'
(11) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])

proper stirrup
#

im following each tutorial

#

word by word

swift matrix
#

Got a very minimal crash log on boot

#

anyone know what it's about?

proper stirrup
#

another copy of my crash log.

swift matrix
#

Just coming back after a month or two out of the scene. I updated all my mods, so I'm not too surprised there's an issue, but it seems to be before the mods even load

grand geode
# proper stirrup

can't open .txt files on mobile, what does it say from the "Oops! The game crashed" up until before Stack Traceback

swift matrix
# proper stirrup

the lovely versions of themods aren't showing up (sayying partially to help myst)

proper stirrup
#

Oops! The game crashed:
[SMODS Cryptid "Cryptid.lua"]:26: attempt to index global 'Cryptid' (a nil value)

Additional Context:
Balatro Version: 1.0.1n-FULL
Modded Version: 1.0.0~ALPHA-1304a-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.6.0
Steamodded Mods:
1: Talisman by MathIsFun_, Mathguy24, jenwalter666, cg-223 [ID: Talisman, Version: 2.0.2, Uses Lovely]
Break Infinity: omeganum
2: Cryptid by MathIsFun_, Cryptid and Balatro Discords [ID: Cryptid, Priority: 1e+299, Version: 0.5.3a, Uses Lovely]
Lovely Mods:

grand geode
#

green Code button > download ZIP, instead of the Releases

proper stirrup
#

same thing :3

grand geode
#

wah

#

i haven't seen this crash much sorgy

humble saffron
#

i believe that is talisman dependency

#

i'll merge the pr that makes that not crash

#

wait

grand geode
#

incredible

humble saffron
#

if it was a dependency it wouldn't have loaded

proper stirrup
#

this is with the talisman source code as well :))))

swift matrix
swift matrix
proper stirrup
west hill
#

Screenshot inside cryptid too

grand geode
#

the Cryptid folder isn't nested is it

humble saffron
#

oh fuck i know what's happening

grand geode
#

realization

proper stirrup
humble saffron
#

nvm i thought i did

#

um

grand geode
#

cinema

humble saffron
proper stirrup
humble saffron
#

a

grand geode
#

is this because smods changed to -10 prio

#

or sth

humble saffron
#

that's what i thought but nothing's breaking on my end

#

this crash should be straight up impossible wtf

#

what does Mods/lovely/dump/main.lua look like

proper stirrup
humble saffron
#

wtf

#

love.load() is gone

#

how

#

tysm for file

proper stirrup
#

wdym its gone

humble saffron
#

idk why it's gone but like

#

move is to probably verify integrity

#

how on earth did this happen

proper stirrup
#

i just followed the video

humble saffron
#

yeah it's not your fault

#

i just don't understand

indigo olive
#

how to add custom suit specifically for 1 card

swift matrix
#

do those mods still work for other folk?

indigo olive
#

tried with custom suit (that i didn't added in) and it crashes

ionic orbit
west hill
#

It’s with the new smods update changing lovely patches at a priority, I guess reverie and dread jokers were changing lines that smods is supposed to change

swift matrix
#

yummy yummy breaking changes (is elbe still around, lol)

delicate abyss
#

guys what modpack should i get that has the most content? i see a lot but i cant decide honestly

pale nova
#

Dimserene's

swift matrix
#

bit less content, but more of a curated expereince

#

was gonna post it anyway, but just happned to have someone asking

charred yoke
#

so cardsleeves and cryptid for infinity deck and wormhole deck that gave me effarcire... turns out there really is a hand for it... THE ENTIRE FUCKING DECK

rapid jolt
#

LMAOOOO that's hilarious

charred yoke
#

what is the planet card for this? universe ig

rapid jolt
#

Imagine watching over a poker game and one of the players toss out an entire deck of cards

charred yoke
#

and then the handler not batting an eye

rapid jolt
#

The game after you scored more chips than the number of atoms in the universe

charred yoke
#

this hand is broken... didnt level up my joker...

#

i obviously DID have a 2 and a 7 in there somewhere

sturdy canyon
charred yoke
#

well i played the entire fucking deck so yea

sturdy canyon
charred yoke
#

lol

sturdy canyon
#

if you play a 2 and a 7 of the same suit

#

its cancelled

charred yoke
#

fair

#

it did upgrade when i did it the intended way

#

so ima just leave it at 2x now since the full deck is op anywaY

minor sorrel
#

Oops! The game crashed:
Duplicate installation of Steamodded detected! Please clean your installation: Steam Library > Balatro > Properties > Installed Files > Verify integrity of game files.

Additional Context:
Balatro Version: 1.0.1n-FULL (best guess)
Modded Version: 1.0.0~ALPHA-1304a-STEAMODDED
LÖVE Version: 11.5.0
Lovely Version: 0.6.0

Stack Traceback

(3) C function 'function: 0x26aed410'
(4) global C function 'require'
(5) main chunk of file 'main.lua' at line 872
(6) global C function 'require'
(7) LÖVE function at file 'boot.lua:323' (best guess)
Local variables:
c = table: 0x26adbc28 {identity:false, version:11.5, accelerometerjoystick:true, modules:table: 0x26aed838 (more...)}
openedconsole = boolean: false
confok = boolean: true
conferr = nil
(8) global C function 'xpcall'
(9) LÖVE function at file 'boot.lua:362' (best guess)
Local variables:
result = boolean: true
(10) global C function 'xpcall'
(11) LÖVE function at file 'boot.lua:377' (best guess)
Local variables:
func = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])
inerror = boolean: true
deferErrhand = Lua function '(LÖVE Function)' (defined at line 348 of chunk [love "boot.lua"])
earlyinit = Lua function '(LÖVE Function)' (defined at line 355 of chunk [love "boot.lua"])

#

how do i fix this

charred yoke
minor sorrel
#

i did that and it didnt fix

charred yoke
#

you have two installations of steamodded in your mods folder

#

remove one