#⚙・modding-general

1 messages · Page 155 of 1

buoyant sierra
#

how is it not dead already

tired roost
daring sluice
#

installed latest cryptid/talisman/steamodded and now my game hard crashes whenever i play a hand
reproduced with only cryptid/talisman

#

dunno wtf is goin on

faint gorge
#

is cryptid compatitable with rest of the mods? i saw a lot of videos with this mod but i am not sure if i have to uninstall rest of my mods

inner mural
#

GOOD LORD

fallow bramble
faint gorge
#

oh, this one. i remember this spreadsheet but didn't remember the name

heavy roost
#

is there anything out there for visualising a run already?

#

...or should I make it?

#

could be really fun to have scores/money tracked per hand/shop on like a graph

#

only trouble I've had when doing money tracking is overriding calculate_joker kinda breaks everything

buoyant sierra
#

hey im fairly new-ish to mods, i tried installing the gamblecore mod (making the "lets go gambling" sound when using wheel) and it just crashed when trying to use it, does anyone know what went wrong

ancient depot
#

where is the sleeves mod

rigid jewel
#

I think Ankh does something like this for replays but they're not super detailed.

buoyant sierra
rugged dune
#

i had a patch on eval play and it was sorting the hand for some reason

#

worst part was the patch was for a joker idea i scrapped, so it did nothing but mess with the hand

hasty hatch
#

Anyone know if you can use controller keybinds for the Brainstorm mod functions?

lime drift
rugged dune
#

how do i condense this text lol

rugged dune
lime drift
rugged dune
#

is everything up to date?

grand geode
rugged dune
#

think this is a bit cleaner

#

god knows how im gonna test if it works

#

of course i didnt win the 50/50

#

im cursed

#

idk whether to make the art the wish falling from the sky like when you actually spend them

#

or like the silhouette of qiqi or smth just before it reveals who you got

#

like imagine this

#

for the art

rugged dune
sturdy canyon
rugged dune
#

i mean i probably wouldnt take it

#

you have to hold onto it for a while to get the legendary

#

and even then the legendary isnt just gonna win you the game

grand geode
#

apart from canio, yes it will win me the game

rugged dune
#

well sure itll help, but i dont think its super crazy

#

if you can hold onto it for up to $180 then you probably dont need the legendary

candid sable
#

Why a range of $ not a specific amount?

fervent owl
#

it should self destruct on creation if its common

#

Also it doesn't take too much time to spend 150$

grand geode
cerulean flare
#

20 jimbos for each handbalatrojoker

fossil iron
#

Jimbonium

fossil iron
tired roost
#

2 most succesfull games of last few years, and this youtuber trash is calling one of them bad

tired roost
#

this youtuber is either calling balatro bad, or lethal company bad

#

both of which being the omst succestuf games as of recently, beating tripple A titles

wanton rapids
#

if you watch the video they're both good

torpid drum
#

cause otherwise you have a 1 in 2 chance at a legendary by ante 4

tired roost
#

JOKER IDEA!!!!!!!!!!!!!!!!!

#

a paralel to the Midas Mask
"Vampire Mask"
All face cards in played hand become stone cards

river lark
#

medusa

urban grail
#

good idea
but i don't see why one should use that joker

tired roost
#

that's JoJo

river lark
#

i know

#

but medusa turns eevrything that looks at her into stone statue's

tired roost
urban grail
#

oh I didn't know of this mod, now i like this joker

tired roost
#

well, Skipping Stone isnt made yet but you can get whats already out

#

Github link in the pinned comment

buoyant sierra
#

okay well now i have no idea what happened i was just playing and suddenly when i play a flush five of kings of hearts this happens

sturdy canyon
#

if you actually checked what the series is about

#

its just them talking about multiple games with vastly better or worse game design

cobalt skiff
#

lol i was just about to finish a run and accidentally hit b on my keyboard and it did the hold-r restart functionality 🤦‍♂️ gotta figure out which mod does this now

tranquil vessel
tired roost
#

JOKER IDEA!!!!!

#

"Speedster"
does the same as runner, exept it's mult and not chip

#

could use this that i made for the "Joker redo based on names alone"

fossil iron
#

+3

#

Or +2

tired roost
#

yeah, obv stuff like this cant be made from nowhere, and needs adjustment via playing

cobalt skiff
tranquil vessel
#

... it should 🤔

#

it's possible one of your other mods turns debug mode on?

cobalt skiff
#

hmmm

tranquil vessel
#

if you press 'tab' do you see the debug menu?

cobalt skiff
#

yes it does show, you were right about debug being on i'm just trying to find which mod.

tranquil vessel
#

Haha I see

cobalt skiff
#

i don't think it's any of the content mods. suspects are brainstorm or incantation i guess

#

ah seems like it's paperback

tranquil vessel
#

ah, yup

cobalt skiff
#

fixed locally. version from source kept the debug toggle line in

tranquil vessel
#

might want to let them know about it, maybe they didn't mean to include it

cobalt skiff
#

it seems like they didn't intend for anyone to pull from the repo directly, i'll check for it in the release first

hoary stone
#

What ya think of this idea?

#

Thinking of making the Tip uncommon and increase it to 2$ but I'm not sure

polar schooner
#

What happens if you have two of them
I'm assuming there's an unstated "whenever you gain money [from sources other than The Tip],"

river lark
normal plank
#

yall

#

whats the mod

#

that roffle used

#

in his video

#

cant find it

polar schooner
cerulean flare
#

what happens with this

cerulean flare
#

yeah it is

normal plank
#

time to install all the stuff again

river lark
#

do people just message the youtubers asking to play, or the other way around?!

cerulean flare
#

i think there's no need to ask before youtubers play modsbalatrojoker

#

at least i wasn't asked and there are some videos about my modsbalatrojoker

hoary stone
tranquil vessel
#

and sometimes it's the streamer going out and trying to find cool mods

hoary stone
#

Want to make an Joker that opens a random booster pack at the end of the shop but yeah... not that easy xD

hoary stone
urban grail
# river lark isn't the tip just a constant loop?

