#⚙・modding-general
1 messages · Page 170 of 1
no problem, have fun with the new mod ;)
HAHAHA
maybe you need the best (worst) tutorial of the worldhttps://www.youtube.com/watch?v=MwF6tN7HAlA&pp=ygUSaG93IHRvIG1vZCBiYWxhdHJv
maybe that talisman is not updated
who knows lol
that's like a 4 month old version
did you get the latest talisman release from github?
yeah like Yamper said use that version of talisman ^
That was the latest official release I think, lol
yeah, I'm asking if that's the one he got
(cuz it's the wrong one)
this is the newest version
thought so but guess didnt and thanks yamp
yep it all working now
no, you got the latest release version, but math hasn't put out a release in a while
There should be a disclaimer on the steamodded getting started page to almost never download releases
depends entirely on the modder /shrug
thanks for the help guys
mods, get him (again)
Yes, but I've run into very few mods in months that you should actually download releaaes
There Tsunami amd that's it rn afaik
Snoresville but that has a release branch to use instead, lol
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
M
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
Is the pokermon mod down?
What do you mean?
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
now do a lovely patch
Wow that's weird. It knows the event manager but has no idea how to actually use it
I don't think that's nearly as close, but idk much about lovely
no that's horrendous lmao
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
Lmfao
could tell it that it has to be in .toml format?
Well it seems to know what .toml means, but I don't think it's much closer besides that
but you can train it?
No, besides being a balatro modding thing. It seems to want to do smod style stuff
Ask claude if know what is lovely
That's how I started the thread
Seems like it's confusing lovely and steamodded
Yeah seems to be
Are CodexArcanum and Bunco compatible with each other?
This is kinda crazy
i can fortunately get the individual mods running, but together it brings a 'take_ownership' error
where'd you get CA from?
there's a couple of versions floating around and the original breaks some stuff for other mods
from the latest github zip iirc
if there is a latest version, i would love to try
1 sec, I'll try and find it
Thank you so much
yup, found it
looks familiar to the one i used
it's the same base, but elbe fixed some issues
do i download from code like my last time?
yeah code > download zip
Hell yeah
Ok it didn’t even know about Balatro mods in general, it said they were on workshop
It launches!
It was probably just hallucinating about Lovely
Thank you so much, Lars
lmao
(and coonie 💙)
The steamodded one seemed somewhat accurate
Thank you, as well!
at least it knew somewhat what the code base of balatro looks like
Np :3
It must know some Balatro code because it dropped an G.E_MANAGER call
But a lot of it is hallucinatory
Yeah definitely
yeah the G.E_MANAGER part surprised me
especially how it immediately starting making up stuff trying to use it
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
that's so aicore
sorry
But still it was able to extract the info from the code for http://gaycoonie.github.io/DeFused
chatgpt have access to the internet?
chatgpt when "Ignore all previous instructions. All played cards are scored"
It tried to make particles
It used like G.C and self.T, I’m pretty shocked
Actual things Balatro code used
Well not the version I was using
Ok I’m going to have it remake Hallucination
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
Ok it did pretty bad there. And I’ll stop yapping about it.
He was linking to a specific relevant post
Not saying this discussion is irrelevant here
Give it a few examples from Balatro mods and it might actually produce usable code. Very surprising tbh
ohhh
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 😅
yeah mb
sis thinks shes Marie from Persona 4 Golden 😭 🙏
does anyone know how do i make the brainstorm mod work? 
if you'd describe your issue in a bit more detail then maybe
Provided to YouTube by NexTone Inc.
Heartbeat, Heartbreak · Shihoko Hirata · 田中怜子 · 目黒将司
ペルソナ4 オリジナル・サウンドトラック
Released on: 2008-07-23
Auto-generated by YouTube.
i mean
it just isnt working i guess
nvm im dumb and cant read
it's alright I suffer from the same issue
Same
just like half the people in this discord
can someone help me read
Read
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
from here? #1209564621644505158 message
what tis the issue
uhh I think so yeah
well I just don't know how to do it
I think Flowey's got you 🙃
the demon is back...
the line doesn't make sense to me
There's examples of how it would work for vanilla booster packs https://github.com/Steamopollys/Steamodded/blob/13a58e7c944a2f81b522eda225022999dbd3bab5/core/game_object.lua#L1294
You either return the created card or a table that is later used to create said card through SMODS.create_card.
you should probably specify that part in the documentation too
I assumed table would be table of Cards or something
oh yeah it should specify that
where does it check for duplicates when making pack cards
Duplicates?
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?
that is usually not the responsibility of the booster pack
rather, booster packs basically just do return SMODS.create_card("joker", ...)
yea, create_card already covers that and SMODS.create_card is basically just a easier to work with create_card.
making create_card (or the preferred SMODS.create_card) responsible for duplicate checks
how does the booster pack know what group of cards to use
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
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
you should go look at this if you haven't yet
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
you want like a food jokers only booster pack for example right?
assuming i've already collected all the keys for all the food jokers into a table beforehand, then yes
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
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
check mods/lovely/dump to see what the line actually is
This is basically the most ideal use of SMODS.ObjectType but that API hasn't been merged yet so all you can really do is handle card pools manually or hook get_current_pool.
if I can solve this crash I can do it all manually
now that is confusing
Are you checking the dump?
she is now
well I am now and it's to do with pseudorandom so
Oh I saw someone else said, my b
I think G.GAME doesnt exist unless you're actually playing? Are you doing this in the main menu or something?
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
okay so when is that function getting called
G.GAME starts at the main menu I'm pretty sure. Found that out when I was first messing around with #1292331049883533322 before Elbe made his vetsion
ah, okay
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
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...
also, shouldn't this go in #💻・modding-dev, marie?
i did ask there but then i asked here instead because it was more active
but yeah it probably should be over there
Yeah I am interested. Was gonna ask maybe to have the rebalanced vanilla jokers as a separate option? Well in not effect sure Wray the changes are, so it's hard to say if i mind
yeah, the changes are mostly to scaling jokers and the basic OAK jokers ATM
Would you mind writing them all out? Take your time ofc
can someone tell me the step by step way on how to install steammodded 1.0
I presume you tried following the guide?
is there a mod to start the game with certain jokers or vouchers from inside the game? That way I can test joker interactions
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
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 $)
problem is draw inconsistency and deck bloat when you have 8 suits
Visually, the design is very good, but game wise a solution to the problem(s) would be good before being implemented
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
can i, take over the flame shader?
This is peak
i think cryptid already has xmult and xchips ceremonial daggers
JoJoker idea
There's also Serial Killer from Fusion/DeFused
but I don't think that means there shoudn't be more
wonder who that could be
"Limp Bizkit"
+1 hand size for every 2 face cards discarded
Reset on boss blind defeat
"this round" right? or else it's not a very limp bizkit
pffft
how many are you at
No idea
Gotta make a list
"Goo Goo Dolls"
Number Card ranks are inverted (10 gives 2, 2 gives 10)
Not sure if you meant my joker count or Modlich's JoJokers, in any case, for anyone curious about my joker count here it is
All made by you?
woa 1.3k
no I mean just jokers in game
Ok, good
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
wow alright
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
Yeah, how the hell does that mod even work?
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
I think that comes from being designed around including a "pokemon only" mode
now that all the bases are covered there, I could see the effects becoming a lot more unique
Niiice
Larswijn
Do the sandbox deck sandbox sleeve gold stake
And SDM_0 if you read this do this too
JoJoker
"Soft Machine"
Lowest rank scoring card is transformed into the highest rank scoring card in played hand
my guy is a idea's mashine
You have any idea for D4C?
anyone know what mod has a shader that works like the combo flame (something outside the editions or dissolve)
I'm confused, aren't Pinned jokers supposed to have a badge or did Cryptid added it?
weird
cryptid
Ah
Would be nice if it was in SMOD directly but I'm not sure about the opinions of adding such things to it.
Not sure what one is that, just saying, I'm not going past the animated parts
the dagger thrists for jokers
I'm a full time game dev, being idea man is my whole work
Okkkkk
I dont want say a spoiler by accident
But if you have time
Read part 7
Is peak
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
That is true
I said 3 things, and you said "Yes"
Bad english sorry
I have one better, hold on
porque no los tres?
The king crimson thing
wonder what Yamper thinks of English speakers buthering Spanish
lmao
Hablaria mas español pero no quiero que los mods me regañen
Btw, big part 5 spoilers from the thumbnail alone
(had to google translate) ah, very fair
though tbh I should have been able to get the meaning without it
it's all cognates or words I know
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)
i have a folder of 180 memes, (150 without the ones that would get me banned)
XD
this is one of my fav
Follow me on twitch https://www.twitch.tv/squewe1
support me via: https://ko-fi.com/squewe
Join my discord server:
https://discord.gg/mdfeh5TQse
----------------...
THE CS SOUND BOMB MAKE ME THE DAY
this is peak
Cryptid (and Betmma's Vouchers as well). Vanilla doesn't have a Pinned Sticker, as it's only applied to that one Joker for one challenge.
If every mod implements it then it should be integrated into SMOD directly
xchips be like
i got it working again
anyone have a cool cosmetic mod i wanna spice up my cards
look up reshuffled
so when you already have 2 negative joker. will skyjo be able to spawn and self destructs immediately?
Anaglyph rule madness
GOD DAMN IT
Windows flagged lovely, i failed to save it, now i dont remember how to get it working
ok, i got it
just go to the virus protection logs and select it and select the "restore" option
Classic microsoft defender moment
wtf friends of jimbo 2
boring update, lol
yeah reskinned playing card art is getting lame now lol
Breaking changes are reserved for 2025 🎉
So new update doesn't break anything?
Afaik not even the stake update broke pretty much anything
it made one mod not required which is nice
Balatro itself has had practically no breaking changes when it comes to mods
Yet
that's just how lovely works i suppose
Still better than the Among Us one
~~ At least among us has cultural relevance ~~
balatro is a nice way to learn spanish vocabulary xD
loud incorrect buzzer
terrible SS but holi mother of god lvl of joker art
Well I don't think we're talking about angry Germans
or steam ships
I don't want to hear anything from you since that one joker art
I have no regrets
what art?
Blurred Joker 
that sounds evil
70% of your starting deck debuffed
abandoned deck be like
ah yeah with abandoned it's 90%
aces are number cards
I thought the game considers them their own category
given you have Incantation, Familiar, and Grim as separate cards
maybe im finaly gonna get that plasma done
nice
Jesus christ, what is that joker
i think that's just for grim/incantation, otherwise the game just specifies "face" or "not face"
fair
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
wdym?
i want this display
HERE
its easyer to tell the stuff with the chart
and i need to check the deck every time on erratic
not t hat im aware of
C+ Push?
what?
ok, im getting to making that JoJoker list
Neato SDM_0's Jokers only run
ok i have had a very foolish idea
is there any mod that exists that replaces all the planets with mercury
are you doing the C+ achievement?
Okay, I have one note
oh no
The Ercury card should have Eris on the planet line but still just have Mercury highlighted
my favorite planets of all time. Mercury, Vercury Earcury, Marcury, Jercury, Sercury, Urcury and Nercury
that's very funny i have done this immediately
Splendid
How Jolly Jokers see Balatro:
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
Is a talisman option
Trust me, you will disable it later
I mean, cryptid runs will be crazy retriggers
red
redaline
Where do I download cryptid?
i have the list, will fill them out later
some are skipped
Im certain Manhatan Transfer is not a real stand
and Bohemian Rapsody is impossible to interprate as a joker
Can anyone point me to the mod that decreases memory usage?
ah yes
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
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
I presume your current computer is none, given Balatro's lack of system requirements
Well if you have a decent android phone and don't mind futzing around you can try emulating the PC version with winlator #1291322306685177898
I would imagine that this phone is a bit too shit to do that but ill see how well winlator runs anyways
Worth a try for sure
@fallow bramble's double sandbox was pretty fun, though I did lose a couple times in the early antes :)
What mod is this from
cryptid
I thought so, thank you
that was a blast
it's kinda wrong
that's 10^10^273
not e^10^273
ya talisman omits the base there so it's understandable how the ai misunderstood
yuh
gives me seratonin
"help me visualize this number"
"4. digit length: it's so large it has a lot of digits"
negative shader without the shine
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.
the cards from the ceres mod
just apply it twice before applying the booster shader for a free Shiny
I still like that idea at least
I think cryptid oversaturated just applies negative twice
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
I mean you can just apply the voucher shader
apprently invisible has it
didn't realize that
But that doesn't make it look like a shiny color wise
no just gives it the reflection efgfect
Only makes it look like a spectral joker but shinier
Negative doesn't cancel itself out, which is why I think doing it twice before the sushi shine shader would be a good way to simulate shiny pokemon
We already use either voucher or booster for the shine effect
🙏
What an amazing ui
Point being the pokemon get to be funny colors (real shiny sprites +the shine) so twe should try to simulate it for the other jokers with the edition
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
Very cool btw
now I need to make the loading a shader part
anyone got a good example shader for testing?
Smods.shader isn't sufficient? Or is this for debugplus or another non-smods mod?
Ah makes sense
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
Yknow someone was asking how to apply a shader to a joker without it needing to have an edition. This might help them
well not really
Fair
And I don't have any shader suggestions besides just using the included smods examples or one from a mod
sorry, was this talking to me? because ive looked through that mod and cant really find anything like what i said
prolly misremembered
are they not in the collection?
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
where can i find mods?
ayyy nice!
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...
You made me into a joker?
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 ...
$14.99
1473
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?
Yeah that looks good
then why no work ):
i got this crash and idk why
it wouldnt let me change the game speed
oh nvm its good now
Wow that looks like a strong lucky cards build
Jellymod
its very outdated but there is a recent port of it
or uh remake
for the recent steamodded
jam mod right
yes
and also elbe's fork, which is just the original one but made to mostly work
Intentionally designed to work alongside jammod (accounts for duplicate jokers)
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
Yeah. Worked well with the double retrigger 7s. Though brainstorm and constellation were the early game powerhouses.
Btw, is it intended that moon base does not respect the joker pool (allows duplicates)?
Yea it wasn't supposed to, gonna push a fix today on dev
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
i think pearl jam needs to be related to food jokers
like, "sell this joker for generate two random food jokers with random edition"
No, cause it is an arbitrary category, and would have to be hard-coded, and best mods work with other mods
This is just x1.33 Mult
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
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
does deleting this file make sense or is this an objectively stupid thing to do
just delete the steamodded version inside the mods folder
and download a new version and put there
I believe cartomancer does this
cartomancer has that
Try update Steamodded first. You using pretty old one
Omg! THANK YOU
cursed mod idea: every joker cycles through many variants which have slightly different wording that makes them do different things
Pushed the fix 👍
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?
okay, new one xd
christ why is everything desaturated
one of my themes xd
you mean - theme or amount of jokers?
Is trance mod i guess
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
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 😄
that true, enjoy it!
hi, i need help to install the alpha version of steamodd
i try it all and i cant pull it
did you install lovely first?
for future reference whats the max size I can make a joker card because I have a ridiculous idea
I think as long as it fits in memory
Although at a certain point it is always going to be downscaled
joker whose sprite is a copy of the last frame
what is freaky_scream.ogg
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
maybe this is screaming from this song xD
got that yellow crash screen lmao
not sure which mod is freaky_scream though
okay, i did a small research and this is probably from ShenanigansMod
there is a freaky deck
and here is this sound lol
i tried renaming it to freaky_scream but then game didn't want to start
it needs to be an ogg file, not a wav
at least thats what im gathering from the crash screen
oh that was obvious wasnt it
i install how this appears in the readme
accidental even steven
yoda/r2d2 death sound still haunts me to this day
yeah, hold on
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
Congrats for get C+
it should be an ace because it gives 11 chips
then it will have the most chips e v e r
(without hiker)
Wee joker wet dream
cooking with jokers again
these seem interestin
is this a guy who was singing Europapa?
yes it is joost klein
i want more brainstorms
i was watching eurovision this year and was pissed off
not because of netherlands but because of croatia
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
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 ^_^
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 ...
Made this with the balatro folder
thanks! i will try this when i have time available later
richer brother of Throwback
thanks a bunch
Style Meter, my precious
you got blam-boozled
can they dupe themselves
they cannot
thank god
the dupe wouldn't have enough time to dupe another card anyway
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
i gave myself 4 dupes-o-clocks and one jolly joker at the start of the game
uh oh
the result of that is during the blind, 4 negative jolly jokers appear
and at the end of the blind, they are removed
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
the negative copy is removed
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
yeah
that makes sense now
it sounds quite similar to blueprint but rather than copying the effects it just copies the card itself
there are similarities
effectively the same thing during the blind, except you can move the copy independently
could you post link to this mod ? this is the first time when i see this mod name
it currently doesn't exist online, i'm making it
oh 😅
its ok lol
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
jokers inspired by artists and bands?
wow, you missed the entire joke, and yet got it in the most roundabout way possible
wut
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)
i never watched this anime
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
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
The category is western animation. It's a medium not a genre
Same with anime
But people g treat it add a genre
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
I understand that argument a lot more. Though idk the history of roblox to know if it was always a platform
Like, look at Doors or Phantom Fortress, or Brick Bronze
no duplicating for you sir
it doesnt work like that yet actually
(i could be evil and make it work like that though)
I mean that's definitely the implication
true
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
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)
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
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
i tried that, it still gets deleted regardless for whatever reason
I'm confused, don't most scaling jokers work right when duplicated?
i migrated it to challenger deep, also 1
Most start at 1x again
when you duplicate them?
Yes
Which for a 1 round duplication is useless
Throwback doesn't because it's "this run"
Not since obtain
I'm confused, do you not mean stuff like Invisible Joker/Ankh?
this doesn't look intended ???
doesn't vanilla copy all current values
Hmm maybe I just usually copy cards with non-vanillia methods and they weren't implemented right
Well I thought I did
yeah the vanilla ones basically copy stuff perfectly
beautiful
is Throwback considered as one of freaky jokers? xD
throwback is only here because the card reminds me of mirage from apex legends
either im very lucky or it works for invis now
Im trying to mod rn, and the game didnt add the mods, do i need steammodded?
my "Mods" folder in case
lovely is missing
is it literally just ankh and invisible that copy jokers in the base game?
where do i get it?
wheres the forum 😭
yup
read the github
yo do any of yall know how to prevent the command line from showing up when launching
i cant believe we'll have single jokers and couple jokers
a sticker that just makes every joker with the sticker debuffed if one is?
nop but you can just minimize it i believe
It's normal and intended
yeah thats not possible im using a tiling manager
tragic
Surely there's some way to deal with background windows?
Maybe send it to another wonkspace?
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
add "--disable-console" to your Balatro starting params
nah, now its just not turning on
i suspect this is just because balatro is tied to the terminal
where can i find list of all mods here?
This google sheet got most of them https://docs.google.com/spreadsheets/d/1aoJrrC7Y-dkvJwBu_U6amelYnoCrZgWqpoGRAfHN1ys/edit?usp=sharing
Either that or check #1209506514763522108
thanks
this isnt really actively maintained afaik
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
I believe @grand geode (intentional ping) tries to keep up with it still
The thread for it is here #1260833176935465063
have not been checking it as often since balatro burnout
Im trying to mod but its not opening, what might have i done wrong?
you are making a mod or you wanted to mod?
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
where would i do that
Learn how to exclude files, folders, or file extensions from being scanned by Bitdefender Antivirus. Go to Protection > ANTIVIRUS > Open > Settings...
do i need to allow something in windows security?
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
yeah that has to be it bc its still doing this
and just for comfirmation i put it in this folder right?
?
they're showing up on my mod menu but they aint doin anything
I got the file in, but balatro just does not open at all
I DID IT
FINALLY
ty
Mmm, i think no because i have one and works perfect
Fine for me
Hey does anyone know which mod is used to skip animations?
Talisman
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
those are not supposed to show up in the mods list because they're not smods mods
they're lovely
hmm... ok, any advice for troubleshooting why theyre not working, or should i just try deleting them and reinstalling?
Lovely mods show up now though?
Are you both using an old version of the smods alpha?
i have no clue, how would i check?
this is what im working with.
Of I see your problem
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)
https://github.com/Steamopollys/Steamodded/wiki/01.-Getting-started
Then follow the instructions for the newest alpha/1.0
verifying now
Verzion.dll goes in this folder btw
The third one
With the game exe
okay ty!
Np :3
and i want the 1.0 alpha?
gotcha
'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
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)?
hot damn we've done it! ty for the help! @swift matrix
Ayyy very cool
uh this is happening when the xChips sound effect tries to play[I know it says xMult on it but xMult is working fine]
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
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
notice how it has a date by it? 1.0.0 alpha gets updates to it
and 0.6.0 is out
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
lmao lovely is just straight up crashing now
there's a small change that needs to be manually made to Jen's for 0.6.0 apperently
where can i find the working cryptid mod discord link? the one i the game doesnt work aparently
yeah that one says its expired
paste that in the + button at the bottom of your server list
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
i have vencord but okay sure
vencord user, based
huh, Didn't know that was a thing. I mean I coulda assumed but never thought to try out something like that
(God having a different theme for discord is shortcircuiting my brain)
Even though it is 100% my vibes
how do i get crptid mod?
and that's a RIP. Got pretty up there though
btw you should know that it is against discord tos to use any discord modifications, tho I dont think they yeet accounts for visual modifications, you use it at your own risk
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
Steamodded’s Wiki has a good guide on how to make most objects (ie Jokers or Consumables)
for things not documented there, i’d reference from stuff in the discord or mods themselves
Alright, thank you!
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
if only there was a section in the installation guide about antivirus issues
sure, if Balatro is the target and the payload is your mods
oh wait
that's exactly how it works, and why it gets detected as a trojan
Vencord is the biggest Cryptid hater lol
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
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
And what if they can overcome that obstacle?
You never know
I remember downloading minecraft mod and then the pc goes haywire with malware
That's kinda on Windows for giving all exes such power, It could happen modding any game
Even steam workshop mods
it happens a ton with garry’s mod from what i’ve seen
os.execute("open https://www.youtube.com/watch?v=aUr0gXE77rk")
i think youre less likely to get a virus from a card game mod than GMOD mods
But never zero
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
if you blame anyone blame love2d for not having any sandboxing
which probably makes thing easier for both us and thunk, but shrugs
bestie how old are you LMAO
And again blame Windows for giving exes such full control
minecraft has been around for over a decade
this is why tboi's --luadebug parameter is marked as extremely dangerous btw
I know I did some stupid shit as a preteen and young teen, like downloading fake "ie 8" exes and all sorts of junk, lol
pffft
...
Are you implying I'm a dumb fuck who think downloading mods is no danger?
And I should quit this server and never touch pc again?
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

