#⚙・modding-general

1 messages · Page 126 of 1

jade terrace
#

And I crashed it

brisk seal
#

wdym no?

jade terrace
#

I fixed it.

#

I just need to keep playing single hands of 5

#

But I'm hitting infinity

brisk seal
pure slate
#

joemurica fuck yeah

verbal wagon
#

I think I broke the game with speculo and chads and blueprints.

quaint sable
#

hi wanted to ask what mods added colour (the ones you hold like a tarrot and use after so many antes)

quaint sable
quaint sable
#

thankyou

thick delta
#

Hello, please forgive me if my question is a bit silly.
I pretty much exclusively play Bal on my Steam Deck. I’ve been trying to get Steammodded to run but to no avail.

I’ve installed the beta in the games folder (gotten directly from Steam) as well as added the Mod folder, and the version.dll into the Bal folder.

The question here is, must I install the injector too for this to work? Am I doing something wrong? Should I look directly for the save directory? My train of thought is that by accessing balatro’s docs through steam I’ll get to the save directory.

Thank you very much in advance!

jade terrace
#

Decided to play a single card and turned animations on just to see how long it would take.

#

I think it's been over ten minutes.

brisk seal
#

try turning off animations

jade terrace
#

I know. I just wanted to test

white scarab
quaint sable
#

anyone know if you can fix this

lean dune
quaint sable
#

it was the shop that made this happen

lean dune
jade terrace
#

And I hard crashed it

#

This is a fun mod. Especially after Completionist+

verbal wagon
#

huh jokers in my consumable slot

latent nimbus
#

m

white scarab
#

m

fickle elbow
#

m

jade terrace
#

m

unreal jewel
jade terrace
#

Again, horse shoes.

#

They help.

unreal jewel
#

what are horseshoes

#

is that a joker

gilded vortex
#

is that a centaur joke

lean dune
jaunty shadow
#

sooooooo... i tried the "uncapped hermit mod".... to strong...

lean dune
#

i mean it's literally exponential, what'd you expect

unreal jewel
jade terrace
finite narwhal
#

Wrong chat

limpid sky
#

woops

lean dune
#

i tried having an AI extend the balatro theme and it actually isn't that terrible

vocal ruin
#

@here I've been scammed. Same scam from AlexisGreat

#

If anyone sees a message from "me" - ejwu, it's a scam

light rover
lean dune
#

@here does nothing btw

gilded vortex
light rover
gilded vortex
#

I’ve never used that channel

glad sedge
#

where is the channel where people post joker idaes

gilded vortex
#

Since the demo anyways

white scarab
gilded vortex
glad sedge
#

thanks!

white scarab
lean dune
#

tbh i forgot that one existed

vocal ruin
#

trying to report the scam

#

trying as fast as possible

#

contacted credit card that got charged

white scarab
vocal ruin
#

@here repeating again, hacked. Messages from AlexIsGreat or ejwu are compromised

#

(any advice is appreciated)

#

it's a social enginnering scam, pretends your friend reported your account

fervent owl
#

Discord support may help

vocal ruin
#

yes trying discord support

#

can someone send a quick link

west hill
#

I had a nice time talking with the hacker on Alex's account last night

light rover
white scarab
lean dune
#

there's no more external report form iirc, needs to be done in-app

glad sedge
#

whats something balatro vanilla has people consider umbalanced or should be changed removed? anyone care to presents their ideas? im trying to think what else can i mod from it

#

can be something you simply dont like personally

white scarab
#

maybe Perkeo being too good and Chicot being too bad?

fervent owl
#

perkeo

#

should be wiped

white scarab
#

I mean I make unbalanced mods so idk what’s unbalanced in the vanilla

white scarab
fervent owl
#

burglar is kinda op

white scarab
#

Chicot should give some sort of permanent benefit after boss blinds

lean dune
#

perkeo is specifically not balanced around lmao

glad sedge
#

keep it coming

light rover
white scarab
#

Talisman needs to be exactly in Mods/Talisman

fervent owl
white scarab
#

Also I believe the error could also be fixed by updating Betmma’s Mods

light rover
#

oh yeah, they recently had an update 🙃

glad sedge
#

think about it it has to trigger two effects at the same time

fervent owl
#

I also tried that but I was pretty inexperienced at the time

glad sedge
#

maybe its not how it is built the game to work

fervent owl
#

I might be able to do it now but cba balatrojoker I have a few more interesting things to do

white scarab
#

I think you’d need to overhaul calculation api

fervent owl
#

cryptids joker retriggers

white scarab
#

Because all joker triggers are a for loop but sometimes it does some logic with the return values that’s hardcoded

fervent owl
#

Kinda overkill for what is needed tho

glad sedge
#

has anyone made anything related to select a joker and detect it, therefore apply something without random? like negative, polychrome to a joker that is selected.

#

i tried many times to play with joker area, and can use consumable

#

but to no luck

fervent owl
#

not that I know of

white scarab
#

Right now my retrigger API re-hardcodes everything but if the logic is just treated as a function you can pass into the calculate_joker, it would make retriggers and similar effects easy

fervent owl
#

but code cards in cryptid will

#

soon ™️

white scarab
#

yeah

#

ngl to add HOOK:// I will probably put that API in steamodded too

#

Because it’ll be so much cleaner and ready for the public to use

#

Whereas currently it’s a bit… scuffed

#

Another example is return values, before you had to return something if you want it to work but you could maybe just return a second value

#

So if your joker just destroyed a card and doesn’t need to return anything you could do return nil, true

#

At least that’s the idea

glad sedge
#

one more question guys, is this the actual set negative code i should invoke whenever i want to make a joker negative?

card.edition.negative = true

lean dune
#

no

white scarab
#

card:set_edition{negative=true}

#

iirc

lean dune
#

card:set_edition('e_negative')

lean dune
glad sedge
#

card:set_edition({negative = true}, true) perkeo has that

#

so which one of the 3 mentioned is it lol

rigid jewel
#

I was also thinking of adding a proper method to copy a blind effect to avoid massive amounts of code (that depending on implementation might not even work).

white scarab
#

They all work but Aure made the API so go with that

glad sedge
#

cool

