🥝 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.
Grinder is still fully good? If so I'll merge that right away tbh
It's all good, the problem was it was using interact() to update the UI which would cause the UI to pop back up even if the player had closed it or was not next to it.

edit:
Also fixed swirlies and poisoning food. Added mint toxin back in as well (all separate PR's)
 
@geckogoy so something like this
Army.PNG

the squirrel shit is cringe
are you a tranny
 
So playing around with the heater/freezer code and I've needed to buff its power output just a tiny bit for it to do anything.
from: 20,000 x ( part tier / 2 ) x 2.5
to: 10,000,000 x part tier^10
This will still take a chunk of time to say heat up a tank of plasma a couple hundred degrees.
 
Alright what do you think of these Also if i went thru the arduous task of animating the player HUD would you use it?
View attachment 7056833
The squirrel finally looks proportional nice job, for the player hud thing I think you should consult with gecko and the other code dude with a model of your idea of how you would want to re-arrange it or stylize it before going balls deep in making one.
 
Pushed dyeing gloves if merged you can now change the color, name and description of your gloves. Washing with yellow crayon will make fake insulated gloves and washing with mime crayon will make invisible gloves.


Edit: noticed some inconsistences with color and colour in the code will prob make a pr to fix that soon, also rainbow gloves don't have a mob sprite.
 
first one looks like a firefighter outfit the second one looks like a kimono themed after firefighter colors, i guess if you want weeaboo firefighters its decent.
Firesuit2.png

Did you mean this is the one that looks like a kimono? This is the current sprite. Maybe I shouldn't have exported it as a gif.
 
Recorders where completely broken. Rewritten almost all of its code and added some nice new features to.

Original features
  • Recording on internal storage which it will auto translate and be able to playback
  • Skipping dead air
  • Printing transcripts
  • Exploding after playing the recording if emag'd (I reduced the explosion to just a flash because explosion code seems fucked and even the lightest explosions cause hull breaches)

New features
  • Playback is able to be picked up by radios
  • Ability to attach assemblies and have them trigger the recording
  • Better on use keys (stops/starts playback) and alt click (stop/starts recording)

1741231767786.png



No laser trigger it is also completely broken I'll prob get to it at some point the assemblies in general could use a refactor.
 
Back