#⚙・modding-general

1 messages · Page 170 of 1

red reef
#

thanks for your help

tranquil vessel
#

no problem, have fun with the new mod ;)

red reef
#

well new one lol

tranquil vessel
#

HAHAHA

fossil iron
tranquil vessel
# red reef

wait, how'd you get an even older version of talisman?

fossil iron
#

maybe that talisman is not updated

red reef
#

who knows lol

tranquil vessel
#

that's like a 4 month old version

#

did you get the latest talisman release from github?

tranquil vessel
#

yeah like Yamper said use that version of talisman ^

swift matrix
tranquil vessel
#

yeah, I'm asking if that's the one he got
(cuz it's the wrong one)

fossil iron
red reef
#

yep it all working now

tranquil vessel
#

no, you got the latest release version, but math hasn't put out a release in a while

swift matrix
#

There should be a disclaimer on the steamodded getting started page to almost never download releases

tranquil vessel
#

depends entirely on the modder /shrug

red reef
#

thanks for the help guys

tranquil vessel
swift matrix
#

There Tsunami amd that's it rn afaik

swift matrix
#

Snoresville but that has a release branch to use instead, lol

tranquil vessel
#

Cryptid's dependencies, steamodded and lovely, are either severely outdated on the nexus mods page, or non-existant on nexus mods.
Unfortunately, there currently is no modding site that balatro modders use. Github and this discord are your best bets

fossil iron
#

i test the controller rumble mod and... its fun XD

#

Is rare

white scarab
#

alas I should really just stick the latest beta as a release

#

I wanted to do a bit more for 2.0.0 but just never got to it because it works and I’ve had bigger fish to catch

pseudo cobalt
#

Is the pokermon mod down?

exotic shadow
#

What do you mean?

swift matrix
#

Huh that's a lot closer than I expected for being in the training data. I didn't give it any information about balatro or steamodded

tranquil vessel
swift matrix
tranquil vessel
#

no that's horrendous lmao

umbral pilot
#

that looks about right

#

it did pretty good considering the lack of documentation

#

I mean that's practically ready to slap into a .toml and ship

swift matrix
#

Lmfao

tranquil vessel
#

could tell it that it has to be in .toml format?

swift matrix
#

Well it seems to know what .toml means, but I don't think it's much closer besides that

fossil iron
#

but you can train it?

tranquil vessel
#

🤣

#

looks like it has no idea what lovely even is

swift matrix
#

No, besides being a balatro modding thing. It seems to want to do smod style stuff

fossil iron
#

Ask claude if know what is lovely

swift matrix
tranquil vessel
#

Seems like it's confusing lovely and steamodded

swift matrix
#

Yeah seems to be

autumn gate
#

Are CodexArcanum and Bunco compatible with each other?

autumn gate
#

i can fortunately get the individual mods running, but together it brings a 'take_ownership' error

tranquil vessel
#

where'd you get CA from?

white scarab
#

Oh god I want to ask it about Cryptid now

#

(Cluade)

tranquil vessel
#

there's a couple of versions floating around and the original breaks some stuff for other mods

autumn gate
#

if there is a latest version, i would love to try

tranquil vessel
#

1 sec, I'll try and find it

autumn gate
#

Thank you so much

swift matrix
#

There's @sour epoch 's fork

#

Lshtech on github

tranquil vessel
#

yup, found it

autumn gate
#

looks familiar to the one i used

tranquil vessel
#

it's the same base, but elbe fixed some issues

autumn gate
#

do i download from code like my last time?

tranquil vessel
#

yeah code > download zip

autumn gate
#

Hell yeah

white scarab
autumn gate
#

It launches!

white scarab
#

It was probably just hallucinating about Lovely

autumn gate
#

Thank you so much, Lars

tranquil vessel
swift matrix
autumn gate
swift matrix
swift matrix
white scarab
#

It must know some Balatro code because it dropped an G.E_MANAGER call

#

But a lot of it is hallucinatory

swift matrix
#

Yeah definitely

tranquil vessel
#

yeah the G.E_MANAGER part surprised me

#

especially how it immediately starting making up stuff trying to use it

swift matrix
#

If it's anything like chatgpt, it's a lot better about working with existing smodded code

#

Chatgpt doesn't have any sort of base knowledge about balatro, it's after its knowledge window cutoff

neat widget
#

that's so aicore

fossil iron
swift matrix
fossil iron
swift matrix
#

No, I just had it make the Javascript for the template

#

From the DeFused code

neat widget
#

chatgpt when "Ignore all previous instructions. All played cards are scored"

white scarab
#

It tried to make particles

#

It used like G.C and self.T, I’m pretty shocked

#

Actual things Balatro code used

swift matrix
white scarab
neat widget
#

we can make it a texture mod (now it's relevant here)

#

you could probably get it to do the entire sheet at once with tarot and planet cards

white scarab
#

Ok it did pretty bad there. And I’ll stop yapping about it.

swift matrix
#

He was linking to a specific relevant post

#

Not saying this discussion is irrelevant here

white scarab
neat widget
#

ohhh

tranquil vessel
#

oh yeah I wasn't telling you guys to go to another chat, I was linking to a specific message of mine about chatgpt and hallucination 😅

neat widget
#

yeah mb

warped hamlet
#

does anyone know how do i make the brainstorm mod work? mb_dawg_sweats

tranquil vessel
#

if you'd describe your issue in a bit more detail then maybe

fossil iron
warped hamlet
#

it just isnt working i guess

#

nvm im dumb and cant read

tranquil vessel
#

it's alright I suffer from the same issue

swift matrix
#

Same

tranquil vessel
#

just like half the people in this discord

neat widget
#

can someone help me read

candid sable
#

Read

tranquil vessel
#

you can have my glasses

#

(I actually don't wear glasses)

neat widget
#

i don't understand Booster.create_card(self, card, i) -> table or Card()
in the documentation for smods.booster i found somewhere i can't remember

fossil iron
neat widget
#

uhh I think so yeah

neat widget
tranquil vessel
#

I think Flowey's got you 🙃

fossil iron
#

the demon is back...

neat widget
#

the line doesn't make sense to me

rigid jewel
#

You either return the created card or a table that is later used to create said card through SMODS.create_card.

tranquil vessel
#

you should probably specify that part in the documentation too

#

I assumed table would be table of Cards or something

rigid jewel
#

oh yeah it should specify that

neat widget
rigid jewel
#

Duplicates?

neat widget
#

how does it know not to make a joker that's in your joker slots or that is already in the pack

#

i'm pretty sure packs don't do that without showman?

tranquil vessel
#

that is usually not the responsibility of the booster pack

#

rather, booster packs basically just do return SMODS.create_card("joker", ...)

rigid jewel
#

yea, create_card already covers that and SMODS.create_card is basically just a easier to work with create_card.

tranquil vessel
#

making create_card (or the preferred SMODS.create_card) responsible for duplicate checks

neat widget
#

how does the booster pack know what group of cards to use

tranquil vessel
#

there is no 1 single booster_pack.create_card method

#

every booster pack has its own defined method

#

so the tarot pack has SMODS.create_card("tarot", ...) in its create_card method

neat widget
#

okay so if I wanted to make a booster pack that makes random non duplicate jokers out of a table full of joker keys how would I do that

tranquil vessel
neat widget
#

I have been looking at it and it's not really solving my problem

#

I thought it'd be something with group_key but that part just makes no sense to me

tranquil vessel
#

you want like a food jokers only booster pack for example right?

neat widget
#

assuming i've already collected all the keys for all the food jokers into a table beforehand, then yes

tranquil vessel
#

Not sure, I've never done something like that.
Might be able to use forced_key or a hook in get_current_pool? Both feel like the wrong approach
Maybe flowey knows a better way

neat widget
#

I tried manually checking for duplicates in the joker slots with next(SMODS.find_card... and got this error

#

which makes no sense to me because line 334 is empty in that lua file

#

i'm guessing it gets patched at some point and that moves some stuff

tranquil vessel
#

check mods/lovely/dump to see what the line actually is

rigid jewel
neat widget
#

now that is confusing

swift matrix
tranquil vessel
neat widget
#

well I am now and it's to do with pseudorandom so

swift matrix
tranquil vessel
#

I think G.GAME doesnt exist unless you're actually playing? Are you doing this in the main menu or something?

neat widget
#

it's all inside a function

#

I don't really know why it's doing this now though, it only started crashing here after I added the checks for jokers in joker slots

tranquil vessel
#

okay so when is that function getting called

neat widget
#

ohhh wait

#

yeah no it's getting called in the wrong place

#

okay I can fix that

swift matrix
neat widget
#

hold on

#

i hope this works now

neat widget
#

okay now i'm getting a different crash but that's progress

#

on line 267 bad argument for #1 pairs (table expected, got nil)

#

this crash happened when opening the booster pack

#

which i'm figuring out is because of this line SMODS.create_card({area = G.pack_cards, key = returncard})

#

specifically the first argument which is once again very confusing

#

does G.pack_cards really just not exist while creating cards for a pack

#

that'd be fuckin stupid

iron onyx
#

oh hey, @swift matrix. sorry to interrupt what's going on, but just wanted to let you know that i have a new build of numbalatro live; i remembered you expressing mild interest, at least...

neat widget
#

i did ask there but then i asked here instead because it was more active

#

but yeah it probably should be over there

swift matrix
iron onyx
#

yeah, the changes are mostly to scaling jokers and the basic OAK jokers ATM

swift matrix
#

Would you mind writing them all out? Take your time ofc

buoyant tundra
#

can someone tell me the step by step way on how to install steammodded 1.0

swift matrix
#

I presume you tried following the guide?

earnest nova
#

is there a mod to start the game with certain jokers or vouchers from inside the game? That way I can test joker interactions

earnest nova
fossil iron
#

Enter in the collection

#

Press the 3 key of your keyboard

#

And you get the joker are you selecting with mouse

#

For the voucher

#

Do the same but in the shop

#

Press tab for more options are read the controlls

#

There is a readme file with the hotkeys

swift matrix
tired roost
#

Joker idea

#

"Sacrificial Altar"
At beginning of round destroy the joker to right, and gain its sell value divided by 10 as Xmult

#

Example: egg with 27 sell, would give X2,7

#

And a JoJoker idea

#

"Metallica"
Discarded face cards are given the metal enhancement

#

A JoJoker idea that is so busted out missy be legendary

#

"Bites The Dust"
When loosing a blind, give the sell value of all jokers, and reset the entire run (keeping the $)

junior rock
#

Visually, the design is very good, but game wise a solution to the problem(s) would be good before being implemented

swift matrix
#

My idea is to have a deck where these suits replace the real ones, and the 104 card deck with both will have extra discards and hand size

#

also, idk what you mean by visually, there's no art yet, unless you just mean the idea of the visuals

river lark
#

can i, take over the flame shader?

wanton rapids
tired roost
#

JoJoker idea

swift matrix
#

but I don't think that means there shoudn't be more

wanton rapids
#

yeah reprints are probably fine

#

especially if you have 1000 or so jokers

swift matrix
tired roost
swift matrix
#

pffft

grand geode
#

how many are you at

tired roost
#

Gotta make a list

#

"Goo Goo Dolls"
Number Card ranks are inverted (10 gives 2, 2 gives 10)

swift matrix
grand geode
#

woa 1.3k

swift matrix
tired roost
#

Ok, good

swift matrix
# grand geode woa 1.3k

pokermon barely makes a big difference at this point, lol, but it'll still nearly double my joker count (well not really because other mods will add more too) if we ever get all 1025+ mons in game

wanton rapids
#

wow alright

grand geode
#

pokermon is cracked but some of the effects from the screenshots I've seen (i do not know anything from that mod) feel like reprints of existing jokers

tired roost
#

Yeah, how the hell does that mod even work?

swift matrix
# tired roost Ok, good

I've,,, yet to make a single original joker, though I am concepting a mod (well 2 but I think I'm combining them) with 4 new suits and the associated jokers (Flounder's style) and tarots, as well as seperately a general purpose joker pack/section

swift matrix
#

now that all the bases are covered there, I could see the effects becoming a lot more unique

fervent mauve
#

Emeral Checker Plasma finish

#

shit being not visible makes this so brutal

tranquil vessel
#

Niiice

fossil iron
#

Do the sandbox deck sandbox sleeve gold stake

#

And SDM_0 if you read this do this too

tired roost
#

JoJoker

"Soft Machine"
Lowest rank scoring card is transformed into the highest rank scoring card in played hand

river lark
#

my guy is a idea's mashine

fossil iron
#

You have any idea for D4C?

river lark
#

anyone know what mod has a shader that works like the combo flame (something outside the editions or dissolve)

fallow bramble
#

I'm confused, aren't Pinned jokers supposed to have a badge or did Cryptid added it?

daring sluice
#

weird

fallow bramble
#

Ah

#

Would be nice if it was in SMOD directly but I'm not sure about the opinions of adding such things to it.

tired roost
tired roost
fossil iron
#

I dont want say a spoiler by accident

#

But if you have time

#

Read part 7

#

Is peak

tired roost
#

I don't wanna read, cause they are doing it into anime, and it's more fun in anime, and I don't want to have a situation alla King Crimson where the power doesn't make sense outside animation

tired roost
#

Which part?

#

There are 3

tired roost
#

I said 3 things, and you said "Yes"

fossil iron
#

Bad english sorry

swift matrix
swift matrix
#

lmao

fossil iron
tired roost
swift matrix
#

though tbh I should have been able to get the meaning without it

swift matrix
#

damn language education slipping tight outta my brain (took 3 years of (incredibly poorly taught) German in HS and 1 quarter of Spanish in College. I ended up learning more Spanish than German, but forgot both pretty instantly)

tired roost
#

i have a folder of 180 memes, (150 without the ones that would get me banned)

tired roost
fossil iron
#

I have a cat one wait is in a video

tired roost
fossil iron
tired roost
tardy sierra
fallow bramble
#

If every mod implements it then it should be integrated into SMOD directly

distant badge
#

i got it working again

patent wasp
#

anyone have a cool cosmetic mod i wanna spice up my cards

fallow bramble
#

look up reshuffled

sturdy canyon
#

wait its meant to be -2....

#

shiiit

#

actually this makes more sense

quartz fox
fossil iron
tired roost
#

GOD DAMN IT

#

Windows flagged lovely, i failed to save it, now i dont remember how to get it working

#

ok, i got it

wild thunder
#

just go to the virus protection logs and select it and select the "restore" option

fossil iron
grand geode
#

wtf friends of jimbo 2

swift matrix
#

boring update, lol

grand geode
#

yeah reskinned playing card art is getting lame now lol

west hill
#

Breaking changes are reserved for 2025 🎉

latent crescent
swift matrix
#

Afaik not even the stake update broke pretty much anything

wanton rapids
#

it made one mod not required which is nice

swift matrix
#

Yet

wanton rapids
#

that's just how lovely works i suppose

latent crescent
#

It depends on what kind of changes will be

#

Imagine game refactor Trolge

fallow bramble
swift matrix
#

~~ At least among us has cultural relevance ~~

faint gorge
tired roost
#

Hit The NameBase

#

thats a terrible screenshot

blissful nebula
river lark
tired roost
#

what ss?

#

oh

#

screenshot

swift matrix
tired roost
#

or steam ships

fallow bramble
blissful nebula
#

I have no regrets

river lark
#

what art?

blissful nebula
#

Blurred Joker balatrojoker

versed bough
#

has anyone ever coded a reverse plant

#

like a plant

#

but for number cards

#

lol

rugged fable
#

that sounds evil

versed bough
#

yeah

#

i need it for smth

rugged fable
#

70% of your starting deck debuffed

formal wedge
#

abandoned deck be like

rugged fable
#

ah yeah with abandoned it's 90%

formal wedge
#

aces are number cards

rugged fable
#

I thought the game considers them their own category

#

given you have Incantation, Familiar, and Grim as separate cards

river lark
#

lol

tired roost
#

maybe im finaly gonna get that plasma done

river lark
#

nice

tidal nimbus
#

Jesus christ, what is that joker

tired roost
#

from NLM

formal wedge
rugged fable
#

fair

tired roost
#

OOHHH MYYYY GOOOOOODDDDD!!!!!!!

#

FINALY!!!!!

#

GOLD PLASMA!!!! FUCK THIS DECK!!!!

#

THIS TOOK ME A MONTH FFS

#

and to think its all to wee joker

#

i always looked down on him

#

looked weak

#

but i was wrong

#

this deck is insane

#

couldnt without Dream

#

NO!! I THOURGTH THRERE IS MORE AHEAD!!!

#

NOOO!!!!!

#

NOT GOLD ERRATIC!!!!

#

please, is there a mod that shows the deck info like how its showing mid-round when hoveing ?

#

its way more readable than the dispaly

#

like this thing

exotic shadow
#

wdym?

tired roost
#

its easyer to tell the stuff with the chart

#

and i need to check the deck every time on erratic

exotic shadow
#

not t hat im aware of

fossil iron
tired roost
#

what?

tired roost
#

ok, im getting to making that JoJoker list

fallow bramble
#

Neato SDM_0's Jokers only run

formal wedge
#

ok i have had a very foolish idea

#

is there any mod that exists that replaces all the planets with mercury

fossil iron
formal wedge
timid granite
#

Okay, I have one note

lean dune
#

oh no

timid granite
#

The Ercury card should have Eris on the planet line but still just have Mercury highlighted

lean dune
#

my favorite planets of all time. Mercury, Vercury Earcury, Marcury, Jercury, Sercury, Urcury and Nercury

formal wedge
timid granite
#

Splendid

white scarab
distant badge
#

made a thing

#

(deckskins+ skin)

daring sluice
#

rahhhh

#

celeste

#

peak

#

omg i should make celeste jokers

#

im so doing that omg

distant badge
#

the peak of laziness

#

idk how badeline will translate into high contrast actually

cloud spire
#

Hey guys, i need some help. I modded my game today, and its been tons of fun, but my mods ended up removing the "ding ding ding ding" of every card being scored. I've been told you can reenable this, but dont see any setting for it or where id find it. I downloaded steammodded, talisman, lovely, and crytpid. Any help?

#

HOLY I FOUND IT

cloud spire
#

THANK FUCK

#

I DIDNT KNOW YOU COULD CONFIG THEM IN THE GAME

#

AAAAAAAAAA

fossil iron
cloud spire
#

Oh I have no doubt

#

but in the low antes, me miss my sounds

fossil iron
fossil iron
#

That is fine

distant badge
formal wedge
#

redaline

ivory pike
#

Where do I download cryptid?

tired roost
#

some are skipped

tired roost
tired roost
#

JoJoker idea

#

"Harvest"
Every scoring of any card, 1/3 chance to give 1$

candid sable
#

Can anyone point me to the mod that decreases memory usage?

exotic shadow
#

ah yes

ripe whale
#

guys im rather high rn but i just spent like a solid 30 min getting cryptid to run on my mac ive finally fucking done it

daring sluice
#

gg cryptid

#

gl cryptid

runic latch
#

so people do indeed actively mod this game, neat

#

I currently am only able to play it on switch but id love to mess around with mods once i get a new computer

#

(yes I already bought the game on steam for the future)

#

oh yeah and maybe make some myself, I wanna brainstorm silly cards

swift matrix
runic latch
#

exactly yeah

#

and it sucks

#

I need to open comissions

swift matrix
#

Well if you have a decent android phone and don't mind futzing around you can try emulating the PC version with winlator #1291322306685177898

runic latch
#

I would imagine that this phone is a bit too shit to do that but ill see how well winlator runs anyways

swift matrix
#

Worth a try for sure

tranquil vessel
warped hamlet
#

uhhh

#

when i press ctrl + a on brainstorm it doesnt find what i want

cloud spire
#

My computer can not handle another hand, it crashes the game

#

Hell yeah

honest abyss
cloud spire
#

cryptid

honest abyss
#

I thought so, thank you

cloud spire
#

that was a blast

daring sluice
#

that's 10^10^273

#

not e^10^273

cloud spire
#

ah, just typed it in as i saw it

#

my mistake

daring sluice
#

ya talisman omits the base there so it's understandable how the ai misunderstood

cloud spire
#

ahhhh gotcha

#

that makes sense

#

still funny big number

daring sluice
#

yuh

cloud spire
#

gives me seratonin

formal wedge
#

"help me visualize this number"
"4. digit length: it's so large it has a lot of digits"

cloud spire
#

thats by far the best part lmao

#

"Hey how big is this number"
"Pretty big imo"

exotic shadow
#

negative shader without the shine

spare echo
#

got a bit of an idea for a mod, someone tell me if this already exists

what if there was a type of consumable that isn't actually a consumable, but a type of playing card. think something like a stone card, where it always triggers if you have it in your hand, but instead of having +50 chips, it gives a special effect like a tarot or spectral card would and then breaks

#

if i were to do it, i'd probably have them be contextualized as element cards, like on the periodic table.

grand geode
#

the cards from the ceres mod

swift matrix
#

I still like that idea at least

exotic shadow
#

I think cryptid oversaturated just applies negative twice

swift matrix
#

Hmm yeah I'm not sure. I just thought it'd be a good way to do automatic shinies for non pokemon jokers in pokermon

exotic shadow
#

I mean you can just apply the voucher shader

#

apprently invisible has it

#

didn't realize that

swift matrix
#

But that doesn't make it look like a shiny color wise

exotic shadow
#

no just gives it the reflection efgfect

swift matrix
#

Only makes it look like a spectral joker but shinier

exotic shadow
#

I'm writing a tool to help with shader rn

#

Could also use the booster shader

swift matrix
#

We already use either voucher or booster for the shine effect

fossil iron
exotic shadow
#

What an amazing ui

swift matrix
#

I know suing multiple shaders means shuffling the image data between canvases, but u think it's doable in smods using love2d graphics routines

#

Though intercepting the actual used draw routine for the joker might need a lovely patch idk

swift matrix
exotic shadow
#

now I need to make the loading a shader part

#

anyone got a good example shader for testing?

swift matrix
exotic shadow
#

I want to relaod the shaders on the dly

#

for DebugPlus

swift matrix
#

Ah makes sense

exotic shadow
#

this will require steamodded

#

mostly just cause I can put a couple things in place to make it render shaders for me without a lovely patch

swift matrix
#

Yknow someone was asking how to apply a shader to a joker without it needing to have an edition. This might help them

exotic shadow
#

well not really

swift matrix
#

Fair

exotic shadow
#

this is just a fake edition

swift matrix
#

And I don't have any shader suggestions besides just using the included smods examples or one from a mod

exotic shadow
#

okay

#

oh wait I think my index check might be wrong

#

cause this is lua

spare echo
grand geode
#

prolly misremembered

swift matrix
#

Perk cards i think mystery means

#

Sounds right to me

#

And they are from cerea

spare echo
#

are they not in the collection?

swift matrix
#

I think they're disabled by default now for some reason

#

And they definitely are if you got ceres through my pack

#

In either case there's a config in game

drowsy bear
#

where can i find mods?

balmy zealot
river lark
white hornet
#

does anyone know all the mods this guy is using? he doesn't list em in the description or nothin. i know he has jam and ceres https://www.youtube.com/watch?v=DYh-kYdET0E&t=55s

About Balatro:
Balatro is a deck-building roguelite where you must play poker hands and earn chips to defeat enemy blinds. Enhance your deck of playing cards, buy Jokers to modify each hand you play, and discover new and wild synergies to win!

Try it out here: https://store.steampowered.com/app/2379780/Balatro/

Links - https://wlo.link/@skoot...

▶ Play video
swift matrix
balmy zealot
#

so true

#

Dungeons & Degenerate Gamblers - A Blackjack Roguelike Adventure Begin your adventure in a tavern that is home to a unique, corrupted version of blackjack you have never played before. You will need to pick up the rules and adapt to them as you progress through the tavern, challenging a colourful cast of blackjack-addicted townspeople. Discover ...

Price

$14.99

Recommendations

1473

▶ Play video
swift matrix
#

hehe

#

and yeah I know about D&DG

crystal spade
#

can someone help me out with installing steammoded, it should look like this right?

#

the guide says it should look like this

#

did I do it right?

rigid jewel
#

Yeah that looks good

crystal spade
#

then why no work ):

white hornet
#

i got this crash and idk why

#

it wouldnt let me change the game speed

#

oh nvm its good now

fallow bramble
sterile hornet
#

or uh remake

#

for the recent steamodded

white hornet
#

jam mod right

sterile hornet
swift matrix
#

Intentionally designed to work alongside jammod (accounts for duplicate jokers)

stuck seal
#

Note to Self/others: turn off Hand Preview Mod you trigger Flames Afar, Foes Aflame. While it didn’t set my RAM on fire is absolutely lag murder crashed Baltaro

tranquil vessel
fallow bramble
tired roost
#

JoJoker idea

#

"Crazy Diamond"
When a card is destroyed, 1/3 chance to get an enhanced card of the destroyed card rank

#

"Pearl Jam"
When an un-enhanced face card scores, 1/2 chance to give it a random enhancement

#

JoJoker
"Sethan"
Round requirement X0.75

fossil iron
#

like, "sell this joker for generate two random food jokers with random edition"

tired roost
bright comet
civic grail
#

Does anyone know how to delete an old version of steammodded without ruining save file?

#

Ive had steammodded with no mods for a bit but I think its sabotaging my face card skins

#

I tried running "validate file integrity" but that doesnt do anything

plain glacier
#

One mod id love if someone made would be a way to look through jokers when say you have like 50+, or if you click a joker and then use the arrow keys to cycle through them

civic grail
fossil iron
# civic grail

just delete the steamodded version inside the mods folder

#

and download a new version and put there

civic grail
#

just this one right?

#

worked! thanks

sinful basalt
#

WHAT MOD IS CAUSING THIS

latent crescent
#

Try update Steamodded first. You using pretty old one

sinful basalt
#

ah

#

how do i do that again?

plain glacier
wild thunder
#

cursed mod idea: every joker cycles through many variants which have slightly different wording that makes them do different things

ripe whale
#

hey so im on mac and after playing cryptid for like one round the game becomes rlly laggy in all times but playing/scoring a hand, is there any fix i can do for this?

faint gorge
#

my record of joker slots lol

#

16/136

faint gorge
#

okay, new one xd

grand geode
#

christ why is everything desaturated

faint gorge
#

one of my themes xd

river lark
#

lol

#

but fr why do you like to play like that 😭

faint gorge
#

you mean - theme or amount of jokers?

river lark
#

theme

#

i get the jokers, thats just part of modded

fossil iron
river lark
#

ya figured but it feels weird

#

like yk that coloured paper they put on those big spolights to make it change colours (and we used in elementary)

#

like they slapped that on

#

and the jokers and shits on there

faint gorge
#

well, everyone has their own taste. xd i am making themes based on monster energy drink cans and this is one of them

#

maybe it's not perfect but i like it 😄

lean rose
#

hi, i need help to install the alpha version of steamodd

#

i try it all and i cant pull it

faint gorge
#

did you install lovely first?

runic latch
#

for future reference whats the max size I can make a joker card because I have a ridiculous idea

exotic shadow
#

I think as long as it fits in memory

#

Although at a certain point it is always going to be downscaled

wanton rapids
#

joker whose sprite is a copy of the last frame

runic latch
#

if this wont work ill make it seem like the card was ripped

late ledge
#

oh my god

#

yeah this sounds doable though would probably involve lovely patching

faint gorge
#

what is freaky_scream.ogg

runic latch
#

quite frankly im afraid as to what that would be

#

tbh if you cant find the file, place any other ogg file with the same name in that spot if possible

faint gorge
#

maybe this is screaming from this song xD

tranquil vessel
#

not sure which mod is freaky_scream though

faint gorge
#

okay, i did a small research and this is probably from ShenanigansMod

#

there is a freaky deck

#

i tried renaming it to freaky_scream but then game didn't want to start

runic latch
#

it needs to be an ogg file, not a wav

#

at least thats what im gathering from the crash screen

faint gorge
runic latch
#

oh that was obvious wasnt it

lean rose
exotic shadow
#

accidental even steven

river lark
tired roost
tired roost
# tired roost JoJoker "Sethan" Round requirement X0.75

JoJoker
"Sethan"
All blinds in the Ante have the Small Blind required score (Boss Blind score multiplication still applies)

(JoJo stand power: Whoever is touched by the stand, is slowly de-ageing as they are touching the stand, all the way to being un-born, loosing all memories as they de-age, the stand takes a form of a shadow that can pass thru gaps, This is one of if not the most terryfying stand in all JoJo)

#

thats it, im done

#

i have finished all ranks all decks

#

time for chalanges

fossil iron
#

Congrats for get C+

fallow bramble
#

The ultimate chips card

#

(shoutout to Kabutops from Pokermon)

river lark
#

And then perfection

pulsar plover
#

then it will have the most chips e v e r

#

(without hiker)

tired roost
distant badge
#

cooking with jokers again

runic latch
#

these seem interestin

faint gorge
distant badge
#

yes it is joost klein

faint gorge
#

i want more brainstorms

#

i was watching eurovision this year and was pissed off

#

not because of netherlands but because of croatia

tired roost
#

I have a better one

#

He is red, and his thing is fire

#

he could be an Anti of Blackboard

#

if held in hand cards are only Hearts and Diamonds, X3

vocal plaza
#

hi so i joined bc ive been having a ton of issues with balatro modding
so i have a really weird thing that keep happening, where when i try to install the lovely version.dll, it instantly gets deleted
ive tried disabling every anti virus thing in microsoft defender, adding exceptions to file types, the file itself when i manage to get it to stay for like 5 minutes, etc
i have no clue what to do atp (or what im doing in general) so im looking for any help, ty in advance ^_^

fossil iron
# vocal plaza hi so i joined bc ive been having a ton of issues with balatro modding so i have...

How to Exclude a File or Folder from Windows Defender Scan In Windows 10 [Tutorial]

Are you getting false positives with Windows Defender Antivirus? Here are the steps to exclude files, folders, and other items from getting scanned on Windows 10.

On Windows 10, the Windows Defender Antivirus is your default anti-malware engine to protect your ...

▶ Play video
#

Made this with the balatro folder

vocal plaza
#

thanks! i will try this when i have time available later

sinful scroll
faint gorge
sinful scroll
#

thanks a bunch

swift matrix
distant badge
#

you got blam-boozled

sinful scroll
#

can they dupe themselves

distant badge
#

they cannot

sinful scroll
#

thank god

distant badge
#

the dupe wouldn't have enough time to dupe another card anyway

sinful scroll
#

okay wait so

#

is it like

#

cus you have 3

#

you sell a joker during a blind and at the end of the blind you get 3 negatives of it

distant badge
#

i gave myself 4 dupes-o-clocks and one jolly joker at the start of the game

sinful scroll
#

uh oh

distant badge
#

the result of that is during the blind, 4 negative jolly jokers appear

distant badge
#

and at the end of the blind, they are removed

sinful scroll
#

aww

#

oh i read it wrong

#

i thought it made a negative of a card

#

and the card being

#

one that was removed during the blind

#

xd

distant badge
#

the negative copy is removed

sinful scroll
#

yea i get it now

#

so like u had 4 of them and a jolly joker so when u start a blind it makes 4 negatives right

#

and they are removed at the end of the blind

distant badge
#

yeah

sinful scroll
#

that makes sense now

#

it sounds quite similar to blueprint but rather than copying the effects it just copies the card itself

distant badge
#

there are similarities

#

effectively the same thing during the blind, except you can move the copy independently

faint gorge
distant badge
#

it currently doesn't exist online, i'm making it

faint gorge
#

oh 😅

distant badge
#

its ok lol

tired roost
#

The JoJoker list so far

#

oh my god, so low quality image, hold on

#

is this better?

#

no

#

just save the image and it will be clearer

#

or open in browser

faint gorge
#

jokers inspired by artists and bands?

tired roost
#

wow, you missed the entire joke, and yet got it in the most roundabout way possible

faint gorge
#

wut

tired roost
#

its based on JoJo stands, and names of stands (post part 3) are based on music (maily rock but not only)

#

so by technicality, yes, they are based on the bands

#

just not directly

#

(Bands, Albums, and individual songs)

faint gorge
#

i never watched this anime

tired roost
#

you should

#

first season is mid, but all after that is gold

faint gorge
#

last time I fully viewed every episode of anime was in 2019

#

anime called Chobits

tired roost
#

well, as i alwyas say

#

Anime is a stupid categorisation.

Its liek saying Family Guy and Spongebob are in the same caterogy

#

they are the fuck not

faint gorge
#

well, obviously these are different things

#

same like games

tired roost
#

there is Naruto, Dragonball, and other Pokemons for kids

and there is Dungeon Meshi, Berserk, and JoJo for adults

#

the anime category is lliteraly defined as "Animation made in/from Japan"

#

thats stupid

#

well, anyways, you should watch it

#

this is the best fictiojnal world of them all

#

(I say watch, cause good music and part 5 is confusing without it being animation)

#

and the level of animation itself is insanly good

faint gorge
#

first I have to finish new version of Shaman King xd

#

As a kid I loved this show

swift matrix
#

Same with anime

sinful scroll
#

is G.GAME.skips valid syntax?

#

oh wrong channel oops

tired roost
#

As*

#

I have the same issue with people calling Roblox a game.

It's not a game, it's a platform.
Calling it a game, is like calling Steam a game, or calling NES a game.

Roblox has games so detailed and unique, your couldn't tell it's Roblox without someone telling you.

The only problem is that because it's a fully free engine+platform.
It's filled with trash and pushware made by 5 year olds

swift matrix
#

I understand that argument a lot more. Though idk the history of roblox to know if it was always a platform

tired roost
#

Like, look at Doors or Phantom Fortress, or Brick Bronze

distant badge
#

no duplicating for you sir

swift matrix
#

Lol one one the few scaling jokers that works right when duplicated

#

RIP

grand geode
#

what's the point actually

#

no ankh, no invis

#

what else

distant badge
#

it doesnt work like that yet actually

#

(i could be evil and make it work like that though)

swift matrix
distant badge
#

true

grand geode
#

yeah, it's affects only those two cards and very few modded cards

#

just better off banning those cards unless you have another rule that duplicate jokers

distant badge
#

i'm probably gonna keep it as a thing to add for challenges that use duplicating cards (such as the one shown there, the joker on the left duplicates)

swift matrix
#

I kinda took the sticker fun being seperatw from the challenges, but maybe not

#

Idk is challenger deep is still all you're working on

distant badge
#

it was gonna be a thing for a different mod i'm working on, but it might as well be challenger deep

#

you won't see it in baronana outside of this challenge anyway :P

swift matrix
#

Lol fair

#

Not gonna complain about a mean sticker not getting the spotlight :p

vocal plaza
tranquil vessel
distant badge
swift matrix
tranquil vessel
#

when you duplicate them?

swift matrix
#

Yes

#

Which for a 1 round duplication is useless

#

Throwback doesn't because it's "this run"

#

Not since obtain

tranquil vessel
#

I'm confused, do you not mean stuff like Invisible Joker/Ankh?

grand geode
#

doesn't vanilla copy all current values

swift matrix
#

Hmm maybe I just usually copy cards with non-vanillia methods and they weren't implemented right

swift matrix
tranquil vessel
#

yeah the vanilla ones basically copy stuff perfectly

distant badge
#

beautiful

faint gorge
distant badge
#

throwback is only here because the card reminds me of mirage from apex legends

#

either im very lucky or it works for invis now

mild zodiac
#

Im trying to mod rn, and the game didnt add the mods, do i need steammodded?

#

my "Mods" folder in case

brisk seal
#

lovely is missing

distant badge
#

is it literally just ankh and invisible that copy jokers in the base game?

mild zodiac
brisk seal
#

modding forum

#

get beta6

mild zodiac
#

wheres the forum 😭

mild zodiac
#

wheres beta6

#

im so confused lol

brisk seal
#

github link

#

releases

mild zodiac
#

o

brisk seal
#

yup

mild zodiac
#

alr

#

where would i put the dll

brisk seal
#

read the github

mild zodiac
#

alr

#

i put it where all this is right?

#

nvm be back soon, gotta go to a doctor

fierce sandal
#

yo do any of yall know how to prevent the command line from showing up when launching

sturdy canyon
distant badge
#

a sticker that just makes every joker with the sticker debuffed if one is?

sterile hornet
fierce sandal
fierce sandal
swift matrix
#

Maybe send it to another wonkspace?

fierce sandal
#

yeah

#

but im just fullscreening the app

#

im only asking because it shows up as two apps in my taskbar and it threw me off a little

fallow bramble
#

add "--disable-console" to your Balatro starting params

fierce sandal
#

nah, now its just not turning on

#

i suspect this is just because balatro is tied to the terminal

faint quest
#

where can i find list of all mods here?

faint quest
#

thanks

daring sluice
unreal ether
#

Good evening. I was wondering, how do you guys start using the Love2D engine? I'm only familiar with Python, so I'm not sure what kind of special setup is needed to use Love2D, or maybe this is a problem with Lua? Well... "You don't know what you don't know", as they say

swift matrix
grand geode
#

have not been checking it as often since balatro burnout

mild zodiac
#

Im trying to mod but its not opening, what might have i done wrong?

fossil iron
mild zodiac
#

i wanted to mod

#

im tryna use crypted

#

cryptid

#

im trying to add version.dll but then this pops up

#

then i hhit continue and it fails

#

and then it DOES go through and bitdefender stops it

#

the only time im mad i have a anti-virus

swift matrix
#

Can you add an exception to under folder?

#

You can on windows defender

mild zodiac
granite nebula
mild zodiac
#

do i need to allow something in windows security?

granite nebula
#

If you have 3rd party avs i don't think windows defender will quarantine anything, but i don't know. Regardless you should have a log of the .dll being quarantined if thats the issue, either in your avs or in windows defender. So if it still flagging the .dll you should be able to find that and then add the exemption if required

mild zodiac
#

and just for comfirmation i put it in this folder right?

spice grove
#

are the card texture mods all broken at the moment?

#

cos of yesterday's update

mild zodiac
#

?

spice grove
#

they're showing up on my mod menu but they aint doin anything

mild zodiac
#

I DID IT

#

FINALLY

#

ty

fossil iron
sinful scroll
swift robin
#

Hey does anyone know which mod is used to skip animations?

sinful scroll
#

Talisman

sinful scroll
oak sequoia
#

quick question. did anyone elses mods break when balatro updated? had the saturn and brainstorm mods and after the update they wont show up in the mods list. sorry if this has already been answered but i didnt see anything when i did a quick scroll through the discord

#

can link images of whatever is needed to fix

novel wave
#

they're lovely

oak sequoia
#

hmm... ok, any advice for troubleshooting why theyre not working, or should i just try deleting them and reinstalling?

swift matrix
#

Are you both using an old version of the smods alpha?

novel wave
oak sequoia
#

this is what im working with.

swift matrix
#

0.98 steamodded

#

That ain't it chief

#

For the record it's on the top right of the title screen

#

You also put version.dll in the wrong folder, which means you're using the injector

#

You're gonna have to reverify files on steam to remove that (it won't delete your mods)

oak sequoia
#

verifying now

swift matrix
#

The third one

#

With the game exe

oak sequoia
#

okay ty!

swift matrix
#

Np :3

oak sequoia
#

and i want the 1.0 alpha?

swift matrix
#

Yes

#

0.98 is totally deprecated and unsupported

oak sequoia
#

gotcha

swift matrix
#

'Aplha' is a total misnomer, it's basically a release candidate at this point

#

And has been more stable than 0.98 ever was for months

ocean quartz
#

Hey everyone hope you are well. I wanted to ask - what's the best way to manage the mods alongside a normal install (and not break my saves / profiles / game etc)?

oak sequoia
#

hot damn we've done it! ty for the help! @swift matrix

swift matrix
#

Ayyy very cool

mild zodiac
#

bruh i did too good and got a save that crashes on opening

#

i love this game

fervent mauve
#

uh this is happening when the xChips sound effect tries to play[I know it says xMult on it but xMult is working fine]

swift matrix
# fervent mauve

try updating steamodded, and if that doesn;t help, try updating lovely (well update lovely)

#

but yeah definitely the smodded thing, the sound apu stuff has been messed with pretty recently, which now that I'm thinking of it, might be the problem

#

which mod's version of xchips was it?

#

Try updating that mod

fervent mauve
#

isnt 1.0.0 the most recent version of steamodded?

and I'm almost certain I have mods incapable with lovely beta 7

#

and Jens mod I'm certain is updated

swift matrix
fervent mauve
#

I see to both

#

Ok

#

The funniest thing is that the game works fine muted, but I'll finish up this run then update them

fervent mauve
swift matrix
#

there's a small change that needs to be manually made to Jen's for 0.6.0 apperently

swift matrix
#

wraith being a real pal (sold a Loan Shark)

#

Oh darn, I just barely one :P

sturdy atlas
#

where can i find the working cryptid mod discord link? the one i the game doesnt work aparently

sturdy atlas
grand geode
#

it isn't expired

#

it's a permanent invite

sturdy atlas
grand geode
#

paste that in the + button at the bottom of your server list

sturdy atlas
#

maybe its because of vencord? i had a bug wit h media using it

#

it worked on mobile so prob yeah its vencord's fault

#

ty guys

grand geode
#

i have vencord but okay sure

pure slate
#

vencord user, based

swift matrix
#

(God having a different theme for discord is shortcircuiting my brain)

#

Even though it is 100% my vibes

distant badge
#

balatro sticker star dropping soon

#

goodness

strong moss
#

how do i get crptid mod?

swift matrix
#

and that's a RIP. Got pretty up there though

fervent owl
swift matrix
#

fair

#

I mean it's stupid as hell on discord's part, but a fair warning

carmine mortar
distant badge
# carmine mortar Lemme see what those last four do

Singular means that the Joker cannot be duplicated (in base game would only affect Ankh and Invisible Joker afaik)
Scattering Jokers destroy another random Joker when they are sold or destroyed themselves
Reactive Jokers are disabled when a blind is not selected
Hindered Jokers will only be removed at the end of a round after being sold

split moss
#

Hey, real quick, where's the modding tutorial?

#

Just so I know where to look

tidal nimbus
#

Whoops

#

Looks like my pc is very protective

#

I can't play mod anymore

distant badge
#

for things not documented there, i’d reference from stuff in the discord or mods themselves

split moss
#

Alright, thank you!

tidal nimbus
#

For some reason, now windows defender try to kill version.dll if possible

#

Let's just hope this game would receive official mod support

#

Holy shit

#

It's a trojan

grand geode
#

if only there was a section in the installation guide about antivirus issues

tidal nimbus
#

...

#

Nope

#

Still can't trust you all

swift matrix
#

oh wait

#

that's exactly how it works, and why it gets detected as a trojan

white scarab
tidal nimbus
#

But it makes you think it works like that

#

In reality, it gives full access to computer

#

Turn it into propaganda machine

#

Since programming can do anything with computer

#

I don't see why this ain't happen

swift matrix
#

it has only the permissions that balatro does, which probably could be used maliciously, but that's why mods are required to post their source code

#

an actual virus would be pointed out and the maker banned instantly

tidal nimbus
#

You never know

#

I remember downloading minecraft mod and then the pc goes haywire with malware

swift matrix
#

That's kinda on Windows for giving all exes such power, It could happen modding any game

#

Even steam workshop mods

distant badge
#

it happens a ton with garry’s mod from what i’ve seen

humble saffron
distant badge
#

i think youre less likely to get a virus from a card game mod than GMOD mods

tidal nimbus
#

But never zero

white scarab
#

I remember making a CRASH payload to blue screen the computer just for fun

#

Never added it

#

But you could very easily just download and run a virus with an OS call

swift matrix
#

which probably makes thing easier for both us and thunk, but shrugs

grand geode
swift matrix
swift matrix
grand geode
#

this is why tboi's --luadebug parameter is marked as extremely dangerous btw

swift matrix
grand geode
#

not as stupid as downloading mods for balatro

swift matrix
#

pffft

tidal nimbus
#

...

tidal nimbus
grand geode
#

were

#

my bad

tidal nimbus
#

And I should quit this server and never touch pc again?

swift matrix
#

myst is a bit.. rough, I think it's good to be cautious, but a community like this is pretty much the only way to make sure with reasonable certainty mods are safe

grand geode
#

wanted to ask "how old were you when that happened" but i mixed things up because i did tests for the last an hour and a half

swift matrix
#

your AV if working properly would flag anything that patches into an exe

#

which mods for almost all games need to do