lean dune
white scarab
#

90% of my code for Obsidian Orb is hardcoding all the vanilla blinds

lean dune
#

you can add the second argument to skip delays but it's not really needed from my understanding

white scarab
#

(Which literally just copies blinds)

#

I think suit debuffing bosses don’t work yet but the rest does

glad sedge
#

how is this setting the negative to the copied card with ankh then?

white scarab
#

Unless you use functions outside of the blind itself

glad sedge
#

i made ankh not replicate jokers that have no use for being replicated

#

and if its negative, copy the negative . it does it succesfully

#

but how, i want to take that and use it for other types of code.

lean dune
#

i guess that works

#

but it seems fragile

glad sedge
#

what do you mean?

#

i have been using it for 3 months like that no bugs

white scarab
#

Boss copying I think

#

Not your code

glad sedge
#

oh

lean dune
#

yeah

white scarab
#

It could definitely use some tweaks

lean dune
#
  • it might have issues custom editions
glad sedge
#

got it. then i use your suggestion for future code

#

will try to make something that makes jokers negative, but gathering some ideas yet

vocal ruin
#

<@&1133519078540185692> is there any way I can alert more people to the fact that my account was stolen

#

Messages from two people will be compromised

glad sedge
#

i actually reworked rounds for hands played it was too useless otherwise
any ideas for more foods??? im into food jokers so much

tranquil vessel
vocal ruin
#

they'll want to kick 2 people- ejwu and AlexIsGreat

#

I was also looking to publicize the information a bit, because there were some one-off DMs

west hill
#

@glad sedge honestly I wouldn't look at how thunk does editions, it is ridiculously hard coded

glad sedge
#

yeah i've seen some confusing code .

west hill
#

if you have any edition specific questions just drop me a DM

#

thunks code is jank and inconsistent and ugh

glad sedge
#

will do, let me think about it more so i dont bug you

grave panther
west hill
#

Alex's account was also hacked

vocal ruin
#

these hacks spread like this a lot. a lapse in concentration and then I believed Alex

quaint sable
#

is there a mod to give your self jokers (cheat)

glad sedge
#

has anyone be able to count scored cards? like store them in a variable? ( have i alreadyy ask this?)

#

for eg, a straight. 5 cards.. add 5 to the variable and then execute some code based on that

#

if 20 cards -- ) 5 mult etc...

quaint sable
#

what did i do this time

wild thunder
#

looks like a stack overflow in main.lua:9402

quaint sable
#

how would i go about fixing i reset my pc and tried steam modded again and same thing happend

tranquil vessel
quaint sable
#

player

tranquil vessel
#

a dev of one of your mods fucked up

quaint sable
#

ohh ok

#

thank you

junior rock
#

has anybody made a stackable editions mod yet?

white scarab
#

Betmma has a voucher for that I think
Might’ve been enhancements tho

random silo
#

hey guys

#

i was hacked

#

ive tried to send messages to everyone the scammers dmed

#

Thankfully only ejwu was the one who fell for it out of all the people in my dms

white scarab
#

Welcome back

#

Luckily ejwu was also able to recover their account

random silo
#

I thankfully didnt fall for the monetary part

#

Literally only because i forgot the scammers username when he told me to go to an alt

white scarab
#

🫡

random silo
#

Btw this was the account that spread it to me

#

This scam is scarily effective

#

A 1 in 15 success for a scam is a lot compared to most others

timber mesa
#

Would anyone be able to help me set up mods? I'm normally not used to modding games outside of the steam workshop

random silo
#

btw @vocal ruin did anyone they sent messatges to from your account fall for it?

vocal ruin
#

my account got closed so quickly, they didn't have time to continue I think

random silo
#

why didnt you tru to recover it

#

i filed a ticket and it took them a couple hours

thick delta
#

Hey, it’s me once again. Just to make sure, the “Steamodded-main” folder is the one referred to as “Steamodded-1.x.x” in the website, correct?

#

Actually, would it be okay if I sent a screenshot of the documents I’ve got downloaded to ensure I’ve installed everything correctly?

Sorry guys I’m trying to learn I just suck at it. Promise I’ll learn quickly tho.

timber mesa
#

im in the exact same boat ^^^^^

timber mesa
viral parrot
round ore
#

I keep seeing this error while using lovely

exotic shadow
#

try verifying file integrity in steam

round ore
#

now I can launch the game but lovely wasn't loaded

exotic shadow
#

make sure the version.dll is still there

#

if not put it back

round ore
#

I put it back but still not working

round ore
exotic shadow
#

can you show a screenshot of your game folder?

round ore
exotic shadow
#

and when you launch the game, there is no console?

round ore
#

it do have console, but my mod that required lovely didn't work properly

#

btw the mod was talisman

exotic shadow
#

ok what does your mod folder look like?

lusty pawn
#

my modded game was working fine earlier today. it no longer works. did the game update?

round ore
exotic shadow
# round ore

Talisman needs to be in a folder called Talisman exactly. It's a limitation with lovely mod's as of right now. Cryptid also needs steamodded if you want to play it

exotic shadow
lusty pawn
#

i'm pretty sure i put it in a safe list. but i can check that, sure.

exotic shadow
#

Lovely should be able to survive updates to the game and there hasn't been an update to the game recently

round ore
exotic shadow
lusty pawn
#

well sure enough it didnt keep it safe.

#

thats annoying

round ore
#

okay it works

#

thanks

#

oh wait
the game crashes right after i chose the deck

exotic shadow
#

seems cryptid or tailslman related

#

probably want to ask in their threads

round ore
#

where?

round ore
#

thanks

white scarab
white scarab
#

32 stakes?

brisk seal
#

did you actually beat Very Fair on asendant?

round ore
#

Can I use the mods needs lovely and those which don't need lovely at the same time?

strong swift
verbal wagon
round ore
#

Can I use the mods needs lovely and those which don't need lovely at the same time?

strong swift
#

yeah

round ore
#

but i just do it and my lovely and steamodded just didn't work. It looks like my computer didn't find them

strong swift
#

then you're doing something eelse wrong

#

i'm going to sleep so cant help rn

unreal jewel
#

