#cancelled mod

1 messages · Page 2 of 1

bronze slate
#

idk when

#

or how

#

but it did

naive pike
#

1 in 1000 for that btw

#

(triggers 1000 times)

forest abyss
#

Wait, really?

#

That's intended?

#

(And as common as a cavendish break?)

naive pike
#

yep

#

its prefaced with "Hee Hee! Hoo Hoo! It is time! For my true power!"

twilit patrol
#

is the chance changable by 6s

tough acorn
#

wtf thats insane

naive pike
#

yes

silent birch
#

Casual 340,340 off of a lvl 1 flush on ante 1

naive pike
#

i might make it rarer lol

#

i kinda wanna toss in a bunch of random "secret" payouts on nil - The Joker

#

i also still need to make it so you can take him from a pack properly

#

^^"

bronze slate
#

I kinda like the idea of having to find a workaround

#

Like fool or shop

#

You see it in a pack just “aw COME ON” but then you get fool and you just “YEAHH BABY +4 MULT”

#

(Also jokers 1/1k chance + round up plus (betmma vouchers) = + 10k mult )

naive pike
#

oh wow there's actualy synergy there huh

#

specifically because it's a billion triggers lol

half elbow
#

voice message? didn't know that was an option here

inland raptor
#

So

#

Sorry

#

And that is why I don’t my phone in my pocket

#

Anymore

half elbow
#

real

flat coral
#

oops all 6s causes dysnomia to stop upgrading and downgrading hands, which seems like a bug

naive pike
#

that does seem incorrect, yeah. it should be guaranteed but maybe i did it wrong lul

flat coral
#

if you implemented it such that when the probability activates, the level isnt altered, then hands not changing levels would be expected behavior

#

since 2 in 2 -> always active -> hands wont change levels

#

or maybe the code breaks whenever the probability is changed and the game doesnt do any of the dysnomia code but doesnt crash

#

2 random guesses that might help

naive pike
#

yeah i think i know what it is, just gotta get home to try

forest abyss
flat coral
#

oh that also makes sense

urban socket
#

hey @naive pike what would i have to remove/disable to stop oddity packs from spawning?

half elbow
#

thats a thing in the config file no?

#

or are the packs directly in oddityapi

urban socket
#

well if i take away oddity api and try to hover over a playing card it crashes

naive pike
#

theres a "do" block in oddityapi's init func, iirc just get rid of that

naive pike
#

(the check is going the wrong direction)

half elbow
#

btw dysnomia is strangely good ime, not that it needs to be nerfed or anything i just underestimated it and its actually pretty good

naive pike
#

yea its pretty solid but that element of uncertainty i feel balances it out abit

half elbow
#

it simply always upgrades my most played hand, kinda a skill issue if it doesn't do that for anyone else fool

naive pike
#

its not something you pick 100% of the time, yk? got that lv30 flush build, probably dont wanna dysnomia that

#

(ignore that Station is something you pick 100% of the time)

half elbow
#

adding something that is just Good is nice to balance out the potential bloat

naive pike
#

yeah. ive actually had times where i pick something else anyway, whether that be the result of a pivot in strategy (most played hand isnt my best hand currently) or just wanting to pick meteor instead

half elbow
#

i pick other things pretty often with newts mod on

naive pike
#

oh yeah those too

naive pike
#

Upgrade!

inland raptor
#

/the other suits

naive pike
#

cups = +1 Hand (essentially refunded)
wands = +10 perma chips to all scored cards
coins = +5 dollars
swords = currently X2 Mult, probably change to Blind reduction or smth

#

all of these are intrinsic to a hand containing a Flush of that suit, and require no Joker or additional effects

#

and no, playing 5 wild cards doesn't get you all of them. tough luck.

peak mesa
#

tragic

inland raptor
#

Adds a joker that lets Wilds at be able of mimic Cups, Wands, Coins, Swords

naive pike
#

