This commit is contained in:
VerySoft
2022-04-24 20:52:45 -04:00
parent bf254e134b
commit 2ba9b1ef8f
31 changed files with 8433 additions and 2124 deletions

View File

@@ -198,7 +198,8 @@
)
lateload_gb_south = list(
list("Southern Wilds 1"),
list("Southern Wilds 2")
list("Southern Wilds 2"),
list("Southern Wilds 3")
)
lateload_gb_east = list(
list("Eastern Wilds 1"),
@@ -496,7 +497,9 @@
associated_map_datum = /datum/map_z_level/gb_lateload/gb_south_wilds
/datum/map_template/gb_lateload/wilds/south/type3/on_map_loaded(z)
. = ..()
seed_submaps(list(Z_LEVEL_GB_WILD_S), 8, /area/submap/groundbase/poi/wildvillage/plot, /datum/map_template/groundbase/wildvillage) //POI seeding
seed_submaps(list(Z_LEVEL_GB_WILD_S), 6, /area/submap/groundbase/poi/wildvillage/plot/square, /datum/map_template/groundbase/wildvillage/square) //POI seeding
seed_submaps(list(Z_LEVEL_GB_WILD_S), 2, /area/submap/groundbase/poi/wildvillage/plot/wide, /datum/map_template/groundbase/wildvillage/wide)
seed_submaps(list(Z_LEVEL_GB_WILD_S), 1, /area/submap/groundbase/poi/wildvillage/plot/long, /datum/map_template/groundbase/wildvillage/long)
/datum/map_template/gb_lateload/wilds/east/type1
name = "Eastern Wilds 1"

View File

@@ -947,6 +947,9 @@
/area/submap/groundbase/poi/wildvillage/plot
icon_state = "grewhisqu"
/area/submap/groundbase/poi/wildvillage/plot/square
/area/submap/groundbase/poi/wildvillage/plot/wide
/area/submap/groundbase/poi/wildvillage/plot/long
/area/submap/groundbase/poi/wildvillage/building
name = "Building"
@@ -956,8 +959,104 @@
/datum/map_template/groundbase/wildvillage
name = "building 1"
name = "building"
mappath = null
cost = 1
allow_duplicates = FALSE
/datum/map_template/groundbase/wildvillage/wide
/datum/map_template/groundbase/wildvillage/square/square1
name = "square building 1"
mappath = 'southwilds/villagepois/square1.dmm'
/area/submap/groundbase/poi/wildvillage/square/square1
/datum/map_template/groundbase/wildvillage/square/square2
name = "square building 2"
mappath = 'southwilds/villagepois/square2.dmm'
/area/submap/groundbase/poi/wildvillage/square/square2
/datum/map_template/groundbase/wildvillage/square/square3
name = "square building 3"
mappath = 'southwilds/villagepois/square3.dmm'
/area/submap/groundbase/poi/wildvillage/square/square3
/datum/map_template/groundbase/wildvillage/square/square4
name = "square building 4"
mappath = 'southwilds/villagepois/square4.dmm'
/area/submap/groundbase/poi/wildvillage/square/square4
/datum/map_template/groundbase/wildvillage/square/square5
name = "square building 5"
mappath = 'southwilds/villagepois/square5.dmm'
/area/submap/groundbase/poi/wildvillage/square/square5
/datum/map_template/groundbase/wildvillage/square/square6
name = "square building 6"
mappath = 'southwilds/villagepois/square6.dmm'
/area/submap/groundbase/poi/wildvillage/square/square6
/datum/map_template/groundbase/wildvillage/square/square7
name = "square building 7"
mappath = 'southwilds/villagepois/square7.dmm'
/area/submap/groundbase/poi/wildvillage/square/square7
/datum/map_template/groundbase/wildvillage/square/square8
name = "square building 8"
mappath = 'southwilds/villagepois/square8.dmm'
/area/submap/groundbase/poi/wildvillage/square/square8
/*
/datum/map_template/groundbase/wildvillage/square/square9
name = "square building 9"
mappath = 'southwilds/villagepois/square9.dmm'
/area/submap/groundbase/poi/wildvillage/square/square9
/datum/map_template/groundbase/wildvillage/square/square10
name = "square building 10"
mappath = 'southwilds/villagepois/square10.dmm'
/area/submap/groundbase/poi/wildvillage/square/square10
/datum/map_template/groundbase/wildvillage/square/square11
name = "square building 11"
mappath = 'southwilds/villagepois/square11.dmm'
/area/submap/groundbase/poi/wildvillage/square/square11
/datum/map_template/groundbase/wildvillage/square/square12
name = "square building 12"
mappath = 'southwilds/villagepois/square12.dmm'
/area/submap/groundbase/poi/wildvillage/square/square12
*/
/datum/map_template/groundbase/wildvillage/wide/wide1
name = "wide building 1"
mappath = 'southwilds/villagepois/wide1.dmm'
/area/submap/groundbase/poi/wildvillage/wide/wide1
/datum/map_template/groundbase/wildvillage/wide/wide2
name = "wide building 2"
mappath = 'southwilds/villagepois/wide2.dmm'
/area/submap/groundbase/poi/wildvillage/wide/wide2
/*
/datum/map_template/groundbase/wildvillage/wide/wide3
name = "wide building 3"
mappath = 'southwilds/villagepois/wide3.dmm'
/area/submap/groundbase/poi/wildvillage/wide/wide3
/datum/map_template/groundbase/wildvillage/wide/wide4
name = "wide building 4"
mappath = 'southwilds/villagepois/wide4.dmm'
/area/submap/groundbase/poi/wildvillage/wide/wide4
/datum/map_template/groundbase/wildvillage/wide/wide5
name = "wide building 5"
mappath = 'southwilds/villagepois/wide5.dmm'
/area/submap/groundbase/poi/wildvillage/wide/wide5
/datum/map_template/groundbase/wildvillage/wide/wide6
name = "wide building 6"
mappath = 'southwilds/villagepois/wide6.dmm'
/area/submap/groundbase/poi/wildvillage/wide/wide6
*/
/datum/map_template/groundbase/wildvillage/long/long1
name = "long building 1"
mappath = 'southwilds/villagepois/long1.dmm'
/area/submap/groundbase/poi/wildvillage/long/long1
/datum/map_template/groundbase/wildvillage/long/long2
name = "long building 2"
mappath = 'southwilds/villagepois/long2.dmm'
/area/submap/groundbase/poi/wildvillage/long/long2
/*
/datum/map_template/groundbase/wildvillage/wide/long3
name = "wide building 3"
mappath = 'southwilds/villagepois/long3.dmm'
/area/submap/groundbase/poi/wildvillage/long/long3
/datum/map_template/groundbase/wildvillage/wide/long4
name = "wide building 4"
mappath = 'southwilds/villagepois/long4.dmm'
/area/submap/groundbase/poi/wildvillage/long/long4
*/

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,447 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(3,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(4,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(5,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(6,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(7,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(8,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(9,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(10,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(11,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(12,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(13,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(14,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(15,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(16,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(17,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,450 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"i" = (
/turf/template_noop,
/area/submap/groundbase/poi/wildvillage/long/long1)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(3,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(4,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(5,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(6,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(7,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(8,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(9,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(10,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(11,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(12,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(13,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(14,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(15,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(16,1,1) = {"
a
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
i
a
"}
(17,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,450 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"U" = (
/turf/template_noop,
/area/submap/groundbase/poi/wildvillage/long/long2)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(3,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(4,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(5,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(6,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(7,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(8,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(9,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(10,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(11,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(12,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(13,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(14,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(15,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(16,1,1) = {"
a
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
U
a
"}
(17,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,450 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"Z" = (
/turf/template_noop,
/area/submap/groundbase/poi/wildvillage/long/long3)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(3,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(4,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(5,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(6,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(7,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(8,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(9,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(10,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(11,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(12,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(13,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(14,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(15,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(16,1,1) = {"
a
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
Z
a
"}
(17,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,450 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"G" = (
/turf/template_noop,
/area/submap/groundbase/poi/wildvillage/long/long4)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(3,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(4,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(5,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(6,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(7,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(8,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(9,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(10,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(11,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(12,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(13,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(14,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(15,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(16,1,1) = {"
a
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
G
a
"}
(17,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,346 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/submap/groundbase/poi/wildvillage/square/square1)
"b" = (
/obj/structure/undies_wardrobe,
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square1)
"d" = (
/obj/structure/bed/double/padded,
/obj/item/weapon/bedsheet/browndouble,
/obj/structure/curtain/open/bed{
color = "#5e0c1d"
},
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square1)
"h" = (
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/obj/structure/table/standard,
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square1)
"k" = (
/obj/structure/table/standard,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square1)
"l" = (
/turf/simulated/floor/outdoors/newdirt/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square1)
"m" = (
/obj/structure/curtain/black{
pixel_x = 32
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square1)
"n" = (
/obj/structure/table/rack/steel,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square1)
"p" = (
/obj/structure/table/standard,
/obj/item/device/flashlight/lamp/green,
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square1)
"r" = (
/obj/structure/bed/chair/sofa/left/brown,
/obj/structure/curtain/black{
pixel_y = 32
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square1)
"s" = (
/turf/simulated/floor/outdoors/sidewalk/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square1)
"t" = (
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square1)
"v" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/square/square1)
"w" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/tiled/steel_ridged,
/area/submap/groundbase/poi/wildvillage/square/square1)
"z" = (
/obj/structure/table/standard,
/obj/item/device/flashlight/lamp/green{
pixel_y = 8
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square1)
"D" = (
/obj/structure/table/standard,
/obj/random/maintenance/misc,
/obj/structure/curtain/black{
pixel_x = -32
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square1)
"E" = (
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/obj/structure/table/rack/steel,
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square1)
"F" = (
/obj/structure/bed/chair/sofa/right/brown,
/obj/structure/curtain/black{
pixel_y = 32
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square1)
"G" = (
/obj/structure/grille,
/obj/structure/window/reinforced/full,
/turf/simulated/floor,
/area/submap/groundbase/poi/wildvillage/square/square1)
"I" = (
/obj/structure/bed/chair/sofa/brown,
/obj/structure/curtain/black{
pixel_y = 32
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square1)
"L" = (
/obj/structure/bed/chair/sofa/brown,
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square1)
"O" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/bmarble,
/area/submap/groundbase/poi/wildvillage/square/square1)
"R" = (
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square1)
"S" = (
/obj/structure/curtain/black{
pixel_x = -32
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square1)
"W" = (
/obj/structure/table/standard,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/obj/structure/curtain/black{
pixel_x = -32
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square1)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
v
v
G
G
v
v
G
G
v
v
a
"}
(3,1,1) = {"
a
v
n
S
S
R
R
W
D
z
v
a
"}
(4,1,1) = {"
a
G
F
R
R
R
R
R
R
k
v
l
"}
(5,1,1) = {"
a
G
I
R
R
R
R
R
R
R
O
s
"}
(6,1,1) = {"
a
v
L
k
k
R
R
R
R
R
v
l
"}
(7,1,1) = {"
a
v
L
k
z
R
v
v
w
v
v
a
"}
(8,1,1) = {"
a
G
I
R
R
R
v
b
t
E
v
a
"}
(9,1,1) = {"
a
G
r
R
R
R
v
t
t
t
v
a
"}
(10,1,1) = {"
a
v
n
m
m
n
v
d
p
h
v
a
"}
(11,1,1) = {"
a
v
v
G
G
v
v
v
v
v
v
a
"}
(12,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,182 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"n" = (
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square10)
"v" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/square/square10)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
v
v
v
v
v
v
v
v
v
v
a
"}
(3,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(4,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(5,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(6,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(7,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(8,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(9,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(10,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(11,1,1) = {"
a
v
v
v
v
v
v
v
v
v
v
a
"}
(12,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,182 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"n" = (
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square11)
"v" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/square/square11)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
v
v
v
v
v
v
v
v
v
v
a
"}
(3,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(4,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(5,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(6,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(7,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(8,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(9,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(10,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(11,1,1) = {"
a
v
v
v
v
v
v
v
v
v
v
a
"}
(12,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,182 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"n" = (
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square12)
"v" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/square/square12)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
v
v
v
v
v
v
v
v
v
v
a
"}
(3,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(4,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(5,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(6,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(7,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(8,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(9,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(10,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(11,1,1) = {"
a
v
v
v
v
v
v
v
v
v
v
a
"}
(12,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,283 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/submap/groundbase/poi/wildvillage/square/square2)
"b" = (
/turf/simulated/floor/outdoors/sidewalk/side/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square2)
"c" = (
/obj/structure/undies_wardrobe,
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square2)
"d" = (
/obj/structure/bed/chair/office/light{
dir = 4
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square2)
"e" = (
/obj/structure/bed/double/padded,
/obj/item/weapon/bedsheet/browndouble,
/obj/structure/curtain/open/bed{
color = "#5e0c1d"
},
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square2)
"f" = (
/obj/structure/bed/chair/sofa/brown{
dir = 4
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square2)
"j" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/tiled/steel_ridged,
/area/submap/groundbase/poi/wildvillage/square/square2)
"k" = (
/turf/simulated/floor/outdoors/newdirt/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square2)
"n" = (
/obj/structure/table/standard,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square2)
"p" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/bmarble,
/area/submap/groundbase/poi/wildvillage/square/square2)
"s" = (
/obj/structure/table/standard,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square2)
"u" = (
/obj/structure/bed/chair/sofa/left/brown{
dir = 4
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square2)
"v" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/square/square2)
"A" = (
/obj/structure/table/standard,
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square2)
"B" = (
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square2)
"D" = (
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square2)
"H" = (
/obj/structure/bed/chair/sofa/right/brown{
dir = 4
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square2)
"O" = (
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square2)
"U" = (
/obj/structure/bed/chair/comfy/black{
dir = 8
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square2)
"Z" = (
/obj/structure/grille,
/obj/structure/window/reinforced/full,
/turf/simulated/floor,
/area/submap/groundbase/poi/wildvillage/square/square2)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
v
v
v
v
v
v
v
O
O
O
a
"}
(3,1,1) = {"
a
v
n
D
D
D
A
v
O
O
O
a
"}
(4,1,1) = {"
a
v
n
D
D
D
e
v
O
O
O
a
"}
(5,1,1) = {"
a
v
n
D
D
D
c
v
v
v
v
a
"}
(6,1,1) = {"
a
v
v
v
j
v
v
v
s
s
v
a
"}
(7,1,1) = {"
a
v
B
B
B
u
f
H
B
B
Z
a
"}
(8,1,1) = {"
a
Z
B
B
B
B
B
B
B
B
Z
a
"}
(9,1,1) = {"
a
Z
d
B
B
B
B
B
B
U
v
a
"}
(10,1,1) = {"
a
v
s
s
v
v
v
p
v
v
v
a
"}
(11,1,1) = {"
a
v
v
v
v
O
k
b
k
O
O
a
"}
(12,1,1) = {"
a
a
a
a
a
a
a
b
a
a
a
a
"}

View File

@@ -0,0 +1,258 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"c" = (
/obj/structure/grille,
/obj/structure/window/reinforced/full,
/turf/simulated/floor,
/area/submap/groundbase/poi/wildvillage/square/square3)
"j" = (
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square3)
"m" = (
/obj/structure/bed/chair/sofa/brown{
dir = 1
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square3)
"v" = (
/turf/template_noop,
/area/submap/groundbase/poi/wildvillage/square/square3)
"w" = (
/obj/structure/table/standard,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square3)
"z" = (
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square3)
"B" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/tiled/steel_ridged,
/area/submap/groundbase/poi/wildvillage/square/square3)
"F" = (
/turf/simulated/floor/outdoors/sidewalk/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square3)
"G" = (
/obj/structure/bed/chair/sofa/left/brown{
dir = 1
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square3)
"H" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/bmarble,
/area/submap/groundbase/poi/wildvillage/square/square3)
"N" = (
/obj/structure/bed/double/padded,
/obj/item/weapon/bedsheet/browndouble,
/obj/structure/curtain/open/bed{
color = "#5e0c1d"
},
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square3)
"P" = (
/obj/structure/bed/chair/sofa/right/brown{
dir = 1
},
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square3)
"Q" = (
/turf/simulated/floor/outdoors/newdirt/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square3)
"R" = (
/obj/structure/undies_wardrobe,
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square3)
"U" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/square/square3)
"W" = (
/obj/structure/table/standard,
/obj/random/maintenance/misc,
/obj/random/maintenance/misc,
/turf/simulated/floor/carpet,
/area/submap/groundbase/poi/wildvillage/square/square3)
(1,1,1) = {"
v
v
v
v
v
v
v
v
v
v
v
v
"}
(2,1,1) = {"
v
v
v
v
U
U
c
c
c
U
U
v
"}
(3,1,1) = {"
Q
v
v
v
U
z
z
z
z
w
U
v
"}
(4,1,1) = {"
F
F
F
F
H
z
z
z
z
G
c
v
"}
(5,1,1) = {"
Q
v
v
v
U
w
z
z
z
m
c
v
"}
(6,1,1) = {"
v
v
v
v
U
w
w
z
z
P
U
v
"}
(7,1,1) = {"
v
v
v
v
U
U
U
B
U
U
U
v
"}
(8,1,1) = {"
v
v
v
v
U
W
j
j
j
W
U
v
"}
(9,1,1) = {"
v
v
v
v
U
W
j
j
j
N
U
v
"}
(10,1,1) = {"
v
v
v
v
U
W
j
j
j
R
U
v
"}
(11,1,1) = {"
v
v
v
v
U
U
U
U
U
U
U
v
"}
(12,1,1) = {"
v
v
v
v
v
v
v
v
v
v
v
v
"}

View File

@@ -0,0 +1,196 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/submap/groundbase/poi/wildvillage/square/square4)
"n" = (
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square4)
"r" = (
/turf/simulated/floor/outdoors/sidewalk/side/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square4)
"v" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/square/square4)
"w" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/tiled/steel_ridged,
/area/submap/groundbase/poi/wildvillage/square/square4)
"G" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/bmarble,
/area/submap/groundbase/poi/wildvillage/square/square4)
"U" = (
/turf/simulated/floor/outdoors/newdirt/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square4)
(1,1,1) = {"
a
a
a
a
U
r
U
a
a
a
a
a
"}
(2,1,1) = {"
a
v
v
v
v
G
v
v
v
v
v
a
"}
(3,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(4,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(5,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(6,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(7,1,1) = {"
a
v
v
w
v
v
v
w
v
v
v
a
"}
(8,1,1) = {"
a
v
n
n
n
v
n
n
n
v
a
a
"}
(9,1,1) = {"
a
v
n
n
n
v
n
n
n
v
a
a
"}
(10,1,1) = {"
a
v
n
n
n
v
n
n
n
v
a
a
"}
(11,1,1) = {"
a
v
v
v
v
v
v
v
v
v
a
a
"}
(12,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,228 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/submap/groundbase/poi/wildvillage/square/square5)
"d" = (
/obj/structure/sink/puddle,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square5)
"e" = (
/obj/structure/fence/corner{
dir = 5
},
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square5)
"m" = (
/obj/structure/fence/corner,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square5)
"n" = (
/obj/machinery/portable_atmospherics/hydroponics/soil,
/turf/simulated/floor/outdoors/newdirt/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square5)
"v" = (
/obj/structure/fence/corner{
dir = 8
},
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square5)
"w" = (
/obj/structure/fence{
dir = 4
},
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square5)
"y" = (
/obj/structure/fence,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square5)
"C" = (
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square5)
"J" = (
/obj/item/weapon/material/minihoe,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square5)
"O" = (
/obj/structure/fence/corner{
dir = 10
},
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square5)
"T" = (
/obj/structure/fence/door,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square5)
"X" = (
/obj/item/weapon/reagent_containers/glass/bucket/wood,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square5)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
v
y
y
y
y
y
y
y
y
O
a
"}
(3,1,1) = {"
a
w
n
n
n
d
C
n
n
n
w
a
"}
(4,1,1) = {"
a
w
C
C
C
C
C
C
C
C
w
a
"}
(5,1,1) = {"
a
T
C
C
C
C
C
C
C
C
T
a
"}
(6,1,1) = {"
a
w
n
n
n
C
X
n
n
n
w
a
"}
(7,1,1) = {"
a
w
n
n
n
C
C
n
n
n
w
a
"}
(8,1,1) = {"
a
T
C
C
C
C
C
C
C
C
T
a
"}
(9,1,1) = {"
a
w
J
C
C
C
C
C
C
C
w
a
"}
(10,1,1) = {"
a
w
n
n
n
C
C
n
n
n
w
a
"}
(11,1,1) = {"
a
e
y
y
y
y
y
y
y
y
m
a
"}
(12,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,232 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/submap/groundbase/poi/wildvillage/square/square6)
"j" = (
/obj/structure/fence{
dir = 4
},
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
"l" = (
/obj/structure/fence/corner,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
"n" = (
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
"p" = (
/obj/structure/fence/corner{
dir = 5
},
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
"s" = (
/obj/structure/fence/corner{
dir = 10
},
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
"v" = (
/obj/structure/fence/corner{
dir = 8
},
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
"y" = (
/obj/structure/fence/door,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
"A" = (
/obj/structure/fence,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
"B" = (
/obj/structure/sink/puddle,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
"M" = (
/obj/machinery/portable_atmospherics/hydroponics/soil,
/turf/simulated/floor/outdoors/newdirt/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
"N" = (
/obj/item/weapon/material/minihoe,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
"R" = (
/obj/item/weapon/reagent_containers/glass/bucket/wood,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
"Z" = (
/obj/random/mob/semirandom_mob_spawner/animal,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square6)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
v
A
A
A
A
A
A
A
A
s
a
"}
(3,1,1) = {"
a
j
n
n
B
M
M
n
n
n
j
a
"}
(4,1,1) = {"
a
j
n
Z
n
n
n
n
Z
n
j
a
"}
(5,1,1) = {"
a
y
n
n
n
n
n
n
n
n
y
a
"}
(6,1,1) = {"
a
j
n
n
n
n
n
n
n
n
j
a
"}
(7,1,1) = {"
a
j
n
n
n
n
n
n
n
n
j
a
"}
(8,1,1) = {"
a
y
n
n
n
n
n
n
n
n
y
a
"}
(9,1,1) = {"
a
j
n
Z
n
n
n
n
Z
n
j
a
"}
(10,1,1) = {"
a
j
n
n
N
M
M
R
n
n
j
a
"}
(11,1,1) = {"
a
p
A
A
A
A
A
A
A
A
l
a
"}
(12,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,199 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/submap/groundbase/poi/wildvillage/square/square7)
"n" = (
/turf/simulated/floor/tiled/eris/cafe,
/area/submap/groundbase/poi/wildvillage/square/square7)
"o" = (
/turf/simulated/floor/outdoors/newdirt/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square7)
"q" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/bmarble,
/area/submap/groundbase/poi/wildvillage/square/square7)
"v" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/square/square7)
"y" = (
/obj/structure/table/marble,
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square7)
"N" = (
/turf/simulated/floor/outdoors/sidewalk/side/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square7)
"R" = (
/turf/simulated/floor/lino,
/area/submap/groundbase/poi/wildvillage/square/square7)
(1,1,1) = {"
a
a
a
o
N
o
a
a
a
a
a
a
"}
(2,1,1) = {"
a
v
v
v
q
v
v
v
v
v
v
a
"}
(3,1,1) = {"
a
v
n
n
n
n
n
v
R
R
R
a
"}
(4,1,1) = {"
a
v
n
n
n
n
n
y
R
R
R
a
"}
(5,1,1) = {"
a
v
n
n
n
n
n
y
R
R
R
a
"}
(6,1,1) = {"
a
v
n
n
n
n
n
y
R
R
R
a
"}
(7,1,1) = {"
a
v
n
n
n
n
n
y
R
R
R
a
"}
(8,1,1) = {"
a
v
n
n
n
n
n
y
R
R
R
a
"}
(9,1,1) = {"
a
v
n
n
n
n
n
y
R
R
R
a
"}
(10,1,1) = {"
a
v
n
n
n
n
n
v
R
R
R
a
"}
(11,1,1) = {"
a
v
v
v
v
v
v
v
v
v
v
a
"}
(12,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,206 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/submap/groundbase/poi/wildvillage/square/square8)
"d" = (
/obj/structure/grille,
/obj/structure/window/reinforced/full,
/turf/simulated/floor,
/area/submap/groundbase/poi/wildvillage/square/square8)
"f" = (
/obj/random/mob/semirandom_mob_spawner/humanoid/retaliate,
/turf/simulated/floor/tiled/eris/dark/brown_platform,
/area/submap/groundbase/poi/wildvillage/square/square8)
"h" = (
/turf/simulated/floor/outdoors/newdirt/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square8)
"n" = (
/obj/structure/table/rack/shelf,
/turf/simulated/floor/tiled/eris/dark/brown_platform,
/area/submap/groundbase/poi/wildvillage/square/square8)
"u" = (
/turf/simulated/floor/outdoors/sidewalk/side/virgo3c,
/area/submap/groundbase/poi/wildvillage/square/square8)
"v" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/square/square8)
"B" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/bmarble,
/area/submap/groundbase/poi/wildvillage/square/square8)
"H" = (
/turf/simulated/floor/tiled/eris/dark/brown_platform,
/area/submap/groundbase/poi/wildvillage/square/square8)
"V" = (
/obj/structure/table/marble,
/turf/simulated/floor/tiled/eris/dark/brown_platform,
/area/submap/groundbase/poi/wildvillage/square/square8)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
v
v
d
v
d
d
v
d
v
v
a
"}
(3,1,1) = {"
a
v
n
H
H
H
H
H
H
H
v
a
"}
(4,1,1) = {"
a
d
n
H
H
H
n
n
n
H
d
a
"}
(5,1,1) = {"
a
v
n
H
H
H
H
H
H
H
v
a
"}
(6,1,1) = {"
a
d
H
H
H
H
n
n
n
H
d
a
"}
(7,1,1) = {"
a
d
H
V
V
H
H
H
H
H
d
a
"}
(8,1,1) = {"
a
v
H
H
V
H
n
n
n
H
v
a
"}
(9,1,1) = {"
a
d
H
f
V
H
H
H
H
H
d
a
"}
(10,1,1) = {"
a
v
H
H
V
H
H
H
H
H
v
a
"}
(11,1,1) = {"
a
v
v
d
d
v
B
v
d
v
v
a
"}
(12,1,1) = {"
a
a
a
a
a
h
u
h
a
a
a
a
"}

View File

@@ -0,0 +1,182 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"n" = (
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/square/square9)
"v" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/square/square9)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
v
v
v
v
v
v
v
v
v
v
a
"}
(3,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(4,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(5,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(6,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(7,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(8,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(9,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(10,1,1) = {"
a
v
n
n
n
n
n
n
n
n
v
a
"}
(11,1,1) = {"
a
v
v
v
v
v
v
v
v
v
v
a
"}
(12,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,252 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"B" = (
/turf/simulated/wall,
/area/template_noop)
"Z" = (
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
B
B
B
B
B
B
B
B
B
B
a
"}
(3,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(4,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(5,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(6,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(7,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(8,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(9,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(10,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(11,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(12,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(13,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(14,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(15,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(16,1,1) = {"
a
B
B
B
B
B
B
B
B
B
B
a
"}
(17,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -1,7 +1,7 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"b" = (
/obj/structure/table/rack/shelf/steel,
/obj/random/maintenance/misc,
@@ -13,7 +13,7 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"c" = (
/obj/structure/curtain/black{
pixel_y = -32
@@ -25,7 +25,7 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"e" = (
/obj/structure/table/standard,
/obj/item/device/flashlight/lamp/green{
@@ -35,18 +35,18 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"f" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/bmarble,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"g" = (
/obj/structure/undies_wardrobe,
/turf/simulated/floor/carpet/sblucarpet,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"i" = (
/turf/simulated/floor/outdoors/newdirt/virgo3c,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"j" = (
/obj/structure/curtain/black{
pixel_y = 32
@@ -56,18 +56,18 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"k" = (
/obj/structure/bonfire,
/turf/simulated/floor,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"l" = (
/obj/structure/table/standard,
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"m" = (
/obj/structure/bed/chair/sofa/right/brown{
dir = 8
@@ -76,7 +76,7 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"n" = (
/obj/structure/bed/chair/comfy/black{
dir = 4
@@ -85,17 +85,17 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"p" = (
/obj/structure/table/standard,
/obj/item/device/flashlight/lamp/green{
pixel_y = 8
},
/turf/simulated/floor/carpet/sblucarpet,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"q" = (
/turf/simulated/floor/wmarble,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"r" = (
/obj/structure/bed/chair/sofa/brown{
dir = 8
@@ -104,7 +104,7 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"s" = (
/obj/structure/curtain/black{
pixel_y = 32
@@ -117,23 +117,23 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"t" = (
/obj/structure/table/rack/shelf/steel,
/obj/item/clothing/shoes/boots/jackboots,
/turf/simulated/floor/wmarble,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"y" = (
/obj/structure/grille,
/obj/structure/window/reinforced/full,
/turf/simulated/floor,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"z" = (
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"A" = (
/obj/structure/curtain/black{
pixel_y = -32
@@ -145,10 +145,10 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"B" = (
/turf/simulated/wall,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"D" = (
/obj/structure/bed/chair/sofa/corner/brown{
dir = 8
@@ -157,7 +157,7 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"E" = (
/obj/structure/table/rack/steel,
/obj/random/maintenance/misc,
@@ -166,14 +166,14 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"G" = (
/turf/simulated/floor/carpet/sblucarpet,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"H" = (
/obj/structure/coatrack,
/turf/simulated/floor/wmarble,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"K" = (
/obj/structure/curtain/black{
pixel_y = 32
@@ -182,7 +182,7 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"M" = (
/obj/structure/curtain/black{
pixel_x = -32
@@ -191,7 +191,7 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"N" = (
/obj/structure/bed/double/padded,
/obj/item/weapon/bedsheet/browndouble,
@@ -199,15 +199,15 @@
color = "#5e0c1d"
},
/turf/simulated/floor/carpet/sblucarpet,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"O" = (
/turf/simulated/floor/outdoors/sidewalk/virgo3c,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"P" = (
/obj/structure/table/rack/steel,
/obj/fiftyspawner/log,
/turf/simulated/floor/bmarble,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"R" = (
/obj/structure/table/rack/steel,
/obj/random/maintenance/misc,
@@ -218,7 +218,7 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"V" = (
/obj/structure/bed/chair/comfy/black{
dir = 8
@@ -227,24 +227,24 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"W" = (
/obj/structure/curtain/black{
pixel_x = 32
},
/turf/simulated/floor/carpet/sblucarpet,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"X" = (
/turf/simulated/floor/bmarble,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"Y" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/tiled/steel_ridged,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
"Z" = (
/obj/structure/table/standard,
/turf/simulated/floor/carpet/sblucarpet,
/area/template_noop)
/area/submap/groundbase/poi/wildvillage/wide/wide1)
(1,1,1) = {"
a

View File

@@ -1,7 +1,7 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"c" = (
/obj/structure/curtain/black{
pixel_x = -32
@@ -13,15 +13,15 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"d" = (
/obj/structure/grille,
/obj/structure/window/reinforced/full,
/turf/simulated/floor,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"g" = (
/turf/simulated/floor/outdoors/sidewalk/side/virgo3c,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"h" = (
/obj/structure/curtain/black{
pixel_y = -32
@@ -33,24 +33,24 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"j" = (
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"k" = (
/turf/simulated/floor/outdoors/newdirt/virgo3c,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"l" = (
/obj/structure/fence,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"n" = (
/obj/structure/table/standard,
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"q" = (
/obj/structure/curtain/black{
pixel_y = -32
@@ -62,17 +62,17 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"u" = (
/obj/structure/fence{
dir = 4
},
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"v" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/bmarble,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"w" = (
/obj/structure/bed/chair/sofa/corner/brown{
dir = 4
@@ -81,29 +81,29 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"y" = (
/obj/structure/fence/post{
dir = 4
},
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"z" = (
/obj/structure/simple_door/iron,
/turf/simulated/floor/tiled/steel_ridged,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"A" = (
/turf/simulated/floor/wood/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"B" = (
/obj/structure/fence/corner{
dir = 4
},
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"E" = (
/obj/structure/curtain/black{
pixel_y = 32
@@ -112,11 +112,11 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"H" = (
/obj/structure/fence/post,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"L" = (
/obj/structure/curtain/black{
pixel_x = -32
@@ -128,11 +128,11 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"M" = (
/obj/random/mob/semirandom_mob_spawner/animal/retaliate/b,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"P" = (
/obj/structure/curtain/black{
pixel_x = -32
@@ -141,7 +141,7 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"Q" = (
/obj/structure/curtain/black{
pixel_y = -32
@@ -150,24 +150,24 @@
edge_blending_priority = -1;
outdoors = 0
},
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"S" = (
/turf/simulated/floor/carpet,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"T" = (
/obj/structure/fence/corner,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"W" = (
/turf/simulated/floor/outdoors/grass/forest/virgo3c,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"X" = (
/turf/simulated/wall,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
"Y" = (
/obj/structure/fence/door,
/turf/simulated/floor/outdoors/grass/virgo3c,
/area/space)
/area/submap/groundbase/poi/wildvillage/wide/wide2)
(1,1,1) = {"
a

View File

@@ -0,0 +1,252 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"B" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/wide/wide3)
"Z" = (
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/wide/wide3)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
B
B
B
B
B
B
B
B
B
B
a
"}
(3,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(4,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(5,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(6,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(7,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(8,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(9,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(10,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(11,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(12,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(13,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(14,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(15,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(16,1,1) = {"
a
B
B
B
B
B
B
B
B
B
B
a
"}
(17,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,252 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"B" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/wide/wide4)
"Z" = (
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/wide/wide4)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
B
B
B
B
B
B
B
B
B
B
a
"}
(3,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(4,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(5,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(6,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(7,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(8,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(9,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(10,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(11,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(12,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(13,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(14,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(15,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(16,1,1) = {"
a
B
B
B
B
B
B
B
B
B
B
a
"}
(17,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,252 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"B" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/wide/wide5)
"Z" = (
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/wide/wide5)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
B
B
B
B
B
B
B
B
B
B
a
"}
(3,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(4,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(5,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(6,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(7,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(8,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(9,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(10,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(11,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(12,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(13,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(14,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(15,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(16,1,1) = {"
a
B
B
B
B
B
B
B
B
B
B
a
"}
(17,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -0,0 +1,252 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
/turf/template_noop,
/area/template_noop)
"B" = (
/turf/simulated/wall,
/area/submap/groundbase/poi/wildvillage/wide/wide6)
"Z" = (
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1;
outdoors = 0
},
/area/submap/groundbase/poi/wildvillage/wide/wide6)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}
(2,1,1) = {"
a
B
B
B
B
B
B
B
B
B
B
a
"}
(3,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(4,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(5,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(6,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(7,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(8,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(9,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(10,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(11,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(12,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(13,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(14,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(15,1,1) = {"
a
B
Z
Z
Z
Z
Z
Z
Z
Z
B
a
"}
(16,1,1) = {"
a
B
B
B
B
B
B
B
B
B
B
a
"}
(17,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
a
"}

View File

@@ -285,7 +285,7 @@
icon_state = "0-2"
},
/obj/machinery/power/solar{
max_solar_distance = 140
SOLAR_MAX_DIST = 140
},
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1
@@ -3452,7 +3452,7 @@
/area/groundbase/science/outpost/toxins_lab)
"OQ" = (
/obj/machinery/power/tracker{
max_solar_distance = 140
SOLAR_MAX_DIST = 140
},
/obj/structure/cable{
icon_state = "0-2"
@@ -3976,7 +3976,7 @@
"Wc" = (
/obj/structure/cable,
/obj/machinery/power/solar{
max_solar_distance = 140
SOLAR_MAX_DIST = 140
},
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1

View File

@@ -333,7 +333,7 @@
/area/groundbase/science/outpost/toxins_mixing)
"dw" = (
/obj/machinery/power/tracker{
max_solar_distance = 140
SOLAR_MAX_DIST = 140
},
/obj/structure/cable{
icon_state = "0-2"
@@ -2809,7 +2809,7 @@
"Hu" = (
/obj/structure/cable,
/obj/machinery/power/solar{
max_solar_distance = 140
SOLAR_MAX_DIST = 140
},
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1
@@ -2820,7 +2820,7 @@
icon_state = "0-2"
},
/obj/machinery/power/solar{
max_solar_distance = 140
SOLAR_MAX_DIST = 140
},
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1

View File

@@ -1265,7 +1265,7 @@
/area/groundbase/science/outpost/toxins_mixing)
"pd" = (
/obj/machinery/power/tracker{
max_solar_distance = 140
SOLAR_MAX_DIST = 140
},
/obj/structure/cable{
icon_state = "0-2"
@@ -1610,7 +1610,7 @@
icon_state = "0-2"
},
/obj/machinery/power/solar{
max_solar_distance = 140
SOLAR_MAX_DIST = 140
},
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1
@@ -3015,7 +3015,7 @@
"GK" = (
/obj/structure/cable,
/obj/machinery/power/solar{
max_solar_distance = 140
SOLAR_MAX_DIST = 140
},
/turf/simulated/floor/virgo3c{
edge_blending_priority = -1