If its eternal, does it still destroy itself?
This extends to vanilla too, so the +15 mult banana joker in vanilla has a chance to vanish every round, if it has eternal does it prevent that?

#

or does it get destroyed regardless

blissful nebula
blissful nebula
#

I just forgot to add eternal incompat balatrojoker

unreal jewel
#

its so hard to find or create jolly jokers that its usually not worth it to take the m jokers

#

you have to dedicate 2-3 jokers slots just for a supply of jolly jokers

blissful nebula
unreal jewel
#

to be fair, fast food m is basically the banana joker from vanilla, except more powerful and doesnt have an improved version

blissful nebula
#

trust me they used to be a lot worse at that sort of thing blueprint

unreal jewel
#

they are overall an improvement in power

blissful nebula
#

i still feel like making a few tweaks to some though

unreal jewel
#

Do you guys take any suggestions from players?

white scarab
#

Yes

unreal jewel
#

so far this mod is chaotic and I love it

blissful nebula
#

what's your favourite joker so fr

unreal jewel
#

I love it when I create 15 negative copies of delayed gratification and instantly crash my game when I beat a blind without discards

unreal jewel
#

let me think

unreal jewel
#

Sync catalyst, unironically
It seems unbalanced, yet simultaneously feels like a joker that can exist in vanilla
it turns your deck into a plasma deck esentially

However if this was in vanilla, it would significantly devalue plasma deck, so it just feels like a neat and down-to-earth modded edition

blissful nebula
#

that's a good one

unreal jewel
#

This is by far the more ridiculous one for me

blissful nebula
#

hah atrue

unreal jewel
#

It has no special gimmick, its just 1 in 8 to one shot anything

#

its not creative, or requires any combo plays (though can), its just a meme joker thats stupidly powerful

#

Ill try to come up with some ideas when I have time

#

Ive designed for card games for a little bit, but cant claim to be good at it

#

This is also a well designed vanilla-esque joker

#

I wouldnt be surprised if this was just in vanilla, i wouldnt question it

#

btw can you explain to me what the gimmick with cube and big cube are?

#

i dont think i get it

blissful nebula
#

cube gives $25 when you buy it, but it always spawns with eternal

#

so it's like a tradeoff

#

big cube only spawns if you have cube already (or Deck of equilibrium)

unreal jewel
#

Ahhhh

#

I see

#

What about the meow tag?

#

ive taken it in a couple runs, but never figured out what it does

blissful nebula
#

that one is jut a meme that does nothing

unreal jewel
#

goddamnit

blissful nebula
#

lmao

unreal jewel
#

wasted several runs trying to figure it out

#

only for it to be a blank tag

blissful nebula
#

its for emotional support 🧠

unreal jewel
#

I guess im rich now

#

never hitting 26 jokers

#

I see the value of jolly jokers now

#

btw does this kill me as I have no hands left?

white scarab
blissful nebula
#

game sets hands to 1 when blind is selected

#

if you are below

#

some people reported heiroglyph crashes with fractional antes before though

unreal jewel
#

oh

white scarab
#

I think fractional negative antes specifically

blissful nebula
#

but i havent has this issue so idk

unreal jewel
#

cool

#

negative 5 ante, fun

blissful nebula
unreal jewel
#

By the way, I noticed that the seal the deal joker does not apply the azure seal ever

#

is that intentional

blissful nebula
#

not as strong but it's up there

unreal jewel
#

the red stamp usually only comes from spectral cards in vanilla, so whats the difference?

#

and yet red stamps appear

unreal jewel
#

but why

blissful nebula
#

before azure seal was added too

blissful nebula
#

alright i'm gonna go to sleep lol hf

brisk seal
unreal jewel
#

alright thanks

unreal jewel
restive sparrow
brisk seal
#

don't worry it's worse than you think

#

it's always your LEAST played rank

#

Splash actually comes in clutch here

restive sparrow
#

What happens if you somehow manage to play the every rank the same amount

brisk seal
#

it depends

#

if there is a tie which ever rank shows up internally in your playing card list is chosen

limpid quest
#

I have a strange error. I have no idea what it means and how can I solve it. I tried downloading previous versions but had the same issue. When I run the game it closes immediately and a huge pop up shows up with the following text:
(replace text from Cryptid\\lovely.toml with an actual text from this file)

ERROR - lovely-injector has crashed:
panicked at crates\lovely-core\src\lib.rs:236:41:
Failed to parse patch file at "C:\Users\AliceNekono\AppData\Roaming\Balatro\Mods\Cryptid\lovely.toml":
Error { inner: Error { inner: TomlError { message: "missing field 'overwrite' ", original: Some( text from Cryptid\\lovely.toml ), keys: ["patches"], span: Some(115..715) } } }

Does anyone know anything about it?

rigid jewel
#

Update lovely

limpid quest
#

thank you very much

#

you saved my day

half canyon
#

did i do smth wrong? (installing steamodded for the first time)

unreal jewel
restive sparrow
#

High card meta strikes again

brisk seal
#

Even if you play high card you still need to dig for the rank

brisk seal
unreal jewel
#

Im a moron
I had a high card deck and I just played without thinking

#

Idiot behaviour

#

Reading comprehension

brisk seal
#

Losing on ante -1

unreal jewel
#

I was breezing through the negative antes (i was on -5 ante) digging for the right jokers

#

and then I forgot i was against the psychic

#

i only had 1 hand due to the redeemed voucher

#

btw when spectal packs have like 30 cards, why are there always a line of identical spectral cards and no soul cards

grand geode
fervent owl
#

just doing git clone is enough

#

that's mostly because there isn't any 1.0.0 releases, as it's still in alpha

#

you only need to git pull if you want to update steamodded to latest

half canyon
#

wait... did it matter the order in which i installed lovely and steamodded?

fervent owl
#

can you show inside your steamodded folder

fervent owl
#

what about path to the folder

#

just make sure folder is named Steamodded

#

and it's not nested

half canyon
#

yea the path is AppData/Roaming/Balatro/Mods/Steamodded

fervent owl
#

ok what about lovely

#

it might've been yeeted by Windows defender

half canyon
#

looks like it's there, unless i'm missing smth

fervent owl
#

thats wrong path