you could just hook into ease_dollars like this

function ease_dollars(mod, instant, byTip) -- HOOK
    local function _mod(mod)
        local dollar_UI = G.HUD:get_UIE_by_ID('dollar_text_UI')
        mod = mod or 0
        local text = '+'..localize('$')
        local col = G.C.MONEY
        if mod < 0 then
            text = '-'..localize('$')
            col = G.C.RED              
        else
          inc_career_stat('c_dollars_earned', mod)
        end
        --Ease from current chips to the new number of chips
        G.GAME.dollars = G.GAME.dollars + mod
        check_and_set_high_score('most_money', G.GAME.dollars)
        check_for_unlock({type = 'money'})
        dollar_UI.config.object:update()
        G.HUD:recalculate()
        --Popup text next to the chips in UI showing number of chips gained/lost
        attention_text({
          text = text..tostring(math.abs(mod)),
          scale = 0.8, 
          hold = 0.7,
          cover = dollar_UI.parent,
          cover_colour = col,
          align = 'cm',
          })
        --Play a chip sound
        play_sound('coin1')
        -- HOOK HERE
        if not byTip then
            ease_dollars(1, istant, true)
        end
        -- HOOK END
    end
    if instant then
        _mod(mod)
    else
        G.E_MANAGER:add_event(Event({
        trigger = 'immediate',
        func = function()
            _mod(mod)
            return true
        end
        }))
    end
end
tired roost
tired roost
#

names ideas:

15% Tip, 50% Tip, 100% Tip

hoary stone
#

The Tip, The Tipping, The Tipper Banana_Bongo

tired roost
#

thats also good

#

I HAVE A BETTER IDEA!

#

"The Tip"
every joker in hand gives 1, 2, or 5 $ depending on their rarity at the end of round

#

this makes more sense, cause it's the jokers tipping you for doing a good job in the round

hoary stone
#

Idk, but this could be another Joker :D

tired roost
#

"Pyramid Scheme"

hoary stone
#

Ooooh nice name

tired roost
#

wait! NO!

#

IM GIVING IDEAS TO OTHER MODDERS!

#

THIS IS ACCIDENTAL BETRAY!

#

NOOOO!!!!

hoary stone
novel wave
#

?

river lark
tired roost
# novel wave ?

me, minirebel, and neko are making a mod, and meanwhile instead of giving good ideas to the mod we are making, im giving them to some rando

river lark
tired roost
#

YOURE THE CODER

river lark
#

you need to put them in ur sheet first duhh

#

also i am working on smth else atm xd

novel wave
sturdy canyon
grand geode
fallow bramble
#

omw making a lobotomy corp mod

exotic shadow
#

omw making a joker evolving mod

tranquil vessel
#

omw making a debugpro mod

river lark
#

omw to make a card sleeve mod

steel radish
#

Are there any mods available that allow you to expand the view of all your jokers to reorder?

white scarab
#

Cartomancer recently added that

steel radish
#

I have cartomancer. What option should I use?

topaz oyster
#

guys which mod alows to skip animation?

heavy roost
#

Talisman

#

There's also Nopeus (available in Jen's Balatro collection) which adds more speed options

topaz oyster
#

ty

heavy roost
#

Does anyone know of a mod that introduces poker hand nicknames (like how Royal Flush counts as a straight flush but displays as that)?

#

If not I was thinking of making it myself

#

A cursory search suggests it's not a thing

heavy roost
#

I've figured out how to do it, just gotta make a whole bunch now

river lark
#

nice!

heavy roost
#

eek, but now I've got the tricky part of figuring out which cards are in the hand

#

and by the time get_poker_hand_info is called, we're past all the convenience logic of parts

#

so I have no idea of the structure of the scoring_hand object

#

I figure it's like...an array of Card objects, I'm guessing

tired roost
#

i have a reqest for a hand that can be played, and i promise you everyone who gets the joke will find it funny

#

hand that consists of the cards 2137 (and a K, tho optional)

#

it's a Polish joke about the pope

#

if you go to polish places, you gonna find 2137 written on everything by middleschoolers

#

it's like a a version of the 420 or 69 joke

#

just a number that is funny

gilded vortex
#

oh you meant new hands

#

I thought you just wanted to change the names of existing hands

#

Steamodded has support for new hands

#

Idk if that support includes inclusion in existing hands

deft lotus
#

The cryptid mod

#

game crashed rip

#

cant even handle 7500 retriggers smh

#

actually nvm 22500 retriggers

heavy roost
#

hell yeah, progress

lyric osprey
#

game keeps crashing on startup :x

#

also it keeps using the mod launcher even when i verified my game files

#

even after uninstalling and re-installing

river lark
#

balatro death screen ;-;

#

lol

faint gorge
#

oh, i had too many steammodded folders

faint gorge
#

i had steammoded-main and steammoded

#

and now i can finally play this "legendary" mod

heavy roost
#

if you accept the definition of a word as "some letter, surrounded by a gap", then

#

and "hrrkrkrkrwpfrbrbrbrlablblblblblblwhitoo'ap" are all words, despite being pretty much meaningless.

heavy roost
#

I have the code together for renaming all these poker hands

faint gorge
#

i remember seeing Jevil as a legendary joker in some mod

heavy roost
#

AI was not at all helpful in trying to parse them from the wikipedia page

#

but once I've done the laborious part of copying these up I'll share the mod

#

y'all don't know how happy it makes me that AAAJJ is now officially a Xnopyt

faint gorge
eager shard
#

what am i doing wrong..? mods arent showing up

#

like. as in theres no mod menu

lean dune
#

you have two steamodded folders

#

and version.dll should be in the game folder

eager shard
#

which one should i keep??

lean dune
#

keep Steamodded-main

eager shard
#

gotcha

solemn mason
#

Is this not the best place for this?

wild thunder
#

mod idea: underpowered balatro
one of the legendary jokers gives a whole 10 mult

latent nimbus
#

the anti cryptid

wild thunder
#

yeah

#

a rare joker gives 1 hand, letting you effectively multiply your score by a whole 1.25

#

