#⚙・modding-general
1 messages · Page 432 of 1
???????????????????????????
what is that supposed to mean victin
Bisexual lighting
is bepis bi
bipis
😭
i am so overwhelmed on whats happening in the screen rn
Why you confused? it was pretty clear I think
Ill probably have my mod so that the code is free to use, and the art is free with credit
i guess i don't have to worry about my art so much
NOT IN MODDING CHAT IT IS
personally i don't like my art being used commercially if you don't ask me lol but like
it's hard to enforce
Aikoyori my modpack stopped working after i downloaded your mod, you sure its not malware?
I need a pinky promise
unfortunately your pc is now infected with chicken jockey
idrc about my code, all good programmers steal, but with art that is very much not the case
Which licenses do you recommend @dusky heart and others
noooooo not the brainrot
you have to say chicken jockey with 6 fire emoji and head speaking in chat to remove it
I think I have too many editions
Sometimes people in this server make me feel old
for code:
- if you don't care like me: 0BSD
- if you want to be remembered: MIT
- if you want to restrict other projects using your code to also be open source: GPLv3
for art: read the creative commons website
HOLY SHIT
chicken jockey 🗣️ 🔥 🔥 🔥 🔥 🔥 🔥
Worth it
HOW
you hate me because i have a point 🗣️
it is removed from your PC
What's the crash
imagine overhauled editions on top of that ngl 😭
btw no license is also an option, it just means your stuff is fully copyrighted
you get us KILLED
no rendoms editions 😔
What’s the difference
Chicken jockey 
ykw lemme check my editions
I AM A HONEST MAN AND I SHALL STAND MY GROUNDS
Strmnn's recommendation is good, with the caveat that if you're strongly depending on Steamodded in a way that would be impossible to unentangle your mod from, you're (probably, arguably) required to use GPLv3 (or a GPL-compatible license)
i got 28 editions 💀
is that a cucumber
or is that hulk banana
i cant tell
why not both
hmmm.. missing the risk meter
So should most mods be GPLv3 compatible?
fuck
unfuck
buy the chips and mult upgrades bud
it scales TOO LONG
:3
Whats the mod?
it stutters SO BAD god, i wonder what caused it
too much UI elements
i meant the stuttering
but yes i do agree its bad
-# now download balatro star rail and joyousspring for 4 more buttons
the mod needs the latest version of steamodded
Maybe you should fade in progress bar when xp value is changes and then fade out?
I thought I updated it like a few days back
i wish you could put it like this
the thing generating the most traffic to my mod is someone else's nexusmods upload (i think i need to update)
freedom deck detected
it just got a new stable release so
good idea
Interesting read! Thanks for answering!
though i do wonder if the bar would be too small, then?
good deck
it fucked the screen HARD
i still dont know if transparency exists for ui elements 😭
people should be taught how to read crash logs
-# Hm... not sure about which to choose with what assets I use...
It is not, but you can adjust opacity for each color individually
Seems cool, gonna have to look a bit more to it
That's approach I'm using for small popup with status
haaaaaaaaaaiiiiii
Why is Aiko’s Badge there
huh, i thought just being dependent on a project without including it in anyway doesn't require one to be GPL-compatible
no way...
worked
I appreciate it! The more feedback we’re able to get, the better we can make the mod!
Why is tetris
Does it stack??
it does
thx
@hard plank why
I can see that
oh BOOOOOOOOOOOOOOOOOOOOOOOOOO
the jokers have suits injected into them so they don't crash when scoring
Lmao
isnt there a way to silence mod badges
yes
XProbabilities
Also Double Negative ^^
that thing will always hit
100% probability becomes 400% probability
Ye
^probabilities when
I realized a tad bit too late
nvm, i guess a project only working in the presence of another project being gplv3 already requires it to be gpl-compatible
ugh i hate this
someone does =Mult
Disgusting
is the xp speed balanced
oh thats a nice seed
By the way, I remembered this license @dusky heart
multCchips and chipsCmult when
i had to nerf/buff it several times
i mean, kinda
it scales not too long but not too fast too
factorial sounds like expensive calculation task
true
i think it would be really funny though
factorial is basically ^^2
aaalright, so im guessing i will need to have to change the alpha of this color with func?
-# please tell me it updates
It is
But you need create own color
a
Because using basic one will make EVERYTHING transparent
i see
:3
On the nose.
Wrong punctuation use
Nxkoo
and instead of playing cards, we play
i was advised to pause the progress of the joke
im sick can you tell
I was finishing your sentence for you
No

