Update map system to -tg- standards

This commit updates the map system to -tg- standards. All stations are
defined under _maps/, and all .dmm files go under _maps/map_files/.

Currently, only the NCS Cyberiad is setup under the system.

Misc changes:
 - World Status contains the map name
 - dm.sh script will allow automatic map changing between restarts.
 - _globalvars folder starting to take shape, not everything is migrated
   there yet.
This commit is contained in:
Tigercat2000
2015-05-11 11:09:18 -07:00
parent 298627ac7c
commit 9dff485066
31 changed files with 15178 additions and 15006 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ proc/createRandomZlevel()
var/list/potentialRandomZlevels = list()
world << "<span class='userdanger'>Searching for away missions...</span>"
var/list/Lines = file2list("maps/RandomZLevels/fileList.txt")
var/list/Lines = file2list("_maps/map_files/RandomZLevels/fileList.txt")
if(!Lines.len) return
for (var/t in Lines)