actually, with the small amounts of mult you'll get, xMult is actually not powerful

silver copper
#

ok, isn't there a mod that turns off animations so you don't spend all day waiting for a hand to score?

white scarab
#

Talisman

silver copper
#

oooohhhh, yea, i need to see if that'll not make my game crash since I had that issue last time

white scarab
#

if it does lmk and I can help

silver copper
#

aight

#

oh wait, I have talisman installed, but I have no option to turn the animations off

#

wait, it was under config, im an idiot lmao

normal plank
#

i moved to using windows rn cuz this one has a funny gpu and im too lazy to install linucks

#

what zipping program works for this

#

nvm

#

7zip worked

novel wave
#

why would you need to edit the zip anyway

swift matrix
charred hollow
#

woo! okay finally free

#

can i get some help modding my balatro?

#

idk what to do and have seen people play modded but dont know how to yet\

#

im on windows

#

Please someone help

#

Aaaaa

tulip fulcrum
# charred hollow idk what to do and have seen people play modded but dont know how to yet\
GitHub

A list of Balatro Mods and Tools. Contribute to jie65535/awesome-balatro development by creating an account on GitHub.

GitHub

A Balatro ModLoader. Contribute to Steamopollys/Steamodded development by creating an account on GitHub.

charred hollow
#

I’m trying to follow instructions but they aren’t getting me anywhere

#

Like

#

One tells me to download the injector.exe

#

While the other tells me the download the source code.zip

#

And I’m just wondering where I’m even at in this thing

#

I don’t see why we can’t just do this through steam or another mod loader like every other game

tulip fulcrum
#

balatro doesn't have steam workshop support yet unfortunately

charred hollow
#

I wish it did

tulip fulcrum
#

that's not really up to us to implement that's on localthunk

charred hollow
#

Yea

#

So I have the freaking

#

Source code or whatever

#

And everything is telling me to drag the balatro.exe into some file or whatever?…

#

I don’t know which one though????

tulip fulcrum
#

which step are you on right now

charred hollow
#

¯_(ツ)_/¯

tulip fulcrum
#

have you downloaded lovely yet

charred hollow
#

What???

#

Idk what that is?…

rigid jewel
#

...What instructions are you reading?

charred hollow
#

Good question

#

There’s like 3 sets im supposed to read

#

None of them line up

tulip fulcrum
#

read the one i sent you

charred hollow
#

There’s a steam guide, there’s a GitHub guide and then there’s the one here which I haven’t checked

tulip fulcrum
#

use the github one

#

i haven't checked out the other ones but the github one works for me

charred hollow
#

Okay

#

I have steam modded main?…

tulip fulcrum
#

you need to download lovely first

charred hollow
#

Download a virus…

#

According to my computer that’s what that is

tulip fulcrum
#

that's what it is according to everyone's computers unfortunately

#

this will help you with that

charred hollow
#

Okay it’s off

#

I really wish I didn’t have to read instructions and could just have someone here explain to me because my adhd is killling me

#

I have the thing now though?..

dapper mica
#

has anyone here had like a memory leak-esque problem with modded balatro where everywhere but playing a hand, after a while the FPS just completely tanks

grand geode
#

unfortunately reading is the best way to know how to install mods

grand geode
charred hollow
#

So I have the uh… steamodded-main, version.dll and my balatro folder open

dapper mica
#

damn that sucks
i guess i just have to get into the habit of restarting once i get into like 10fps

tulip fulcrum
charred hollow
#

How do I get to that???

tulip fulcrum
#

Windows + R

#

then type %appdata% and hit enter

charred hollow
#

Make a mods folder?…

tulip fulcrum
#

if it's not there yeah

charred hollow
#

I’ve just got 1, 3, settings.jkr and steam_autocloud.vdf

#

I have the mods folder yay

tulip fulcrum
#

wait i'm sorry i messed up

charred hollow
#

What do I move there?…

tulip fulcrum
#

i just realized

#

you're moving the version.dll right

charred hollow
#

I have no idea????

tulip fulcrum
#

is there a version.dll in the lovely folder

charred hollow
#

I haven’t moved anything

#

Yea

tulip fulcrum
#

then that's not the place to move it

#

i'm sorry that's my bad

charred hollow
#

Where do I???

tulip fulcrum
#

what you actually need to do is

#

go to steam and right click on balatro

#

click properties and then go to installed files

#

then click browse

#

it'll open a folder and that's where you move it

charred hollow
#

This??

tulip fulcrum
#

yes

#

move version.dll there

charred hollow
#

It’s been copied

tulip fulcrum
#

k cool

charred hollow
#

Now what?

tulip fulcrum
#

download steamodded now

charred hollow
#

Have had it for a while

#

Downloaded it before lovely

#

Haven’t touched it at all

#

Not even opened

tulip fulcrum
#

then just move the entire steamodded folder into mods

charred hollow
#

Okay

#

And I’m good?…

tulip fulcrum
#

you should be yeah

#

just open the game and make sure you see a mods option on the title screen

charred hollow
#

Yay!!!

#

Thanks

#

Okay now to get mods

tulip fulcrum
#

np!!!

charred hollow
#

How do I

#

Do I just drag mods into the mods folder??

tulip fulcrum
tulip fulcrum
#

the entire folder

#

its pretty easy

charred hollow
#

Uh

#

I tried downloading and it opened discord in my browser?…

tulip fulcrum
#

which mod

charred hollow
#

Ace in the hole

#

Deck mod

tulip fulcrum
#

that probably means you need to join a discord to get a download link

charred hollow
#

It didn’t do anything like that though

#

Just

#

Opened a channel in a discord

#

This is it

tulip fulcrum
#

ah

#

ok so just download the file they have there then

charred hollow
#

There is no file

#

It’s just a blank discord channel

#

Can’t sent any messages

tulip fulcrum
tulip fulcrum
charred hollow
#

Yea

tulip fulcrum
#

hm

#

then just try searching the mod up in the thread

#

and download it from there

charred hollow
#

Found it yea

#

How do I change where links open? They keep opening in explorer but I use opera

tulip fulcrum
#