you can use 4 wild cards and 1 of the suit, just not 5.

inland raptor
#

oh

naive pike
#

you must have at least one card with the "real" suit

inland raptor
#

I know there is a acronym
CHaSeD: Club Heart Spade Dimonds
Is there a good Cups, Wands, Coins, Swords?

#

The two that I can think are Close|
COWS (doesn't have the other C)
SCorCh (doesn't have the W)

naive pike
#

SCoWaC

#

idk why's it matter

inland raptor
#

Just came to mind

#

Two Joker Ideas

naive pike
#

hit me i guess

inland raptor
#

Chased Joker:
+5 mult for every Flush this has Clubs Hearts Spades or Dimonds (Resets at end of Ante)
(SCoWac IDK) Joker:
+8 mult for every Flush that has Cups, Wands, Coins, Swords (Resets at end of Ante)

ornate vortex
#

Enabling enhancable seems to make it crash at boot, even with the latest hotfix of EnhanceAPI

#

Here's the traceback

naive pike
#

yeah its broken

ornate vortex
#

ah fair

naive pike
#

hence why its disabled by default lol

#

the enhancement would do nothing even if it miraculously worked through some method

ornate vortex
#

Yeah, that makes sense. Should probably add something in the readme about that, unless I missed it

naive pike
#

i just couldnt be bothered to remove it totally for release, just left it disabled

ornate vortex
#

I presumed it was just disabled by default because it required additional mods

naive pike
#

nah

#

everything that requires additional mods (or even other features within ThAC) will automatically disable itself

#

this also includes Phantom, disabling itself if you aren't on one of the beta versions with Perishable

ornate vortex
#

nods makes sense, I guess using linux and before that buggy windows freeware for my whole life has conditioned me not to rely on such nicities

naive pike
#

though in the current release there is a bug where the game will crash if OddityAPI isnt loaded

#

it correctly doesn't load the oddities, but some other code didn't have a sanity check

ornate vortex
#

Yeah, I noticed that, but saying that oddities are a big part of the point of your Circus, I was gonna install it anyway

naive pike
#

yeah. it is the intended setup, though it's not intended that OddityAPI-less setups arent playable

ornate vortex
#

Yeah ofc

#

Was that the crash that happened when you opened the joker list in the collection, or was that something else?

naive pike
#

for example, merely disabling the steven stamp will also disable Comedy, the spectral card that applies it

#

im not aware of a crash based on the joker list

ornate vortex
#

Was prolly a different mod then

naive pike
#

i actually forgot exactly what it was that was broken but i fixed it already for the next release

ornate vortex
#

I tend to play with pretty much everything installed at once

naive pike
#

ah, yeah, mousing over cards without oddityapi installed was broken

ornate vortex
#

Ah yeah it was that then prolly

naive pike
#

essentially it was due to trying to check if the card had a subtitle set but it would check SMODS.Oddities even if SMODS.Oddities didnt exist

ornate vortex
#

Figured it was something like that

naive pike
#

next version will have a sanity check

#

though at this rate SMODS 1.0 might come out first and change how i have to handle all this anyway

ornate vortex
naive pike
#

hey i have the same amount of tarot cards as you

ornate vortex
#

ah, lol

naive pike
#

though i know you dont have the same ones...

ornate vortex
#

The one major content mod I don't use that isn't themed on something is Codex Arcanum partly because the newest release just came out and is still unstable, and also I' not sure how I feel about Alchemy cards

#

And I don't use Jellymod because it's outdated and has known compatibility issues

naive pike
#

oh yeah new version i might have to try that
its the only mod i have loaded that isnt mine (or someone else's API)

ornate vortex
#

nods

naive pike
#

btw hands

ornate vortex
#

I do know that there's an issue where your mod and another mod both have a Piggy Bank joker, so one of them ends up breaking the game if you hover over it

naive pike
#

my mod has no jokers

ornate vortex
#

oh nvm

#

i think I'm thinking of mika's lol

#

my b

#

So much to keep track of

half elbow
#

cheesy jokers i think

ornate vortex
#

yeah, I know that's one of them, just trying to remember the bigger mod it breaks

naive pike
#

morefluff afaik

#

unless theres a secret third piggy bank somewhere

ornate vortex
#

yeah, that sounds right

half elbow
#

i think betmmas jokers has a piggy bank?

#

too many

ornate vortex
#

Surprisingly even with over 400 jokers that's the only definite incompatibility I ran into

naive pike
#

im still undecided on Swords suit's flush effect, im not sure if it should be 25% blind reduction or X2 Mult...

ornate vortex
#

Oh yeah suit mods are something I haven't tried at all yet

#

not sure how they'll play with all my jokers ngl

naive pike
#

soon my mod will be a suit mod...

ornate vortex
#

Yeah I saw that, I like the art for your suits

naive pike
#

thanks, though the face cards are just vanilla recolors

ornate vortex
naive pike
#

(there'll be more when i release the Hands)

ornate vortex
#

hehe

#

I'm never gonna see a Jupiter again

naive pike
#

so far

#

still need animal flushes... laziness becoming too strong tho

ornate vortex
naive pike
#

also not sure if i wanna bother with Spectrum versions of my hands, given that there's now two mods that add spectrums at wildly different power levels... :v

ornate vortex
#

I mean scoring is kinda a subjective thing, I could see benefit to putting your hat in the ring, but also why you wouldn't bother

naive pike
#

id be inclined to lean towards Bunco's power level for them since my suits will behave more like those in Bunco (i.e. not in your starting deck)

ornate vortex
#

Having 8 suits instead of six will also change scoring

#

or ought to at least

#

oh yeah

#

I haven't used bunco enough to unlock the suits but yeah it makes sense it'd change a lot

#

if the special suits are more scarce than the scoring being higher (I presume that's how it works) makes sense

naive pike
#

im leaning towards "there's a deck that replaces the standard poker suits with minor arcana suits, and there's the set of 4 tarot cards (as well as standard packs) that can get you them on other decks"

#

which afaik is the balance in Bunco, i'm admittedly not that familiar with what Firch is up to over there though

ornate vortex
#

Yeah, that makes sense, though it will make balancing interesting, unless the special deck will just be for fun and a lot freer

twilit patrol
naive pike
#

Skeet: 2,5,9 and two other cards inbetween with no pairs
Blaze: 5 face cards
animal hands are a specific high and low card with three cards between
lil dog is 7-2, big dog is Ace-9, lil cat is 8-3, big cat is King-8

half elbow
naive pike
#

yeah i really gotta get that oapi patch done huh

half elbow
#

it was easy to do when i wasn't making unrelated stupid mistakes

naive pike
#

relatable

half elbow
#

ok how do i stop oddities (jimbo, the fallback) from appearing in the shop? do i need to disable the individual oddities also even though i set basic oddities to false or is it another thing in the api i need to throw out?

naive pike
#

the oddity_rate is set to 4 in some init function for the Game object (idk theres like 4 differebt functions for it i forget which one sets that)

#

you can set it to 0

#

and it'll never try to spawn an oddity in the shop

half elbow
#

thank you

sage hollow
#

i seem to have a little bit of a problem when it comes to the new tarot cards
everything else is fine though

naive pike
#

do you have OddityAPI

sage hollow
#

i do

naive pike
#

thats not the usual oddityAPI crash but--ok

#

is it specifically The Universe tarot

sage hollow
#

hold on, ill disable it and see if it works

sage hollow
naive pike
#

what version of CheesyJokers do you have

sage hollow
#

0.1.1 currently

#

also an image if this helps

naive pike
#

might i be able to convince you to humor me and redownload it?

#

oh JellyMod

sage hollow
#

prolly cheesy jokers then

naive pike
#

theres code thats commented out in latest versions of cheesy jokers that references cards with name "The Universe"

#

which i assume wasnt commented out previously and it would be matching the universe tarot from my mod

sage hollow
#

ah ok

#

so i just turn it into a comment then?

naive pike
#

'cuz on my end it seems like it should already be commented out in 0.1.1

#

and im able to load and The Universe doesnt break things

sage hollow
#

well i edited it anyways, thanks for the help

ornate vortex
#

@naive pike I got a jimbo in an oddity pack

naive pike
#

that slot must have rolled Common and theres no more Common Oddities available

ornate vortex
#

I was using a voucher from the Risk of Jesters pack that added one option to every booster pack so that might have something to do with it

naive pike
#

oh no wait you have green chip still available

#

unless that was in shop inventory?

ornate vortex
#

It might haave been, I had a biiig shop

naive pike
#

basically its just that i dont specify a "fallback" oddity

#

so instead it make jimbo if it cant spawn one

#

this would be a nonissue if there werent only 12 oddities

#

(halfbobread man doesnt count it cant appear in shops/packs)

ornate vortex
#

makes sense

#

though it'd be funny if the halfbobread could appear

naive pike
#

id rather just have a different food oddity at that point

ornate vortex
#

very fair

naive pike
#

i have an idea in mind for oddity fallback but ive just been all over the place lately x.x

ornate vortex
#

tbh I'm still shocked how many mods can peacefully coexist, though I admit this run was making my laptop chug

#

though that might have more to do with the nothing specs of this dell than anything

naive pike
#

right lol

quartz talon
#

For some reasons disabling the oddityAPI and basicOddities from the config file doesn't remove the oddity booster packs

half elbow
#

known issue

quartz talon
#

Ooh alright

#

For now I just removed anything related to Oddities and changed one line of code, works fine so far

distant saffron
#

same here, there was one line that referenced SMODS[Oddities] that crashed the game when oapi wasn’t installed

#

if you comment that last or out you’re fine

naive pike
#

oddity packs are part of oddityapi not this mod

quartz talon
naive pike
#

so delete both of them

quartz talon
#

Should have specified it gets called in overrides.lua, not in the modules

#

Just changed this line to make it work

naive pike
#

thac github will be privated for the foreseeable future

torn adder
#

baseball joker counted my uncommon chip i was holding as a joker and added 1.5x mult

#

weird

#

probably would do that for the reedemable money too

torn adder
#

oh

#

im actually disheartened

#

this mod was so good dude :((

#

the art and stamps were the best part

#

your choice to private it i guess at the end of the day but

#

getting hung up on the oddities i understand it.

silent birch
#

That's a shame :(

#

OP also left the server

torn adder
#

its a common theme that all the great artists in the world

#

suffer the most from thinking they aren't good enough

#

get well soon.

silent birch
prisma venture
#

(i am the artist for the oddities and various tarot/spectral cards)

quartz talon
#

It's so sad Lyman left the server

prisma venture
#

(hopefully things will be better when we get steamodded update)

#

(just keep sharing your love <3)

torn adder
#

ah, didnt know that, sorry

#

amazing art dude

#

doesnt change the fact that this is still an amazing mod

frail lotus
prisma venture
#

some times folk just need to step back from things

half elbow
#

^

flat coral
#

theyve done it before, its probably important for mental health and burnout etc

golden pebble
#

Hopefully someone here has the power to stay in contact and check up on them every so often

rotund wave
#

I'm sad to see this mod got privated. I thought it would be fun to tinker with the small things it adds. Does anyone still have a version they could share, or would Autumn prefer that not happen?

brave gazelle
rotund wave
hearty robin
hearty robin
hasty canopy
shy walrus
# quaint field Wait what, why

yea good question what happened. Seemed to be a pretty unique mod, actually pretty well featured on youtube with i.e. https://www.youtube.com/watch?v=2iS2r6B8-R0

The poker roguelike, but this time... Modded. Balatro is a hypnotically satisfying deckbuilder where you play illegal poker hands, discover game-changing jokers, and trigger adrenaline-pumping, outrageous combos.

Check out this huge list of mods here:
-- https://github.com/jie65535/awesome-balatro

Check out the Balatro Discord:
https://discord...

▶ Play video
#

If anyone can DM me the latest files they still have that would be appreciated, not sure why OP doesn't just let it online even if functionality breaks with updates

half elbow
hidden aurora
#

can you please share the link to mod?

half elbow
#

still privated afaik

tame zinc
#

As an entrenched developer I see both sides of the coin here
Like, I get stepping back, pulling something from the air and focusing on other things for a while

#

That's what happened with Balatro, after all
With the demo being pulled between versions

#

But at the flipside, Balatro is a commercial product and while it can be built upon, it's also ultimately safe to discontinue too

#

But for a Github repository? I think privating your code - especially after it's been established and used by others - ESPECIALLY without a solid reason like "security vulnerabilities" or other extremely damaging issues that need to be fixed first - is very bad practice and should be frowned upon

#

GitHub even warns you when you try to do so, because privating your code could harm anyone developing a fork/extension of it

#

So while I understand the author's decision and respect it - after all, they get the ultimate say

#

I can't say I exactly condone it as a developer/programmer myself

#

It's kind of like how people get angry that the games they pay for - Like certain MMOs - are taken offline indefinitely for lack of server funds

Despite the companies being entirely capable of releasing the server-side code and letting people run servers on their own
Of course it's not a 1:1 comparison: People don't pay for this mod, and the scenarios don't line up

#

but the code is right there - all you need to do is just leave it public and people can still enjoy whatever it is you made long after you move on

#

It's the fact that simply continuing to share it being a trivial act, that people don't want to continue, is what riles people up

half elbow
#

i see it more as just a personal project sort of thing, if you don't want it to be out there it shouldn't really be frowned upon

naive pike
#

if you intend to ridicule me for wanting to stop a pointless stream of the same bug report 8000 times then ban me idc

tame zinc
#

I don't intend to ridicule you - after all, I respect the decision to private it
But I don't condone it either

Maybe it's because I've been developing stuff for years that my viewpoint here is different

#

I mean for a more "commercial" setting, where you need to make sure your code is accessible and usable by your clients for years to come and long after you've stopped working directly with them

#

so there's personal bias there

half elbow
#

whats the point of bringing that up in this noncommercial setting?

sage hollow
#

im guessing you mean that as in your experience is in commercial settings yea?

tame zinc
#

Fair point.
I just like preserving things like mods, so seeing them getting pulled hits me on multiple levels, I guess
I apologise for starting something, maybe I've got some things to work out internally

sage hollow
#

ah
guess not

tame zinc
sage hollow
half elbow
#

unfortunately people often do not read

tame zinc
#

Extremely true

half elbow
#

myself included

tame zinc
#

There's nobody programmers hate more than other programmers and end users
Both are equally detested (and loved)

sage hollow
naive pike
#

the mod will likely see a remake/rewrite for 1.0 once some more of the api stuff solidifies

#

until then, No.

half elbow
#

cool. glad you haven't completely given up on this

prisma fossil
#

so i do how you feel seeing all those reports

tame zinc
sage hollow
tame zinc
naive pike
#

tboi has no bugs only esoteric features

tame zinc
sage hollow
tame zinc
#

You specifically need to go out of your way with a specific format, so ONLY people who can read will send you reports

#

It's almost ingenious (though kind of annoying for the end user)

half elbow
#

lmao

naive pike
#

but yeah pulling my stuff was more a "i am officially not supporting smods 0.9.8 versions of my mods anymore"

naive pike
#

would just put discontinued/hiatus/whatever in the readme but people cant read so

tame zinc
sage hollow
#

wouldnt it be better to put it in the title anyways?
well doesnt matter
at least i know youre still doing somewhat ok :)

tame zinc
#

Just replace the entire README with "ON HIATUS"

#

Almost never fails except for people who aren't natively English

naive pike
sage hollow
tame zinc
#

Wait, you people read Titles?

prisma venture
#

egg with all due respect

tame zinc
#

(/s)

prisma venture
#

people cant read 2 messages up let alone a title here

tame zinc
#

But the cards still look fire

half elbow
prisma venture
#

jellymod is a good example of people not being able to read titles here btw

sage hollow
#

idk who tf are playing these mods but the so called fact they have less reading comprehension than the average wildfrost player is surely not true unless proven to me

naive pike
#

context

tame zinc
#

I mean
You don't need to prove this to me

I've played YGO before

#

and I've had to tell the person teaching me the rules to read their own cards

naive pike
#

HIATUS - that one mod by autumnmood

sage hollow
tame zinc
prisma fossil
#

and if you want to "lock" the thread you can add a 6 hour slowmode to it lol

naive pike
# naive pike context

i was considering adding these to Thac as balatrostuck compat with the same kind of system as the minor arcana suits where a flush does a special effect (here probably setting your current aspect to match the suit)

tame zinc
#

You could also yell at me to Lock it for real

#

I'd do it

naive pike
tame zinc
#

Fair point

half elbow
naive pike
#

even more than the several people ive had blocked so my phone lets me sleep

half elbow
#

morbidly curious which people and if that includes me

glacial cliff
#

you can see if you try to react to there messages

#

if you cant your blocked

half elbow
#

i'd rather just ask

tame zinc
#

It wouldn't be so bad if the people who couldn't read weren't also decidedly the

#

"work harder not smarter" types

#

but unfortunately for some where there's a will there is very much a way

prisma fossil
#

reading incomprehension 😔

naive pike
#

no i dont have you blocked coro
you also dont really ping me which is good

half elbow
#

👍

naive pike
#

like i dont have an exact problem with being pinged but only if my attention is actually needed yk

peak mesa
#

holy shit you have 56 pages of mentions wtf

tame zinc
#

Wait, really?

prisma fossil
tame zinc
#

Holy ff

peak mesa
#

yeah, search mentions:autumnmood

naive pike
#

oh i didnt even know you could search that lmao

prisma fossil
#

every ping reply ever

quartz talon
peak mesa
#

you have the most mentions/jokers released of every modder

naive pike
#

oh huh do i ping you 👀

quartz talon
#

I mean you came up a lot lol

naive pike
quartz talon
#

I don't mind but what I hate is when the person keeps ping answering after doing it once

tame zinc
#

I've reply pinged several times on complete accident because Discord leaves it as "Default ON" with no way of changing the Default

#

no non-ToS breaking way, anyway

half elbow
#

i have built a habit of turning it off so strong that sometimes i turn it off on accident then have to @ someone to get their attention

sage hollow
#

ive only heard of it once

tame zinc
#

There's also the secret ultimate technique that literally nobody does because Discord makes it such a hassle to do

#

The secret @silent ping

#

For example,

half elbow
#

i did that like once

tame zinc
#

@tame zinc

sage hollow
#

there were so many times i thought discord was bugged bc the reply didnt ping me lol

prisma fossil
#

silent is useless because i have notifs off

tame zinc
#

Anyway, this has gone very off track.
Entirely my fault

glacial cliff
#

Oh yea silent... I once tried to find the command and couldnt

tame zinc
#

so uh
Have a good day, everyone
Enjoy yourselves and the people who you hold dear

or go play Balatro for the seventh time today.

glacial cliff
#

7th? who are we kidding

sage hollow
frosty garden
#

wait there's silent messages? huh

#

how did I not know that

#

💀

#

too bad I always have dnd on

lapis nebula
#

Hey Autumn glad to have you back

eternal jungle
#

anyone know why it just says 404 when on the download paige?

prisma venture
#

:A

#

Hiatus

#

It's in the title of the thread

sage hollow
#

like its gone

prisma fossil
#

reading comprehension failure

eternal jungle
#

why is it gone?

prisma venture
#

It's in the title of the thread

#

Hiatus

#

:y

sage hollow
#

you dont really need to know

eternal jungle
#

aight thanks for the info tho

sage hollow
#

yw

sage hollow
#

i mean
1 guy

#

just 1

#

:)

half elbow
frosty garden
#

expected

golden pebble
frail lotus
naive pike
#

cancelled mod

still nymph
#

rip whatever this mod was

frail lotus
#

Now that's just lame, lol. All of that hard work for fucking nothing.

#

It should at least be left up as a legacy mod, kinda like what Jellymod did.

shell gale
#

Other people coulda reworked it (idek what the mod was)

sage hollow
shell gale
glacial cliff
#

(it had stamps which where fun)

sage hollow
#

this has happened twice now
usually a sign she wants to take a break but its a lil different this time round

shell gale
#

not the best behaviour

sage hollow
#

id rather not have this conversation happen again

shell gale
#

Yeah ofc dw

sage hollow
#

epic

golden pebble
twilit patrol
#

o7

harsh thorn
#

what license was it under

#

for if someone continued/forked from the newest thing they had

#

I ask since GitHub is big for open source but obv licensure matters

indigo raptor
#

I know I still wouldn’t feel comfortable making a fork without asking the original creator, even if I had access to the code

blissful cedar
#

why would you need to ask to create a fork 🧐

#

that's literally the point of github

harsh thorn
#

not every repo is open source

shell gale
#

well you cant fork a private repo

south garden
#

its either forkable or not even visible what are you talking about

#

if its on github and public yes you can fork it without having to ask for permission

prisma fossil
south garden
#

im talking about github/open source project in general

#

also the game is the game

south garden
#

and steamodded uses GPLv3, an infectious license, that, if i get things right, all mods based off it have to be under this license too, which allows for distribution.
that means if someone's not in this server and distributed the mods or used some of the code in their own mods under GPLv3 basically no one can do anything about it.

#

now that the title together with the person and the mod are all gone lets not bring this further

shell gale
#

^this

golden pebble
#

You can ultimately do whatever you want if you have the power and knowledge to do so and/or is within your legal right. The rules in this server and the modding channels are there to protect Thunk from legal prosecution and to ensure the server as a whole doesn't get removed.

Personally, I wouldn't care, because I break rules all the time. I'm not a police officer, lawyer nor a "goody two-shoes" to morally correct others. I am not advocating others to break the rules just personally stating what I feel about the matter.

silent birch
#

So what I'm hearing is there's a chance for this mod to live on?

#

It feels like it's against the rules to distribute mods that've been pulled

golden pebble
#

Easy, just leave the server. Then no one will be able to stop you from distributing it.

elfin pewter
#

i can't seem to remember what this mod even was, but i am sad about it

golden pebble
#

"Seals" on Jokers, and a handful of consumables

elfin pewter
#

dang now im extra sad

#

i genuinely like that one

indigo raptor
#

suit upgrade planets were awesome

elfin pewter
#

what was the reason this happened?

#

i kinda fell out of this mod cause cryptid

silent birch
indigo raptor
#

Cryptid has suit-themed planets, but this one leveled up suits themselves

golden pebble
indigo raptor
#

wasn't this mod never made public

golden pebble
#

This mod was public at one point

indigo raptor
#

in 0.9.8 version

silent birch
#

Quite some time ago sadly

golden pebble
#

Autumn was working on a few different things.

silent birch
#

Wait was there a 1.0.0 version?

indigo raptor
#

I think Autumn also just got burnt out, which I can get

golden pebble
#

Yes.

indigo raptor
silent birch
#

wat

#

But no one got a hold of it?

#

sad

maiden sage
#

Well if anyone does have it, please DM me. I never got a chance to play it ;~;

maiden sage
#

Thanks in advance

rose basin
shell gale
#

Me when I revive a week old convo:

rose basin
#

still

hidden aurora
#

Send me file please

#

Thanks in advance

strong nova
#

Super bummed this mod was never finished, it was one of my favourites

#

The stamps in particular were such a cool idea

brave gazelle
frail lotus
knotty glen
#

I'm so sad this one got cancelled

maiden sage
# brave gazelle

thanks!! I really appreciate it!!!!
@frail lotus thank you for pinging me too!

shell gale
#

Time to rework this mod

lapis nebula
#

Whatever happens to this mod I hope to see it ported to 1.0. Easily a top 3 mod here.

silent birch
#

Hoping the same

#

I went ahead and deleted it just so I won't have to be sad it won't be around in 1.0.0

loud flame
frail lotus
#

I unofficially give full permission for anyone to recreate this for 1.0.

prisma fossil
#

can we stop necroing dead threads

loud flame
#

Oh, this was dead. Sorry, should've read the dates.

knotty glen
#

Oof

maiden sage
prisma fossil
#

can we especially not fucking reply to a day old message with ping on

frosty garden
#

💀

knotty glen
#

🥔

sage hollow
#

hwat

frosty garden
#

back to thread necromancy 💀

peak mesa
#

well the ping was off this time so there was some improvement

sage hollow
#

same guy

#

bruv

prisma fossil
#

i was ghost pinged

sage hollow
prisma fossil
#

anyways I've already blocked them please don't commit thread necromancy

peak mesa
#

you see how your message has an @ and myst's doesn't?

peak mesa
#

before my username

sage hollow
#

replaced with this

frosty garden
sage hollow
#

cool cool

prisma fossil
#

vencord gamer

sage hollow
knotty glen
#

Why do you even want to check how delay a message was!?

sage hollow
knotty glen
#

Not funny at all, that's a torture

sage hollow
#

my internet fucking sucks

#

aaaaaaa

peak mesa
#

wait do all of my messages just have a really high delay

sage hollow
peak mesa
#

this is what i get for being australian

knotty glen
#

What is average delay looks like

sage hollow
knotty glen
rose basin
south garden
#

discord HAS to let users COMPLETELY block threads out of their fucking EYES seriously fml

strong nova
#

I still wish the mod maker left the mod available rather than ruining it for everyone

#

But I guess there’s nothing that can be done about it now

loud flame
frail lotus
loud flame
#

Tempting as that is, I know about as much about coding as... yeah, I couldn't come up with a good simile before the darn thing sent on its own for no reason.

#

But yeah I've got all the programming skill of a spaghetti noodle.

prisma venture
#

As someone who worked on this mod, please be kind and respectful about the thread. I don't know why it's not closed at this point but frankly, don't be disrespectful towards people who have done nothing but offer you free content for the games that you enjoy. Please be mindful of that instead of complaining about things being ruined.

#

It's this type of behavior that incurs burn out in members of the community when constant pestering and badgering and disrespect to the time and effort people put into these projects.

strong nova
#

I apologize if I said something disrespectful, I wasn't trying to be rude or anything. I just don't understand why the mod needed to be taken down rather than simply taking a break/leaving the project and leaving it up

frosty garden
#

ruining it for everyone

#

it's their own decision what they do with their own work

strong nova
#

and like i agree with you about people causing burnout. I look in mod threads sometimes and see people going "oh you should do this with the art" or "when is the mod coming out" "no it should be over here" "bro how is it not out already" and it gets pretty ridiculous sometimes. I don't see how what i said counts as "pestering and badgering" though

strong nova
frosty garden
#

having an abandoned project that slowly falls apart because it's unmaintained surely isn't better cough cough JellyMod

strong nova
#

i suppose

#

idk i didn't want to cause any problems

#

sorry

maiden junco
#

what the hell even happened here

twilit patrol
#

mod got cancelled

tame zinc
#

Alright folks, show's over