#

should be this

#

version.dll should go there

half canyon
#

ohhhhhh

#

ok then, had a feeling it was sum like that

unreal jewel
#

I want to mess around with cryptid even more, can you input console commands in game?

#

and if so, is there a command list?

plush pebble
#

how do you install lovely?? I have been trying to get it to work so i can play the new cryptid mod but somehow it wont work can someone pelaqse help?

sturdy canyon
thick delta
#

Yo guys, huge question.
I’ve been playing around with Mika’s mod (and finally got the Nest Egg achievement). However, I didn’t get it on Steam but actually unlocked the joker.
Are achievements on Balatro disabled if you’ve got mods?

#

Am I doing something wrong? I’m playing on Linux if that’s worth any info.

#

Oh, also the “always show seed” mod too.

sturdy canyon
#

there is a mod that reenables them tho

#

dont remember where it is

thick delta
#

oh hmmmm noted thank you! I’ll look around for it no biggie 🫶

raw roost
#

Hi folks, apologies if this is the wrong place to ask this! I'm hosting my own Balatro tournament and wondered if a mod exists that keeps track of a profiles current highest scoring hand and can output it somewhere (like a text file maybe?).. or if such a mod doesn't exist, if anyone has the modding knowledge to make such a mod 🙏

lean dune
#

if you just want the score, the game already tracks that for you, so outputting it should be trivial

#

if you want the actual cards in that hand, it might need a couple more patches to save that info too

raw roost
#

essentially, i'd like to give my players a mod that then outputs their current best hand on that profile (probably to a text file) so I can then show how they're doing live on a leaderboard 🤔

lean dune
#