is your default browser opera

charred hollow
#

Idk

tulip fulcrum
#

like have you set it as that

#

just go into settings and search for default browser

#

see if its set to that

charred hollow
#

Fixed, thanks!

charred hollow
brisk seal
#

What are you looking for?

charred hollow
#

The Cryptid mod or whatever??

#

It’s a thing a YouTuber mentioned

brisk seal
#

Well the cryptid mod is the recommendation id make of you are looking for the cryptid mod

#

It’s in the modding forum

charred hollow
#

Tried searching for it and it’s not there

#

I just joined the discord for it

brisk seal
#

Well, the GitHub is probably pinned somewhere

charred hollow
#

Figured it out lol

#

Do mods stay between profiles?

tulip fulcrum
#

unless that was the modding forum you were referring to idk

tulip fulcrum
charred hollow
#

Like balatro profiles

tulip fulcrum
#

do you mean the save data of the mod or the mod itself

#

because the mod itself will stay for sure

#

idk about the save data i’m not knowledgeable in that

charred hollow
#

Nvm don’t worry

#

Bruh how does this deck work 😭

formal wedge
#

15 jokers :O

charred hollow
#

Ooh

river lark
deft lotus
toxic walrus
#

I HATE the 2nd one on the middle row

#

That’s criminal

#

😭😭😭😭

deft lotus
#

balatro sex update

sly plinth
fallow bramble
distant badge
tired roost
#

Joker idea??

"Menhir" (alt to Obelisk and Monolith)
Gain X0.5 for every hand played that contains a stone card, reset when a hand without stone cards is played

fervent owl
#

if it was X0.15-0.2 maybe

tired roost
#

what's the most popular photo of a clown

#

like any clown

#

what has the highest change to be recognised on the web

#

and i mean an actual photo

#

preferibly poleroid

tired roost
#

ok, im going with this one

heavy roost
#

I've just had a genius idea, but I need a bunch of different effects

opaque saffron
heavy roost
opaque saffron
#

the worst shit I've done

tranquil vessel
tired roost
opaque saffron
#

amazing

river lark
#

i hate it

buoyant sierra
#

just got flashbanged by a crash message when i opened the game, smaller than most crash messages (doesnt want to be a .txt file)

#

Oops! The game crashed:
Syntax error: functions/state_events.lua:965: unexpected symbol near '}'

Additional Context:
Balatro Version: 1.0.1g-FULL
Modded Version: ???
Love2D Version: 11.5.0
Lovely Version: 0.5.0-beta6

Stack Traceback

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

#

if it helps, right before i opened this i installed the newest version of steammodded

tranquil vessel
#

try the source code version

buoyant sierra
#

theres only 9 points instead of 11 now in the crash message so i think that helped

Oops! The game crashed:
main.lua:1379: attempt to call a nil value

Additional Context:
Balatro Version: 1.0.1g-FULL
Modded Version: 1.0.0~ALPHA-0914a-STEAMODDED
Love2D Version: 11.5.0
Lovely Version: 0.5.0-beta6

Stack Traceback

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

tranquil vessel
#

also, steamodded managed to load this time

#

which is good

lost sphinx
#

hey guys im very new to modding and im tryng to mod Balatro on my mac but im running in some troubles not knowing wtf to do im following https://steamcommunity.com/sharedfiles/filedetails/?id=3175609191 guide to do the mod but first i dont understand how to get pip3 and second i dont find the Balatro.love file anywhere i allready have loked into properties and added a mod folder and tried adding the lovley folder directly but yeah i dont have the mod tab in balatro after i opned it.
help would be much appriecieted ^^

Installation guide for Balatro ModLoader and mods for Balatro.
All information was taken from the ModLoader site for Balatro. ...

tranquil vessel
buoyant sierra
#

oh yeah those two and steammodded had that

#

yay it's fixed thanks so much :D

surreal shadow
#

Where is version.dll?

fervent owl
surreal shadow
#

Thank you. 🙂

surreal shadow
#

Should work, I think.

#

But not version.dll

tranquil vessel
#

that is version.dll

surreal shadow
#

I tried.

fervent owl
surreal shadow
#

Okay.

#

Not working.

fervent owl
#

might be mod incompatibility

#

what mods do you have?

#

is it just steamodded?

surreal shadow
#

Only cryptid.

#

I'm stuck on a Cryptid run.

#

I can't play normal balatro. 😢

#

That's why I'm trying to re-enable cryptid.

#

Oops! The game crashed:
Syntax error: functions/state_events.lua:794: unexpected symbol near '}'

Additional Context:
Balatro Version: 1.0.1g-FULL
Modded Version: ???
Love2D Version: 11.5.0
Lovely Version: 0.5.0-beta6

Stack Traceback

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

fervent owl
#

what cryptid version do you have? is it 0.5.0?

surreal shadow
#

Idk.

fervent owl
#

you remove old cryptid talisman and steamodded, then unzip archive in mods folder

surreal shadow
#

Thank you!!!

#

It works now. 🙂

#

A lot of new stuff.

fervent owl
#

you're welcome

vale remnant
#

I think I might be having a similar(?) problem?
All i have is steamodded, talisman, and cryptid in my mod folder, and i keep getting this error

#

That's it

exotic shadow
#

can we see the full error

vale remnant
#

That's all it shows

#

the rest of it is just "turn on error reports"

exotic shadow
#

oh thats the games built in error handler

#

try verifiying file integrity in steam

vale remnant
#

Yeah that was it lol-

#

tysm

#

i figured i forgot a step somewhere

south pelican
#

can someone help me? trying to get DeckSkinsPlus

west hill
#

You need steamodded 1.0

formal wedge
south pelican
#

ahh the alpha

exotic shadow
#

you have 0.9.8

south pelican
#

yes i see now that the alpha is 1.0.0

#

thank you very much

#

so how do i design a card and get it as a lua file?
sorry, im new to modding

ancient dragon
pallid flame
#

i tried tried to use the "trade" spectral card on redeemed deck and it crashed my game

#

i have the latest verison of p much everything

faint gorge
#

