#⚙・modding-general
1 messages · Page 52 of 1
grab someone else's mod and look at what they do
ok
not jellymod though
steal my code
more consumables is yours right
no steal MY code
for some reason my brain sees this as a variation of "collect my pages"
i would say to steal mine but its not release, and ink and color suits isn't the best example :/
ok what is a good mod to learn how to create new tarots from?
i shouldve been more specific
my mod does that
^
ok then i will look at more consumables
mine does suit conversion
mine uses a for loop
i am more confused now
thanks
code moment (i don't know a single coding language)
is there a way to look at the base tarots? i feel like those would be the most simple to implement
unless those use a different form of implementation
yea i expected that
if you want to look at just one tarot theres two in sixsuits haha get clowned
ok sure
(that was uncalled for and the balatro modding community has asked me to apologize)
theres two in ink and color as well
you can use 7zip to open Balatro.exe btw to see the source code
just dont do any crimes with it
mods,
Step 1) Steal bank money
Step 2) Cast The Hermit
Step 3) ???
Step 4) Profit
step 3 is return the money
that just gave me a stupid idea for an emote
temporarily gave up trying to make the effect halfway through and attemped to run it, still doesnt do anything to the game, interesting
try makin a basic jimbo
is it easier than creating a tarot?
i feel like jokers are easiest
strange but ok sure ill make the tarot later then
finally
that is a common word used when coding.
chat i have an important quandry
we found this odie figurine while cleaning our room
but i cant for the life of me figure out what the FUCK its supposed to be
for reference
we?
this listing does not explain what it is (besides that its a salt and pepper shaker)
me and lywoman
what the fuck is that
good question
abstract odie
yea its dishes
i dreamt up a solution to a bunch of lines of code that i was struggling to figure out
modding is pain
and i forgot it shortly after sjhdh
i think its fun
good job luna
i cant figure out how to create a joker that gives +4 mult
i can make a template for you if you need
guys ```lua
elseif context.end_of_round and not context.individual and not context.blueprint and not context.repetition then
if self.ability.extra.base - self.ability.extra.decrement <= 1 then
G.E_MANAGER:add_event(Event({
func = function()
play_sound('tarot1')
self.T.r = -0.2
self:juice_up(0.3, 0.4)
self.states.drag.is = true
self.children.center.pinch.x = true
self.ability.extra.base = 6
G.E_MANAGER:add_event(Event({trigger = 'after', delay = 0.15, blockable = false,
func = function()
for i = 1, 1 do
local card = create_card('Joker', G.jokers, nil, nil, nil, nil, 'j_sucker', 'suc')
card:add_to_deck()
G.jokers:emplace(card)
card:start_materialize()
end
end
}))
G.E_MANAGER:add_event(Event({trigger = 'after', delay = 0.3, blockable = false,
func = function()
G.jokers:remove_card(self)
self:remove()
self = nil
return true; end}))
return true
end
}))
does anyone know how to make it so that i can destroy a joker and spawn a fresh copy of it? above code sends me into a spawn event loop that never ends
oh sure thanks
use context.destroying
where exactly?
don't do it in joker context
you can mark a card to be destroyed in context.destroying, and the card will be destroyed after your hand is calculated
What
you can find a lot of reference in modding
You mean I don't have to jank fortuno?????
lyman you're jank
shameless daily advertisement (2/1)
why is modding so complicated?
I blame lua
oh this is at end of round
i had to do a hack to clean up destroyed cards since it doesnt properly get destroyed in context individual
oh joker
my mod also literally does that LOL
check it out
shameless daily advertisement (3/1)
i gotta try out highcard at some point
which one exactly
shameless advertisement works!
^
yeah i cant figure anything out i think i should just give up and move on
which joker
the main one, xplaying joker
or i should say every joker besides a few
because they all destroy themselves and add a new one at the end of round
all jokers.... all the time.....
oh btw, you know that end of round somehow triggers a few times?
what i did was i have an extra variable called done within each joker and makes done at end of round so it only triggers once
so true you really should
ALL of the xplaying jokers~
besides, i think now just Club K
oh im tire
hi tire im dad
he
mere
mods throw me in a dumpster until i code more

my computer keeps blocking the injector what do I do?
lovely method
you cant just say lovely method
mods are cool i enjoy playing with mods thank you mod creators for the mods
im sorry for your loss
trauma is temporary ill be fine
mario essay flashbacks
what
horrible opening
ok i pet my dog
i will do mod things now
(me whenever i do anything)
same
jimbo the idea vs jimbo the man
sam.....
jimbo throwing The Wall
this looks like it should work, ill go run it
hhhhhh what
is that google docs
genuinely not sure if you're shitposting
Everyone knows Jimbo is cool as fuck. But who knows what he's thinking? Who knows why he kills blinds? And why do we think about him as fondly as we think of the mythical (nonexistent?) Perkeo? Perchance.
I believe it was Localthunk who said "Experience without theory is blind, but theory without experience is mere intellectual play." Jimbo exhibits experience by killing blinds all day, but he exhibits theory by stating "You Aced it!" Keep it up, baby!
When Jimbo leaves his place of safety to kill a blind, he knows that he may Lose. And yet, for a man who can purchase mult with money, a life becomes a mere store of chips. A tax that can be paid for, much as a rich man feels any law with a fine is a price. We think of Jimbo as a hero but he is simply a one percenter of a more privileged variety. The lifekind. Perchance.
this code makes the game close itself after loading
sick
i should probably figure out what im doing wrong then
like everything i think
wait were you not shitposting
so the problem was that i wasn't returning out of the actual card creation event
lmao
lamo
i remember psychic powers working in the past for something similar
ok i cant get it to work i should probably do something else
goooooooooooooooood morning
hey feder
hey feder
morn!
godd evening
good morning feder
hi
feder i forget did you see

yes
sick
i wonder if the "extended seal api" stuff i made for them would be of use to anyone...
in theory i can make a balatro dating sim
please do
uwu jimbo
jimbowo
Myst would love it
i mean myst gets to see jimbowo irl so
true
jealous fr
what does that mean
why are all of the mods using different ways of adding stuff to the game?
ppl like to have things in the way they have them (mine is the best)
mine is the second best
mine is also there
whats the difference between " and '?
nothing
oh ok
char v.s. string technically
other than a string opened with one can only be closed with the same one
but it's lua
its lua nothing matters
i knew like 5 things about lua before i started modding and like 1 is relevant
I've known about lua for a total of however much time it's been since Balatro's released.
how do i use the "joker api"
holy shit can i steal this
it only really becomes relevant if you want to include one of those in the string. if you want to include an apostrophe in a ' string you need to escape it with a backslash
'don\'t do this just use quotes lol'
but it's entirely up to preference
gmod uses lua
Damn
found it in the wiki, i think i know how to use it now
where are all of those emotes from XD
scroll up homie
also where is this balatro emotes server
https://discord.com/channels/1116389027176787968/1226761918576984066
have you seen this
mmmmmm i went to the bathroom and when i got back my pc was restarting
how was the bathroom
normal
i guess obs bluescreened me or something
who even uses 

whats the slug for soul?
this just needs a jimbo staring into the distance and it'd be a good emote 


whats the slug for soul?
sick emote
ctrl+f hard
thanks👍
np 


someone feed me ideas for more balatro emotes

animated?
jimbo yapping
this?
HELL YEAH
a different flavor of despaired jimbo, i'll find a reference but in words i would like a sopping wet cat jimbo
ink and color suit symbols, ik its biased
needs to be universal my man
grassless behavior
this is good enough https://7tv.app/emotes/60d90ecddf4f4c65b8479f35
the soggy cat???
he should look like a deflated balloon
jimbokisser emote
myst emote?
im so eepy
jimbo popcat....
no way
norway?
not real
nevermind i thought i did it but the game crashed when i hovered over jimbo
not a real place
i did successfully add them to page 11 though so progress yayyy
i haven't been there so i'm inclined to agree it isn't real
I use :3 a lot of course people know what I am (ace)
i only got 4 hours of sleep and got woken up earlier
does anyone know what the game is trying to tell me here?
i just have the 1 thingy in my bio (breakcore listener)
so obviously you're transfem
clearly
one day ill have use for the transmasc vriska gif
send it
homestuck having some of the most raw character designs but also the worst impact on society as a whole that any single piece of media can ever muster
so what am i
woman kissed
so true
kisser
kills you with hammers
kills you with hammers
i keep seeing the really nice balatrostuck art then i see the actual homestuck art and they're just like recolors of the same little guy with no arms
i should make more jokers with a lose condition that'd be fun i think
lyman you have two of the skill issue one? lmao
its a good sticker
homestuck art is gacha life before gacha life
i still dont know what the fuck a homestuck is
its the friends we made along the way
i dont get what im missing here? unless i need to add something else to make it work which is possible
the wiki doesnt specify though
😭
holy shit is this notepad
yes
you sweet innocent child
no, no, that's a chad move
you need to declare it in the init function
like this?
but if you're trying to code, notepad is not recommended
eh
there's notepad+
or vscode
nah
if you don't want to commit to like vscode
well then i go back to the 'chad move' comment
Made another jonkler, only issue I'm having is despite using context.after the effect of re-enabling the blind is happening inside the 2nd hand instead of after
Which is making me really mad
vscode takes too long to open and notepad+ isnt useful for coding
lmfao
notepad++ is the best code editor
i dont get why?
THIS IS PEAK PERFORMANCE
"notepad++ isn't useful for coding"
WHAT
like i use it for everything else but it just doesnt work in this specific use case
????
what?
wait so
wait, what do you use notepad++ for if not coding?
everything else
i
flowwey.....
im too sober for this
how many people in here using regular notepad for coding
i use vs
Just code using a piece of paper and a pencil smh
ok well i dont want to
you can make notepad++ not monospaced if you wanted
i think the default one looks cool
nah. just lay rocks on the ground
but i mean honestly you do you, but you are kinda making it more difficult for yourself
Instead of monospaced just have the kerning random for each letter
It'll make programming so much easier
im crying rn
code in ascii (written in binary)
Just code in assembly, TRUE
btw i ran this and now the game closes itself
just code in flowwey's basement
you need to declare it as a function
and it needs to be in the form of "SMODS.INIT."
function SMODS.INIT.MyMod()
local j_jimbo = SMODS.Joker:new('Jimbo', 'jimbo', { mult = 4 }, {x = 0, y = 0}, {name = 'Jimbo', text = {'{C:red}+4{} Mult','Why do you code in notepad tho'}}, 1, 2, true, true, true, true, 'Mult')
j_jimbo:register()
end
good
do you have a steamodded header
oh im stupid
yes
i think that jimbo is already a registered name
oh iy's j_joker
is mymod part of the function can i change that to jimbo
okay
you can change that to whatever you want
cool
dr. fire rosalina
YAY
quote board bait message
going to go quickly check if the effect works as well
i will free storage space and then i will do that because apparently balatro cant decode the png
what
i can feel my brain shrinking with every message i read here
sorry
don't feel bad, you're doing your own thing. long as you're making it work
no need to apologize, i am never being serious. learning is admirable and requires a lack of knowledge to begin with
yeah, for instance i don't know anything and i cannot learn anything, so you learning things is better than what i'm doing
SAME
so true
i kinda have to tbh
im sorry did i interrupt something productive
no steam is
lol
kept having cloud sync issues and then it just randomly closed
its good that im learning how to use this stuff though
very rewarding
epic
ok what am i turning into a balatro emote next
is there an easier way of testing a new joker? i cant find it at all
super mario sixty fof, an obscure old game nobody's ever heard of
there's the debug mode mod
thanks
you were just like me?
its breakdancing
trying to make history?
uh oh jimbo doesnt do anything
this?
twitch emote thing
how do i make jimbo give +4 mult?
this guy?
yorick or chicot maybe
black hole counts as a planet, what does soul count as?
tarot
i think yorick
does black hole actually count as a planet in the code?
yea, i checked
ikr
okay need recheck when i go home
why is it that way
when creating it as a card its in the planet categorie
no they're spectrals
it just has a chance to appear in celestial packs
and soul can appear in tarot packs
they also have the borders of those cards
okay i think i found it in the wiki but i have no idea what most of this means and it makes the game close itself
then why does this work?


probably it works with any consumable
since you just force it, and they're all in the same place
heck it might work with jokers
oh i also had to put this into init
because you're supposed to use it for a random card
ahhhhh that makes sense
nevermind the game crashed when the hand was being scored
ok
tarot, and spectral has just created a random one, i got specific tarots and planets but having problems with spectrals?
good luck
cool jimbo just added +4 mult 3 times
once before the hand scored, once after the cards were scored, and once after the score was added to the total
that probably means i need to move the code to a function other than init
uh no it just means your contexts don't work out
if jimbo is so good why isn't there a jimbo 2
ok i will attempt to make jimbo add chips instead
good job btw
it's not that hard, you just need some persistence👍
yeah thanks for all the help
15 Jokers milestone reached
hmm okay replacing every instance of "mult" with "chips" results in a crash on scoring
jocker..
there are some truly horrible jokers there
the horrors
im so proud of the final row though like holy shit
these 3 especially kick ass
there is this mod that i want to add but i dont know how
have you tried talking to her?
its called jank jonklers i thinkl
do you have steamodded installed?
#1217867725532041369 message should explain what you need to do well enough, afaik theres 1 thing thats a tiny bit different (in the video) which is dwmapi dll got renamed to version dll (you'll understand once you look at the tutorial)
most mods here require steamodded to work and that thing i linked is the easiest way to install steamodded
whoops
wee consumable
trinket joker....
joker tarot 2...
@pale quiver pinging to make sure you saw this
eat the child
ceremonial dagger the child
is there an easier way of creating joker effects than using random wiki code that i dont understand?
no
theres a harder way
ok
yeah im not doing that
i am doing that
its great
sanity's at an all time low
call me madness the way i gain X0.5 every blind destroys random joker
at least we have baaltro's source code
weak
ever try reverse engineering how something works with nothign but like a bunch of headersd
yeah literally like
WASM is easy
i can just look up a joker with a similar effect to what i need
is this your tbhsona
fucking CRINGE
(real)
@grizzled violet
can someone please explain to me how this code works? im trying to make it add chips instead of mult but everything i do just makes the game crash on scoring instead
i cannot read that
what the fuck is this
😭?????
provide crash details
It finds when The Fool will appear in the shop in the seed "Fun fact: This doesn't need to abide by Balatro's arbitrary limitations!"
I'm working on making an online seed analyzer so that's part of the process
is jimbotism your tbhsona

tbhrowback
?????
i can't DRAWWWW
try anyways
too bad
i dare you
yknow
fuck you
heres the dogshit ass sprite i drew thats supposed to be a character of mine
you get no explanation or apology
god
ok
it's literally in the name it's jimbo's tbh sona
please install vs code
i have it
also pretty sure 20% of the art posted in #🎨・fan-art are jimbosonas
it takes too long to open
all of the jankjonklers are self inserts
too long to open vs code??
yes?
because if youre opening visual studio i can understand that taking ages
ok wait are vscode and visual studio different things
i have no idea which one i used to use a year ago
that helps
and then i learned that visual studio and vscode are 2 different things
vscode >>>>>> vs
ill probably try the blue one later then
i dont get it
alphahcannels look fine to me?

i used to be in a different modding community like 1-2 years ago and i was told to use the purple one to code in c# so thats probably why i hate it so much
anyways how do i make a joker give 4 chips
xeno asked for joker images
should we be just sharing that out in the wild
probably not but it's on spriter's resouce
i've seen it posted way too many times already so its def a public thing now even if it wasn't meant to be
0 chance of deleting all the posts of it now
i mean all of the individual jokers are on the wiki
also true
i mean im just dummy
that image is obviously just a reconstructed image by putting all the wiki jokers together one by one
the positions were all guessed, no way to know if they're right
how would you know its from the source code???
are you going to post the png...
from the source code?

we're all sinners here
hey is it possible to make steamodded jokers different sizes (like half joker, photograph and wee joker?
yeee
yes but you have to do it manually
check out morefluff
also how do i make a joker give X4 mult? or like $4 or like some consistent pattern of "give 4 of <something>"
pixel joker my beloved
SOURCE CODE LEAK
ased(joyst
i did some stuff in oddityapi to let sprites be different sizes
all you have to do is this 
oddity code leak
no its actually much more annoying i can send you some code that might help
of course it is!
figuring out how effects work from other mods was too hard so i stopped and made some distinct art instead since i need to know its the one i created
ms pain
hey you stole my joker idea!!!!!
AAAAAAAAA: +150 chips if hand type contains the letter a (common, $4)
buckleswasher divided by swashbuckler
has anyone made a joker before that adds chips?
yeah localthunk did i think
yeah its this one https://balatrogame.fandom.com/wiki/Wee_Joker_(Joker)
lmao
i think ill stop modding
it was fun while i was able to figure out how to do things but i am no longer capable of doing that so it feels like the right choice
bye
welp
dang
:(
legend
bad news that didnt work
i still want to mod balatro but now i also feel like a very large fool
cant even figure out how to not mod balatro
i tried looking at that but the way that jokers are added there is surreal
i'm not a modder because i do not enjoy suffering
i dont either but im a dumbass so i do it anyway
ill try looking at jester again though
found it
i'm not a modder cause i refuse to learn anything
im not a modder cause im a virtual shitposter
once theres more api for everything i'll probably try some stuff but for now i don't wanna learn
you literally modify the game
watch your profanity
has anyone checked out the card for thanksgiving? https://rattlingsnow353.github.io/Snow-s-Mods/
sorry
no way it works now
its kinda like mr bones
cant believe it was that easy
mr bones?
gonna try 4 xmult now
so um how to i get the mods onto the game?
did you look at what i pinged you for?
i suppose in a way, but Turkey dinner cost $12 is rare and sells for $2 iirc
yup and i did it right
yea, it is
alright so now you gotta go to the mods folder and put the mod in it
what should i do next? maybe like a simple conditional or something for the 4 xmult
when rerolling 1 in 7 chance to add X0.2 mult to joker
"win+r, write %appdata%, go into roaming > balatro" idk why i copied text instead of linking the message or replying to it but here it is
inside that balatro folder there should be a "Mods" folder you put mods in, for example jankjonklers would need its own folder there that assets and jankjonklers.lua go in
mmm seems a little too complex for right now
how about the 1 in 7 chance to add x0.2 mult
i dont know how to make scaling yet
"if you have at least two of this joker, x4 mult"? i can try to learn scaling after i learn how to do basic conditionals
scaling is easier
lmfao
bait
look at how other scaling jokers do it
right
self.ability.extra.current_mult = self.ability.extra.current_mult + self.ability.extra.mult_mod
why does that not say balatro community
oh ok
just add that before return
so just mult += mult then?
pretty much
mult += mult_mod
yep
mult = mult+ mod
i did it yippee
good job!
i feel smart

did you add mult mod to extra?
whats extra?
it's sill returning 4
you should put Xmult_mod = self.ability.extra.current_mult
oh in place of xmult=4 i forgot about that
ok i did that as well
running
game closed
hmm
what's the full code?
thats cursed
also i just recognised what your pfp is
?
ok i'm gonna explain in full how the joker should work
ok so
each joker has a bunch of variables attached to it
no but thats close
lazy worm....
this could be the number of mult wily joker adds, or the selected rank for mail in rebate, or the suit that lusty requires
that makes sense and i understand it
closer? i guess? idk
if its not baba idk what it even is
its just my character
obviously
slightly related to baba but not really
i dont really use the character much anymore tbh but it conveys a very special message whenever i use it as a pfp so thats why i like to use it
so your variables would be 'mult', the amount of mult that the joker gives, and 'mult_mod', the amount it scales by
mk
lets say mult = 10 and mult_mod = 2
you assign those variables in the config in the SMODS.Joker:New method
no were not doing that yet
like this?
yeah exactly
cool
alr
then when calculate joker is called
you first want to scale the joker using self.ability.extra.mult = self.ability.extra.mult + self.ability.extra.mult_mod
then you want to actually give the mult effect
before you did
message = {whatever}
mult_mod = 4
}```
instead now you want
message = {whatever}
mult_mod = self.ability.extra.mult
}```
have you used lua before?
slightly
you don't literally copy 'whatever'
i never used it when i started
why? what problem would it cause? what does message do?
try use proper indenting
i never delated anything i coded. i made a mod outta it ->https://discord.com/channels/1116389027176787968/1221606622208720916
message is the thing that displays below the joker when it activates
dont get why i need to do this but ok sure
everyone will hate you if you don't
i hate me and i do
and?
its the little message you see that indicates that something has happened
example of message
i hate you and you do (joking. you're cool)
"again!" "nope!" "upgrade!" "reset!" those things
and also mult and chips and xmult and stuff
it's like if i were
to contin-
ue. writing like this
i can read that
confirmed
it
sucks
though
personally i think its fine but i can understand why you dont
:(
okay so does this message work now?
you always need
to
consider that people
might want to
read
and
understand your code
in the future
really?
yes
it should
wow okay then
anyways ill try running it
thanks for the explanation that really helped me understand how to code effects
microwave mmmmmmmm ding
the game closed 
at 2:10 AM
mmmmmmmmm
did you get an error?
this makes me think of thunk
are you sure it's a problem with your mod?
send the entire text file for your mod
you're returning only if you're at end_calculate_context
what?
i thought lua was like the main language to use +=
lua doesn't have anything cool
wheres += then?
lua--
i think lua's tables are kinda cool
luas tables are cool because they have no rules
yeah exactly
anyways ill do the boring one instead
you can have an unorrdered and ordered table in the same table
i think ur thinking of python
or some other language like javascript or c++
also comma at the end of message = {type='variable',key='a_mult',vars={self.ability.extra.mult}},
Death penalty
Mika's Grudgeful Joker + Plasma deck appears to have not been tested...
Like, the only thing that shuts that down is Crimson Heart.
but its funny
It is.
game started successfully
I hit naneinf with it.
Isn't plasma deck just always broken
Not this broken.
Getting Grudgeful joker with plasma is a free ante 39, provided you avoid getting Grudgeful joker disabled.
I managed to lose at 36 by not paying attention to the fact I was against psychic, and accidentally wasted a chip bonus of e220.
jimbo
jimbo
jimbo
odd todd believers rise up
todd is to odd even steven is controlled and analytical
the voters HATE even steven
but Steven has a plan
should've done a pole for my theme
i accidentally consumed something that wasnt real
i put jokers in consumable slots. and i made eternal draggable tarots, and balatro^2
whats wrong with this btw? i couldnt find anything
you say analytical but the analytical continuation of the dirichlet l function is 0 at negative even numbers
Balatro^2
play balatro while you play balatro
its for when you get bored with balatro
does anyone know what percentage speed the music is played at ingame
i'm planning on doing my cover(s) soon but i wanna compose them with the ingame speed in mind
actually maybe i can just eyeball it by the key it's at
i say "eyeball" when i'm talking about listening you get the gist
i think notmario was trying to dig in game code to see what the speed is
since the one in source code is sped up
i think it was 0.7
0.7 comes to mind
is that like a common audio compression factor or smth
Nah, read it yesterday
i need to figure out the bpm for that
cause the file is at 150
i guess just 105? that seems right
105 then right?
actually i can probably just pick whatever tempo i want as long as i speed it up by 1/0.7 for the file
Favorite Shakespeare quotes, Go!
cant remember
mine "What, you egg? (he stabs him)"
Take a look at https://github.com/Infarcactus/Balatro-Custom-Sound-Player
Hark you egg
i'm not sure how well this would work for music
it seems more oriented towards sfx
Why would you think that ?
why would you think?
Good question
Btw I just thought of a way to make sound Streamable that would be simple
(for the custom sound player since rn it's loading all sounds in static)
isnt there a sound api in smods
i think ima do the vote for the next theme again, because of three things, one: polls, two: additional context, three: i haven't started yet
poles....
another question about localization formatting: is there any formatting that has more than one letter before the colon?
or is it all just {C:chips}, {V:1}, and {X:mult,C:white}?
pretty sure its all one letter
context added👍 my mod btw https://discord.com/channels/1116389027176787968/1226203695365099681
For any non-coders who decided to mod Balatro with new cards, is it difficult?
As a non-coder myself, im looking for a fun project to keep myself busy
it's not too hard but it might take you a few to several tries to get a good process down
What language is being used?
lua
lua
Alright, thanks for the info :)
you sure ?
I'm pretty sure it's not as complete as mine tho
Witchcraft
Oh Yeah there's one in Steamodded already, but not as complete as mine
wait a minute
holdup
every hour or two if i'm here i'll make sure to link the vote thread, to give everyone a chance to see it and vote
This looks familiar
And even more with this old version
Someone just copy pasted my code
And it wasn't even optimized I made a better version
@cunning silo
I know it's you
no, oh!


Oh no...this is kinda how coding goes, honestly.
Yeah but there's copy paste and copy paste
x)
Especially when my code wasn't optimized and wasn't complete
he skipped a lot of feature
well the real issue is that your code is MIT license and steamodded is GPL
which if i recall correctly dont mix

The problem is especially here yup
its not like its a GPL derivative license where you can generally get away with just swapping them
They must put the license
And substantial portion there is
It's like copy paste add 1 thing and done
I was gonna push it when I was done to Steamodded anyway
But like, ask me
especially when you don't respect my license
@cunning silo, come in DM to talk it'll be simpler
I have a bad history with code like that
it's happened to me more than once
sorry, a bit off topic. but have you voted?

thanks👍
gotchu 😉
already at more votes than when I was using reactions.
just got Andy's Stamp in action
btw how'd you get stamps working?
also, if a different theme wins then the one that won the reactions vote, I'll put the first one in the next vote.
so stamps are technically just seals
so, it's not unfair to any voters upset by the revote.
they stack multiplicatively btw
Btw I'm thinking of doing a "choose first tags" mod like my "choose first shop joker"
(so this is 0.7225x blind req)
That's always the way to go nice !
i don't know how to add stamps either :/
seals are a pain


i've been in dumpster

