#⚙・modding-general

1 messages · Page 102 of 1

mystic oar
#

hmm, true

gilded vortex
#

Anyways, I think this is an easy API to add to 1.0 after it comes out

#

It was already on my radar, but I went and added it to my list of APIs I'd write

grand geode
#

the fact that temporary cards exist means that graveyard balance will be broken

#

but what can i do

#

¯_(ツ)_/¯

gilded vortex
#

the fact that graveyard exists means that temporary card balance will be broken

#

but what can i do

#

¯_(ツ)_/¯

dapper helm
#

¯_(ツ)_/¯

mystic oar
#

i tried to make temporary cards not trigger any on destroy effects unless it was specifically destroyed by something other than the end of turn destroy effect but idk if thatd still work

#

¯_(ツ)_/¯

gilded vortex
#

I oppose that lol

#

I think they should trigger it

mystic oar
#

i would say i think they should trigger it but one of my cards is one that makes temporary copies of face cards

sleek granite
#

graveyard could simply ignore temporary cards

mystic oar
#

its a very niche scenario but i think itd literally be an instant game win with canio

mystic oar
#

i mean i like strong niche synergies but +12x mult every round is a lot

#

but it is also a legendary though so idk

#

in other news

sleek granite
#

nodes[1].nodes[1].nodes[1].nodes[1].nodes[1].nodes[1].nodes[1].nodes[1].nodes[1].nodes[1].nodes[1].nodes[1] has a competitor

gilded vortex
#

I think Legendaries having game winning combos is fine

lean dune
#

oh no...

gilded vortex
#

anything else I should add

sleek granite
#

aure add temporary cards 🔫

sleek granite
mystic oar
#

would negative playing cards be +1 hand size

gilded vortex
grand geode
gilded vortex
sleek granite
#

altho i guess my permanent boosts only affect pcards and not jokers

gilded vortex
lean dune
#

you first

gilded vortex
sleek granite
#

if i code stuff in a mod will you put it in the game

#

cuz i already have permamult/xmult/hmult/hxmult

lean dune
#

if I don't have to rewrite it

gilded vortex
#

Also we had talked about this before and I was going to take your implementation and merge it with mine

#

But yours isn't currently available

#

also 1.0 isn't out

gilded vortex
sleek granite
#

all that the steamodded mod i have does is handle a few functions to hook because it winds up cleaner than injecting and set up localization

#

the rest is all lovely patches

carmine mortar
gilded vortex
#

When people ask me what a mechanic does, I prefer asking them what do they think it does

mystic oar
#

i mean thats what i think they'd do, +1 hand size per negative playing card held

gilded vortex
#