is it possible to get blue screen long time after using crash card in cryptid?

#

or i just had

#

i was trying effect of this card - yesterday my game just closed and today i had this

fallow bramble
#

Crash does that yea

faint gorge
#

blue screen?

fallow bramble
#

Mhm

faint gorge
#

lol

#

damn, i have so many mods and don't know which causes crashing game

twilit iris
#

i love balatro

iron fossil
iron fossil
#

Was just in the middle of trying that, thanks

thick cypress
#

What's the best mod for increased game speed/skipped animations?

brisk seal
#

nopeus

thick cypress
#

Which framework is that one, do I need steammodded or is lovely enough

brisk seal
#

idk

white scarab
#

Steamodded
If you want Lovely-only, use Talisman

thick cypress
#

Thank you

#

Is there a way to make talisman not remove the naninf score cap?

brisk seal
#

set the number system to vanilla

thick cypress
#

Thank you guys

brisk seal
#

np

somber drift
#

How do you make a custom challenge/starting deck?

thick cypress
#

I'm getting this error trying to play any card, any ideas?

tranquil vessel
#

is that even modded?

thick cypress
#

Yeah it is

#

Just Lovely

tranquil vessel
#

ah, right

thick cypress
#

Installed a mod mid way through a very very deep run and got this

tranquil vessel
#

talisman?

thick cypress
#

Yeah

tranquil vessel
#

did you... have it set to break past the default infinity at some point?

thick cypress
#

No I turned it to vanilla right away

tranquil vessel
#

should've been fine then?

thick cypress
#

That's what I was thinking

#

The ante thing in game say nil for some reason

tranquil vessel
#

idk the ins and outs of talisman well enough to guarantee nothing will break though

thick cypress
#

Yeah who knows

tranquil vessel
#

though mixing savefiles with talisman and savefiles without talisman never seems to go well for other people

daring sluice
#

are there any mods that have just a console that i can type lua into? i dont remember debugplus having anything like that

#

the best that i know exists is the goddamn crash card in cryptid but that is incredibly inconvenient

fervent owl
#

dev branch of debug plus

daring sluice
#

banger

rigid frigate
#

Is there any mods to change probability of things happening like polychrome or negative in shops?

daring sluice
#

afaik editions have weights so it should be easy enough to just change those

jagged snow
#

Is there a mod that introduces color (paint pallet) consumables? I swear I remember seeing a Roffle video about this mod that introduced color consumables but I cant find the mod or that video anywhere. Does this mod exist or am I schizo? If it exists is there a place where I can download it?

jagged snow
#

thx

solemn mason
#

Hey, what's this?

candid sable
#

The Null

solemn mason
#

Yes.

#

All hands contain cards.

candid sable
#

All I can say is that there seems to be a way to play no cards, but i am not certain how

brisk seal
#

but if a hand contains no cards it's X0 Mult

tulip fulcrum
#

i know i should expect modded clients to have issues but does anyone know what caused this crash?

#

i was playing with no mods enabled, on painted deck white stake and beat ante 8 and right before the you win screen popped up it crashed

fossil iron
tulip fulcrum
#

won't that get rid of the mods though?

#

also it didn't crash when i tried it again so i think it should be fine now

fossil iron
#

Mods are in appdata

tulip fulcrum
#

yeah but isn't lovely in the game folder

fossil iron
tulip fulcrum
#

huh

#

alright then

jade remnant
#

Was there an update or something? My mods just aren't loading

#

Worked fine couple of days ago

digital belfry
#

so i obliderated my record with an addon

#

i definitely can get much higher

#

wait no last time it was ee(something)e(something)

hearty tulip
#

Hey fellas, question. Which mod gets me access to speeds higher than 16? The base morespeeds mod only goes up to 16 but I see streamers like B.U. and roffle have like, x32 and x64 gamespeed

white scarab
hearty tulip
#

Thankies

tall oriole
#

://SEED? who needs that? just glitch out your copy/paste!

#

i know they said unbalanced but PLEASE...

keen vector
#

Any COD Zombies enjoyers!? New Joker I made "Ray Gun"

tall oriole
#

the ray gun...

keen vector
tall oriole
#

thats really well done

#

nice art

keen vector
tall oriole
#

maybe this was too much

#

okay definitely too far. whoopsie daisy

#

keeps crashing even though talisman is there. 😬 how far over "nil" did i go

humble flame
#

hey

humble flame
#

the cryptid mod cripples the game sometimes lol

#

I love how much you can crash it lol

river lark
#

ngl this would be so easy to get in crypid 😏

deft lotus
#

piss and shit 🤔

river lark
#

...

#

its bc of the stoopid pillar

deft lotus
#

I am sorry i simply cannot unsee it

river lark
#

this better?

deft lotus
#

ye thank you

river lark
#

np lol

deft lotus
river lark
tired roost
#

Joker Idea Fix!!!

#

De-Ja-Ker is too ambitious, and couldn't be compatible with non-vanilla jokers, so I have a better idea

#

Whenever a joker triggers, 1/7 chance to retrigger that joker

river lark
#

not bad :)

tired roost
#

Still has the deja Vu aspect to it

#

Actually, it has more of it

river hamlet
#

halp I'm too stupid for mods >.>
so if I understand correctly:
I get lovely (0.5.0-beta7), unzip it and get the version.dll file from within and put it in the main balatro folder
I get steamodded (1.0.0-alpha), make a Mods folder in the main balatro folder and unzip the steamodded in the Mods folder
but nothing in game? 🤔

fervent owl
#

version.dll goes to balatro.exe folder

#

Mods goes to %appdata%/Balatro folder

river hamlet
#

so where is the balatro.exe folder? or do I unzip the game, insert the dll and rezip?

tranquil vessel
#

The folder in which balatro.exe exists

#

The game folder

#

(You dont have to unzip the game)

river hamlet
#

okay, so I do get a console window where lovely posts its info, but I don't see a mods window in game

#

so I must have fucked up the steamodded installation

tranquil vessel
#

Make sure its not nested

river hamlet
#

doesn't look nested to me 🤷

tranquil vessel
#