I hope you get better soon you sick sick person
:3
definitely rick roll
tbh it's really hard to grasp for me from this if developing a mod that depends on SMODS makes it an aggregate or not
what if there was a joker that created a random sarcpot queer joker when you played a straight
Dear [Name],
I hope this message finds you well.
I would like to extend my sincerest apologies for the joke I began but regrettably did not complete during our recent interaction. In hindsight, I recognize that starting a joke and leaving it unresolved may have caused confusion or left an air of expectation unmet. Please know that this was never my intention.
Humor, when shared in good faith, should ideally bring clarity and laughter—not lingering uncertainty. I appreciate your patience and understanding, and I assure you that, in the future, I will strive to see all jokes through to their appropriate conclusion.
Thank you once again for your graciousness.
Warm regards,
[Your Name]
I'm sorry, but I am incapable of creating an application. Is there anything else you want to request?
I do think that making laws in general are very prone to run into these kinds of philosophical/mathematical issues, and new technologies only highlight that
recover soon nxkoo
Not necessarily in all cases, it's grey and fuzzy and complex. My understanding is that:
Mods that don't require or depend on Steamodded to function but support its mod menu (like mine) definitely fall outside the boundaries. I like GPLv3 and am using it anyway, but i'm not required to.
Mods that strongly depend on both Steamodded's API and its exact implementation (like those that make code patches to SMODS directly, for example) are **definitely ** within the boundaries and must be GPLv3-compatible. I'm sure that Cryptid and all its children fall into this category. If there's lots of data being passed in both directions between SMODS and the mod, chances are SMODS counts as "Corresponding source" as GPL defines it.
Mods that use Steamodded's API, but aren't totally dependent on its exact implementation sit in somewhat of a debatable middle ground. For example, if I were to make a localization file that used a {B:} modifier (which Steamodded adds support for), I could distribute that mod under the assumption that people will use it with Steamodded, or I could write my own mini-library to parse that modifier instead, and upload it separately - in that case, Steamodded is less of a dependency and more of a System Library (as GPL defines it). In this case, GPL wouldn't be required. This is why I've been so insistent on saying "not all mods are GPLv3" in the past, because it's ultimately highly situational.
The legal requirements are all largely irrelevant because it'll almost certainly never be legally tested, but if you want to "give back" to the community in a way and respect the efforts of the Steamodded team (the giants whose shoulders most devs stand on), GPLv3 is the go.
5k Jokers once i recover
how much freetime do you have, breeze
Not as much as i'd like, but it's almost midnight on a Friday night, so i'm just chilling
i fear breeze might be the ancestor of chatgpt
-# Bring LegalEagle on board. x'd
Just enjoy writing essays about the specifics of OSS licensing as a hobby, you know how it is
LegalEagle reacts to modded Balatro
the terminology in the screenshot says everything about the current state of copyright law tbh, we don't have CD-ROMs, we have fucking discord threads and mods depending on mods depending on a game
what game is this
man i'll just switch my stuff to gplv3 but i HATE forcing other people to do the same 😭
That's what the LGPLv3 is for
Balatro even uses a bunch of LGPL libraries
that doesnt look like balatro
i got -naneinf
balala
csgo
Weird Vintage Story texture pack
cube world
joyousspring is officially a cryptid-like now..
We lost another one
yeah but if i make a mod that depends on SMODS, i have to use GPLv3, no?
F
im sorry N'
i need to nerf the solfachords i guess
Up to you to work out. See #⚙・modding-general message
i read that whole message but that doesn't change hating forcing other people to do stuff
but yeah, i guess any mod that doesn't only inject itself using lovely in order to provide their main use case is already required to do GPLv3 :((
who's gonna sue you
john smods?
@ steamo sue this man
It's a bit of a contradiction, in that GPL forces people to be free and permissive with their derivations. You are forcing others to use the license, true, but the license is designed to be as open and unrestrictive as possible
wtf
wtf
wtf
wtf
wth
no swearing
You broke the 4 of a kind 😔
no n' broke the full house
How dare they
so true
nameError
yeah it's just different philosphies...i feel like there's a real world out there and believe in 🇺🇸
freedom 🇺🇸
; if people need their code to be closed source in some form, i don't want to be a hindrance - i'd rather have my stuff used by them than not at all, but idk
this doesn't really apply to mods anyway, who the hell would use my mod code in their mods, usually the layer ends at game > smods > primary mod except for maybe cryptid and talisman
does anyone want to test out my vanilla+ mod to see if it works correctly
sure
YES
here. literally no more vanilla+ than copying vanilla 1 to 1
https://github.com/nh6574/VanillaRemade
Contribute to nh6574/VanillaRemade development by creating an account on GitHub.
(i actually need someone to help me test it)
biggest troll this century
yeah i've already seen this
might check it out later...are you plainning on using balatest?
not really
alright i'm running it
im immediately going to start working on js again after im done so i dont have the time
i already have some questions
the sprite modifications are not done
oh
get compressed
come on
just in general crash testing? because idk if i'm enough of a balatro nerd yet to notice differences in behavior to vanilla jokers
alright i removed my own mods
crash and functionality i might have fucked up something big
okay
oh i know what this is let me fix it
i need to make new save i think
alright...it does add them on top tho, right? so if i don't want vanilla AND vanilla remade jokers, i have to remove the vanilla jokers in banner?
nope
ye
:3
hello aiko
the internet speeds aren't that bad over here
unlocking the vanilla remade jokers already worked fine for me!
smtcom destroying bepis confidence and dreams by reporting every bug for Yggdrasil
i have completted the first page of joke category jokers
i like parappa
No way chainsmoker
first 5 are common, next 5 are uncommon, last 5 are rare
chainjoker
okay so
choker
my first test says that blueprint and brainstorm don't work
...i
Didnt know if i’d get banned for that and i didnt feel like getting banned but yeah that
thats 5%, why did i get that while testing??
TwT
😭
wait @normal hollow nvm, it showed the notifications/alerts for unlocking them, but in my collection everything after 150 is not unlocked
actually hm
you need to discover them i think
alright i'll play a few checkered decks to see how it goes
i havent played vanilla from scratch in a year so i dont remember how it is supposed to work lol
okay yeah no they work
it's just slightly confusing without the ui textr
chokers are a piece of clothing idk why you would get banned for that
okay i can already report this tho: tarot joker first was undiscovered and locked, then on second game start it showed the small notification on the right side of the screen, and now on the third game start it finally showed it in the center
Fair enough
i think there's lots of pieces of clothing you could get banned for discussing here
bow ties
No i love my bowties please
bow ties are cool doctor who. gif
true
god hold the place 😭
is that a lesbian british flag
byeah
based
two queens
also change it to -1 ante when starting the boss blind
fuck it. im just gonna give a bunch of my non-legendaries soul sprites anyways
its fun
true
but also might get confusing..
just make your own way of rendering soul sprites
how would that help
like
give them their own style
instead of just simply hover there and rotate slightly different
ill hold off on them for now i think
itd be less easily apparent which jokers are actually legendary lol
yea you dont even have it there
the function must be running somewhere
would be really funny if it's a collection issue
@normal hollow
no shader on hologram :(
naked hologram
** **gram
yeah sprites are the last thing im missing with wee, photogram, half joker
photogram?
photogram
pareidolia seems to be ok
joyous spring
look inside
photogram
Im killing you
i pulled a craaaazy seed so far with vanilla remade
What if i make a joker about this
KILL
$50 Steam Gift Joker
<@&1133519078540185692>
fixed
no more $50 giftcard thank you moderators
When starting blind, 1 in 8 chance for $50, Destroy a random joker otherwise

yoinking that
Egg is on the lead
i got the game to crash
Curse you...!
this is peak ante 4 on checkered deck (at least for me (please don't hurt me (everything working great with vanilla remade so far)))
(the gimmick is that it's secretly 0 in 8 for $50)
eggs effect should be changed to increase sell value by the amount of gift card bots deleted
no one can stop the fastest game breaker in the west
which card was this do you know
invis
uhhh
richest store in america
truly crazy how one egg gets you $3 a day
it just happened when i started a blind
balatro inflation is crazy
egg

an egg a day keeps the poverty away
just my luck

thats what my uncle always said
why does spare trousers have mult in the collection
he also thought women shouldnt have rights so idk why im quoting him
oh wait
bro prolly meant a different egg
hm
(this is all an elaborate bit i dont even know any of my uncles that well 😭)
What if there was a socks joker that got multi from a pair plus a high card (to represent a sock went missing)
typo 🙂
@normal hollow
i was actually an uncle when i was born
true unc status
no way
damn bad at reading
hi
Hai
fix'd
The voices want me to be sillier
ok can you also fix my skills please?
need myself more chicken jokers
thats not something anyone can fix
@wraith seal skills
(and also a voucher content mod maybe)
burnt joker bork
OH WAIT ITS CALLED TYGGEFARADRSLIL BVUS SKILL TREE HOLY FUCKKKKK
since im adding more than just skills at this point
sorry i'm being so fast
amazing name, credits to aiko :3
low% joker
i think thats why aure never talks to us again
with a pickaxe
this is an smods issue, should be fixed in latest but let me test
oh did you fix smeared joker btw
yes
:3
thats the actual current wr for twilight princess low% btw i did my research
idk how peopl get eeee in cryptid i can only manage eee but i use only 3 jokers to do that and i don't like having 700 jokers 300 of which are canvas and waiting like an hour for a hand to score
hang on lemme beat it so you have to redo the timer
i assume it's mostly just that cus i don't know how to optimize my setup any further but i'll go look into it
yeah latest smods fixes it, i will add it as dependency
ok see you in 13 hours
have fun staring at a rupee
post on speedrun.com
damn
no just beat it with one less item then time doesnt matter
true..
is it okay if i xmult you
@normal hollow shoot the moon triggers after blind win, needs an and not context.end_of_round
this is important because funny
@normal hollow i havent found any issues with your mod i just wanna say hi :)
same with scary face
hiiii
oh scary face is missing the area check wtf
lmfao
ok i have an idea i'll go do it later
hi
it turns out that there is nothing else to download
Josh Vocaloid, the father of Vocalings
i will now call deco27 josh vocaloid
「ハロー残念なあたし」
8th Album「MANNEQUIN」Listen & Download: https://nex-tone.link/A00094938
2024年11月27日発売
9th Album「TRANSFORM」特設サイト: https://nbcuni-music.com/deco27
8th Album「MANNEQUIN」特設サイト: https://nbcuni-music.com/deco27/mq/
Lyrics & Music: DECO*27
Arrangement: Rockwell
Movie by OTOIRO...
do u like pinocchiop aiko
god ish is good tho
This is way stronger then black hole which is a super rare card you can only use once
I'm sure he can cook
where is this seal from
what the fuck
lemme look
I'm already thinking my jokers are a bit powerful
and many say it's underwhelming lol
@hard plank jesus this deck+sleeve combo
doesn't say, but I'm pretty sure it's from silly seals
no need to thank me
how am i finding a crash every 5 minutes 😭
freedom sleeve's making your career go balistic, aiko
trading card?
🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸🇺🇸
u gotta give this some kinda drawback like "only 1 hand per round, stealing from shops prevents visiting a shop for 3 rounds" or something
because i barely tested :3
ye
cus this is absolutely ungodly
What's even the point of playing that combo then
it overflows inventory sizes
that alone is absurd
infinite joker space
infinite consumable space
creative mode
infinite hand size
then just play with the sleeve and any deck you want to
honestly even just being able to move any card to any slot is really insane to the point i had to end a run prematurely just due to ante 2 having the ability to copy literally any card i wanted
yeah thats in the name
that is true
"Freedom"
yeah but it's insanity still
@west wolf LOL
wait cryptid does that mean i can duplicate the fucking oil lamp
i love how they keep the price ui
and the buy option
how do vouchers in jokerslots work?
is saturn just not compatible with cryptid
this is incredibly confusing and i am positively scared
they don't, that's how
?
sacrificed a bad booster pack for free spectrals
and now i can cryptid something
or get a copy and make 2 cryptids and make infinite jokers
BAHAHH A
SIXTH SENSE JUST DESTROYED MY ENTIRE HAND
one six. oops. immolated
slightly concerned
wait
remove saturn
use incantation and nopeus as replacement
it's on jen's github
ah okay. thanks
give me a second
i sealed a voucher in my joker slot with a consumable
by putting it in card slot
here is the link
no problem happy to help
sorry for the delayed response was reading a crash log
yeah it's ok you should be fine
and yeah just make sure you didn't put
D:
the single folder
in mods folder
you'll need to open that folder to see a bunch of them
guys
there's 2 that you need that i mentioned
do i add Minecraft crafting grid to balatro
yeah it's fine just install in the mod folder
who needs cryptid anyway?
yeah
is riff raff meant to be also showman
that's a level 10 billion high card
again sorry for the delayed response
also through reading around, jen almanac's kinda dead?
yeah
they're working on updating afaik
it's not broken
i wouldn't say dead but
the mod formerly known as Almanac isn't available on GitHub
wow
the download link are just in another castle
this mod formerly known as Almanac is basically kinda wiped
definitely not the mod i would play tho but if you like it then you can play it
wait no it actually created one vanilla 8 ball and one revamped 8 ball
what are the odds.
bepis can you not
im sorry
dam now i wanna know what bepis did
-# i think i talked too much
@hard plank WTF I CAN TAKE VOUCHERS OUT OF MY OWNED VOUCHERS TOO
wait does that mean i can just slide vouchers in there
that would be funny as hell
the part of the fun of freedom deck is testing the limits
oh no nvm it just makes infinite vouchers of the same one
i can't put it back though
this is infinite cash however
i can pull it out, sell it, pull it out, sell it, etc
aiko please make dragging a voucher in and out of owned voucher redeem and unredeem it it would be funny as hell
all this deck needs is the ability to drag tags off blinds and into the tag slots
it's more like u just can't actually add anything to the voucher thing cus u can't click them when it's open
@normal hollow everything fine so far
i think you're not looking hard enough
playing balatro sure is fun
LMAO
you can kinda drag the blinds from the blinds collection but the sprite does not stay after a reload
:(
i want to get that working but I'm lazy
speaking of that what happens if i change suits on something that isn't a playing card
i'm assuming it crashes instantly right
it just becomes a 2
oh cool 2 farm
how do you mistake x and + and mult and chips 😭
ur fault for using bull tbf
this one is really funny though
hello
i'm actually being a tester and using debugplus actually actually
"Played 2s, 3s, 5s, 7s and Aces have a 1 in 2 chance to give X1.5 Mult" <- does this synergize with anything and is it too OP?
bull if it was good
fibbonaci+
and i have a life 
this is
this is unheard of in this community
4 of the first 5 prime numbers are shared with fibonacci 😭
thank you
well it would synergize with fibonacci
who am i kidding honestly
copypaste
crap
@hard plank
yeah no i'm not testing thouroughly with debugplus sry, there's a reason i'm a dev and not a tester 😭
tiniest fucking playing card ever
what the fuck
cube from cryptid
I DIDN'T EVEN NOTICE
it scales the playing card graphic to it's size
golden voucher
apparently vouchers are an enhancement
@normal hollow i also like how trading card is useless because you never return the thing it uses like ever
i didn't know vouchers were enhancements but i guess that makes sense
🛑
double idiot i guess
🛑
???????????
chat. chat i might be a fucking idiot
this is wrong
sop 😭
i meant to say hologram
😭
hologram doesn't work
sop
how do you mess that up bro
slop 😭😭😭
sop im dead bro 😭 😭
slop
it did for me?
hello
:stob:
hi ruby
hi etnreorpsety
how is the rewrite coming
along
pretty good
using the added jokers
i did a release like yesterday tahts mostly stable
oh no does this work or crash
omg
new_hologram obviously works with the old stuff
so remember when i said that it wasn't a big deal
but not the other new stuff
hold on i wanna see if i can copy anything with this
what deal
well scratch that
i wrote that function myself, i didn't even look at your code in the slightest nor did i even know of its existence, plus the whole point of the function is convenience and compression
aw it only works on jokers
i use the smods context that doesnt work?
what can i say
no
negative 1 braincell
it doesn't
something is extremely not adding up, why did Drago claim that they wrote it, when you're also claiming that you wrote it
gdi
this can happen when a card is copied
trading card broke again
but it literally does what i do, weird
they probably meant when they shifted the entire Jen.config table to its own initialiser, which i didn't want, so i moved most of it back in and wrote a function to help me create labeled toggles for the config menu
because at the moment it's too early to add everything to the config menu
@hard plank it begins
i’m gonna turn the ancients and the beasts from cookie run kingdom into legendaries
i know the modding section is primarily for real gameplay mods, but is there a place that holds some of the custom card skins anywhere?
tbh this mod is just a ‘whatever i feel like’ mod
yep here it goes
modding chat is for ANY modding
legally counts as mods
i have doubts that the node config and whitespaces for each node in the code being the exact same is a coincidence
some really weird stuff is happening
just because the formatting looks identical, it doesn't mean i copied your code
guys i don't think i'm making it through another ante like this . . . .
my deckfixing kinda bad rn. . .. .
i drew the icons btw do you like them
i'm just noticing it counts them now that u point them out wtf
that's cool actually
it only counts the ones that don't have a suit
if it does it will be in its own thing
no licenses means full copyright for your shit
just because the formatting looks identical, it doesn't mean i copied your code
stop pointing fingers at me already, i don't know a single thing about your mod in any capacity, i wrote this myself
oh come on
<@&1133519078540185692>
i've done it aiko
.
i win at ur deck
<@&1133519078540185692>
talisman
moment
i genuinely have doubts about that when you pick the exact same values as mine while also deciding that you don't want to use the stock functionality of create_toggle

anyway I'm a bit concerned
it was fun but exhausting as hell wtf
There was a conversation earlier and perhaps if your mod depends on SMODS it needs to have a GPLv3 compatible license
anyone know why this is happening now?
no money
no money EVER
or i guess journey mode from terraria
i don't get what you want to show here - 1x mult = no mult, sixth sense with 2/2 consumeables = no spectral, and nothing got added to your deck
maybe i'm misunderstanding
🦀 we fucked the game again chat 🦀
oh this is a sixth sense bug report
do not have too many retriggers
how the hell does this work
entropy
oh it just doesn't work
i got that exotic retrigger jonkler, and a 20 chad. 🧌
nvm
then i clicked my deck
no entropy
fixed :3
and the game crashed instantly
Why did the hand explode
yeah i 25x chadded iterum
good question
that's funny
aiko this deck is absolutely batshit insane
it's in the name of the combo
thats what sixth sense does in 1.1 sorry i leaked it
😭😭😭😭
oh okay, i thought you said hologram wasn't working
Did you see my exploding Joker that also destroys the deck
yes
may as well end it this way
gonna make Pure Vanilla quarter the blind requirement
Do you want credit for the config in my mod? Since I just use your config's form
would be appreciated <3
i can steal uncollected vouchers and it tells me what they are
if i steal a locked joker does it work
-# jenwalter666 is typing...
could anyone help me get talisman working 😭
By the way, Myst, how do you save multiblind states? I already have an idea for how to do it but well I do need to implement it still
i'm looking the rest of POLTERWORX's code, a large amount of UI code is written very consistently, mostly without spaces between { n = G.UIT.whatever
What username do I use for the credit? Mysthaps?
that sentence is an oxymoron, talisman never works
yo whats the mod that lets you right-click+drag to select cards
i don't understand why that consistency would break in specifically the config menu
wtf rhythm doctor font
How good do you think an effect like the following is:
When round ends, if you’ve won in one hand, give your rightmost card held in hand a Gold Seal
No need to pick at the wording right now
wasnt lob corp one of the first to get a config menu
best credit is name of project + name(s) of author + link to project/repo
i heard of drama im interested now
i am new to modding and i need help with something
how do i make the joker work, it is in the game but it is not giving the +500 mult or giving a description
I'm leaving to play Minecraft
Not sure how to word it so
Not the Isaac removal 😭 that’s the real drama
/j of course
rhythm doctor font
can you post the code to #💻・modding-dev
guys do u think i'm making it out of ante 1
🤔 who made the keyboard controller mod or something in the example mods again?
wdym amber acorn is crazy
i should probably credit the author instead of just the mod's name
true maybe i shouldn't worry...
I think that one was aure
o
-# jenwalter not typing anymore
icic, thanks :3
yeah what was i even worried about
what the fuck
balatro gameplay
i'm just fucking tired now, i should've been spending the last half hour doing my homework instead of arguing about UI code
it used to work for me at least, now it just crashes😔
guys i got overstock omg
sounds like talisman to me
this the type shit i came for when playing modded balatro
just wanna let you know again that no license = more rights for you, not less rights
looking good
i dont see how there is any solid proof of what you are accusing jen of
stop accusing me of stealing code, i wrote the function myself, formatting style carries no weight whatsoever
it's @hard plank's mod with deck sleeves btw
i would have instantly credited you to the maximum and let you know in advance if i did use your code
i don't know a single thing about lob corp or any of its inner workings
incredible
popped corn
who up popping they corn
and it's dead
lmao table with number
to add to this, the incompatibility listing on the official PWX server is solely from player testimony, i didn't go out of my way to test the mod myself to see what was wrong, i've not even looked at the mod
anyone care to show/compare the two snippets side by side? i wanna
but idk for whom
i think i'm gonna make it
ah no i don't care about the incompat listing, just the config code in particular
A mod where you can put the square pegs in round holes crashing frequently?
Say it ain’t so
it doesnt really matter, as the way its whitespaced is automatic with an IDE
i sent myst a video proving this
i'd argue that formatting style carries a lot of weight to how different people write code
@west wolf so ur exchange stamp works on non-jokers and returns a common
interesting
what even crashed the run
why does it even matter? regardless of whatever the case is, why can i not have the convenience and compression of writing a function that returns a complex table without the need of manually writing it?
ya lol it's funny
all i can take away from your video is that copilot has whitespaces in the nodes, nothing more
yeah sorry but in any case this feels like waaay too few lines of code to really say anything - but i'm also not a veteran modder, if this kinda code for this usecase never normally looks like this in mods but in these two cases it does, then maaaaybeee but idk
its not even copiolt doing it
@west wolf ok but eternity apparently does not like being used on a non-joker or itself
yeah i know how code formatters work...maybe the two parties use the same extension lol?
i don't use extensions to format my code
well when i used pycharm it did the same thing
i'm gonna fuck around with ccd and find the cryptid/pointer lol
not to discredit any arguments but this code feels like there isn’t many places where i can say it uniquely belongs to someone
if you’d like to show better examples i’d be happy to look at them but these examples seem poor
again, why should it even matter? i like writing functions that do things in a more easily-readable, compressed way
it's CONVENIENCE
it matters because of crediting
yeah as i said, it's just not enough...the design aspect more maybe, like the left/right placement you guys talked about, but if this is also just in this code, then phew...
Jetbrains IDEs format like this- what ide do you both use
AND I DIDN'T TAKE YOUR CODE
i don't know a SINGLE thing about your mod's inner workings AT ALL
Jen, I'm sorry for the actions I had in your server
👁️
why does everyone have to start drama T_T
i’m not picking sides until i see proper evidence or lack thereof
I can’t believe I’m up past midnight looking at jen get fustrated over code
and right now i’m not seeing anything that supports your argument, myst
literally since the server split of almanac and cryptid, i have been pulled into drama back to back to back
i just showed up wtf is going on
drama
i meant for you to just help me contact jen, never wanted you to be involved
joyousspring server has no drama yet please join
ah good morning chat
Hello lyman
invite i'll start
picked a good time to wake up i see
hi lyman
going to join and cause drama just to spite u 🧌
eh
Its sold out
Wtf
Its sold out man
gabriel would ultrakill u if he found out u had a bodypillow of him
Idc, why you posting bodypillows 😭
good thing he isn’t real
why aren’t you? get on our fuckin level dude
Oh fuck off
☹️
get a load of this guy
Informing the fellow gentlemen that the product is nowhere to be found on the official websites because it seems that its sold out
this is what i woke up to
hi lyman
i don't understand what this whole drama thing is but i also don't like jen's almanac so i intend to not understand for i care not
hi
hi Lyman
speaking of licenses which ones do your mods have
shalom
How are you Lyman
i've been using BSL-1.0 forever and tbh i just realised it also does fit the B theme
tummy hurt, about to pick up my 3060
fair enough
i just use gplv3
this has been what i have experienced for the past month and a half
we got a lecture from breezebuilder above (who i think is a lawyer?) that basically GPLv3 is the way to go
?
with all due respsect drago, and i have much respect, this was part of the reason why i didnt want you to be involved with all this in the first place due to the headache
Say gex
this type of drama is draining after all
not to mention we are only talking about the polterworx stuff
well, given previous events
dont even get me started with the SMODS stuff
What kind of drama there even is
The only other one I’m aware of was BU’s with Bunco
you'll laugh about this when you get older
i mean GPLv3 is nice but i really don't care about attribution all that much
- The mere decision to not use
create_toggleby its normal behavior like most of other config UI code but it can be shrugged off as a coincidence, but... - POLTERWORX's config UI code is very similar to mine, node configs and whitespaces and all, and doesn't deviate until some janky G.ROOM code around 12 lines below
- Existing UI elements in POLTERWORX's code are formatted significantly different to how it is formatted in the config UI
- Vanilla UI code is formatted more like POLTERWORX's existing code, and the config UI's formatting is not followed by vanilla code
no im not
this has been a huge head ache
You kinda started it yourself tbh
But i won't develop cuz there's enough drama as it is rn
same, that's why i use 0BSD, but 0BSD and 1BSD are not compatible with GPLv3, the license of SMODS (afaik)
oh smods uses gplv3
unrelated but i wanted to ask: y'all still working on MTJ at the moment? i havent started my resprites yet since i saw you were stepping back a little bit
well this makes significantly more sense i was less than aware
What SMODS drama? 🤔
if my end of the argument's too shallow then whatever, i'll drop it
oh wait you have bsd1.0, that should be fine i guess
by the love of fucking god i just want to push balatro modding out of my fucking mind at this rate
JUST LEAVE ME THE FUCK ALONE
complaints about the smods docs
not really, been putting my effort in developing the example mod
then take a break?
when he does people start more drama
Ah, that doesn’t seem like a big source of drama to me 🤔
Honestly a break is a good option
Hey everyone! I'm new here. I made a mod a few months ago all thanks to the amount of content on this server. So thanks for that! I have an idea for a new mod but don't think I can do it alone. Does anyone fancy working with me on it?
that doesnt change anything
jen not to be rude but at this point maybe u should if it's bothering u that much? like stop modding for a while take a break??
i dont need to elaborate more as to why but "it'll cause drama" isnt a good excuse
people should seriously start touching more grass
if you're going to be having this type of reaction to anything, just take a break
no, its not that it will cause drama, its that people like to start drama when he goes on break
he cant ever catch a break
turn off pc
ok who cares at that point though they'll be on break
sry bout dat
yeah, that
that's the entire point of the break to just not deal with it if it's that bothersome
I mean, to be fair, if people are raising drama about you while you’re on vacation, you don’t want to come back to an angry mob at your door
Looks like I came in at a bad time. I'll lurk and maybe someone will DM me haha
Maybe ask in #💻・modding-dev
there are no angry mobs and no doors 😭
Also link to your older mod
if you're worried about drama starting up thats
a) indictative of past events just simply catching up again
b) literally not your issue. if its a server moderation issue over at polterworx then just put the server in hiatus
Ah, maybe a good idea. Ty
like people have had several reasons to be upset recently, its not about "catching a break"
people are going to talk shit, this is the internet
either jen did something and should atone or jen did nothing and should just put their foot down and step away, either way there's no good ending to this unless jen does something and i have no context for the drama so all i can do is say to take a break
well i dont understand as to why people are holding on to a thing that was resolved over a month ago
as someone who moderated big communities i agree a lot with b)
I don’t understand because I don’t have any context
humans thrive on anger
without getting in to too much, my issue may have been resolved but it doesn't really erase the type of control i had to do after the fact
i should also take another break, this chat (not pointing fingers at anyone) has been taking up too much of my time doing other things
this whole thing is draining to look at
can this go back to modding chat now instead of drama chat
with all due respect, not much is being added by "wow, this is drama, wow this is draining"
i ask people to bring these types of things up with me, as i have proven that i am very tansparent with what goes on
we're just having a discussion
i mean the best way to do that is to stop mentioning it
whoever is drained by this should look at glorp gifs
yeah but it's clearly gone nowhere in a while judging by other people's reactions


person or im a siiiick
person
