mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Bluespace area now works properly
Current issue is that the maploader takes ages to try to load anything and then times out.
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
#define Z_LEVEL_AEROSTAT 8
|
||||
#define Z_LEVEL_AEROSTAT_SURFACE 9
|
||||
#define Z_LEVEL_DEBRISFIELD 10
|
||||
#define Z_LEVEL_MISC 11
|
||||
#define Z_LEVEL_SHIPS 12
|
||||
#define Z_LEVEL_UNDERDARK 13
|
||||
#define Z_LEVEL_PLAINS 14
|
||||
@@ -132,7 +131,7 @@
|
||||
)
|
||||
|
||||
lateload_z_levels = list(
|
||||
list("Tether - Misc","Tether - Ships","Tether - Underdark","Tether - Plains"), //Stock Tether lateload maps
|
||||
list("Tether - Ships"/*",Tether - Plains"*/), //Stock Tether lateload maps
|
||||
list("Alien Ship - Z1 Ship"),
|
||||
list("Desert Planet - Z1 Beach","Desert Planet - Z2 Cave"),
|
||||
list("Remmi Aerostat - Z1 Aerostat","Remmi Aerostat - Z2 Surface"),
|
||||
|
||||
@@ -166,9 +166,11 @@ CRYOGAIA_TURF_CREATE(/turf/simulated/mineral/floor)
|
||||
// Bluespace jump turf!
|
||||
/turf/space/bluespace
|
||||
name = "bluespace"
|
||||
icon = 'icons/turf/space_vr.dmi'
|
||||
icon_state = "bluespace"
|
||||
/turf/space/bluespace/New()
|
||||
/turf/space/bluespace/Initialize()
|
||||
..()
|
||||
icon = 'icons/turf/space_vr.dmi'
|
||||
icon_state = "bluespace"
|
||||
|
||||
// Desert jump turf!
|
||||
|
||||
@@ -3,17 +3,6 @@
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
/// Static Load
|
||||
/datum/map_template/cryogaia_lateload/cryogaia_misc
|
||||
name = "Tether - Misc"
|
||||
desc = "Misc areas, like some transit areas, holodecks, merc area."
|
||||
mappath = 'cryogaia_misc.dmm'
|
||||
|
||||
associated_map_datum = /datum/map_z_level/cryogaia_lateload/ships
|
||||
|
||||
/datum/map_z_level/cryogaia_lateload/misc
|
||||
name = "Misc"
|
||||
flags = MAP_LEVEL_ADMIN|MAP_LEVEL_SEALED
|
||||
|
||||
/datum/map_template/cryogaia_lateload/cryogaia_ships
|
||||
name = "Tether - Ships"
|
||||
desc = "Ship transit map and whatnot."
|
||||
@@ -24,30 +13,8 @@
|
||||
/datum/map_z_level/cryogaia_lateload/ships
|
||||
name = "Ships"
|
||||
flags = MAP_LEVEL_ADMIN|MAP_LEVEL_SEALED
|
||||
/*
|
||||
#include "underdark_pois/_templates.dm" //Disabling under dark until Deepcore is fixed
|
||||
#include "underdark_pois/underdark_things.dm"
|
||||
/datum/map_template/tether_lateload/tether_underdark
|
||||
name = "Tether - Underdark"
|
||||
desc = "Mining, but harder."
|
||||
mappath = 'tether_underdark.dmm'
|
||||
|
||||
associated_map_datum = /datum/map_z_level/tether_lateload/underdark
|
||||
|
||||
/datum/map_z_level/tether_lateload/underdark
|
||||
name = "Underdark"
|
||||
flags = MAP_LEVEL_CONTACT|MAP_LEVEL_PLAYER
|
||||
base_turf = /turf/simulated/mineral/floor/virgo3b
|
||||
z = Z_LEVEL_UNDERDARK
|
||||
|
||||
/datum/map_template/tether_lateload/tether_underdark/on_map_loaded(z)
|
||||
. = ..()
|
||||
seed_submaps(list(Z_LEVEL_UNDERDARK), 100, /area/mine/unexplored/underdark, /datum/map_template/underdark)
|
||||
new /datum/random_map/automata/cave_system/no_cracks(null, 3, 3, Z_LEVEL_UNDERDARK, world.maxx - 4, world.maxy - 4) // Create the mining Z-level.
|
||||
new /datum/random_map/noise/ore(null, 1, 1, Z_LEVEL_UNDERDARK, 64, 64) // Create the mining ore distribution map.
|
||||
*/
|
||||
|
||||
/datum/map_template/cryogaia_lateload/cryogaia_plains
|
||||
/*/datum/map_template/cryogaia_lateload/cryogaia_plains
|
||||
name = "Snow plains"
|
||||
desc = "The Borealis away mission."
|
||||
mappath = 'cryogaia_plains.dmm'
|
||||
@@ -61,7 +28,7 @@
|
||||
|
||||
/datum/map_template/cryogaia_lateload/cryogaia_plains/on_map_loaded(z)
|
||||
. = ..()
|
||||
seed_submaps(list(Z_LEVEL_PLAINS), 120, /area/cryogaia/outpost/exploration_plains, /datum/map_template/surface/plains)
|
||||
seed_submaps(list(Z_LEVEL_PLAINS), 120, /area/cryogaia/outpost/exploration_plains, /datum/map_template/surface/plains)*/
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
/// Away Missions
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -3386,11 +3386,5 @@
|
||||
#include "maps\yw\structures\closets\misc_vr.dm"
|
||||
#include "maps\yw\structures\closets\research.dm"
|
||||
#include "maps\yw\structures\closets\security.dm"
|
||||
#include "maps\yw\submaps\_cryogaia_submaps.dm"
|
||||
#include "maps\yw\submaps\cryogaia_ships.dmm"
|
||||
#include "maps\yw\submaps\plains.dmm"
|
||||
#include "maps\yw\submaps\aerostat\_aerostat.dm"
|
||||
#include "maps\yw\submaps\beach\_beach.dm"
|
||||
#include "maps\yw\submaps\space\_debrisfield.dm"
|
||||
#include "maps\~map_system\maps.dm"
|
||||
// END_INCLUDE
|
||||
|
||||
Reference in New Issue
Block a user