map 
Map Datum
Datum which holds all of the information for maps ingame. This is used for showing map information, as well as map loading.
Vars | |
admin_only | Is this map voteable? True if you don't want this to be in map rotation. |
---|---|
disables | Used to disable ruins, lavaland, etc. for a specific map. |
english_station_name | Ingame Station name in English for Byond Hub. |
map_path | Path to the map file. |
space_ruins_levels | null for default number of ruins. Use it to override. Can be used to neglect lagging from multi-z station. |
station_name | Ingame Station name in Russian. |
traits | A list of lists: every list inside is a trait list for every z-level. null for default 1 z-level space station. (May used by snow station or multi-z station) |
webmap_url | URL to the maps webmap. |
Var Details
admin_only 
Is this map voteable? True if you don't want this to be in map rotation.
disables 
Used to disable ruins, lavaland, etc. for a specific map.
english_station_name 
Ingame Station name in English for Byond Hub.
map_path 
Path to the map file.
space_ruins_levels 
null for default number of ruins. Use it to override. Can be used to neglect lagging from multi-z station.
station_name 
Ingame Station name in Russian.
traits 
A list of lists: every list inside is a trait list for every z-level. null for default 1 z-level space station. (May used by snow station or multi-z station)
webmap_url 
URL to the maps webmap.