From 2ba9b1ef8f3629fdba81d5bcafa79fa1cb89aac5 Mon Sep 17 00:00:00 2001 From: VerySoft Date: Sun, 24 Apr 2022 20:52:45 -0400 Subject: [PATCH] Yeah! --- maps/groundbase/groundbase_defines.dm | 7 +- maps/groundbase/groundbase_poi_stuff.dm | 103 +- maps/groundbase/southwilds/southwilds3.dmm | 4118 +++++++++-------- .../southwilds/villagepois/long template.dmm | 447 ++ .../southwilds/villagepois/long1.dmm | 450 ++ .../southwilds/villagepois/long2.dmm | 450 ++ .../southwilds/villagepois/long3.dmm | 450 ++ .../southwilds/villagepois/long4.dmm | 450 ++ .../{building1.dmm => square template.dmm} | 0 .../southwilds/villagepois/square1.dmm | 346 ++ .../southwilds/villagepois/square10.dmm | 182 + .../southwilds/villagepois/square11.dmm | 182 + .../southwilds/villagepois/square12.dmm | 182 + .../southwilds/villagepois/square2.dmm | 283 ++ .../southwilds/villagepois/square3.dmm | 258 ++ .../southwilds/villagepois/square4.dmm | 196 + .../southwilds/villagepois/square5.dmm | 228 + .../southwilds/villagepois/square6.dmm | 232 + .../southwilds/villagepois/square7.dmm | 199 + .../southwilds/villagepois/square8.dmm | 206 + .../southwilds/villagepois/square9.dmm | 182 + .../southwilds/villagepois/wide template.dmm | 252 + .../{widebuilding1.dmm => wide1.dmm} | 72 +- .../{widebuilding2.dmm => wide2.dmm} | 56 +- .../southwilds/villagepois/wide3.dmm | 252 + .../southwilds/villagepois/wide4.dmm | 252 + .../southwilds/villagepois/wide5.dmm | 252 + .../southwilds/villagepois/wide6.dmm | 252 + .../westwilds/westwilds template.dmm | 6 +- maps/groundbase/westwilds/westwilds1.dmm | 6 +- maps/groundbase/westwilds/westwilds2.dmm | 6 +- 31 files changed, 8433 insertions(+), 2124 deletions(-) create mode 100644 maps/groundbase/southwilds/villagepois/long template.dmm create mode 100644 maps/groundbase/southwilds/villagepois/long1.dmm create mode 100644 maps/groundbase/southwilds/villagepois/long2.dmm create mode 100644 maps/groundbase/southwilds/villagepois/long3.dmm create mode 100644 maps/groundbase/southwilds/villagepois/long4.dmm rename maps/groundbase/southwilds/villagepois/{building1.dmm => square template.dmm} (100%) create mode 100644 maps/groundbase/southwilds/villagepois/square1.dmm create mode 100644 maps/groundbase/southwilds/villagepois/square10.dmm create mode 100644 maps/groundbase/southwilds/villagepois/square11.dmm create mode 100644 maps/groundbase/southwilds/villagepois/square12.dmm create mode 100644 maps/groundbase/southwilds/villagepois/square2.dmm create mode 100644 maps/groundbase/southwilds/villagepois/square3.dmm create mode 100644 maps/groundbase/southwilds/villagepois/square4.dmm create mode 100644 maps/groundbase/southwilds/villagepois/square5.dmm create mode 100644 maps/groundbase/southwilds/villagepois/square6.dmm create mode 100644 maps/groundbase/southwilds/villagepois/square7.dmm create mode 100644 maps/groundbase/southwilds/villagepois/square8.dmm create mode 100644 maps/groundbase/southwilds/villagepois/square9.dmm create mode 100644 maps/groundbase/southwilds/villagepois/wide template.dmm rename maps/groundbase/southwilds/villagepois/{widebuilding1.dmm => wide1.dmm} (73%) rename maps/groundbase/southwilds/villagepois/{widebuilding2.dmm => wide2.dmm} (71%) create mode 100644 maps/groundbase/southwilds/villagepois/wide3.dmm create mode 100644 maps/groundbase/southwilds/villagepois/wide4.dmm create mode 100644 maps/groundbase/southwilds/villagepois/wide5.dmm create mode 100644 maps/groundbase/southwilds/villagepois/wide6.dmm diff --git a/maps/groundbase/groundbase_defines.dm b/maps/groundbase/groundbase_defines.dm index c4e4ac9a8f..07779fe548 100644 --- a/maps/groundbase/groundbase_defines.dm +++ b/maps/groundbase/groundbase_defines.dm @@ -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" diff --git a/maps/groundbase/groundbase_poi_stuff.dm b/maps/groundbase/groundbase_poi_stuff.dm index 76313f8897..d7089ee13c 100644 --- a/maps/groundbase/groundbase_poi_stuff.dm +++ b/maps/groundbase/groundbase_poi_stuff.dm @@ -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 +*/ \ No newline at end of file diff --git a/maps/groundbase/southwilds/southwilds3.dmm b/maps/groundbase/southwilds/southwilds3.dmm index ca694a6597..c5a47eb743 100644 --- a/maps/groundbase/southwilds/southwilds3.dmm +++ b/maps/groundbase/southwilds/southwilds3.dmm @@ -5,15 +5,30 @@ "c" = ( /turf/simulated/mineral/cave/virgo3c, /area/submap/groundbase/wilderness/south/cave) +"f" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/submap/groundbase/poi/wildvillage/plot/square) +"j" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/submap/groundbase/poi/wildvillage/plot/wide) "l" = ( /turf/simulated/floor/outdoors/grass/virgo3c, /area/submap/groundbase/wilderness/south) +"n" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/submap/groundbase/poi/wildvillage/plot/long) "t" = ( /turf/simulated/floor/outdoors/grass/forest/virgo3c, /area/submap/groundbase/wilderness/south) "v" = ( /turf/simulated/floor/outdoors/sidewalk/slab/virgo3c, -/area/submap/groundbase/wilderness/south/unexplored) +/area/submap/groundbase/poi/wildvillage) +"z" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/submap/groundbase/poi/wildvillage/plot/long) +"A" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/submap/groundbase/poi/wildvillage) "B" = ( /obj/effect/map_effect/portal/master/side_b/gb_wilds/north_south{ dir = 1 @@ -26,6 +41,12 @@ }, /turf/simulated/floor/outdoors/grass/forest/virgo3c, /area/submap/groundbase/wilderness/south) +"E" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/submap/groundbase/poi/wildvillage/plot/wide) +"F" = ( +/turf/simulated/floor/outdoors/grass/virgo3c, +/area/submap/groundbase/poi/wildvillage/plot/square) "H" = ( /turf/simulated/floor/outdoors/grass/virgo3c, /area/submap/groundbase/wilderness/south/unexplored) @@ -39,6 +60,9 @@ }, /turf/simulated/floor/outdoors/grass/virgo3c, /area/submap/groundbase/wilderness/south) +"O" = ( +/turf/simulated/floor/outdoors/grass/forest/virgo3c, +/area/submap/groundbase/poi/wildvillage) "P" = ( /obj/effect/map_effect/portal/line/side_b, /turf/simulated/floor/outdoors/grass/virgo3c, @@ -6775,19 +6799,19 @@ H H H H -H -Y -Y -Y -Y -Y -Y -Y -H -H -H -H -H +A +O +O +O +O +O +O +O +A +A +A +A +A c c c @@ -6795,30 +6819,30 @@ c c c c -H -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y +A +A +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O Y Y Y @@ -6917,50 +6941,50 @@ H H H H -Y -Y -Y -Y -Y -Y -Y -Y -Y -H -H -H -H -H -H +O +O +O +O +O +O +O +O +O +A +A +A +A +A +A c c c c -H -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y +A +A +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O +O Y Y Y @@ -7059,8 +7083,8 @@ H H H H -Y -Y +O +O v v v @@ -7101,8 +7125,8 @@ v v v v -Y -Y +O +O Y Y Y @@ -7201,50 +7225,50 @@ H H H H -Y -Y +O +O v -H -H -H -H -H -H -H -H -H -H -H -H +F +F +F +F +F +F +F +F +F +F +F +F v -H -H -H -H -H -H -H -H -H -H -H -H +F +F +F +F +F +F +F +F +F +F +F +F v -H -H -H -H -H -H -H -H -H -H -H -H +F +F +F +F +F +F +F +F +F +F +F +F v -Y -Y +O +O Y Y Y @@ -7343,50 +7367,50 @@ H H Y Y -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -7485,50 +7509,50 @@ H Y Y Y -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -7627,50 +7651,50 @@ H Y Y Y -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -7769,50 +7793,50 @@ Y Y Y Y -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -7911,50 +7935,50 @@ Y Y Y Y -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -8053,50 +8077,50 @@ H H H Y -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -8195,50 +8219,50 @@ H H H H -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -8337,50 +8361,50 @@ H H H H -H -Y +A +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -8479,50 +8503,50 @@ Y H H H -H -Y +A +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -8615,62 +8639,62 @@ Y Y Y Y -Y -Y -Y -Y -H -H -H -H +O +O +O +O +A +A +A +A v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y -Y -Y -H -H -H -H +O +O +O +O +A +A +A +A H c c @@ -8757,62 +8781,62 @@ Y Y Y Y -Y -Y -Y -Y -Y -H -H -H +O +O +O +O +O +A +A +A v -H -H -H -H -H -H -H -H -H -H -H -H +F +F +F +F +F +F +F +F +F +F +F +F v -H -H -H -H -H -H -H -H -H -H -H -H +F +F +F +F +F +F +F +F +F +F +F +F v -H -H -H -H -H -H -H -H -H -H -H -H +F +F +F +F +F +F +F +F +F +F +F +F v -H -H -H -Y -H -H -H -H +A +A +A +O +A +A +A +A H c c @@ -8899,8 +8923,8 @@ Y Y Y Y -Y -Y +O +O v v v @@ -8953,8 +8977,8 @@ v v v v -H -H +A +A H c c @@ -9041,62 +9065,62 @@ Y Y Y Y -Y -Y +O +O v -H -H -H -H -H -H -H -H -H -H -H -H +E +E +E +E +E +E +E +E +E +E +E +E v -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n v -H -H -H -H -H -H -H -H -H -H -H -H +E +E +E +E +E +E +E +E +E +E +E +E v -H -H +A +A H c c @@ -9183,62 +9207,62 @@ H H Y Y -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -H +A +A H H c @@ -9325,62 +9349,62 @@ c H H H -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -H +A +A H H c @@ -9467,62 +9491,62 @@ c H H H -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -H +A +A H H H @@ -9609,62 +9633,62 @@ c c c H -H -Y +A +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -H +A +A H H H @@ -9751,62 +9775,62 @@ c c c c -H -H +A +A v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -Y -Y +O +O H H H @@ -9893,62 +9917,62 @@ c c c c -H -H +A +A v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -Y -Y +O +O Y H H @@ -10036,61 +10060,61 @@ c c c c -H +A v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -Y -Y +O +O Y Y H @@ -10178,61 +10202,61 @@ c c c c -H +A v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -Y -Y +O +O Y Y Y @@ -10319,62 +10343,62 @@ c c c c -H -H +A +A v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -Y -Y +O +O Y Y Y @@ -10461,62 +10485,62 @@ c c c c -H -H +A +A v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -Y -Y +O +O Y Y Y @@ -10603,62 +10627,62 @@ c c c c -H -H +A +A v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -Y -Y +O +O Y Y Y @@ -10746,61 +10770,61 @@ c c c c -H +A v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -Y -Y +O +O Y Y Y @@ -10890,59 +10914,59 @@ c c c v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -Y -Y +O +O Y Y Y @@ -11032,59 +11056,59 @@ c c c v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -Y -Y +O +O Y Y Y @@ -11174,59 +11198,59 @@ c c c v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +n +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +z +n v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +E +j +j +j +j +j +j +j +j +j +j +E v -Y -Y +O +O Y Y Y @@ -11316,59 +11340,59 @@ c c c v -H -H -H -H -H -H -H -H -H -H -H -H +E +E +E +E +E +E +E +E +E +E +E +E v -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H -H +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n v -H -H -H -H -H -H -H -H -H -H -H -H +E +E +E +E +E +E +E +E +E +E +E +E v -Y -Y +O +O Y Y H @@ -11509,8 +11533,8 @@ v v v v -Y -Y +O +O Y Y H @@ -11599,60 +11623,60 @@ c c c c -H -H -Y -Y -Y -Y +A +A +O +O +O +O v -H -H -H -H -H -H -H -H -H -H -H -H +F +F +F +F +F +F +F +F +F +F +F +F v -H -H -H -H -H -H -H -H -H -H -H -H +F +F +F +F +F +F +F +F +F +F +F +F v -H -H -H -H -H -H -H -H -H -H -H -H +F +F +F +F +F +F +F +F +F +F +F +F v -Y -Y -Y -Y -Y -Y -Y -Y +O +O +O +O +O +O +O +O Y Y H @@ -11741,60 +11765,60 @@ c c c c -H -H -Y -Y -Y -Y +A +A +O +O +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y -Y -Y -Y -Y -Y -Y +O +O +O +O +O +O +O +O Y H H @@ -11887,50 +11911,50 @@ H H Y Y -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -12029,50 +12053,50 @@ H H Y Y -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -12171,50 +12195,50 @@ H H Y Y -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -12313,50 +12337,50 @@ H H H Y -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -12455,50 +12479,50 @@ H H H Y -Y -Y +O +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -12597,50 +12621,50 @@ H H H H -H -Y +A +O v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -Y -Y +O +O Y Y Y @@ -12739,50 +12763,50 @@ c c H H -H -H +A +A v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -H +A +A H H Y @@ -12881,50 +12905,50 @@ c c c H -H -H +A +A v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -H +A +A H H H @@ -13023,50 +13047,50 @@ c c c c -H -H +A +A v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H +F +f +f +f +f +f +f +f +f +f +f +F v -H -H +A +A H H H @@ -13166,49 +13190,49 @@ c c c c -H +A v -H -H -H -H -H -H -H -H -H -H -H -H +F +F +F +F +F +F +F +F +F +F +F +F v -H -H -H -H -H -H -H -H -H -H -H -H +F +F +F +F +F +F +F +F +F +F +F +F v -H -H -H -H -H -H -H -H -H -H -H -H +F +F +F +F +F +F +F +F +F +F +F +F v -H -H +A +A c c H @@ -13308,7 +13332,7 @@ c c c c -H +A v v v @@ -13349,7 +13373,7 @@ v v v v -H +A c c c @@ -13450,48 +13474,48 @@ c c c c -H -H -H -Y -Y -Y -Y -Y -H -H -H -H -H -H -H -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H -H -H -H -H -H -H -H -H -H -H -H -H -H +A +A +A +O +O +O +O +O +A +A +A +A +A +A +A +A +O +O +O +O +O +O +O +O +O +O +O +O +A +A +A +A +A +A +A +A +A +A +A +A +A +A c c c @@ -13593,46 +13617,46 @@ c c c c -H -H -Y -Y -Y -Y -Y -H -H -H -H +A +A +O +O +O +O +O +A +A +A +A c -H -H -H -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -Y -H -H -H -H -H -H -H -H -H -H -H -H +A +A +A +O +O +O +O +O +O +O +O +O +O +O +O +O +A +A +A +A +A +A +A +A +A +A +A +A c c c diff --git a/maps/groundbase/southwilds/villagepois/long template.dmm b/maps/groundbase/southwilds/villagepois/long template.dmm new file mode 100644 index 0000000000..dc7d3cd9dd --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/long template.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/long1.dmm b/maps/groundbase/southwilds/villagepois/long1.dmm new file mode 100644 index 0000000000..5a39f5ed95 --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/long1.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/long2.dmm b/maps/groundbase/southwilds/villagepois/long2.dmm new file mode 100644 index 0000000000..c0516d8a0a --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/long2.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/long3.dmm b/maps/groundbase/southwilds/villagepois/long3.dmm new file mode 100644 index 0000000000..d735ce301f --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/long3.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/long4.dmm b/maps/groundbase/southwilds/villagepois/long4.dmm new file mode 100644 index 0000000000..00e61b2f97 --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/long4.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/building1.dmm b/maps/groundbase/southwilds/villagepois/square template.dmm similarity index 100% rename from maps/groundbase/southwilds/villagepois/building1.dmm rename to maps/groundbase/southwilds/villagepois/square template.dmm diff --git a/maps/groundbase/southwilds/villagepois/square1.dmm b/maps/groundbase/southwilds/villagepois/square1.dmm new file mode 100644 index 0000000000..fdf315e880 --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/square1.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/square10.dmm b/maps/groundbase/southwilds/villagepois/square10.dmm new file mode 100644 index 0000000000..37a3ee23df --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/square10.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/square11.dmm b/maps/groundbase/southwilds/villagepois/square11.dmm new file mode 100644 index 0000000000..145adb1b0a --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/square11.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/square12.dmm b/maps/groundbase/southwilds/villagepois/square12.dmm new file mode 100644 index 0000000000..ad2d9da5a4 --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/square12.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/square2.dmm b/maps/groundbase/southwilds/villagepois/square2.dmm new file mode 100644 index 0000000000..5a894322c3 --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/square2.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/square3.dmm b/maps/groundbase/southwilds/villagepois/square3.dmm new file mode 100644 index 0000000000..1ad84b2893 --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/square3.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/square4.dmm b/maps/groundbase/southwilds/villagepois/square4.dmm new file mode 100644 index 0000000000..50d1e7562b --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/square4.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/square5.dmm b/maps/groundbase/southwilds/villagepois/square5.dmm new file mode 100644 index 0000000000..7e82713e5c --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/square5.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/square6.dmm b/maps/groundbase/southwilds/villagepois/square6.dmm new file mode 100644 index 0000000000..6e3cfd49d1 --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/square6.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/square7.dmm b/maps/groundbase/southwilds/villagepois/square7.dmm new file mode 100644 index 0000000000..df5dfbe8f3 --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/square7.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/square8.dmm b/maps/groundbase/southwilds/villagepois/square8.dmm new file mode 100644 index 0000000000..3c3387626c --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/square8.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/square9.dmm b/maps/groundbase/southwilds/villagepois/square9.dmm new file mode 100644 index 0000000000..07723abeca --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/square9.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/wide template.dmm b/maps/groundbase/southwilds/villagepois/wide template.dmm new file mode 100644 index 0000000000..f37b0113f9 --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/wide template.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/widebuilding1.dmm b/maps/groundbase/southwilds/villagepois/wide1.dmm similarity index 73% rename from maps/groundbase/southwilds/villagepois/widebuilding1.dmm rename to maps/groundbase/southwilds/villagepois/wide1.dmm index c32b6411bf..6e94f5ffd2 100644 --- a/maps/groundbase/southwilds/villagepois/widebuilding1.dmm +++ b/maps/groundbase/southwilds/villagepois/wide1.dmm @@ -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 diff --git a/maps/groundbase/southwilds/villagepois/widebuilding2.dmm b/maps/groundbase/southwilds/villagepois/wide2.dmm similarity index 71% rename from maps/groundbase/southwilds/villagepois/widebuilding2.dmm rename to maps/groundbase/southwilds/villagepois/wide2.dmm index 1b6fc7bf83..1c7e7ceb5e 100644 --- a/maps/groundbase/southwilds/villagepois/widebuilding2.dmm +++ b/maps/groundbase/southwilds/villagepois/wide2.dmm @@ -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 diff --git a/maps/groundbase/southwilds/villagepois/wide3.dmm b/maps/groundbase/southwilds/villagepois/wide3.dmm new file mode 100644 index 0000000000..25476dcd01 --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/wide3.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/wide4.dmm b/maps/groundbase/southwilds/villagepois/wide4.dmm new file mode 100644 index 0000000000..614364824e --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/wide4.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/wide5.dmm b/maps/groundbase/southwilds/villagepois/wide5.dmm new file mode 100644 index 0000000000..f22e8ed048 --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/wide5.dmm @@ -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 +"} diff --git a/maps/groundbase/southwilds/villagepois/wide6.dmm b/maps/groundbase/southwilds/villagepois/wide6.dmm new file mode 100644 index 0000000000..be66774a80 --- /dev/null +++ b/maps/groundbase/southwilds/villagepois/wide6.dmm @@ -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 +"} diff --git a/maps/groundbase/westwilds/westwilds template.dmm b/maps/groundbase/westwilds/westwilds template.dmm index 6795629f4c..09d2729d50 100644 --- a/maps/groundbase/westwilds/westwilds template.dmm +++ b/maps/groundbase/westwilds/westwilds template.dmm @@ -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 diff --git a/maps/groundbase/westwilds/westwilds1.dmm b/maps/groundbase/westwilds/westwilds1.dmm index f30421e214..d5d862bbc0 100644 --- a/maps/groundbase/westwilds/westwilds1.dmm +++ b/maps/groundbase/westwilds/westwilds1.dmm @@ -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 diff --git a/maps/groundbase/westwilds/westwilds2.dmm b/maps/groundbase/westwilds/westwilds2.dmm index d8a2e1673d..e3657ea5c7 100644 --- a/maps/groundbase/westwilds/westwilds2.dmm +++ b/maps/groundbase/westwilds/westwilds2.dmm @@ -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