Well it aint nested

#

It is however in the wrong location

tranquil vessel
river hamlet
#

aha, looks like I have a skill issue when it comes to reading comprehension

#

seems to work now 👍

tranquil vessel
#

All good, me too

fading thicket
#

Hello everyone, I've tried installing Cryptid but when I open the game this message appears:

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

Additional Context:
Balatro Version: 1.0.1g-FULL
Modded Version: ???
Love2D Version: 11.5.0
Lovely Version: 0.5.0-beta7

Stack Traceback

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

Can someone help me?

fading thicket
#

Solved! Thank you!

cerulean flare
lime drift
#

sorry to bother, but I cannot get to my video or graphics settings when I play modded games

light rover
#

I tried to reinstall SteamModded to update it, but now I have this error

robust carbon
#

What's ur mods folder lookin like

lime drift
pallid flame
#

also get nopeus instead of MoreSpeeds

lime drift
pallid flame
pallid flame
#

i installed jen's stuff, and after a good while of just looking at everything that was added, selected a card and crashed

#

actually wait i can just look at the lua file

tranquil vessel
pallid flame
#

also e20 in ante 3 lmfaoooooooo

#

pffffffffff

#

AHAHAHAHAHA

#

are you fucking kidding me

proper plinth
#

INFO - [G] 2024-09-16 22:17:35 :: ERROR :: StackTrace :: Oops! The game crashed
main.lua:39: attempt to concatenate field 'path' (a nil value)

After updating lovely injector to 0.50 beta 7, this error occurs.

tired roost
#

