/datum/nmnode/mapload | Abstract config node designating a map insertion |
/datum/nmnode/mapload/landmark | Designates insert of a given map file at a specified landmark |
/datum/nmnode/mapload/variations | Inserts a map file among a set of variations in a folder
param: path: some/folder/, landmark
files within should be named with a prefix indicating weighting:
some/folder/20.destroyed.dmm
some/folder/50.spaced.dmm
using + instead of dot means to keep map contents, eg.
some/folder/20+extras.dmm is added on top |
/datum/nmnode/mapload/sprinkles | Similar to variations mode, but rolls all files individually rather
than picking one, using name for landmark. The prefix number is used
as a percentage chance. You can add extra text with an underscore. |
---|