#⚙・modding-general
1 messages · Page 110 of 1
i hope theres some consumables that can upgrade random die faces on the jokers
That's something I'm considering
Also woa, bunch of new D6 Jokers concepted.
Here's the full list of faces, see if you can guess what is what.
maybe use the juggler tag aesthetic
Do you guys think it'd even be feasible for a mod that changes the joker display UI when there's an exceeding amount of jokers?
Yes, but it would take a lot of work
What exactly are you looking to change?
I would assume something like stacking multiple of the same type of joker/consumable is possible but you'd need to change a lot of game logic to work with it
and add new UI buttons, etc.
I thought about making Jokers look smaller
i thought once. the world has yet to recover.
another thing is performance issues
yeah thinking greatly reduces my performance
nice
nice
nice
nice
maybe trying v0.0.1a of a mod in my 1.0 modpack was a bad idea
Is there any way to make scaling jokers in Steamodded 1.0.0?
let me send a simple example
local eternalflame = {
object_type = "Joker",
name = "cry-eternalflame",
key = "eternalflame",
pos = {x = 0, y = 0},
config = {extra = {extra = 0.1, x_mult = 1}},
loc_txt = {
name = 'Eternal Flame',
text = {
"This Joker gains {X:mult,C:white} X#1# {} Mult",
"per {C:attention}card{} sold",
"{C:inactive}(Currently {X:mult,C:white} X#2# {C:inactive} Mult)"
}
},
rarity = 3,
cost = 9,
discovered = true,
blueprint_compat = true,loc_vars = function(self, info_queue, center)
return {vars = {center.ability.extra.extra, center.ability.extra.x_mult}}
end,
atlas = "eternalflame",
calculate = function(self, card, context)
if context.cardarea == G.jokers and (card.ability.extra.x_mult > 1) and not context.before and not context.after then
return {
message = localize{type='variable',key='a_xmult',vars={card.ability.extra.x_mult}},
Xmult_mod = card.ability.extra.x_mult
}
end
if context.selling_card and not context.blueprint then
card.ability.extra.x_mult = card.ability.extra.x_mult + card.ability.extra.extra
card_eval_status_text(card, 'extra', nil, nil, nil, {message = localize{type = 'variable', key = 'a_xmult', vars = {card.ability.extra.x_mult}}})
return {calculated = true}
end
end
}
Eternal Flame from Cryptid
I have a lvl 6 flush too
add spectrans
@fathom rampart check #1209506514763522108
Like this?
Ngl it made it look much better
hmmm maybe with two of them but spaced out? or using three 2-by-2 balls so there's more space?
it's in there
yea i saw after lol
I think it works
now do chaos the clown die face
lobotomy build
Does anyone know how to fix a syntax error that happens before the game even begins loading? I keep getting it every time I try and play, even though I have the latest version of Steamodded and lovely. (At least, I think I do, but I'm sure of it)
verify integrity of files
Still got it. This is exactly what it says/
Error
Syntax error: card.lua:166: ambiguous syntax (function call x new statement) near '('
Traceback
[love "callbacks.lua"]:228: in function 'handler'
[C]: at 0x7ffcbef12fa0
[C]: in function 'require'
main.lua:27: in main chunk
[C]: in function 'require'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
maybe you have two steamodded in mod folder
This is my entire mod folder/
I have no idea then :(
BAARO
negative ace, -11 chips
how fried is your game
KFC-style
what are some of your favourite qol mods that you guys recommend?
saw this recently on a drspctrd live stream and loved the bubblegum esq like colors (ik its the trans flag colors)
wait already
imagine gay spectrals
or lesbian
or lgbtqia+ spectrals
that would be a lot of colors
Gay dice face that gives Xmult if played hand isn't at straight...
that mod that goes "no straights during pride month"
its not out that long yet
i doubt it was this one
does it have the trans egg and the banner w the flag because i watched him play like 6 hours or so ago
that texture mod only modifies spectral cards and packs
hi, im interested in creating a texture mod for balatro that just changes the image for the individual tarot cards. is that something that is particularly difficult or does the modding framework make it more simple? thanks
it also modifies ghost deck and séance, and my 1.0 port modifies text to say Spectrans
it's pretty easy. aside from the trans pack that was just talked about earlier as an example that's probably the best one to look into for your own reference, there are a few 9.8 tarot card replacer mods already out there that you'd pretty much able to use for your own purposes.
oh nice!!!! ty :> i will look at those
actually the 1.0 port i made of spectrans could probably be easily expanded to many many more texture replacements
it has a table it loops over at the top of the file to determine what to change
the main thing is it doesnt support pos/soul_pos changing which wouldnt be hard
Huh, RNG was really on my side with this test. (ignore the Boss Tag showing up, my method of checking if something spawns a card pack also would include boss rerolling xdd.
I thought the total being 42 was just a coincidence/meme but turns out it might be the perfect amount per page.
Guess I know what I'm doing tomorrow.
Making pages for D6 sides, silly! (Although I would be down with doing that).
the banner aswell
(was it supposed to do banner)
Yeah cuz thats the joker with le flag
(i didnt make my port do banner i thought it was just séance)
well well well

good evening beautiful modding folk
good <t:1717571280:t> everyone
Good morning everyone
you are in same timezone as i am
yes
<t:1717571460:t>
yes
i made 14 jokers today
gg
good mornig limeguy
I think you tied Autumn’s word record
i did 15 i think
or maybe a couple more
snow's are all suit boost jokers tho so like /shrug
1200??
a sin and rock joker for each suit https://discord.com/channels/1116389027176787968/1232902086191087769
34/1200 jokers done
mornianaonh spider district manager
Super Dense Material
bro its midnight for me 😭
sleep
my sleep schedule is normal
just shifted a couple hours
also it was actually my birthday about an hour ago
Discord users are so braindamaged, I can't 😭
im finally [insert age] yay
happy [insert age]'th bday
Happy birthday!
Happy birth
9:11
real
Ye
noway
why is steamodded a skull emoji
SKULLLLLEMOJIIIIIII
lmfao
Gappie emoji
guh crash on startup again
you sent the most useless part of the crash log
mfw
buh
literally the only thing i could get
Use the debugger
is that the log?
else what debugger
is python 3.11 enough
vk whatever
mk
how does it work
do i just open the game
mk
uhh
i dont really see any useful information
i also can just use log.txt in lovely
It should have the whole crash log
You can scroll up and down
yes i know
there isnt any relevant stuff
im gonna validate my game files instead
guhh,,..
still didnt work
What’s the start of the debug message?
You should now be able to see it
well it says that it cant load the nativefs library but ive seen that lots of times and the game worked b4
That’s the start of the log
I meant the start of the crash message
i dont see one
You can use the window to search for “Oops”
nothing
basically nothing
does having balatro windowed while focusing on lovely at the very start crash it
Strange
I’ve had Balatro crash from just doing other things while it was loading
did nothing and it still crashed
can you send a .txt file of the logs?
here's the error-
epic
jellymod 
me when jellymod breaks for the 599677th time
did Autumn leave?
seems to be the case
🫡
guh
crashed when i went to main menu
you, once again, screenshotted the path that doesn't convey any information lol
me af
that does happen from time to time I guess, they'll be back soon enough
ouch. autumnmood left? i was looking forward to those suit levels and whatnot 
Everyone needs a break. Don't blame them though, there's been a toxic spike in the sever lately. Happens as things get bigger. Hopefully they come back.
huh, dont think Ive ever gotten this close but not over this far in before modded xD
i'm not blaming them. i know the pain of modding.
i have a background in modding on another game that also uses lua for modding; Garry's Mod, and i got battered on it a while back just for being creative and doing things differently
there was even one case where someone attempted to steal code from my server (but the thief apparently somehow managed to brick their own hard drive
)
it can be very treacherous, especially when your audience starts to make unrealistic demands or unfair comparisons
yeah, I get the feeling of being burnt out
and although I probably wouldn’t private things that are WIP and not where I want them to be, I also get that part too, so no hard feelings
my games on gmod were closed source, i didn't want to upload them to the steam workshop or make them public on github, i wanted them to be exclusive
but it's very disheartening when you find that there are literally public tools available which can literally let people get lua files being sent to them by the server, effectively stealing code and breaching privacy
at some point though i hope that my paranoid brain will just stop caring and go for it
I also develop for a minecraft server and it is stressful
What do you guys think?
I love them buttons
ButtonAPI when
I'd like to know how you do the vertical spacing
I wish man, it's so painful
When you buy this joker:
Hahahaha
seems absurdly strong
How was it before?
smol
wee evolve
Nice idea btw
Ty, got 3 evolved joker cards so far, trying to do 10 and let people cook afterward (like the fusion mod)
Sick
Nah I was saying "I don't blame them" not like a telling other people what to do kinda thing. I see how that could be taken that way tho. No worries.
So true. Same with content creation.
me pullin up with my Infinite/naneinf money
🔥
this run is so good.
fuck it new project
AM, is that you?
can't wait to be reduced to ashes
🔥
alert: i have a new profile picture
coro’s material body ceased and xei(?) became an angel
they/them is fine and decreases chances of annoying people a little
As you wish but if people are annoyed that’s their issue
i mean it decreases the chance of people that annoy me lol
anyways low poly is cool
Dude, your "little angel" is gnawing our coworker's finger.
Anyone interested in buying these Casino dice?
i would hit the top every time, its just my luck so i shouldn't buy it... but gambling
gambling inside of gambling
The perfect combo...
I’m not interested
The End+: debuff this joker, set it to eternal and rental
debuff this joker, set it to eternal, all your jokers become rental
Really hypped for this mod
Blunder: disable a random voucher this blind. Blunder+: disable all vouchers this blind.
btw casino die+ seems really bad
pretty funny and probably fun to use but very bad
more die face ideas, Finished: activate a random finisher blind effect, double money earned from end of round. FInished++: activate 2 random finisher blind effects, triple money earned from end of round.. Finished+++: activate all finisher blind effects, septuple money earned from end of round.
[Verdant Leaf excluded]
what if a mod that removes every that is Balatro and just turns it into actual Poker
I think it exists (sort of)
jokerless challenge
good evening chat
Good evening, Lyman, how are you?
Hi
i got approved for my apartment 🙂
congratsulations lyman!
Got a little bit of a surprise here
I got a set of real cards (There's a reason here)
If you remembher my Ultimate Collection mod
Oh so that's the origin of default deck
The Minimalist Deck is the same back as the Plain Deck
*plain
oh no, the leftmost one, all the card contents fell down
I may add the contents of the left one into balatro for #1241902854915096626
cogito ergo sum joker when
do ping me if you do, would like seeing more of em
I want to
Would love to make more real cards
can we replace all Suit color codes with this
it just makes it easier to identify and hurts my eyes less
How do I set the yes/no pool flag for a custom joker? I tried doing it in set_ability with self.yes_pool_flag = 'my_flag' but it doesn't seem to work
did you try with card instead of self?
Yeah
But it should be on self anyway
In the previous version of steamodded you could just do SMODS.joker.j_yourid.yes_pool_flag = 'flag'
Oh then its not in set_ability, you just slap yes_pool_flag directly
Hey, so I'm gonna be honest right now. I got a lot on my plate, one crappy thing happened after another. I'm gonna pull back on balatro modding, Thought I'd let you all know. For all you concerned about Ortalab, that's still gonna continue. After all, that's a community project like Reshuffled. I may give Reshuffled grief, but it was really a lot of fun working on it getting people together, and I'm glad Ortalab is a second project I've concepted to bring people together.
Archived, The Ultimate Collection, and the suit mod. Those are going on an hiatus for unknown amount of time.
Actually I'm not sure if it's that way, dunno if Aure forgor or if I can't find it in the SMODS repo
I'll still research on stuff for Archived and all that, but I'm not gonna do anything in-game modding
Wym directly? How do I reference it lol
Ok if it works how I think it does it should be
SMODS.Joker {
...
yes_pool_flag = "my_key",
...
}
Doesn't hurt to try
Trying to spawn a jonkler and it doesn't work 😭 go to collection and I pressed both 3 on the keyboard and 3 on the numpad
You're not using lovely it seems
Imma try
I am though, I'm using it to inject Steamodded
could it be a linux thing
Nvm
I wasn't doing it in game
Hahahaha
Actually I looked at the steamodded code and it's doesn't seem to handle the pool flags like this
Yea It was just a supposition I have 0 clue where no/yes_pool_flag is in the Steamodded repo or if it even exists, you'll have to wait for someone more competent than me lol
one questions, how would I fix the name being cut off if possible at the bottom (mod name)
Think your mod name is too long
zamn 😭
Maybe change the size for the fusion badge
Nah I can change the name it's no biggie
it IS
until you have to make something at a tilt that isnt 45 degrees
especially somethng with rounded parts
Ngl it's a surprise seeing someone as new as you getting the hang of it quickly
I mean having access to unobfuscated source code is kind of a blessing
It’s intended, too
#💻・modding-dev message @sick fjord I sorted the yes/no pool flags like this in a Back:apply_to_run iirc
Although I think I’m 1.0 you can just assign the flag in your joker definition
So you just need to declare the actual flag in pool_flags and the game should handle it all for you
Kk I'll look it up ty!
oh man i love it when i spend 30 minutes trying to find what i did wrong only to realize i just forgot the commas at the end of the lines
:programming:
why is the balatro saving system dogshit 
honestly large portions of the balatro code are terrible
the spaghetti that is glass joker for example
ping
i think theres a migration guide in the steamodded wki
Just saw this as I was trying to cook a consumeable for D6 Jokers it's so... why?
apparently localthunk wanted the use_consumable for wheel of fortune, ankh, hex, and ectoplasm to all be the same block of code
for "efficiency"
cryptid is only on 1.0 afaik
but so many mods arent updated tho
they will be eventually
talisman has some incompatibilities last i saw
nvm i figured it out (no i didnt i just took talisman from the cryptid folder instead of the website)
is there a list of mods for steammodded 1.,0?
mathisfun has one
where?
I’ll pull it up when I get back on my laptop
@white scarab how do i download that fork of SDM_0's stuff
Download source code of the entirety of the 1.0 branch
i might be really stupid but i cant find the download button
The challenge folder doesn’t work but the others do
Click on Balatro-Mods right next to where the branch is
Or just do it from here
rhetorical question
thats a lotta stakes
love to see there is a modding scene...
classic bbbalatro
bbbaaalllaaatttrrrooo
actually a pretty vibrant and big one
help im running out of random gears to implement
heck yeah... i felt like there was atleast going to be a decent scene
we have an entire modloader and lua injector
u need ideas?
idk
i should probably just start making gear ideas again lol
and then revising them 20 times
next update for ro balatro is going ot have like 4-6 gears and no jokers
i like making the gears so much more
so im prob going to focus on them
wasn't there the thing that you could use to like place blocks and walk on them
or is that already added
haven't played roblox in years
trowel
already included
its the +chips gear
gives all the chips enhancements and editions
also going to try and make Cryptid compatible with Ro-Balatro tonight
i really need to figure out how to stop the annoying everything is a duplicate bug
i have had no dice though
the function it occurs in is next level spaghetti
how does anyone comprehend this
that's... alot of If else statements...
you might be able to look at OddityAPI for help
since it adds a consumable type
with SMODS 1.0
it isnt lol
it does the exact same as me but adds rarities
i wonder if maybe that's the issue
Revolver: Play a dangerous game 5 blanks 1 bullet: Uses 6/6 | [Blank(negative): 10x Mult, remove after playing(sells for $5)] [Bullet Negative Ethereal: Set On Play: lose the game]
Hi everyone, I am trying to install mods on my Mac. This is my first time trying to install mods so I was a bit confused with how to install lovely and steammoded properpley when reading through different github pages. Is there a general guid/post/video that I could refer to?
Do you have homebrew?
rate my build
No, do i need to install this first?
Makes stuff easier
oof
the true lobotomy build
lobotomy corp.
the implementation is so fucking jank
sick
lobotomy corporation would be a tad long
stacking cards? 👀
x-1
hehe
observation log
what did you expect
similar to the lobcorp sts mod, you need to use the abno card to view more of its ability
and i will be getting evil with the abilities 

After an unbelievable amount of hours debugging, it works.
All that could've been solved if I remembered that you're supposed to use copy_table when doing joker setup
xdd
There were some insane bugs found like all of the die faces becoming the faces on the most recently loaded die.
No, I never found the cause and I'll likely never know.
Thinking of these 2 as Spectrals, but they're also exclusive to D6 Jokers.
Granted, there's gonna be a lot of them as unless they belong to a specific and classified die type all base and upgraded versions of die can be found.
Especially something to think about if I want to make boss blinds that interact with them.
Unnamed isn’t good
Negatives were deleted in the files, didn't update for the sheet.
what?
I.e. both would be planned to just level the die faces/level the die.
ALso maybe these should be Tarots and not Spectrals? idk
They would show up more often which is much for a plus for balance reasons (more manipulating for die).
Tarots are more reasonable
DebugPlus cameo
i love debugplus
yo anyone got the full 26 letter glyphs the JOKER used
hmm...
peak
realest mod experience
The D1
YO WHAT
ante 82.5 to win 
amazing blank card
Stay safe and take care!
29 jokers finished today
UNO!
Hey, another Wild Draw Four concept, nice
im having too much fun with draws
I wonder how you do the draw
I had a new variable to store extra draws, and the number of cards to draw has that variable added to it, then the variable is set to 0
pretty simple
though I wonder if it should reset when the Blind ends too
basically the same
lobotomy Corp mentioned
aaaaaaaaaaa
wait does it have a Qliphoth counter
or are you just boned the instant you score 5x blind
hear me out
a card that allows you to draw a card that you want from your deck
or you can speedrun to the end of the day final boss blind
just like in the game!
Myst fighting every day
wait are you making more
👁️
:0
oh my God
oh wait a minute I think I understand
The number counters aren't Qliphoth
they're observation level

yeah
hahahaha
that is way funnier
joker that ||makes you explode||
although ||jokerstruction is a solution like Queenie|| I assume
ggggdjgyg
add an Easter egg where||all observation is unlocked with the profile name x/ayin|| 
I have some ideas that are similar to that but not that
SCP Foundation mod /🧌
i literally have a doc with custom uno effects lmao
Actually looking at my docs I did have Draw 2 as an Enhancement lol
But I think that Joker and this Enhancement are about it for Uno-themed effects
imagine a boss blind that discards half your hand before play
The Hook?
By similar I mean I have ways of getting specific cards
Like a Joker that creates an Ace of Spades in your hand, or a Joker that draws Enhanced Cards
Well, it should fix your draw so that you draw one of each Enhanced card at the start
would you be able to sell this without problem if it got debuffed by crimson heart
practically?
hermetically?
hypothetically?
aesthetically?
ok but like strategically?
graphically?
hypersonically?
hyperbolically?
parabolically?
parabolically?
noway
great minds think alike
trigonometrically?
algebraically?
numerically?
mathematically?
scientifically?
physically?
mentally?
morally?
legally?
orally?
rally?
ally?
really?
trans ally noway
pog
no
bethesdacally?
polydactyly?
orthogonally?
micropachycephalosaurusically?
ah yes average day in #⚙・modding-general
lesbianacly speaking, how gay is it
the modding brainrot consumes
oops ping, sorry
giganotosaurusically?
is it too late to say sorry 🎶
very
trexically?
pneumonoultramicrosccopicsilicovolcanoconiosisically?
lexically?
illnesically?
megalodoniacally?
mexicanly?
hekatombaionically?
chronically? insane
gappically?
velociraptorically?
not very borderly of you smh my head
indominus rexically?
aureically?
trumpically?
untriumphantly?
elephantly?
illegally?
immigrantly?
undocumentedly?
aktenzeichen xy ly?
very
why are you people like this
accidentally?
steamoddedly?
chronically
insane
mystically?
zanily🤪

mystly?
DIE DIE DIE DIE
dyingly?
"tis but an acident your honor! i didnt mean to shoot her 55 times in the head"
suicidically?
"accidentally"?
no deth ples
murderously?
gasleakily?
silly?
hypercubically?
you get away just because you give headpats
tesseractly?
multidimensionally?
i only said words
i never did anything :3
invisibly?
flyly?
Nopely?
gappy?
thanksly?
Charlie bit my fingerly?
boomerly?
stop making me chuggle at workly?
fansly?
jestily?
wordly?
on purposely?
purposelessly
purposefully
My Life as a Teenage Mutant Ninja Turtally?
wanna play cards? jokerly? 
wanna play a game....
turdly?
irregardlessly?
i click any linkly?
not acceptably?
I wonder if I should buy that domainly
When?
More like if
I think someone should make a variant of Mr Bones that's Dante
we should always talk ending in ly..-ly
but I don't know what it would do
homestuckly?
DMC or Alighieri?
limbus
thats truely
is she you know?ly
its like message signatures all over againly
Mr Bones but it screams when you trigger it /j
grammaticallyly?
mr bones but it makes clock sounds
ouchly
this is approaching a -1 bit
tik tokly
No it’s Homestuck typing quirks againly
whatally
that sentence doesnt even make any senseally
It was nice knowing you modding chat
honestly or jokingly?
any longer in here and I'm going to become a serial killer
killerly?
I'm not sorrily
oh no hes gonna persona3load
what doesn’t make sense about it?ly
Tik Tok joker that makes random tags (not doubled) when you get a double tag
ogly
Oh no I accidentally didn’t limit the recursionlylylylylylylylylylylyly
fork bomblylylylylylylylylylylylylylylylylylylylylylylylyly
infinite looplylylylylylylyly
lyman
ly
L
LLLLLLLLLLYYYYYYYYYYY
how would I calculate my Jonkler to activate on a specific hand (i.e flush)
Y
flushly?
idk
were too busy saying ly
Lylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylylyl
Seven page ly
Check if the hand is flush
jonkerly
ly
Thank you my court servant
Me when I forget about how to forget about how to forget about how to forget about how to work recursively recursively recursively recursively recursively
ly
ly
lolll
that has ly thoughly
ly ly ly ly ly
guhh the lyman varusly,,....
iteratively
humplydinklely is typingly
I'm trying to do that and I don't know if I'm doing it right 😂
Hastebin is a free web-based pastebin service for storing and sharing text and code snippets with anyone. Get started now.
hastebinly
kekwly
aure i keep forgetting youre a guy despite the pronouns literally being there bc someone ik has almost the same name as youly
#💻・modding-dev might have a higher chance of not drowning your serious message in lack of seriousliness-ly
surely
one of usly
i think its more fitting there anywaysly
truly interestingly
ONE OF USly
ONE OF USly
blood for the blood godly
You’re telling me aure isn’t a cat?
aure are you a cat
There’s no rules saying a cat can’t play basketball
I'm literally a catly
They just don’t want to
cats can be guysly
but cats have a gender too-ly
aure catboy...
i ly until she lys my ly
have you asked a cat?ly
actually the namely of my custom role in another serverly
cattie
vencordly
voucher legendarily
hope it looks okayly
I've asked my catsly
holy shit what 😭
cant see shitly
it doesly
epicly
sorrily so-ly
noway very epicly
it's truly
pas mathboy, mais chatboy?
brainrotly
les deux
what did they meow?ly
MEOWWWW! MEOOOW!ly
super!
https://docs.google.com/forms/d/e/1FAIpQLSdeO7lhJ73uAVcFZdzFbUAZ2zutdtJ-I7-impZiYDpi0F04Iw/viewform rate voucher rarity plzly
my power might go outly
my school likes to priotitisely the big assly lightly at the stadiumly
F
Stay safe Gappie
its prolly for sportsly week next weekly
the fucking krita for 23 hours 😭
endurance
do you also do the pixel art on it
phrasing
yea it keeps resetting sadly
its been openly for longerly
i do all art on itly
Gappie’s really good at artly
thanksly
sounds like narcissistic fansly ly
tbhly
i just realised theres gonna be a movie night this saturdayly
for the whole school
shitly
you fail the ly
nooooooooooooooooooooooeeeeeely
im gonna be burndly and eetenly
how do i stop thisly
its hard not to do itly
ah yes, rep-ly
steamodded aurewrittenly
that's totally how you pronounce the ly in reply
I can'tly
willy
willy
wily
mrow~
brain cancerly? /j ly
mrow~ ly
who voted legendary for every voucher 😭 ly
is illusion not legendary
its like were saying love youly at the end of every sentence ly
thanks ly
if i wanted to say love you i would say ily not ly
lol ly
Legendaryly
ilyly
but thats I love you ly not just love youly
i would type the whole thing out
but yea commonly ppl usely ily ly
ilyly is a recursive acronymly
but for ly, ususally ly people use it ly in ly2 ly
👏👏👏👏
clapclapclaply
plopplopploply
nobody here plays rhythm heaven anyway
your message didn't end in ly
Safe! ly
i don't have to follow your gimmick
what is going on here
rhythm heaven is based
nothing muchly
willy jokerly
i suppose
i suppose hey
well whatever's going on here can i just show a little something
OOOOOOOOOOOOOOO A A
go aheadly

sure ly
surely
testing some logic
super basedly
Superb! asedly
coolly
one of usly
no
too lately
more
meow
planets will be bulk-usable, tarots will be one-at-a-time
neatly
why do they take up only 1 slot
thats the pointly
do they still count multiple times for observatory
because it's a single card, technically speaking. 
i'll try and add support to the observatory voucher, but right now i just want to do stacking logic
Okay! 🎉
fair
i mean i've only just done the logic to merge cards, i've yet to do the UI buttons
good luckly
Wubbadubbadub is that true?
and why are you adding "ly" to the end of every message
wubba lubba dub dubly
wow you go big they
Pose for the fans!
YEA!
The emojis
Does this account for consumable limit?
Also what about Consumables with Editions?
most likely notly
I think if it accounted for both it would be a nice QOL mod
if you mean a stack of 2 cards taking up 2 slots for example, no, it only takes up one
it should treat negatives and non-negatives as different cards
That’s what I meant. Again, I think if you implemented that logic, it would be nice QOL
What about other editions
the mod is in very early development, right now the scope is just limited to what's possible in vanilla
so at the moment, other editions are not considered and are treated as the same
are these balanced or should i change em
Googly wording is a bit strange. I guess it works with Chad?
i don't intend to do this at this time.
yeah its a bit hard to explain
I tend to find “Trigger -> Event” is easier to read
MTG templating is optional but the guidelines tend to be helpful
“Whenever the first card is scored, this Joker gains…”
yeah ill do that
this is basically how it works
tbh i should probably change it from ~0.05X instead of 0.025X
wharg
ah
aghghghhr how do i balance this
i cant tell if it scales too fast or too slow
is it gives or gains?
Playtest
gives obviously
that would be way too overpowered
wait
oops i mean For each time instead of When
whats the (Currently 0 time[s]) for?
It should “read” when but it should read “gain” rather than “give” if I understood it
i meant "For each time" instead of "When"
not exactly
it doesnt give all three
just one multiplied by the amount of times the first card in hand is scored
oh i think i understand now
its the amount of times the first card in hand was scored
does the counter reset?
I don’t know if it’s possible to see that tooltip not be 0
no
Oh so I was right then
What I said was correct
Although I see you don’t want it to give all three bonuses at the same time
Maybe say it gains 1 googly eye and then in a separate line say it grants one of the bonuses for each googly eye
would take way too much lines
theres already 4 lines
somehow hallucination has the most lines i've seen
wait no not hallucination
sorry, i still dont quite get what it does
its a scaling joker that will give chips, mult or xmult everytime the first card in hand scores?
It gains a counter when something happens and rewards you randomly based on the number of counters
ah so if the counter is 2, then it'll roll the effect twice
quite strong ngl
it is rare tho
OH
either 15chips x scored card, or 3 mult x scored card, or 0.1x mult x scored card?
seems weak
but it scales tho
I mean you could play a debuffed hand
^
It’s consistent, not necessarily strong
ah yeah thats true
https://github.com/art-muncher/Jimbo-s-Pack would this work as a github page
im new to github
it looks good!
i do recommend you make a release
i would love to get into modding.......coding tho, ew lmao
🤨
hah tell me about it
just do what i do and make texture packs ;)
yeah but then i have to learn pixel art, its all hard lmfao
i would absolutly love to do pixel art tho
done (literally nothing changed)
a release makes it a bit easier for people to download ur mod lol
at least, i prefer downloading from releases
do it
learn the arts of art
Lua is quite easy
I hadn’t done pixel art before the demo but I think I’ve improved in that regard
With an art background I’m sure you’ll do better
any apps, games websites or wherever for pixel art?
hopefully lmfao
Aseprite is free if you compile it; Photopea is a free browser Photoshop alternative which I initially used for pixel art. Lemme get more options
In this video, we’ll walk through the best options for pixel art software! Below are links to purchase/download each of the programs mentioned in this video:
0:00 INTRO
=== PAID PROGRAMS ===
0:56 ASEPRITE
https://aseprite.org
https://store.steampowered.com/app/431730/Aseprite/
2:08 PYXEL EDIT
https://pyxeledit.com
3:25 PRO MOTION NG
https:/...
paint .net, just turn off anti aliasing
ty victin
ill try it, ty
its missing things like mirror tho
aseprite is probably better, idk tho never used it
👍
#1248287850512781452 made a forum!!!
you can also use its free fork, libresprite
or compile it yourself
i wonder if the abnormalities' initial ability should be also hidden that'd be funny i think
Boy am I glad I caught up on all these messages today
Would you say that gladly
i still cant beleive i fixed the pool bug
Absolutely 👍
that thing gave me so much hell
Oh sweet I must have missed that, what was the problem?
interesting messages today, very silly
basically in my mod, if you had 1 of the modded consumables on screen it regarded every one of them as duplicates
Yes but how did you fix it?
fixed it with my first ever lovely patch
basically the gears are now permenantly showmanned
i couldn't find a way to give it normal duplicate avoiding behavior though
but at least this is better than getting a million swords
That is a lot less elegant that I had imagined haha
it at least allows the pattern to be reused by more mods


