🥝 Community Kiwi Space Station 13 Server (2024 edition) - Space Station 13

  • 🐕 I am attempting to get the site runnning as fast as possible. If you are experiencing slow page load times, please report it.
The 'create object' dialog from the game panel (admin verb) has working javascript but a form that fails to submit (the type filtering javascript actually works, including pressing buttons to make javascript calls, you just cannot submit the form). That should be a viable starting point
Yes, I know about that one. I grepped for all <form> tags and they all fail in the same respect. ATMs, create object dialog, the two buttons in the ID console, some mecha equipment like the syringe gun, and an unmapped (I think) Accounts computer. Others are cosmetic. I haven't realized the type filtering is handled through javascript, so it must work on some level.
 
  • Agree
Reactions: geckogoy
>literal junk nest and closet nest
Makes me think that the idea of starting new nests might have some actual merit, just instead of squigger sex it's the result of piling enough shit together. Even humans could do it, for simulated squigga arenas.
The "acron" looks like shit, though. Most hydroponic food items are tilted at 45° and vaguely representative of the size of the food itself. They also have spherical shading with angled lighting, not just flats. Alternatively, do it like peanuts and have a scattering of several acorns, similar to Acorn-Harvest, but bigger so people don't have to pixel hunt to pick them off the ground, or that they're recognizable from clutter at all. One huge acorn doesn't really work.
View attachment 6826876
It'd also be funny if the Oak sprite were 64x64 and fucking huge, as that's when you could "harvest" oaks, but I don't even want to consider the nightmare of fitting a 64x64 snowflake sprite in a hydro tray.
what do you think of these nuts
coon.PNG
 
I think I know what's wrong with the forms, and it's retarded.
On Linux, form submitting simply does not work. Not through ordinary inputs, not through javascript, not through any mortal means. But on Windows, it's just fine. Why?
Screenshot_20250109_105811.png
This is me debugging using a WINE client and a Windows client running through a VM. I always first attempt to submit normally using the input buttons, which doesn't even trigger the Topic at all. the "attempt_auth" is directly formatting a link to Topic, bypassing submission entirely, which doesn't entirely work for more complex inputs like numbers and text.
The assistant joining is me with the VM trying to repeat the same, and Submit working fine. Except, what's that? The string sent to topic is malformed, yet still accepted? And under a different format, that also still gets accepted?
What I think is happening: BYOND has fucked up the form submission tag somehow that it forgets to convert back from percent conversion on submitting and calling the Topic via protocol. Linux WINE finds this unacceptable and discards it outright, but Windows lets it pass through. It's a minor difference in how the specification is handled, and Linux technically is the correct one, but because Windows is sloppier this bug went unnoticed.
I might be able to work around this somehow and might have to, because I don't see this getting fixed in version 515 since 516 is already out – which does not work on Linux at all (yet, maybe), and even if it theoretically does, it's 10x as difficult to get working.
 
also here is junk 2 and more dirt witch the idea behind it is a poor man hydroponics that will only tell you whether it is watered or not.
View attachment 6837380View attachment 6837381
I think the junk sprite needs another go, can it just look like balled up paper and other stuff (maybe some straw too since it will be used to make those nests)
I made some dead squirrel textures what do you think
View attachment 6837858
Seems ok can you add some gore to the dead ones
 
Last edited:
I might be able to work around this somehow and might have to, because I don't see this getting fixed in version 515 since 516 is already out – which does not work on Linux at all (yet, maybe), and even if it theoretically does, it's 10x as difficult to get working.
Theoretically a native client in linux is possible now since you can compile edge and webview for linux
BYOND's creator might do it in a decade lmao.
 
with or without nut
okk.PNG
edit: also when you mean more gory corpse what do you mean exactly like more blood, also with gibing do you mean parts left over or a new gibing animation?
 
Last edited:
more blood, also with gibing do you mean parts left over or a new gibing animation?
More blood, also for gibs I meant squirrel body parts yea, that way if someone machine guns a bunch of squirrels there is still stuff to clean up, since that currently gibs them

@geckogoy thoughts?

View attachment 6842345

I made this because the old one is not relevant to the station. I can edit it more if there's something formatted extremely poorly. Also if it sucks I understand and you don't need to use it
Sweet zased

Only thing I can think of is paramedics do get to provide medical aid, they are just considered lesser doctors and are allowed to be nonhuman (black)
 
Is there a way to make a syndicate item only available to be purchased if a specific job is chosen as a traitor?
Like the Power Gloves from goonstation being only available to engineers and Chief Engineers.
 
  • Like
Reactions: MAAAD
Which jobs have contracts associated with them? I know mining, hydro, medical, engineering (in the works at least. right?),and robotics.
Also on the job stuff should I make the text bigger as well?
 
Back