that was in the game at one point (for jimbo's invitational)

#

I'm not sure any of the code was removed, but it should be possible to build on that

raw roost
#

oh, that sounds promising!

fervent owl
#

in that banana tweet from thunk, there was invitational leaderboard and he mentioned that it's on a dev build of the game or something like that

lean dune
#

yeah but there's a bunch of artifacts

fervent owl
#

nvm

#

I don't see it

#

where do I remember it from

lean dune
#

there's values like G.F_HTTP_SCORES and an http manager that's enabled if that flag is set

fervent owl
lean dune
#

though the HTTP manager is literally just this and there's no mention of the server it's supposed to be sending to anywhere, so it might just be a skeleton

grand geode
#

prolly got removed

fervent owl
lean dune
grand geode
#

aws, incredible

fervent owl
#

incredible

fervent owl
#

but Ig leaderboard used something similar

raw roost
#

I tried searching memory addresses and such in cheat engine, and I can find the one that holds the best hand for that profile, but actually creating a cheat table that then works on other people's machines/after rebooting the game is beyond me when it comes to that

lean dune
#

just go look at the source code

#

all you need to do is extract the game executable with 7-zip

grand geode
#

not even 7zip, winrar works 😭

raw roost
#

while i've dabbled a tiny bit in coding over the years, looking at the source is way out of my comfort zone 😅 i've just used cheat engine before when doing other events (swapping wrestlers in/out for a wwe game)

agile stirrup
#

guys, what is the name of cinema mod? I forgor

agile stirrup
#

thx

rugged dune
#

it actually works

#

can take a while sometimes

#

but that kinda makes sense

lean dune
#

nice

candid sable
#

How to choose joker😮

rugged dune
rugged dune
candid sable
#

Simple enough 👍

rugged dune
#

has to be the exact name tho

lean dune
#

so Caino for canio?

rugged dune
#

yeah

#

i could make a simple change to make it Canio instead tho

lean dune
#

keys when j_ring_master:

rugged dune
#

showman?

lean dune
#

that one did have its internal name changed though

#

just the key stayed

rugged dune
#

the keys are a bit weird anyway tho

#

mail in rebate is mail i think

#

j_mail

lean dune
#

yeah

rugged dune
#

so it would be more annoying to know each key

#

which joker should i look for next lol

#

ive saved the oops one to a save slot

lean dune
rugged dune
#

thats probably a good idea

lean dune
#

take riff-raff for example

rugged dune
#

gonna have to look up the lua equivalent of .lower

lean dune
#

the correct capitalization as per the internal name is Riff-raff, but it's displayed Riff-Raff

lean dune
rugged dune
#

oh nice

rugged dune
lean dune
#

string.lower(str) or just str:lower() where str is your string

rugged dune
#

awesome

#

ill get that changed soon

#

ive got a language pack on so most of my jokers are called smth different anyway

#

but ik all their names so its fine

lean dune
#

lol

rugged dune
#

theyre ingrained in my brain after how long ive been playing

#

i could probably tell you any from just the sprite

#

i think its really cool, idk if youve noticed, but these jokers

#

obviously they show the hand below them

#

in the cards

#

but all the chips ones have 2 things on their hat

#

and the mult ones have just 1

#

well 3

#

but the big 1

#

like how odd todd has 1 and even steven has 2

#

and also it seems like every joker has the word joker on it somewhere

#

hallucination has the letters floating around

#

which i didnt realise until recently

#

and to do list spells joker down the page

lean dune
rugged dune
#

first letter of each item

rugged dune
#

every joker does have the word joker

#

so you would assume they all say joker

lean dune
#

yeah

rugged dune
#

but some of them look like they dont

#

like to do list at first glance

#

or hallucination at first glance

#

this game is genuinly brilliant

lean dune
#

I'm just saying it was part of thunk's design principles for the art to have the word Joker placed or hidden somewhere on each joker sprite

rugged dune
#

i think i might be a bit addicted

rugged dune
#

i didnt know for sure but i assumed so

#

im gonna look for a negative wee joker i think

#

probably gonna take a while lol

lean dune
rugged dune
#

thats incredible

#

i hadnt even clocked that odd todd is blue for chips and the other ones

#

love this game even more now

rugged dune
#

here he is

visual relic
#

My brain hurts from reading how to install the modloader 😂

tribal vector
#

real

latent nimbus
#

i assume you all want in because of cryptid right

grand geode
#

cryptid moment

fervent owl
#

one of these days someone will make a video guide

tribal vector
#

i just joined this place because i have a mod idea but suck at coding and art

tribal vector
grand geode
#

?

#

can you send a screenshot?

tribal vector
#

i uninstalled the installer, sorry. I'll need to find it again

grand geode
#

don't use the installer

#

er. the injector

#

use Lovely

tribal vector
#

alright, i'll try that

grand geode
tribal vector
#

By the game directory, it means the same folder that has the executeable itself right?

grand geode
#

yes

tribal vector
#

Is it normal for windows defender to get very angry when I extract the version .DLL file?

grand geode
#

yes

#

whitelist the balatro folder

#

version.dll acts like a trojan to modify the game, but it is competely safe

latent nimbus
#

i don't blame windows defender, it looks like a trojan, injects code (which some trojans do)

tribal vector
#

So its also normal for it to show up as (something i don't remember)!HackTool when it does get very angry than I'm assumeing.

west hill
#

yes

tribal vector
#

What release of steammodded do I use for version 1.0.1f-FULL?

grand geode
#

you should follow 1.0.0 instructions

#

0.9.8 is quite outdated

tribal vector
#

Just to verify, lovely and Steammodded-main should be seperate folders within the Balatro mods folder right? Neither inside the other?

#

nvm just answered my own question

#

thank you!

visual relic
#

My game laggy for some reason.

#

Is the modloader known to cause fps drops?

#

Nvm i accidentally opened the game twice xD

tribal vector
visual relic
#

My mouse is broken. Oftentimes it double clicks on a single click. Been meaning to buy a new mouse

#

Can't fix it. I opened it ip

lean dune
glass canopy
#

Is there a good way to tell which mod caused a crash if the game randomly closes

exotic shadow
#

No

#

The game shouldn't randomly close

#

The crash handler should come up

glass canopy
#

i have a thing where sometimes a specific hand just closes the game, and i try rebooting and it does the same thing, so i have to do a different hand to continue the run
when this happens the handler does not show up, it full closes :/

exotic shadow
#

OK can you try something for me

glass canopy
#

sure

exotic shadow
#

Open the command prompt. Type cd and a space then drag the folder that balatro's exe is in to the command prompt and hit enter

#

Then type Balatro.exe --no-console and enter

#

Wait I just remebered theres an easier way to do thid

#

If you go to the mods folder, then go in lovely > logs and send the most recent log that had a crash

glass canopy
#

that's all that's in my mods folder, i assume im missing something

exotic shadow
#

Oh are you using the PS/exe injector?

glass canopy
#

um, maybe? idk sorry

lean dune
#

defo looks like it

visual relic
#

What does it mean to use smod 0.9.8 on v. 1.0.1f?

#

The github says defecated

#

Or err dprecated?

azure sierra
#

Anyone here use the mod called Collection Fix? Does anyone know what it does?

fallow bramble
visual relic
#

I really wanna play arcanum codex

lean dune
#

steamodded 1.0 does have backwards compat for 0.9.8 mods, not entirely sure it works for codex though

visual relic
#

Ooo imma try that in prolly 12 hrs

glass canopy
lean dune
#

generally it will still run fine except for a few minor issues that relate to the game updating to 1.0.1 (modded jokers can't be perishable and some stickers will be missing)

lean dune
candid sable
glass canopy
visual relic
#

If it doesn't work, there would be no issues in using steamodded 0.9.8 right?

lean dune
#

0.9.8 compat was extended to include custom suit/rank support recently, I haven't confirmed if codex has other issues

exotic shadow
lean dune
visual relic
#

Gotcha, tysm!

glass canopy
#

Oh that mod says "Broken/Outdated" now I look at it so idk what I expected lmao

lean dune
#

JellyMod is hella outdated

#

even 0.9.8 might be too recent for it

river lark
#

Anyone here know a site or a mod i can make strats?

#

Like creative mode

#

(spawn jokers, change deck, change current ante/bind, change scaling jokers multi, or chips)

river lark
#

Ty

river lark
#

Nice

random silo
#

Bad news, learned that when my account was hacked they actually got someone else hacked besides ejwu

#

He isnt anywhere close to the balatro fandom tho so its safe for now

white scarab
#

o7

random silo
#

That is gonna be hell for mod compat

fallow bramble
#

Pizza trolling moment

white scarab
#

Only one new function….

fervent owl
#

chicot doesnt work for the joke

#

😭

#

or Idk

#

lemme retry

white scarab
#

it doesn't i think

#

want to get something out before the murphy stream but i can add that tonight

random silo
fervent owl
#

ye retried and still sent to ante 8 with chicot

#

ANTD1JVU seed if u need to test

#

chicot after like 1 or 2 rerolls

#

on antimatter deck

verbal wagon
#

Oh, so you shouldnt buy glitched heiroglyphs.

thick delta
#

Hey guys, sorry to ask! I’ve downloaded the code for the achievement enabler. I was wondering if it’s supposed to be dropped directly into the mods folder or… be inside a folder in itself.

nocturne lava
#

Inside a folder.

verbal wagon
#

pretty cool

thick delta
twin hare
#

are there any existing mods that allow selecting the first skip tag?

nocturne lava
karmic flint
fallow bramble
#

Voucher deck from Cryptid

karmic flint
#

ty, probably skipped over it

civic grail
#

Flash Card Font
For any modder that needs it!

wild thunder
#

that is way smaller than the letters on flash card

civic grail
#

Do you mean the giant bubble letters?

#

I got those too but this is referring to the smaller font underneath

rare shell
#

wouldn't it be funny if flash card's description used this font?

civic grail
#

what if every joker description had a different font

#

and sixth sense is in wingdings

limpid sky
#

oh no

rare shell
#

jokers should use the joker font from their art

civic grail
#

tho for the stuff that doesnt have words besiders "Joker"

#

actually fuck it

#

EVERYTHING in wingdings

rare shell
#

and when you have edition on your joker the description also gets the shader lmao

civic grail
#

would be a fun drspectred challenge if you made the font into wingdings, then changed the bossblind bg colors and scrubbed the symbols

#

like sure you can painfully transcribe the font to find what boss blind you have but noone has time for that balatrojoker

quaint sable
#

hey i know this is gonna sound dumb but i lost my balatro mod folder so i cant edit the mods and im stuck with the same mods any idea what to search to find the folder (excuse me being dumb)

lean dune
#

on windows, it's %AppData%/Balatro/Mods

quaint sable
#

ok perfect thankyou

lean dune
#

np

wild thunder
#

mod idea: if chat spells the name of a joker it is removed from existence for the rest of the run

stoic oar
#

random hot take
those who promised that the 1.0.0 port will be released soon as smods 1.0.0 releases but barely talk about recent changes to 1.0.0 and stuff here or even rarely seen here. i highly doubt it. its more like start working on the port but not very much just release the port for me

#

or they might be just based on an ancient alpha build

sour echo
#

just completed a Crash% run of Cryptid

#

honestly very fun it took 17 minutes and 17 seconds on antimatter deck white stake

wild thunder
white scarab
#

nice

tribal vector
#

I'm guessing the crash handler is apart of steamodded? Because there's a bug with restarting from it, seemingly only applying to specific errors, like some of cryptids errors.

white scarab
#

auto-restart is known to be completely broken in steamodded right now

tribal vector
#

Ah, cool.

verbal wagon
#

max burglar

wild thunder
#

with the balatro

tribal vector
#

Does anyone know what mod it is that adds 32x game speed?

exotic shadow
#

but yeah it breaks bad enough, I wouldn't use it for now

grand geode
grand geode
#

so true

tribal vector
#

oh god. I made a horrible mistake getting this canvas joker.

verbal wagon
#

now thats a lot of tags

azure dagger
#

How does the version.dll file actually work for modding Balatro?

exotic shadow
#

theoretically speaking, if the game were to crash before balatro loaded the colour info, what should the background colour of the crash handler be?

azure dagger
#

I wanna see if I can get Microsoft to clear it so it'll stop nuking it every second

exotic shadow
azure dagger
exotic shadow
#

I mean it pretty much is a trojan

azure dagger
#

Except it doesn't do anything malicious, right?

exotic shadow
#

however, I would put that it it used to inject user selected code, and is not malisous

azure dagger
#

What's the link to the version.dll file on Github?

exotic shadow
azure dagger
#

Look good?

#

I'll take that as a yes.

candid sable
#

I doubt it would have any effect though

azure dagger
#

Might as well

exotic shadow
swift pawn
#

awesome crowdstrike reference

exotic shadow
#

anyways I'm done modding for today

white scarab
#

the cryptid installation crashes today were also a crowdstrike reference /j

visual relic
#

Is there a mod that adds a shop lock card buttn?

#

I really want this card

grand geode
#

unfortunately not

visual relic
#

That's a nice mod. I have that for 1.0.0

#

Does it work for 0.9.8?

#

And i think it only works with vanilla jokers? Is that still the case?

bitter hemlock
#

WHAT HAPPENED

#

wierdest part is it gave chips when i heldonto it

grand geode
#

and yes it works as you'd expect

grand geode
bitter hemlock
#

wacku

#

but dx tarots keeps crashing on use of cursed cards

#

which is sad

#

most unfortunate

#

I FIGURED IT OUT
YES
THE CURSED CARDS ARE CRASHING FROM THE ALCHEMICAL COMPATABILITY
I JUST DELETED THAT PART OF THE FILE 💀

prime cairn
#

Are there any modpacks?

gilded vortex
#

Yes

grand geode
candid sable
#

There are 3

bitter hemlock
#

1: cursed run

#

2: WHY IS HANGING CHAD DEBUFFED

#

DOES THIS APPLY TO JOKERS WITH PAREDOLIA

brisk seal
#

ALL cards

bitter hemlock
#

bur

#

but

#

JOKERS???????

#

surely jokers arent effected by paredolia

brisk seal
#

ALL cards

bitter hemlock
#

😭

brisk seal
#

well ig The Plant proves it

#

but that's probably a bug

bitter hemlock
#

defpo

#

defo

#

interesting interaction ig

rigid jewel
bitter hemlock
rigid jewel
#

So basically

bitter hemlock
#

so wouldnt it debuff jokers in the plant

#

doesnt make sense for them to not with that logic

gilded vortex
#

Solution: write thunk a bug report so that he makes Plant debuff Jokers

brisk seal
#

but that would include paredolia

bitter hemlock
#

no its a mod thing

bitter hemlock
#

NO

#

NO

#

just realised

rigid jewel
#

This is due to game spaghetti

bitter hemlock
#

what they meant

#

and no i hate that

rigid jewel
#

Technically it's impossible because base game because Plant is handled differently then The Plant "Curse"

bitter hemlock
#

yeah

#

OH

rigid jewel
#

But

bitter hemlock
#

THATS WHY THEY WERENT DEBUFFED IN THE PLANT BOSS

#

CUS IT PROLLY GIVE PROTECTION

#

or smt

#

or i just got lucky

#

2/5 *5

#

probably the latter tbh

rigid jewel
#

Due to implementation DX Tarot just blindly check is_face without restricting the cardarea the game uses to avoid this (card.area ~= G.jokers).

#

Which just to happens to always be true

#

so uhhh

#

xdd

bitter hemlock
candid sable
#

No but uh

#

Thanks for the heads-up I guess?

bitter hemlock
#

😛

rigid jewel
bitter hemlock
#

cool

tribal vector
#

Is it normal for ones computer to completly freeze when using immolate?

brisk seal
#

yes

tribal vector
#

I think it just timed out, it autoclosed and AMD said a driver timeout had occured.

swift matrix
#

hey everyone. So I'v been away from playing mods, and really balatro for a couple months, and I'm curious what all has changed. I've noticed smoded 1.0 still hasn't been officially released, but people do seem to have gravitated to it a fair bit. Is it time to switch do you think?

brisk seal
#

yes

#

tons of good mods are on 1.0.0

grand geode
#

absolutely

#

there are more than 2 mods for 1.0.0 now

swift matrix
#

IS that mod pack a decent way to get a list of compatible mods?

grand geode
pearl dove
#

lovely isn't sketchy

swift matrix
#

ayy fancy. I'm glad we have resourced like that now

candid sable
#

Some mods do need some tweaks to get working, if you see a modified mark on my list you can use my fork instead

grand geode
#

if it was actually a virus none of us would be using it rn

pearl dove
#

yeah i'm aware it's just really funny

swift matrix
#

I'm kinda surprised modding is even possible on mac given that, and how apple is

brisk seal
#

im glad it is

grand geode
#

friended with shia... terrifying

brisk seal
#

or else I'd be super bored

candid sable
#

Amazing

pearl dove
#

wrong shrug emoji

swift matrix
#

I'd have died from frustration using macos probably. "Begginer" linux distors like Mint hit the sweetspot for me, being very flexible but not requiring a CS degree to use or just the inconvenience of having to do everything yourself

#

Windows, especially Windows 11 makes me wanna puke, but arch or gentoo would kill me

#

and mac just isn't my vibe

candid sable
#

Well sadge, my pc-like devices are mostly windows

#

Only exception is my steam deck

pearl dove
#

i keep switching between windows 11 and endeavour linux on my laptop LOL

swift matrix
#

If I played mre games I'd probably end up having to use Windows, but luckily proton works for Balatro, which is kinda the only steam game I play. The rest is mostly Pokemon romhacks and stuff, if I bother to play games at all. I'm kinda too lazy most of the time, as funny as that sounds

candid sable
#

No I understand it fully

swift matrix
pearl dove
#

there used to be a way around it but a recent patch to their shitty anticheat means that it'll go "nuh uh another program's touching this program" and refuse to run

grand geode
#

jtoh........

rigid jewel
#

I haven't touched Linux at all, mostly because I've never felt the immediate need to switch from Windows 10.

#

I'm being forced against my will to get an IT certificate so IT bros could convince me.

swift matrix
#

I also really like the FOSS vibe personally, and as much as you 100% can use linux without using the terminal pretty much at all, for those times when CLI is the best tool for the job, it beats anything Windows has on offer

#

Even if Windows does have like 3 CLIs now, lmfao

gilded tulip
#

Hey modders, I am so back
Feel free to ping me to pin stuff in your modding threads
or if you want me to look at something
if you do so while telling an extremely unfunny joke and/or break the rules you are entitled to win a sticker*

~ egg
-# *: Perishable is a sticker that causes you to gain that trait. Perishable Discord accounts will be sold after 5 seconds.

grand geode
#

yo welcome back egg

lean dune
#

wb egg

swift matrix
#

Welcome back :3

urban grail
lean dune
#

reminds me of stacked enhancements

#

seems fun

tribal vector
#

Does anyone have a link to the latest Talisman version? I just hit bignum infinity and my version dosen't have omeganum.

#

I just reinstalled the latest version, and still. The only option related to this is "Increase Score Limit"

candid sable
#

Use Code to download main

tribal vector
#

It now crashes when I try to view run info or select a blind.

#

well that contains my real name, hang on a sec

pallid flame
tribal vector
#

The save is no longer accessable either if I set it back to bignum.

tribal vector
gilded vortex
#

You can have multiple partitions in a computer

tribal vector
#

Yeah.

#

The balatro executeable and all of its other stuff is on a external hard drive, while the appdata, includeing the mods, is on a seperate hard drive.

gilded vortex
#

I was talking about Linux but my internet connection is spotty

#

I think it took a few minutes for the message to send

slate mantle
#

Hey, I am new to modding Belatro

#

I have followed the steps it said in a video on how to download mods

#

and I have tryed installing Crypted

#

and its just not working

#

I have the Crypted, Talismin and steammodded mods in the balatro mod folder but when I load Balatro it is not working

#

is there anyone who is able to give me a hand

#

can someone just tell me what I have done wrong or send a link to a video that can help me please?

white scarab
#

You need Steamodded 1.0

slate mantle
#

I changed steam modded to the "this download" one

#

or am I just downloading from the wrong place?

white scarab
#

You have to install through lovely, not the old 0.9.8 injector method

swift sleet
#

Hey, I'm having a similar issue, except my mods are just straight up not working anymore. I tried to reinstall steamodded and lovely, steamodded did nothing and reinstalling lovely prevents the game from opening for some reason. Not sure why. I was playing with mods a few weeks ago and it just stopped loading them and i've only bothered to try and fix it now but im having a lot of trouble

#

The game loads like vanilla

rigid jewel
#

That’s because antivirus sniped the version.dll file.

gilded vortex
swift sleet
#

File folder structures rn

swift sleet
#

I have it turned off tho which is why i was confused

#

Ill try it again

#

Ok it does not care it keeps trying to remove it

#

How do i stop it from doing that?

#

Ok i got it up but now its just crashing

candid sable
#

Oof

slate mantle
#

ummm

#

I just got this from following a video on how to use lovely w Balatro

#

Error

Syntax error: game.lua:4: '=' expected near 'Game'

Traceback

[love "callbacks.lua"]:228: in function 'handler'
[C]: at 0x7ff94d662fa0
[C]: in function 'require'
main.lua:18: in main chunk
[C]: in function 'require'
[C]: in function 'xpcall'
[C]: in function 'xpcall'

rigid jewel
#

Verify file integrity

grand geode
#

can someone just make a frequently asked questions thing now

slate mantle
#

Sorry

#

im just a lot dumb

grand geode
#

no worries, that wasn't directed at you

candid sable
#

Hi, any one got the "crash" mod in hand?

gilded vortex
swift sleet
#

Im trying to figure out why it keeps crashing now

#

Fixed! i had an incompatible version of steamodded installed and windows defender sniped the version.dll without telling me so it just stopped loading everything

grim jasper
#

Anyone know why my balatro would crash when a foiled planet card is shown or picked in packs

white scarab
fervent owl
polar tinsel
#

Thinking I'll actually put forward the effort to make a mod once we get offical support or a good stable smod version

lean dune
polar tinsel
#

Yeah but I can barely do projects as is, lol.
I'll probably look into it more next week when I'm off vacation

fallow bramble
#

The best way is to donate Aure 10k $ balatrojoker

lean dune
#

lol

#

i wonder if i would actually get donations if i just put a link for it on my profile

fallow bramble
#

Otherwise they'll break your mod by adding a file the same name as yours

#

I know it was targeted Aure I'll remember that! /j

lean dune
#

wdym that's literally been done to me

#

i would never

fallow bramble
#

Wait did you got got by the config addition too?

lean dune
#

no, this was way back

#

sixty suits had SMODS.INIT.SixSuit() which was copied from six suits and never changed

fallow bramble
#

Yikes

#

The amount of 0.9.8 jokers mod that had Mika pulling their hairs off

lean dune
#

also I changed the way config works twice

#

from just straight up pulling from and saving to <mod_dir>/config.lua to only using it as a default and having the main config files be stored to Mods/config/<id>.lua to then using config/<id>.jkr in the save dir to support steam cloud

fallow bramble
#

That's a lot of config

lean dune
#

||also yeah it was actually targeted||

fallow bramble
#

But yea my mod had a mod/config.lua so it borked itself

fallow bramble
#

You'll be hearing from my lawyers

exotic shadow
#

to be fair, any new featrues are bound to change a bunch when merged

#

cause people use them and find issues

lean dune
#

now now I'll actually need these $10k in donations

fallow bramble
#

Lmao

#

"Support me in the config lawsuit: donation link"

lean dune
fallow bramble
#

No way it was predicted

#

For how long was this planned? What did I do to you? You're predicting my every move!

exotic shadow
#

tbh it should loads config.lua files from any folder in the mods folder, so that way even lovely mods aren't safe

lean dune
#

not sure what I would even do with that given I don't have a mod ID to associate with them

#

I'm wondering what there's actually left to do before we send steamodded out of alpha and call 1.0.0 feature-complete
-# (-ish)

#

i still want to add an in-game mod index at some point, but that might be for 1.1

exotic shadow
#

do we have an algorithm for determining if one version is higher or not yet?

fervent owl
#

or what

exotic shadow
#

well for mods to determin if out of date or if a dependacy is high or low enough version

lean dune
#

i keep forgetting

exotic shadow
#

lol

lean dune
exotic shadow
#

I mean yo uneed to get eveyr mod to follow semver

#

I mostyl sent that casue it has a super good explanation of how it resolves the version differences

#

don't need an epoch of debian version

tribal vector
#

The error happens any time I enable talisman, so does anyone know a version other than the current main installation that has omeganum?

#

Just updated cryptid, and used it's files to replace talisman and steamodded as well, but no good.

#

It's possible that I've leveled up high card too far and simply corrupted this save, as it seems to crash any time it would need to load the high card property.

tribal vector
#

Ok yeah it was a corrupted save.

#

FOOKEN LOVELY! MY BEST SAVE YET DIES BECAUSE MY HIGH CARD GOT TOO SILLY!

#

At least if I get a run similar to it, I'll be able to see the tomfoolery properly.

tribal vector
#

Ooh, is that a texture pack you're working on? Looks good so far!

hardy brook
wild thunder
hardy brook
#

I have plans for stuff like that down the line

#

Depends on if I make extra mod or whatnot

#

I may have another version for those

#

Other reason is just simply because i forgot

white scarab
visual relic
#

Omg reverie coupon

#

Wait. Does canio scale with cards destroyed with acid?

polar schooner
#

the face cards are being destroyed

visual relic
#

Holy moly

#

I just need chain reaction or perkeo , acid and alot of tarots

visual relic
#

Just to make sure .. This is the channel for modded gameplay discussions right?

#

7 queens 2 canios, 1 acid . 😩😩

wild thunder
paper matrix
#

I bought balatro on pc just to mod it

#

and it was worth the $20

#

cryptid is already insanely fun

tribal vector
#

is there a mod that can help prevent all these crashes I get from too much processing? That's always how I find my antimatter runs ending, and they never win because of it.

steel halo
#

guys how do i start modding

tribal vector
#

first off, you're gonna need to install either balamod or steamooded. I use steamodded. For steamodded you'll need to install Lovely first, but than you can just decompress the latest version of Cryptid right into the mods folder, making sure the folders are seperate.

steel halo
#

okay

#

where do i get steamodded

tribal vector
#

Click 'code' than 'download zip'

#

Once you've done everything it'll look something like this.

steel halo
#

okay

steel halo
#

ohh doesnt matter

tribal vector
#

put it all into %appdata%/balatro/mods

steel halo
#

alr

tribal vector
#

you will have 4 folders afterward there. 'Lovely' ' Cryptid' 'Talisman' 'Steamodded'

steel halo
#

i cant download lovely cause it says virus detected

tribal vector
#

you need to override that and manually allow the download.

steel halo
#

okay

tribal vector
#

Should be in a little 3 dot menu next to the download prompt

steel halo
#

how do i overide that

#

theres not

tribal vector
#

Hang on, did the download of the zip fail or extracting it result in virus detected?

steel halo
#

the download failed

tribal vector
#

Ok, instead of whatever you did, click 'code' and 'download zip'

#

than you need to go to windows defender, and whitelist the appdata folder

steel halo
#

the source code?

tribal vector
tribal vector
steel halo
tribal vector
#

this is what you need actually, sorry

steel halo
#

then what

tribal vector
#

you extract that into the game directory, the same folder with the executable itself

urban grail
#

I got different card values when I hover my card in hand or in the deck viewer

tribal vector
steel halo
#

Dam

#

so download this

tribal vector
#

yeah

smoky slate
#

oh i was about to ask similar questions which is I believe I have installed all of the necessary things but im getting a funny error now

steel halo
tribal vector
smoky slate
steel halo
#

how do i make it so i can download it

smoky slate
tribal vector
steel halo
steel halo
smoky slate
#

when you download it and it gets stopped click on it

#

and it should open up windows defender thingy

#

when it does click on it and it will say a bunch of stuff, but one of them is like what do you want to do about this

#

and itis currently quarantine

#

move to allow

smoky slate
#

and ive given exclusionos to both this folder and the game folder in defender

tribal vector
nocturne lava
smoky slate
#

I think I have that

tribal vector
#

but they can also help, i don't know everything

smoky slate
#

this is the lovely thing right?

#

oh yes absoolutely any help is welcome, i was just saying my response was to your question

tribal vector
#

yep! try launching balatro now and you should see text appearing below the loading bar

#

oh wait