Poll

Idea: Space Nazis in ss13, yes or no?

Yep
No

Author Topic: Space Station 13: *gasp*CENTRATION (SS3D)!  (Read 681555 times)




rathen still stalks us to this very day.

Couldn't you guys just simply make a new turf, and put it everywhere you don't want space, but where you want mars.

We just had an awsome gaben adminbus boss battle

Couldn't you guys just simply make a new turf, and put it everywhere you don't want space, but where you want mars.


Assistant [LOL GEIS IM ON MARS U cigaretteS]


Assistant [LOL GEIS IM ON MARS U cigaretteS]
Dude that could work

Couldn't you guys just simply make a new turf, and put it everywhere you don't want space, but where you want mars.

Yes, they could. But as soon as these mars turfs get destroyed / removed (i.e. due to an explosion or a shuttle takeoff), they are automatically replaced by the default world turf, in this case space. There are two solutions to this: Either change /world/turf to your custom mars turf, or if you want to be able to have mars and space Z-levels, make space tiles automatically check their Z-position upon initialization:

Code: ( /code/defines/turf.dm ) [Select]
/turf/space/New()
icon = 'space.dmi'
icon_state = "[pick(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25)]"
if(src.z != 2) // Enter your mars Z-level here
src.ReplaceWithMars()

Code: ( /code/game/turf.dm ) [Select]
/turf/proc/ReplaceWithMars()
if(!icon_old) icon_old = icon_state
var/old_icon = icon_old
var/old_dir = dir
var/turf/mars/S = new /turf/mars( locate(src.x, src.y, src.z) )
S.dir = old_dir
S.icon_old = old_icon
return S

OOPS! CHEMISTS DON'T GOT G-NADES NO MORE!

Quote from: Erika
THE SERVER IS DOWN UNLESS SOMEONE ELSE WANTS TO HOST IT
Seeing as I've stopped supporting it, I'm replacing the server with a minecraft server.
You can get the non-open source archive of it by PM'ing me, this is to prevent dumb pubbies from hosting the server and making themselves super admins.

Joekirk is sad now :c

http://www.mediafire.com/?wltlwto7dfzi3a0

C4KESTATION: If you go through each of the space areas, eventually you will come to my architectual work. I hooked three  asteroids together to form a basic station.

It's still in dev. I've halted progress on it.

http://www.mediafire.com/?wltlwto7dfzi3a0

C4KESTATION: If you go through each of the space areas, eventually you will come to my architectual work. I hooked three  asteroids together to form a basic station.

It's still in dev. I've halted progress on it.

I thought you where done making new stations