(that's what they do)

mystic oar
#

im so smart

gilded vortex
#

But they don't have a functioning tooltip and the draw is slow

#

Otherwise they already work

sleek granite
lean dune
#

lovely patches are preferable for functions that aren't complete rewrites

gilded vortex
lean dune
#

hooks are alright if it ends up being cleaner

gilded vortex
#

Maybe I could have an API for Credits tooltips, Idk if that's useful for anyone else

sleek granite
#

rn the funcs im hooking are just the Card:get_chips_mult and related

#

which since the functions are so minimal anyway i decided to just hook them to add/multiply the appropriate number to the existing result

#

but it could probably be cleaner if i wasnt worried about overriding other mods which wouldnt be an issue with steamodded proper

gilded vortex
#

This is how I do Joker Chips and Mult:

sleek granite
#

yeah im just hooking into the vanilla functions that determine card value

#

since thats where hiker boosts are considered

#

and these are meant to be hiker boosts for all other stats a card can have

gilded vortex
#

But now that I know how to lovely patch these could be cleaner

sleek granite
#

you know how to lovely patch eh

gilded vortex
#

If it's not a regex patch it's easy*

#

*provided the line you are aiming for is unique in the file

stoic oar
#

listen

#

its bc the vanilla game.lua was in UTF-8 with BOM

dusk scroll
#

is there a reason a print method.. wouldn't print to the console?

lavish jackal
sleek granite
#

if the value you're printing isnt a string

dusk scroll
#

right

stoic oar
dusk scroll
#

even if it's a number?

sleek granite
#

yeah sometimes

lavish jackal
sleek granite
#

it can be weird about it

sleek granite
#

akai dont bother the new person kindly

dusk scroll
sleek granite
#

being elitist is how modding communities die

dusk scroll
#

trying to reverse engineer the seed generating method

lavish jackal
#

i will be very rigorous about my opinion that new people should read documentation

dusk scroll
#

but i have never touched lua in my life

lavish jackal
#

so you should read Lua docs

dusk scroll
#

yeah probably

sleek granite
#

akai you and i both know reading is hard

lavish jackal
#

youre lying youre literally reading homestuck right now

sleek granite
#

the hardest thing to read of all !!

lavish jackal
#

you're reading the most incomprehensible conksuck piece of bullshit

sleek granite
#

it is second only to reading stuffy documentation from boomer ahh devs

lavish jackal
#

lua docs are lightwork in comparison

sleek granite
#

i have never read lua docs :3

lavish jackal
#

me when devdocs exist

stoic oar
#

gpt4 when u simply want to understand what a block of codes is doing is a masterpiece

sleek granite
#

ok cool im not reading that :3c

lavish jackal
#

gpt4 can die in a housefire with its entire lineage

lavish jackal
sleek granite
#

ok cool :3c

dusk scroll
#

i have now realized that i just did not notice that apparently that whole section was in the same if statement that seemingly never gets called

#

woops

lavish jackal
#

but yeah help vampirism is not cool

#

regular vampirism? be my guest

#

actually no dont be my guest you cant come into my house

sleek granite
#

my god you hate people trying to learn things :3c

lavish jackal
#

i hate people making their learning journey other people's problem

#

the order is try it yourself, try looking for materials online, if you don't understand still, then and only then you can ask other people for help

sleek granite
#

we are online you dingus :3c

lavish jackal
#

otherwise you cultivate learned helplessness where there's no point in trying things yourself because someone else will do a better job explaining

#

which is a really bad mindset to be in for learning

#

its both bad to the person trying to learn because they'll never learn to solve problems without clear solutions and its bad to the people telling them how to do it because like. they're people too

gilded vortex
lavish jackal
gilded vortex
#

I found some documentation but I don't think it was very good

lavish jackal
#

devdocs is literally the only site i need for documentation

gilded vortex
lavish jackal
#

you can type in any related term and it'll give you things

#

like watch this right

#

i will ask how to ternary in lua by typing in ternary

gilded vortex
#

I've never used devdocs for Python or Julia

sleek granite
#

ive never used docs

gilded vortex
#

they tend to use readthedocs.io

sleek granite
#

in fact ive never read anything in my life :3€

lavish jackal
lavish jackal
gilded vortex
#

I mean the documentation has to be hosted somewhere, but I couldn't find it

lavish jackal
#

It has documentation for popular frameworks, popular languages, even some game engine stuff

sleek granite
#

man this is a really weird sponsorship segment of my youtube video

sleek granite
#

:3¢

#

so mean

gilded vortex
#

typing quirk

sleek granite
#

:3€ wdym i dont þink ive heard of any such þing

lavish jackal
#

autumn if you were a troll what blood color would you have

#

i gotta go with cobalt

gilded vortex
#

not red?

lavish jackal
#

thats what i want you to think

gilded vortex
#

Disguising as a lowblood/mutant? 🤔

lavish jackal
#

perhaps

#

perhaps its a sting operation

#

perhaps i am associated with alternian authorities

#

who can tell for sure

sleek granite
#

:3€ id be red for sure

dapper helm
sleek granite
#

:3¢ þo idk if i really get it

lavish jackal
gilded vortex
sleek granite
gilded vortex
#

also they depend on your horoscope

sleek granite
#

oh fr which ones libra

lavish jackal
#

they really dont

dapper helm
sleek granite
#

oh fr

dapper helm
lavish jackal
#

libra more liek

#

libral

#

thank you i'll be here all week

sleek granite
#

i mean im like only 3 days off from virgo i think

lavish jackal
#

virgo more like

sleek granite
#

i Forgor:3¢

lavish jackal
#

virgoin

#

thank you i'll be here all week

sleek granite
#

you better be here next week :€

lavish jackal
#

bites you

gilded vortex
lavish jackal
#

all the trolls are created at the same time in the same ectobiology lab

#

they're just sent to the planet at different times of year

dapper helm
#

jestobiology lab

#

i get it now

gilded vortex
sleek granite
#

troll society exists outside of the twelve players doesnt it

lavish jackal
#

theyre more like npcs

#

background characters

sleek granite
#

youre morw like npc

gilded vortex
#

But the society exists

sleek granite
#

im the only player here

dapper helm
#

i'm more like npc

gilded vortex
#

Lowbloods live ||less but have stronger psychic powers and vulnerability||, while highbloods live ||longer and are physically stronger||

lavish jackal
#

the handmaid:

dapper helm
#

i'm a lowblood then

gilded vortex
sleek granite
#

oh yeah im red all the way down i am so vulnerable and weak and pathetic and will die young

gilded vortex
dapper helm
#

i don't know homestuck!!!!

lavish jackal
#

^ lie

dapper helm
#

truth

gilded vortex
dapper helm
#

instinctively i'm guessing yellow

dapper helm
lavish jackal
#

cease and desist perchance

gilded vortex
dapper helm
#

using homestuck in your design process is kind of evil

sleek granite
#

akai acting like she owns the concept of a balatro homestuck mod

lavish jackal
#

i do though

#

/j

gilded vortex
#

It's not a Homestuck mod so it's ok

#

It's a Homestuck reference inside a generic mod

lavish jackal
#

i also own the concept of starsigns

dapper helm
sleek granite
#

im a homestuck mod

lavish jackal
#

i made starsigns youre welcome by the way

dapper helm
#

why'd you give me the wrong one akai

lavish jackal
#

to mess with you

#

thought it'd be funny

sleek granite
#

why couldnt i Technically Have The Cool Snake One

lavish jackal
#

because perish

sleek granite
#

:3¢

gilded vortex
#

hold lemme finish lol

lavish jackal
#

you will be hearing from my lawyers (2 clowns)

gilded vortex
# lavish jackal excuse me hi uhh

Anyways, I already had the idea to give each poker hand its own scaling effect, but I decided to go with Zodiacs after realizing there was one for each poker hand after seeing your mod

lavish jackal
#

one has a hammer and the other has the banishment spell

gilded vortex
#

But can they spell it after I translate it to French?

sleek granite
#

akai im gonna make ♈ ♉ ♊ ♋ ♌ ♍ ♎ ♏ ♐ ♑ ♒ ♓ ⛎

lavish jackal
#

balatrostuck compat

#

you have my blessing

sleek granite
#

not as balatrostuck compat >:3¢

lavish jackal
#

you will be hearing from my lawyers (4 clowns) (they undergo mitosis every time someone copies my balatro homestuck mod)

gilded vortex
#

I also have these, though the "Flush and [suit]" might change to something completely different

sleek granite
#

akai im gonna add astrological signs in balatro of isaac too

gilded vortex
#

I like how the main game enhancements have a kind of symmetry to them. Steel and Gold work from hand; Glass and Lucky have chance-based effects; Stone and Wild affect the suit of the card; and Bonus and Mult affect Chips and Mult

lavish jackal
gilded vortex
#

I wonder if you can tell what the reference is just from this

sleek granite
#

you will be hearing from my lawyers (1 crying screaming baby)

dapper helm
#

very effective lawyer

lavish jackal
#

7 clowns vs 1 crying screaming baby

#

isnt this just the plot of undertale neutral ending

dapper helm
#

brought the 1 counter to the baby

lavish jackal
#

the baby dies of a heart attack surrounded by fucking juggalos or something

dapper helm
#

on the other hand though the baby will never stop crying or screaming ever again

gilded vortex
#

nuclear bomb 7 clowns vs coughing crying baby

#

Oh, maybe there could be an extension to temporary cards that last multiple rounds

#

@mystic oar I also had an animation for cards being destroyed

mystic oar
#

oh what was it?

#

i just used the dissolve animation + some delay thing so it does for every individual one after eachother

gilded vortex
mystic oar
#

oh thats nice, i was considering adding smth similar to my cards that create it but since they spawn so much temp cards i felt itd waste way too much time on the player's end

gilded vortex
#

Alternatively, there could be a system to just do it all at once or hide it if there's too many

#

I have a different Joker that destroys the deck, but the animation isn't finished

#

I made this one slow so I could see what was happening

#

I think I'll just destroy everything at once, maybe without even flipping face-up

dapper helm
#

when soul_pos consumable release? is it tedious to make the assets?

gilded vortex
#

It's not very hard, no

#

But actually I only plan to release the Planets

#

Some Tarots seem like they would look weird as soul sprites

dapper helm
#

can i have early permission to copy your code when it releases if i wanna do the same thing but for all spectrals or for tarots?

gilded vortex
#

Sure. I mean, you could add it to the same mod

#

I just decided not to do it because I don't see how it would look good for some Tarots

dapper helm
#

rule 5

gilded vortex
dapper helm
#

nice

gilded vortex
#

Idk if Black Hole looks all that good

wanton rapids
#

black hole being on the top layer is fun

gilded vortex
#

It does make it hard to tell what its edition is

dapper helm
gilded vortex
#

Doesn't it already?

dapper helm
#

the outer one

gilded vortex
#

hm, but I think the black hole itself is just the center, the rest is uh the accretion disk?

dapper helm
#

true i just think it'd look better

gilded vortex
#

Here's how it's looking right now

dapper helm
#

nice

gilded vortex
#

Syzygy moment

stoic oar
#

tf is this first draw

#

i never get this when i wanna go flush

stoic oar
#

is this in any mod yet

gilded vortex
# stoic oar broo this is cold

Not quite. I temporarily have it in an unreleased mod but I’ll move it to another unreleased mod when I release that one (for beta testing) XD

But I do have a video of it working

gilded vortex
stoic oar
strong swift
gilded vortex
#

I just haven’t bothered making another mod for miscellaneous Jokers

#

I did make a spreadsheet for it though

stoic oar
#

have you released any mod so far?

gilded vortex
#

Buy Sell Pack is ready for beta testing but I haven’t released it since 1.0 seems to be close, but I think I should release it anyways. (Also currently it has a dependency on Oddities which are privated, so I’d need to disable one Joker)

stoic oar
#

like just put it on github but dont pack a release

#

can be fine

gilded vortex
#

Like, every Joker I wanted to implement is implemented. Beta Testing would help me balance and if anything seemed unworkable I’d rework it (so I don’t make art for scrapped Jokers)

#

Donkey might be too powerful still

#

Félicette is weak but she’s cute

stoic oar
#

i feel like when im choosing mods to add to my game, if it has some cool artworks, that'll be a solid +100 points for me. thank god so far i havent seen any mod with great visual but trash ideas or i'd easily get baited

gilded vortex
#

My placeholder artwork is terrible but people asked me to keep it 🤔

stoic oar
#

if its terrible in a funny way thats still great

gilded vortex
#

(I accidentally overwrote two placeholder artworks but it’s not like I can’t remake them)

stoic oar
#

👁️

gilded vortex
stoic oar
#

okay thats too good

#

i mean i can even take them placeholders itll be fun

dusk scroll
#

if anyone's wondering where i'm at with this

#

i managed to get the formula to get the X & Y values from a screenshot's X & Y

#

time i'm just using the ingame code to just give me that for now

#

so i have all the values ready, but for some reason, when i use my test script to see if i generated the correct seed, it for some reason doesn't accept the answer into math.randomseed

#

although it's the exact same method and thing done in the actual game?

#

bad argument #1 to 'randomseed' (number has no integer representation) is the error i'm getting if anyone knows how i'm suppose to magically fix it

#

oh wait nevermind, apparently if i run it with Love2D it magically works fine

#

but yet somehow is not generating the same result, despite everything seemingly being the same?

dusk scroll
#

maybe you know? @white scarab

white scarab
dusk scroll
#

oh

#

that

#

but even still when i run it with Love2D it still generates different results

#

technically i'm running it without an actual Love2D project but it seems to run fine

white scarab
#

weird

#

make sure the inputs are exactly the same since even 1 bit away will cause different results (or it could be taken on the wrong frame, etc.)

dusk scroll
#

it's taking the exact seed the game is putting inside of it

#

straight from the function that generates the seed

white scarab
#

<@&1133519078540185692>

dusk scroll
#

i don't think i physically can get any more accurate than that

white scarab
#

then it may be an issue with your environment or algorithm, idk

broken patrol
#

Fake steam link

white scarab
#

I’ve reimplemented the algorithm in The Soul in C++ so you might be able to use that

dusk scroll
#
print("math seed: " ..mathSeed)

function random_string(length, seed)
  math.randomseed(seed)
  local ret = ''
  for i = 1, length do
    ret = ret..string.char(math.random() > 0.7 and math.random(string.byte('1'),string.byte('9')) or (math.random() > 0.45 and math.random(string.byte('A'),string.byte('N')) or math.random(string.byte('P'),string.byte('Z'))))
  end
  return string.upper(ret)
end```
that's basically what i'm checking with, it's the algorithm literally copypasted
#

it should be KPMC9R83

#

but it gives WCMVADLU instead

#

wait there might be something here

white scarab
#

Run it with LOVE2D?

dusk scroll
#

thats what i did and it gave the same result

#

but now when i put it at the start of the game

#

it gives WCMVADLU also

white scarab
#

weird

#

it could be a version difference?

#

but I doubt it

dusk scroll
#

i checked it isn't

#

yeah that's so weird

#

i take the same seed, but i run it from the start and its a whole different result

#

that's so weird

unreal charm
dusk scroll
#

and it's the same result when i run it on my script

#

i think there may be like a random call before it actually generates the seed, somehow?

#

not sure

#

nope i put print statements every place there's a random call and none of them seem to intefer

#

i'm actually like just lost on this but if anyone else has ideas id like to know

gilded vortex
#

There might be some randomness in the background or the Splash screen

dusk scroll
#

probably after? but it doesn't matter since even with the same seed it for some reason doesn't generate the same result

#

even in the game itself if i put the same number seed in, it doesn't generate the character seed that was when it was generated

#

i tried even like running the seed to just see what were like the next 1000 possibillities and none of them were what it generated before

gilded vortex
#

Maybe there’s a call every frame?

dusk scroll
#

so i'm just lost at what could be causing it to not repeat itself

#

it would show up on the logs, so probably not

#

but even if, it sets the seed at rhe start of the method then calls 8 times for the length of the seed

#

or technically more since there's more than one call

unreal charm
#

I get at least 6 brainstorm but no blueprint 💀

fallow bramble
#

Which deck is that?

unreal charm
#

my own mod, which combine every vanilla deck together but ante scale faster

fallow bramble
#

Oh ok

lean dune
#

so like that one challenge i made but cooler?

unreal charm
#

oh i didn't know it existed

round ore
#

hey guys ! can someone help with installing the score mod pls ?

winter bone
#

guys i think i might have too many mods

#

😭

shy pivot
#

ordinary balatro mod user expierence

dusk scroll
#

couple questions i'll try to see if i can get further tomorrow but for the random implementation, which file in immolate should i be using? the util one?
also google seems to say its PRNG but if you could tell me what the implementation is generally for the randomess i'd be helpful, because i might try to redo it in a different language since i don't have much experience with C++
and i'll prob be only able to answer tomorrow so no pressure to answer any of these quickly
@white scarab

winter bone
#

anyone smarter than me know what this menas

#

means

dapper helm
#

did you just update reverie?

winter bone
#

no

dapper helm
#

then no idea, i do not profess to be smarter than you anyways

white scarab
opaque badge
#

Is there a mod manager that has support for Balatro, so that I can have a separate instance of balatro for modded?

white scarab
#

thunderstore

lean dune
#

r2mm, it's not really being used though and I can't remember the state of things on the matter

#

for the most part it's just lovely + steamodded for a reliable setup

opaque badge
#

I tried through r2mm, but it doesn't have balatro as one of the supported games

opaque badge
white scarab
white scarab
lean dune
#

otherwise fun fact, balatro will use a save directory matching the executable name, so if you create a copy of the executable under a different name, a different AppData save dir will be used

#

might be good enough for your needs

opaque badge
#

oh that sounds great actually

white scarab
#

Wait that’s such a good trick

opaque badge
#

And I can install all my mods in that AppDir

white scarab
#

thanks for telling me that

opaque badge
lean dune
#

I think lovely supports it properly at this point, though it used not to

hushed inlet
#

Digging the look so far

#

reshade filter helps a lot lol

strong swift
opaque badge
umbral pilot
#

you can also use the --vanilla arg

#

and the --mod-dir arg

#

if relevant

opaque badge
#

Oh, so there's lots of different ways to do it lol

umbral pilot
#

yus

#

r2mm uses those flags to support multiple profiles

#

and if you want I can share a r2mm build with balatro support

opaque badge
#

That'd be cool. Does it have the online mod browser support too?

umbral pilot
#

yup

opaque badge
#

Oh sweet, that's awesome. I'd love having that!

umbral pilot
#

kk! I'll @ you when I have the build ready :-)

cerulean flare
fallow bramble
glad sedge
#

trying to find related code to what decides the initial booster packs in shops, anyone has a tip?

fallow bramble
#

in common_events.lua

glad sedge
#

thanks yeah, i see it. i thought it was in game.lua in update shop

glad sedge
#

thanks, man

slow summit
#

guys how do i add a mod

polar schooner
#

oh themed jokers cultist doesn't stick around if it's eternal? kinda contradicts how eternal works

kindred swallow
stoic oar
#

guess my day just got ruined

radiant crystal
strong swift
radiant crystal
#

Thx

stoic oar
#

disables boss blind when 3 Aces are played. it was sweet at the first few antes but i was shortsighted

#

i didnt know the piggy bank would go that big

#

its a solid uncommon ngl but its just a common

#

or maybe i was lucky enough to grow it big

charred ore
#

does anyone know what the rainbow deck mod is or have a link to it? i cant find it :(

neat dome
#

Does it involve Color cards?

#

If so, then it's likely in the moreFluff mod

spare escarp
#

Got this going on but the card face/suit recolors arent working, using steammodded. Just unzipped and put lunas enhancements in there, do I need to pick between the 1x and 2x folder or something?

rare shell
#

might've nested it

spare escarp
#

Inside and inside of inside, inside the 1x and 2x folders, theres the card face recolored images as well as the enhanced cards different images. The enhanced card images worked fine with no change to the folder structure or anything, it's just the card recolors which is odd.

charred ore
#

rainbow deck gets a little goofy

polar schooner
#

it's the reason why all the ones that do that in vanilla are incompatible with eternal

wary moth
#

sounds like a bug but ok

mystic oar
#

modded joker which adds up to two temporary copies of a random card (might change this to the highest value card) youre playing before scoring: rare or legendary?

#

so like, if you play a three of a kind itll add 2 more cards and turn it into a five of a kind

#

only works if you have space, temporary cards removed at the end of the round yadda yadda

#

no way

#

ive always wanted a $50 gift card

wary moth
#

you only need one polychrome glass red seal card to have three

mystic oar
#

legendary it is then

gilded vortex
mystic oar
#

it does upgrade the hand, yeah

gilded vortex
#

Nice to know

gilded vortex
mystic oar
#

wdym too straightforward

gilded vortex
mystic oar
#

i mean it is a pretty good card all around but if you are stacking one card type it has way lower returns the more of said card you're copying. and if you're not stacking one card type its probably not the best

#

i do see what u mean tho

gilded vortex
#

If you’re stacking one card type you can stack extra Steel

blazing whale
#

i have a problem whit steam modded i already installed it once but afrter a while it stopped working so i uninstalled balatro and reinstalled steam modded but the game doesn't open on even a crash screen

#

is it becouse of the new version?

mystic oar
gilded vortex
mystic oar
#

yeah ik i just think the fact that its not as long term strong as others makes up for it being a really easy straightforward joker to use

#

like that one legendary that disables boss blinds, ig

gilded vortex
mystic oar
#

fair

gilded vortex
#

Legendary design is a bit tricky because they’re hard to acquire, but I do like when them (and Jokers in general) have more contrived conditions rather than being generically applicable

dusk scroll
#

Odd question but anyone knows how could i convert a double value to its representation in bits? I've tried finding it on google but no one seems to have a working example for whatever reason

dapper helm
#

chat italic or normal font?

lean dune
#

bold

gilded vortex
#

strikethrough

dapper helm
#

those aren't options smh

#

i went with italic

gilded vortex
#

Are you modding

dapper helm
#

yes but no, mostly no

#

was choosing which version of a font to use as a custom font, now i'm messing with the suits cause i felt like it but italic doesn't work super tiny (or at least i'm not putting the effort to make it work) so its not gonna match perfectly

#

anyway on that note which a?

grand geode
#

right

grand geode
dapper helm
#

find me jet set code block strikethrough bold font and i'll use it

lean dune
#

very fun

#

what are you doing here

grand geode
#

bro think he a tarot

dapper helm
#

joker tarot v0.5

#

the prototype

dusk scroll
# dusk scroll so i'm just lost at what could be causing it to not repeat itself

following on this, apparently, the issue seems to be that because of the fractions, it wasn't actually printing the whole value, hence why even in the game script it got the wrong code, but the sad thing is that now i somehow have to do calculations that would be accurate to the 15th digit after the decimal point, which i'm not sure if is possible off of screenshot coords

dapper helm
#

ok i'll just go try the other letters till i get a tie breaker

dusk scroll
fallow bramble
grand geode
#

peak

fallow bramble
#

carmine mortar
fallow bramble
#

Should have sent this to Aure and go "uhm why steamodded broken" to give him an heart attack (I'm such a good person)

dapper helm
#

imagine misprint

mystic oar
#

is that ?

#

i love

grand geode
#

thank you firch

dapper helm
#

lmao

fallow bramble
# fallow bramble

Should I actually release it? It's just MathIsFun's Custom Fonts Mod with an empty font file I made.

#

I should just distribute the font

dapper helm
#

i've decided all the stuff is just gonna be larger than normal because i wanted more room

fallow bramble
#

What are you cooking Coro?

dapper helm
#

idk

fallow bramble
#

Epic

dapper helm
#

just making the rank markers for the cards jet set font cause i felt like it

#

probably nothing more after that

red shell
#

Is there an idiot's guide for how to install mods for Mac users?

dapper helm
#

i don't know of any but theres quite a few mac users that would be willing to help

red shell
#

Would appreciate the guidance from anyone willing to hold my hand a bit

fallow bramble
#

:((

lean dune
#

i jest

#

I would have found that quite funny

dapper helm
fallow bramble
grand geode
#

@rare shell can i have your vermilion trident's aseprite file?

rare shell
#

yup

fallow fable
#

sorry if this is a question that gets asked a lot, but how do i even go about installing mods? ive tried looking into steamloader but google blocks the download and cant seem to get balmod to do anythign much lol, does anyone have any simple guides i could follow to start installing mods?

rare shell
#

one sec

strong swift
#

@fallow fable

gilded vortex
#

people really don’t know how to make google accept the download huh

fallow fable
#

i used to , my brain aint what it used to be lmao

strong swift
#

not that you should be using the injector in the first place

gilded vortex
#

Yeah it’s going to be deprecated anyways (and it didn’t work correctly all the time anyways) but still

fallow fable
#

wait so i shoudlnt use this?

lapis hemlock
#

how do i get some mods? i know how to install, but i don't have any

fallow fable
#

sorry to both you all but i followed the video guide tried loading balatro and got a huge error

#

can i post it to look over and see what could be wrong?

fallow fable
#

Error

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

Traceback

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

grand geode
#

verify the integrity of game files

fallow fable
#

1 file faield to validate and re-aquired, let see if that fixes

spare escarp
#

I like the "cursed tarot" cards from the deluxe tarot mod, but I dont want to change any base gameplay systems yet, is there a way to use the cursed tarot images as a replacement for the regular tarot cards, just as a reskin??

fallow fable
#

ayyy were online, thanks all, 😄

lapis hemlock
grand geode
#

would light be better for monsuta (similar to the arm)

strong swift
#

i think i prefer that

grand geode
#

current for comparision

strong swift
#

honestly either works, but i prefer the first slightly

grand geode
#

and pipi (light)

strong swift
#

i prefer old for that one

lapis hemlock
#

what's that

#

can someone help?

lean dune
#

how'd you get that?

lapis hemlock
#

idk

#

i just put the mods on the folder

#

after seeing the tutorial

#

and it got like that

lean dune
#

can you show your mods folder?

lapis hemlock
#

for sure

lean dune
#

you have incomplete installations of mods there - these have more files than just the lua file

lapis hemlock
#

ohh

#

lemme see

#

which one are?

grand geode
#

did you install morefluff via thunderstore?

#

actually

#

yeah incomplete install

strong swift
lean dune
#

^^

lapis hemlock
#

lemme try

#

tysm guys

strong swift
#

np

lethal meteor
#

guys how do I report crashes to mod devs

strong swift
lapis hemlock
lethal meteor
lapis hemlock
#

oh

#

nvm

#

nah, i'm trying this mod just now

lethal meteor
#

bettma vouchers?

cunning silo
lapis hemlock
#

i'll see if i get this too

lethal meteor
#

its pretty cool but broken in all definitions xd

dapper helm
glad sedge
#

Any tip on how to modify clickable area of cards, booster packs? added 4 boosters to shop, but the mouse can click them kind of outside their "texture"

dapper helm
#

i'm surprised i haven't seen kanji blinds made yet

lapis hemlock
#

someone know the name of this mod? that adds challenges

dapper helm
#

i haven't ever seen those

strong swift
#

jellymod but it doesnt work now

lapis hemlock
dapper helm
#

oh thats why i haven't seen those

strong swift
#

the only reason i remember that is because i 100%ed those challenges

dapper helm
#

huh looking at the jellymod info stuff most of this seems like it wouldn't be that hard to make (relative to how difficult any mod is to make)

lean dune
#

jellymod is just really outdated

dapper helm
#

i hope it gets updated at some point, having so much food synergy seems interesting

lean dune
#

using it with pretty much any other mods is likely to break something

red shell
#

Asked earlier, but figured I'd ask again: are there currently any mac users who can handhold me into getting mods loaded up in DMs?

#

The guide on the steam community page on how to load Steammodder onto OS X is not really designed for idiots like me

lean dune
#

I was just writing up an install guide for steamodded with lovely, it's mainly meant for 1.0, but it'll also work for steamodded 0.9.8

#

install instructions for lovely on github are actually useful now

lean dune
#

uh i mean

umbral pilot
#

it's actually a guide on how to install Roblox, I've tricked you all

lean dune
#

they exist

#

like

#

at all

umbral pilot
#

fair

#

you're goat for having the wine path in your guide, I hate working with the compat dir

lean dune
#

I'm just anticipating the questions people will naturally ask

red shell
#

All the other pieces seem to be there, and the Steamodded directory shows up in the user directory when i run the command, so obviously there's a step missing

cunning silo
fallow bramble
grand geode
toxic cloud
sterile lodge
#

i keep getting this error when i try to load after using the injector. I tried reinstalling and its still in there.

grand geode
#

foaf is an old mod

#

remove it

sterile lodge
#

yeah i dont know where it is. I did it a while ago and now even when i reinstall the game its still in there. theres no mod folder anymore

grand geode
#

what os?

sterile lodge
#

just windows

dapper helm
grand geode
# lean dune

@sterile lodge follow step 4 here to open your mods folder

sterile lodge
#

i dont have a mods folder anymore. i reinstalled the game

grand geode
#

there should be a mods folder in there for the mods to load though?

sterile lodge
#

i install the game and just use the injector, then it shows this. somethings in there. i dont know how

grand geode
#

can you verify integrity and reinstall using lovely?

#

instructions are in the same image i linked

quick geode
#

How do I install mods?

maiden marlin
#

Everyone who's having difficulty getting started with mods: I'm willing to help in a bit. go ahead and DM me

winter bone
#

yo i keep getting this does anyoen know what it means

#

its not when i load the game its when i press play on the title screen

#

i get to here but it just does that when i press play

latent nimbus
#

or something? idk

winter bone
latent nimbus
#

depends, are you using tailsman?

winter bone
#

no

#

if i install talisman will it fix?

latent nimbus
#

probably not

#

i tried 😔

winter bone
#

i also tried

#

didnt work

fallow bramble
#

Does the issue fix itself if you move SDM_0's Stuff out of your mod folder?

raven solstice
#

where can i find logs for game crashes from a mod?

winter bone
#

you're so right it does

fallow bramble
#

Huh, looks like I'm at fault then, never encountered this issue

#

I'll add an args check just for safety

winter bone
#

... well im also at fault for not realizing that

#

i deleted my whole save file 😭

fallow bramble
#

I updated the release with the fix if you want to give it another try @winter bone

winter bone
#

well now bunco is crashing it

fallow bramble
#

Can you send a pic of your crash log?

winter bone
#

nah it fixed after i deleted bunco

dapper helm
#

mac user

#

willing to help

winter bone
#

your patch uhh... @fallow bramble

#

it almost worked

#

theres no crash so thats a start

fallow bramble
#

That's so weird

#

Can you show your modlist?

winter bone
fallow bramble
#

Whats nativefs-master?

winter bone
#

no idea

#

error still shows up if i dont use it tho

umbral pilot
#

if you download it directly it wont have the correct patch

#

either way you shouldn't need it unless you're relocating your mod dir and/or have a mod that specifically needs it

dapper helm
#

meth summoned

fallow bramble
winter bone
#

i think it was talisman

white scarab
winter bone
#

yea talisman gone = your mod working @fallow bramble

#

when life gives you lemons, blame talisman for those lemons not working

dapper helm
#

smh no, blame jellymod

winter bone
#

no thats so last month

dapper helm
#

talisman works fine afaik

#

i think its incompatible with other mods like purposefully cause theres probably no way to change such fundamental aspects without issues

lean dune
#

anything I should clarify here?

fallow bramble
#

Oh I didn't know about the version parameter that's cool

lean dune
#

i still need to actually work that into the mods ui

mild moat
#

Hey does anybody here need some

lean dune
#

uh sure

fickle elbow
white scarab
#

i want it to be as compatible as possible

#

but there’s some Lua restrictions that make it so I can’t just instantly make anything work

dapper helm
north comet
white scarab
lean dune
#

what else is there of note

fallow bramble
#

I'm checking at what I've done myself and I think it's good

#

If loc_vars is gonna be a "refer to doc" at least

unreal charm
#

the soul gives you the common joker when you have all 5 legendaries (not sure if acquirable in vanilla)

lean dune
#

i think that's common knowledge, at least in the modding community

#

xd

unreal charm
#

but its kinda funny anyway

lean dune
#

i mean that was a pun

gilded vortex
lean dune
tribal sail
spare escarp
#

I like the "cursed tarot" cards from the deluxe tarot mod, but I dont want to change any base gameplay systems yet, is there a way to use the cursed tarot images as a replacement for the regular tarot cards, just as a reskin?? Also, I tried lunas enhancements and it all works except for the card face re-textures, both of the other card face re-textures I've used worked just fine with similar folder structure, any ideas?

gilded vortex
#

Preferably a funny one

unreal charm
#

I'm testing a glitched seed, which bugged all length 10 prefix. I thought planet cards in ante 1~9 should be with prefix like Planetsho1 and then bugged, but it seems don't. Is there anything wrong?

#

(should move to modding-dev?)

lean dune
white scarab
hardy brook
#

So i got a planned modpack of decks with new suits each but idk how even with 1.0.0 to separate suit per deck

lean dune
#

right that's something i wanted to add support for

white scarab
radiant crystal
#

Uh oh

gilded vortex
#

Oh nevermind I can’t read lol

#

I thought right was Black Hole with a soul sprite

white scarab
#

"Black? Hole"

#

oh yeah this is the effect

gilded vortex
white scarab
#

there's been a lot of white hole ideas I think

#

this one is fun (if not much more powerful)

gilded vortex
#

It wasn’t a White Hole in flavor

#

I just found the effect similar

white scarab
#

oh wait

gilded vortex
#

But I just find convergent designs to be interesting

white scarab
#

that's probably the thing from AutumnMood's mod right?

gilded vortex
#

No

white scarab
#

oh

#

lol

gilded vortex
#

It was this

white scarab
#

ah, that's also a cool idea

gilded vortex
#

That is the idea I described

white scarab
#

i mean nebulas and white holes both eject a lot of things out

#

so it makes sense for the effects to both represent that lol

opaque badge
#

Is there a mod so that when you lose a challenge, clicking the new run button starts you back in that challenge?

white scarab
#

thoughts on my flush here?

opaque badge
#

pretty bad lol

lean dune
white scarab
#

all good now

lean dune
#

"good"

#

just a good bit misaligned

white scarab
#

my lvl 56748743829876547382 flush is pretty good right now

lean dune
#

scientific notation for levels? hmm

white scarab
#

I think this might beat the blind

lean dune
#

it...

#

it might

white scarab
opaque badge
#

e to the e?!

lean dune
#

take me to ee1.400e9

gilded vortex
white scarab
#

Talisman maxes out at e1e308

#

who's to say you can't just put a BigNumber inside of your exponent though? balatrojoker

fallow bramble
lean dune
haughty hinge
#

cryptid might take some time to complete who knows :0

fallow bramble
#

Can't wait for MathIsFun to introduce f to the scoring

haughty hinge
#

luckily math is 12.72% done with the sheet
and yes we're ignoring the 140+ suggestions

latent nimbus
#

at that point he'd have to add in "give me the calcuated score instantly"

rotund whale
#

Me and my brother had a few joker ideas

white scarab
#

he might be happy to hear that I plan to add a WHIP-based joker soon

fallow bramble
#

It's a tradition for joker mods to add something related to 7s and lucky cards 😅

unreal charm
white scarab
#

it says planet cards but it applies to any time a poker hand is upgraded/downgraded

unreal charm
#

very cool

#

why don't just rephrase like 'each level'

white scarab
#

good idea

#

I think this clarifies it a bit more

brisk seal
#

thats insane

white scarab
#

there's much more insane

unreal charm
#

^^ mult jokers when

white scarab
#

that's in the suggestions

#

if I ever upgrade Talisman to increase the cap even more, I'll be adding that

grand geode
#

factorial jokers when

brisk seal
#

joker, applies the TREE function to the mult

white scarab
#

Incrementum (Exotic) - Before cards are scored, set Mult to factorial of current Mult
this was suggested weeks ago

grand geode
#

damn

#

can't believe you would add unbalanced jokers

#

to your unbalanced mod

white scarab
#

unbelievable

west hill
brisk seal
#

imagine Perkeo with this

#

5 Sepia Pokers with +Sepia

#

*Perkeos

rare shell
#

we did it folks we broke perkeo

restive sparrow
white scarab
#

it's really hard to obtain though

normal palm
#

i have a kind of silly idea for a mod

#

balatro hardcore mode, where it makes a new save file and if you lose a run it deletes it

#

and also locks you out of stakes after you beat them

#

so you cant just do blue deck white stake over and over to farm unlocks lol

strong swift
#

i forgot

white scarab
#

which makes it even rarer than The Soul

strong swift
#

okay that makes things slightly better

white scarab
#

and it destroys all your jokers when spawning the Exotic Joker

#

unless you have Eternal on them

round ore
#

We do a little tomfoolary

white scarab
#

deja vu

round ore
#

quite a lot

restive sparrow
#

Modding seems funny

round ore
#

also, "I sing. I've no shape" from reverie is clinical with consistant negative-izers

#

(you can only get jokers you own with it active)

round ore
sterile hornet
sterile hornet
mystic oar
#

it also doesnt do 3x upgrades

grand geode
rigid jewel
#

Yippee game over as the best mod is the most realest statement ever made

hardy brook
#

The mod I regret making is getting tops

#

That it's everyone

#

I can't top it

#

Wait i'm in the wrong section

#

For myself

white scarab
hardy brook
#

lol

white scarab
hardy brook
#

balatro randomizer?

white scarab
#

basically

#

anything can appear anywhere

hardy brook
white scarab
#

not the packs...

grand geode
#

pluto pack

#

choose 1 from 3 plutos

rare shell
#

fortuno featured on a content aggregation website

white scarab
#

this deck is pretty OP

wanton rapids
#

jellymod #4 is crazy

umbral pilot
#

glad to see lovely in the #0 spot

#

isn't jellymod broken?

sterile hornet
#

yea quite a bit

#

but hasnt crashed on me yet except for bad apple joker

unreal charm
white scarab
brisk seal
#

Not worth

white scarab
#

naneinf build with talisman

cerulean flare
grand geode
#

uh huh

white scarab
neat dome
unreal charm
neat dome
#

Oh, so it just nukes all other hands, but charges your most played hand to Ultra Instinct levels of insanity?

marble shadow
#

That sounds like crazy good

north comet
sleek granite
#

well the 0 chips would wind up being nonzero from base values of cards

#

so i'd say roughly Infinity

north comet
brisk seal
#

1.0f2 = 1.0e1.0e1

little osprey
#

anybody on my friends list is having a spasm attack rn

#

my game is crashing cause of deck creator bugging rn and I keep having to reopen the game it is funny as hell

sleek granite
#

you can "mark as private" in your settings for balatro

little osprey
#

I don't want to

#

I want to make them suffer

sleek granite
#

it'll hide your activity on the game from friends, including the annoying popups

#

yeah that sounds like the energy that goes with a pfp like that

#

carry on then

proven orbit
#

Where do we post brainstorming for mods

#

If anywhere

little osprey
#

I am currently making the most op deck imaginable

#

It has been done. That stencil has a x10000 mult, 99 negative eris + observatory for the 1.5x mult. and only flush 5 with mult/poly/red seal for the ultimate hands.

neon gale
#

gift card goes hard when you can make hundreds of negative jokers

west hill
kindred swallow
willow pollen
#

guess i win on balance then

wanton rapids
#

390k score with a spades flush

willow pollen
#

just gotta figure how to set it up now

stoic oar
#

holysh these two lmao

icy vapor
#

What is a good list of mods that are all working together rn?

sleek granite
#

anything recent

grand geode
#

i would say the peak mod but iirc aure killed it

little matrix
naive niche
#

does the newest version of steamodded work with 1.0.1

cunning silo
grand geode
#

both steamodded 0.9.8 and 1.0.0 are available for 1.0.1

lean dune
silver copper
#

well damn i'm getting crashes when I try and go for a reverie pack

carmine mortar
wanton rapids
grand geode
gilded vortex
gilded vortex
kindred swallow
#

The card is called Chicken Scratch I think? Can't remember what it does

little matrix
#

thanks mate !

kindred swallow
little matrix
#

it seems like it's a wee like from reading its code, lol

#

well not really wee, more like square in term of how it gain chips (once per hand)

This Joker gains {C:chips}+5{} Chips
if scoring hand contains
an 8, 7 or 3,
(Currently +*thing* Chips)```
silver copper
wanton rapids
#

use lovely

signal siren
#

lmao

celest kettle
#

Hi, is there a way to have 2 instances of balatro? (1 for vanilla and 1 for modded)

umbral pilot
#

use lovely

#

(you can set Balatro's launch params in steam to --vanilla %command% to run the game without mods if you use lovely)

celest kettle
#

thanks ! ThumbsUp

signal siren
wanton rapids
#

yes, the sixty suits mod exists

signal siren
#

ye

celest kettle
stoic oar
#

why hasnt there been an UNO themed mod/card in mod tho thought its an obvious idea

or theres already one
or its too obvious that no one wanna be the first guy

lean dune
#

i feel like that's something I've seen

gilded vortex
#

I’ve seen fanart of it

#

On Reddit

stoic oar
#

yea i remember seeing uno stuff here too but i cant remember which it is. yea maybe just a fanart

umbral pilot
celest kettle
umbral pilot
#

what are your params?

celest kettle
umbral pilot
#

uhhh @maiden marlin could you peek at this when you get a chance? I'm about to leave to go to the beach

celest kettle
#

downgraded in 0.4 and it works thanks !

random silo
gilded vortex
#

Should Balatro introduce Straight Pair and Straight Flush Pair as possible hands? 🤔

sleek granite
#

no straight pairings in my balatro

gilded vortex
#

What if I’m using the Gay mod?

#

Then it’s a Gay Pair and a Gay Flush Pair

carmine mortar
lean dune
#

give me my straight house

carmine mortar
gilded vortex
#

:P

carmine mortar
#

A hand that needs a specific joker to work

sleek granite
#

as long as its a "secret" hand

gilded vortex
#

Secret hands: 👀 “at least they didn’t say deck manipulation…”

sleek granite
#

idk what the issue would be

gilded vortex
#

Tbh it only seems slightly harder to make than Straight, so it seems a bit pointless

#

Straight 3OAK and above, and Straight House and above seem more interesting

#

But Thunk did change their mind about Fish since the demo, perhaps because so many people asked for it

#

But those seven aren’t possible in vanilla

willow pollen
#

could not find that film card that changes my shop to jokers i own

stoic oar
#

just saw a vid showing a sisyphus joker and a gingerbread consumable. any idea which mods are those things from?

gilded vortex
stoic oar
#

oh got it. its privated tho

reef lotus
#

Where do I find the more fluff mod?

fallow bramble
reef lotus
#

I searched for the mod but it didn’t appear

lean dune
stoic oar
#

i hate it that discord lacks a button to go all the way to the top of a post thread

reef lotus
stoic oar
#

i gotta search for the first message using those few words shown as the post info to finally get the github link to the mod and thats so dumb

#

and thats why notmario is a W bro pinned the first message

lean dune
#

the issue is that discord doesn't allow the op of forum posts to pin messages

stoic oar
#

OH?

lean dune
#

i guess notmario had a mod pin that message

stoic oar
#

bruh thats lame af

dapper helm
stoic oar
#

i thought everyone just chose not to

dapper helm
#

i've asked mods to pin a few so remember to check still

reef lotus
#

Well maybe they could add a ticket system where when you post a thread you can send them a msg link and they will pin it

stoic oar
#

yea

carmine mortar
#

Just give some perms to the OP of the thread for their threads

dapper helm
#

i don't think thats an option

lean dune
#

discord just doesn't support that

#

that's the problem

dapper helm
reef lotus
#

Because I feel pinging can get lost in other msges

#

Also it would imply that the mod makers should pin a msg

dapper helm
#

they usually understand the need for a pinned message anyways

grand geode
#

i'm too lazy to ping so i put in more effort by putting the repo link in my changelogs

#

:^)

dapper helm
#

@myst

grand geode
#

heck

dapper helm
#

banned for inappropriate message

red shell
#

Is there a way to activate and deactivate mods? Say if I have More Fluff and Codex... but just want to play with Codex, for instance.

lean dune
#

for 0.9.8, not without moving the mod files elsewhere or changing them to not be recognized by the loader

#

for 1.0, something is in the works

gilded vortex