map_config 
Vars | |
| blacklist_file | If no minetype is set, this will be the blacklist file used |
|---|---|
| feedback_link | A URL linking to a place for people to send feedback about this map. |
| give_players_hooks | Boolean - if TRUE, players spawn with grappling hooks in their bags |
| height_autosetup | Boolean - if TRUE, the "Up" and "Down" traits are automatically distributed to the map's z-levels. If FALSE; they're set via JSON. |
| job_changes | Dictionary of job sub-typepath to template changes dictionary |
| library_areas | List of additional areas that count as a part of the library |
| load_all_away_missions | Boolean that tells SSmapping to load all away missions in the codebase. |
| mapping_url | The URL given by config directing you to the webmap. |
| maps_to_spawn | Index of map names (inside wilderness_directory) with the amount to spawn. ("ice_planes" = 1) for one ice spawn |
| minetype | The type of mining Z-level that should be loaded. |
| planetary | Boolean that tells us if this is a planetary station. (like IceBoxStation) |
| skipped_tests | List of unit tests that are skipped when running this map |
| wilderness_directory | Directory to the wilderness area we can spawn in |
| wilderness_levels | How many z's to generate around a planetary station |
Procs | |
| return_map_name | Returns the map name, with an openlink action tied to it (if one exists) for the map. |
Var Details
blacklist_file 
If no minetype is set, this will be the blacklist file used
feedback_link 
A URL linking to a place for people to send feedback about this map.
give_players_hooks 
Boolean - if TRUE, players spawn with grappling hooks in their bags
height_autosetup 
Boolean - if TRUE, the "Up" and "Down" traits are automatically distributed to the map's z-levels. If FALSE; they're set via JSON.
job_changes 
Dictionary of job sub-typepath to template changes dictionary
library_areas 
List of additional areas that count as a part of the library
load_all_away_missions 
Boolean that tells SSmapping to load all away missions in the codebase.
mapping_url 
The URL given by config directing you to the webmap.
maps_to_spawn 
Index of map names (inside wilderness_directory) with the amount to spawn. ("ice_planes" = 1) for one ice spawn
minetype 
The type of mining Z-level that should be loaded.
planetary 
Boolean that tells us if this is a planetary station. (like IceBoxStation)
skipped_tests 
List of unit tests that are skipped when running this map
wilderness_directory 
Directory to the wilderness area we can spawn in
wilderness_levels 
How many z's to generate around a planetary station
Proc Details
return_map_name
Returns the map name, with an openlink action tied to it (if one exists) for the map.