(unless it's negative, but i dont know how you get negative joker value)

cerulean flare
#

loan shark that gives $50 but has -$100 sell valuebalatrojoker

tired roost
#

ooohhh

cerulean flare
#

destroying it doesn't cost money

tired roost
#

not a fan of this joker

#

(the shark)

torn viper
#

hey guys, is there a way I can increase the game speed by a lot... I installed a mod for speed but it seems to not be enough it's taking like 20 minutes for the animations to finish

grand geode
#

install nopeus

surreal shadow
#

Are there any new 1.0.0 good mods?

exotic shadow
#

Talisman can skip scoring animations

daring sluice
#

isn't like every mod nowadays on smods 1.0

candid sable
surreal shadow
#

I mean what good mods are 1.0.0

#

Last time I was here, a lot of mods were 0.9.8

candid sable
#

Well

#

Nowadays almost all mods are 1.0.0

daring sluice
#

there's someone named dimserene with some 1.0 modpacks or something

#

idk who they are though maybe they talk here

candid sable
#

Yeah I wonder who are they

#

Must be a genius

daring sluice
#

lots of good mods that all run together well

candid sable
#

That is like 89% of 1.0.0 (compatible) mods

daring sluice
#

there's also just browsing the #1209506514763522108 forum that's where all mods are published anyways

surreal shadow
#

Okay, ty.

daring sluice
#

except jens almanac because egg

candid sable
#

I mean it's there

daring sluice
#

technically but the download is only in cryptid discord iirc

candid sable
#

It's also in the Jen collection thread but it's buried in comments

surreal shadow
#

Is there a cryptid discord?!

candid sable
#

Yeah

slender forge
#

im trying to isntall cryptid but it keeps crashing :(

candid sable
#

Do you have the folder names exactly as Cryptid and Talisman

slender forge
#

yes

candid sable
#

Do you have a ss of the mods folder

#

Screenshot

slender forge
surreal shadow
#

Is version.dll in balatro files?

candid sable
#

Should be

slender forge
#

yes

surreal shadow
#

Idk then.

candid sable
slender forge
#

yep

candid sable
#

So there's Cryptid folder inside Cryptid?

#

That's not right

slender forge
candid sable
#

🤔

slender forge
#

like i followed the instalation guide idk what is wrong

#

😔

candid sable
#

Remove all and try again?

slender forge
#

oki

#

nah the same thing happens

tranquil vessel
#

I suggest you just try the latest code version of cryptid/talisman (not the release version) pachu

slender forge
#

okay ty

#

didnt work

#

i asked fivesouls

#

:P

fossil iron
#

What version of talisman you have?

fossil iron
slender forge
fossil iron
fossil iron
#

@slender forge Delete the mods you have installed right now and try these, they are the latest versions of the source code

#

they should work

slender forge
#

omw

fossil iron
slender forge
fossil iron
slender forge
#

windows one

#

no way it was that

fossil iron
#

Can you open the inside of the steammoded folder

#

And send a screenshot

slender forge
tranquil vessel
#

can you show your mods folder too? (including filepath this time too pls)

fossil iron
#

I think its the new version of lovely

slender forge
tranquil vessel
#

remove the -mains from cryptid and talisman

fossil iron
slender forge
#

YES

#

OMGGGGGGGGGGGGGG

#

TYYYYYY

fossil iron
slender forge
fossil iron
#

Hey Larswijn the beta 7 of lovely is recomended?

#

I have the beta 6

tranquil vessel
#

uuuhhh

exotic shadow
#

both should be fine for now

#

probably just use 7

fossil iron
exotic shadow
#

it just came out like yesterday and I don't think theres really much that mods will use

tranquil vessel
#

both should be fine yes

#

no promises though

#

I know Jen's almanac has? had? issues cuz he went over the 32bit integer limit with his priority 🤣

fossil iron
river lark
#

damn

tranquil vessel
#

no, jen's almanac

river lark
#

hmm

#

both got damn big numbers lol

exotic shadow
#

curious why everyone seems to be changing their prioritys

fossil iron
tranquil vessel
#

yeah it's a bit much 🤣

fossil iron
# tranquil vessel yeah it's a bit much 🤣

https://youtu.be/TY-19gc6E8k?si=k0aKZrf4YWb8qLUI that problem remember this 2:47

Andre C's Channel, Episode 62: How far can you go before the game gives in?

The cause of the "Far Lands": (Very technical)
The terrain is generated based on 16 octaves of Perlin noise. Each noise generator takes floating-point inputs and uses those to interpolate between noise values at whole numbers. It does so by:

1.casting to a 32-bit integ...

▶ Play video
umbral pilot
#

I'm considering making that number an uncapped big int so people can go crazy with it

exotic shadow
#

make it an 8bit number to troll

umbral pilot
#

that works too

rigid jewel
#

The competition of who can load their lovely patch last.

umbral pilot
#

gotta be a non-zero float

exotic shadow
#

1e-1000000000

umbral pilot
#

[0..3.079 * 10^22212093154093428519]

exotic shadow
#

tbh just make it a string

rigid jewel
#

"last"

fallow bramble
#

-TREE(3) balatrojoker

exotic shadow
#

"Before cryptid please"

azure estuary
#

hey guys, trying to get cryptid working but it's throwing this error. Very new to the server in general just want more jokers/decks/qol improvements. Here is the error it's showing me

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

Additional Context:
Balatro Version: 1.0.1g-FULL
Modded Version: ???
Love2D Version: 11.5.0
Lovely Version: 0.5.0-beta7

Stack Traceback

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

#

if anyone has any ideas I'd really appreciate it

tranquil vessel
#

Use the latest code version of cryptid/talisman (not the release version)

tranquil vessel
azure estuary
#

okay I have all 3 of those files downloaded and extracted, where exactly do they go now (I have never modded a game before)

fossil iron
#

You found it?

azure estuary
#

I have these guys in there. just delete em and put the new 3 in?

azure estuary
#

then try launching?

fossil iron
azure estuary
#

done

fossil iron
#

After that you launch the game

#

It worked?

azure estuary
#

hmmm still just showing the regular game

#

but no crash this time

fossil iron
#

Check if lovely version.dll exist on the game folder

azure estuary
#

I have love.dll it looks like

fossil iron
azure estuary
#

I just cut out my name

fossil iron
#

Screenshot of the files in the folder

azure estuary
#

also this is what's in there

fossil iron
azure estuary
#

lovely showing in there now

fossil iron
#

Try launch again

azure estuary
#

way bigger error now

tranquil vessel
#

well that's a new error

fossil iron
fossil iron
tranquil vessel
#

afaik steamodded handles that just fine

azure estuary
#

okay wait error stopped showing but now just base game loads

tranquil vessel
#

what? lmao

azure estuary
#

do I need to restart steam or somethgiung?

fossil iron
fossil iron
azure estuary
#

doing now

tranquil vessel
#

if the base game loads again it sounds like windows defender got your lovely file

fossil iron
azure estuary
#

is there supposed to be this double layered folder in each of those folders in the roaming/balatro/mods folder?

tranquil vessel
#

well that'd be an issue

#

unnest them and make sure they don't have -main in their names

azure estuary
#

okay so do I wanna copy all the contents of those 3 folders to the 1st folder, remove the 2nd layer, and then delete lovely from that folder and try aggain?

fossil iron
azure estuary
#

kk

tranquil vessel
fossil iron
#

It worked now?

azure estuary
#

okay that definitely fixed it. Sorry about that I didn't know that would matter

azure estuary
#

1 last question, if I wanna add other mods do I just add them to that same folder and make sure they are formatted the same way (QOL mods)

azure estuary
#

thank you all for the help, I really appreciate it

azure estuary
#

will do!

fossil iron
azure estuary
#

I will probably try them all at some point!

tranquil vessel
#

and cardsleeves is obv amazing /s

fallow bramble
half inlet
#

some questions about balatro mods:

  • is there a mod that allows for configuring run parameters similar to challenge rules? limiting shop items, changing hand size limits, etc.
  • is there a tool that allows for managing different game profiles to allow for setting up modpacks? similar to how something like Thunderstore works for Lethal Company and some other games, or how Minecraft has its selection of various mod managers
polar schooner
#

yes, HouseRules
no

toxic walrus
#

If u want something even more in depth than house rules u can also use my challenge mod

half inlet
#

I wonder, is it possible to use Balatro's profile system and only ever load one when mods are installed and one without mods installed (by just removing and re-adding the mods folder while keeping the modloader installed) without causing save issues? or is that probably not guaranteed

toxic walrus
#

ChallengerPlus

#

It’s in development, but it has a challenge API, if ur familiar with coding.

#

House rules is definately the best for just changing specific things like hand size etc. but this gives you full freedom to make custom challenges

#

alternatively you could look at my old mod; Bu-cb-dev

half inlet
#

is it just through the coding api itself or does the UI also have everything

toxic walrus
#

Which is just an older version of challenger plus, but much more fleshed out, with a lot of custom challenge rules

toxic walrus
#

They’re for creating and sharing custom challenges

half inlet
#

ah rip, well maybe i could look at it and figure it out still if i need to

#

since yeah i do have coding experience, although not a lot with lua specifically

toxic walrus
#

It’s not coding experience really

#

It’s just a table u add stuff to

#

As long as u know how to edit files ur good to go lol

half inlet
#

oh okay yeah that sounds easier lol

#

does its shop limiting also work for modded cards (whether they be jokers, consumables, etc)

toxic walrus
#

Yes

half inlet
#

nice

toxic walrus
#

Just @ me if u need help

#

I’m planning to continue development on it, but Brainstorm + academics is taking up most of my time currently

half inlet
#

oh huh wait balatro seems to automatically regenerate my main profile when i remove it, is that a steam cloud thing or something?

#

okay seems so

sturdy canyon
#

perfection

lime drift
#

Anybody could guess at the causes for this crash? these are my current mods

void zealot
#

I had that and redownloading cryptid fixed it but now I have a real strange bug where as soon as I try interact with anything every hand just becomes 0 mult so every hand scores 0

azure dagger
#

I just updated LOVELY and Steamodded via Cryptid and now my game won't launch.

#

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

Additional Context:
Balatro Version: 1.0.1g-FULL
Modded Version: ???
Love2D Version: 11.5.0
Lovely Version: 0.5.0-beta7

Stack Traceback

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

#

(wtf why was there a random emoji in the error?)

faint crown
#

🃏

fossil iron
#

And you remove the -main of the name of the folders

azure dagger
#

Now it won't launch, but it's spitting out errors

void zealot
#

So I removed mods slowly and it is cryptid that is making the game go to 0 base mult on every hand so you can’t get out of round 1 but no idea how to help beyond that info I only just downloaded the latest version as a first time trying it

azure dagger
#

How do I get back to vanilla Balatro?

fossil iron
azure dagger
fossil iron
#

Check the file integrity of the game on steam

azure dagger
#

Did it, nothing changed

fossil iron
azure dagger
azure dagger
#

Doesn't Cryptid come with all 3 in 1 download?

fossil iron
#

Download these

fossil iron
azure dagger
#

And back to LOVELY injector screaming at me

exotic shadow
#

is your lovely up to date?

azure dagger
#

I jumped back to what I think 0.4.0

#

(which is the latest stable build)

exotic shadow
#

the betas are stable

#

v0.4.0 is 5 months old

azure dagger
#

yeah but last time I went to 0.5.0-beta7, it also started the crashes

#

I'll re-update and see if anything changes

exotic shadow
#

it shouldn't, but if you are having issues go back to v0.5.0-beta6

azure dagger
#

YESSS WE'RE BACK

#

THANK YOUUUUU

#

i actually owe you both so much

void zealot
#

Check if you actually have malt when you try play a hand because that’s what I’m trying to figure out right now 🤔

azure dagger
void zealot
#

Okay likely to be something my end then

#

Thank you

mellow maple
#

where is the fusion mod

fossil iron
#

I download lovely beta7 and works fine for now

quartz dagger
#

no context

fossil iron
pallid flame
#

i just randomly got an epic in the shop

#

door stuck

#

WAIT IT WAS THE ERROR

#

THE ERROR FUCKED ME

#

AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

#

never take pack tags with error

formal wedge
pallid flame
#

why not empowered

#

i got scammed

fossil iron
supple tree
#

hey how do install jens almanac mod it was said to be in this discord

pallid flame
#

also having to reset and "unlock all" my profile every time i update is annoying

tranquil vessel
fossil iron
fossil iron
#

Only happens with steammoded

pallid flame
#

i updated both steamodded and cryptid

#

OH SHIT THERE'S THE CRYPTID SLEEVES

tranquil vessel
supple tree
#

okay

tranquil vessel
#

oh, I already linked you to it in the cryptid discord

supple tree
#

thanks

tranquil vessel
#

🤣

pallid flame
#

i got it here though

tranquil vessel
#

oh, it's also here

#

not pinned or anything tho so a bit harder to find

supple tree
#

i installed jens now what do i am so new to computers

#

(got the zip file)

tranquil vessel
tranquil vessel
supple tree
#

okay cool cryptid mod has been fun but i am looking for more

pallid flame
#

triple bundle tag

fossil iron
pallid flame
#

i'm doing double anaglyph for the GAMBLING

tranquil vessel
#

allll the double tags

pallid flame
#

we gettin j̸̛̑ŏ̸̃l̵͒̓l̷͐͠y̵̑̐

fallow bramble
#

Just continue the run

pallid flame
#

yeah that worked lol

#

also i swear there has to be a reason the ERROR card is epic

fallow bramble
#

Spoiler: yes

pallid flame
#

i heard it's like a mega invis joker

#

i was right

#

(don't mind all the epics, i got quint and epic tag)

#

amogus

lyric estuary
#

Any Modders online

#

Or people familiar with it

quartz dagger
pallid flame
#

i don't think there's anywhere safe to hook

#

pinned

bright comet
umbral pilot
#

And giving you a very general "bad utf8" error

azure dagger
umbral pilot
#

Fully reinstalled beta7 or beta6?

azure dagger
#

beta7

umbral pilot
#

odd

#

alright

tranquil vessel
#

yeah there's been some issues with beta7

umbral pilot
#

If I can get a reproducible mod list I can fix it

tranquil vessel
#

1 sec

umbral pilot
#

My best guess is that our new lua runtime hook is being called with both lua text and bytecode

#

Should be an easy enough thing to fix

lime drift
tranquil vessel
# umbral pilot If I can get a reproducible mod list I can fix it

So... good news and bad news.
Good news: I can't get it to happen on my machine.
Bad news: It seems to happen on other people's machines. I believe it has to do with a slightly outdated version of Cryptid 0.5.0 and lovely-beta7? I do not know for sure whether this is Cryptid's fault or Lovely's. Maybe it's just Cryptid messing something up.

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

Additional Context:
Balatro Version: 1.0.1g-FULL
Modded Version: ???
Love2D Version: 11.5.0
Lovely Version: 0.5.0-beta7

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

Also, just so you're not missing any messages about lovely: [#1255696773599592458 message](/guild/1116389027176787968/channel/1255696773599592458/)
lime drift
#

🤷🏻‍♂️ the machine god helped me

tranquil vessel
#

well, there's one of those other people's machines

#

what's the new error?

lime drift
#

problem now I also have the "0x0" scoring problem

#

particularly, planet cards dont show their improvement nor say which hand they are upgrading

tranquil vessel
#

is that because it's skipping animations?

lime drift
#

oh, that can do that? I didnt know that

tranquil vessel
#

if you've enabled it yes

#

mods menu -> talisman -> config -> enable/disable animations
I think

lime drift
#

planet cards are part of the scoring animations?

tranquil vessel
#

I think the improvement part and hand are?

#

don't quote me on that

charred hollow
#

any mod recomendations?

fossil iron
#

ok

#

@plain roost

#

you need install steammodded and lovely

fossil iron
plain roost
#

Thanks you

#

I will after my exams

charred hollow
#

Can I get a simplified version of this?…

plain roost
#

Do math

#

Holy hell

charred hollow
#

I don’t have a calculator on hand

plain roost
#

Your computer have cLculator

#

Website and offline too

#

But yeah sinplifed is much better

#

Also the result mightbhave square root so you might not do it without calc

charred hollow
latent crescent
#

0 in bank -> 17 on joker
4 -> 10
8 -> 3
12 -> 10
16 -> 17

charred hollow
#

I see

#

Then repeat?