# Automapper configuration # [templates.example_template] - example_template should be replaced with the name of your map template. # directory - The direct path to our map files. # map_files - These are the names of the map files, including the extension, that will be loaded. Supports multiple for randomness. # required_map - This is the name of the required map that needs to be loaded in order for this template to load. # coordinates - The coordinates of the map template placement. (X, Y, Z). PLEASE NOTE: The Z coordinate is the same as would be shown in SDMM. NOT IN GAME. # leave it at 1 if it is not a multi-z map. It is relative to the map file Z, not the one loaded in game. # trait_name - The name of the Z level trait that will be used to determine what Z level we use. # Traits - Station (for station relatied edits), CentCom (for edits on the CC map), Mining (for edits on Lavaland) # More can be found in code\__DEFINES\maps.dm # CENTRAL COMMAND MAP TEMPLATES # CC Ferry Dock - Admin Shuttle [templates.centcom_ferry_dock] map_files = ["centcom_ferry_dock.dmm"] directory = "_maps/skyrat/automapper/templates/centcom/" required_map = "builtin" coordinates = [128, 79, 1] trait_name = "CentCom" # CC Evac Docking Port Removal [templates.centcom_shuttle_dock] map_files = ["centcom_shuttle_dock.dmm"] directory = "_maps/skyrat/automapper/templates/centcom/" required_map = "CentCom_skyrat_z2.dmm" coordinates = [51, 167, 2] trait_name = "CentCom" # METASTATION MAP TEMPLATES # Metastation Arrivals [templates.metastaton_arrivals] map_files = ["metastation_arrivals.dmm"] directory = "_maps/skyrat/automapper/templates/metastation/" required_map = "MetaStation.dmm" coordinates = [20, 107, 1] trait_name = "Station" # Metastation Cryo [templates.metastation_cryo] map_files = ["metastation_cryo.dmm"] directory = "_maps/skyrat/automapper/templates/metastation/" required_map = "MetaStation.dmm" coordinates = [133, 182, 1] trait_name = "Station" # Metastation Barber [templates.metastation_barber] map_files = ["metastation_barber.dmm"] directory = "_maps/skyrat/automapper/templates/metastation/" required_map = "MetaStation.dmm" coordinates = [101, 116, 1] trait_name = "Station" # Metastation NTR Office [templates.metastation_ntrep_office] map_files = ["metastation_ntrep_office.dmm"] directory = "_maps/bubber/automapper/templates/MetaStation/" required_map = "MetaStation.dmm" coordinates = [57, 119, 1] trait_name = "Station" # Metastation Supermatter Chamber [templates.metastation_supermatter] map_files = ["metastation_supermatter.dmm"] directory = "_maps/skyrat/automapper/templates/metastation/" required_map = "MetaStation.dmm" coordinates = [163, 155, 1] trait_name = "Station" # DELTASTATION MAP EDITS # Deltastation Arrivals [templates.deltastation_arrivals] map_files = ["deltastation_arrivals.dmm"] directory = "_maps/skyrat/automapper/templates/deltastation/" required_map = "DeltaStation2.dmm" coordinates = [126, 195, 1] trait_name = "Station" # Deltastation Cryo [templates.deltastation_cryo] map_files = ["deltastation_cryo.dmm"] directory = "_maps/skyrat/automapper/templates/deltastation/" required_map = "DeltaStation2.dmm" coordinates = [216, 93, 1] trait_name = "Station" # Deltastation Barber [templates.deltastation_barber] map_files = ["deltastation_barber.dmm"] directory = "_maps/skyrat/automapper/templates/deltastation/" required_map = "DeltaStation2.dmm" coordinates = [121, 124, 1] trait_name = "Station" # Deltastation NTR Office [templates.deltastation_ntrep_office] map_files = ["deltastation_ntrep_office.dmm"] directory = "_maps/skyrat/automapper/templates/deltastation/" required_map = "DeltaStation2.dmm" coordinates = [123, 143, 1] trait_name = "Station" # Deltastation Supermatter Chamber [templates.deltastation_supermatter] map_files = ["deltastation_supermatter.dmm"] directory = "_maps/skyrat/automapper/templates/deltastation/" required_map = "DeltaStation2.dmm" coordinates = [84, 109, 1] trait_name = "Station" # ICEBOX MAP EDITS # Icebox Arrivals [templates.icebox_arrivals] map_files = ["icebox_arrivals.dmm"] directory = "_maps/skyrat/automapper/templates/icebox/" required_map = "IceBoxStation.dmm" coordinates = [8, 115, 3] trait_name = "Station" # Icebox Cryo [templates.icebox_cryo] map_files = ["icebox_cryo.dmm"] directory = "_maps/skyrat/automapper/templates/icebox/" required_map = "IceBoxStation.dmm" coordinates = [117, 142, 3] trait_name = "Station" # Icebox Barber [templates.icebox_barber] map_files = ["iceboxstation_barber.dmm"] directory = "_maps/bubber/automapper/templates/IceBoxStation/" required_map = "IceBoxStation.dmm" coordinates = [156, 130, 3] trait_name = "Station" # Icebox NTR Office [templates.icebox_ntrep_office] map_files = ["Icebox_ntrep_office.dmm"] directory = "_maps/bubber/automapper/templates/IceBoxStation/" required_map = "IceBoxStation.dmm" coordinates = [87, 128, 3] trait_name = "Station" # Icebox HoP Maint [templates.icebox_hop_maint] map_files = ["icebox_hop_maint.dmm"] directory = "_maps/skyrat/automapper/templates/icebox/" required_map = "IceBoxStation.dmm" coordinates = [98, 123, 3] trait_name = "Station" # Icebox Supermatter Chamber [templates.icebox_supermatter] map_files = ["icebox_supermatter.dmm"] directory = "_maps/skyrat/automapper/templates/icebox/" required_map = "IceBoxStation.dmm" coordinates = [114, 65, 3] trait_name = "Station" # Icecats Camp Lower Level [templates.icebox_icecats_lower] map_files = ["icemoon_underground_icewalker_lower.dmm"] directory = "_maps/RandomRuins/IceRuins/skyrat/" required_map = "IceBoxStation.dmm" coordinates = [202, 16, 1] trait_name = "Station" # Icecats Camp Upper Level [templates.icebox_icecats_upper] map_files = ["icemoon_underground_icewalker_upper.dmm"] directory = "_maps/RandomRuins/IceRuins/skyrat/" required_map = "IceBoxStation.dmm" coordinates = [202, 16, 2] trait_name = "Station" # TRAMSTATION MAP EDITS # Tramstation Arrivals [templates.tramstation_arrivals] map_files = ["tramstation_arrivals.dmm"] directory = "_maps/skyrat/automapper/templates/tramstation/" required_map = "tramstation.dmm" coordinates = [8, 96, 2] trait_name = "Station" # Tramstation Barber [templates.tramstation_barber] map_files = ["tramstation_barber.dmm"] directory = "_maps/skyrat/automapper/templates/tramstation/" required_map = "tramstation.dmm" coordinates = [133, 125, 1] trait_name = "Station" # Tramstation Cryo [templates.tramstation_cryo] map_files = ["tramstation_cryo.dmm"] directory = "_maps/skyrat/automapper/templates/tramstation/" required_map = "tramstation.dmm" coordinates = [68, 102, 2] trait_name = "Station" # Tramstation NTR Office [templates.tramstation_ntrep_office] map_files = ["tramstation_ntrep_office.dmm"] directory = "_maps/bubber/automapper/templates/tramstation/" required_map = "tramstation.dmm" coordinates = [34, 135, 2] trait_name = "Station" # Tramstation Supermatter Chamber [templates.tramstation_supermatter] map_files = ["tramstation_supermatter.dmm"] directory = "_maps/skyrat/automapper/templates/tramstation/" required_map = "tramstation.dmm" coordinates = [118, 75, 1] trait_name = "Station" # BIRDSHOT MAP EDITS # Birdshot Arrivals [templates.birdshot_arrivals] map_files = ["birdshot_arrivals.dmm"] directory = "_maps/skyrat/automapper/templates/birdshot/" required_map = "birdshot.dmm" coordinates = [136, 61, 1] trait_name = "Station" # Birdshot Cryo [templates.birdshot_cryo] map_files = ["birdshot_cryo.dmm"] directory = "_maps/skyrat/automapper/templates/birdshot/" required_map = "birdshot.dmm" coordinates = [136, 157, 1] trait_name = "Station" # Birdshot Barber [templates.birdshot_barber] map_files = ["birdshot_barber.dmm"] directory = "_maps/skyrat/automapper/templates/birdshot/" required_map = "birdshot.dmm" coordinates = [129, 127, 1] trait_name = "Station" # Birdshot NTR Office [templates.birdshot_ntrep_office] map_files = ["birdshot_ntrep_office.dmm"] directory = "_maps/skyrat/automapper/templates/birdshot/" required_map = "birdshot.dmm" coordinates = [111, 157, 1] trait_name = "Station" # Birdshot ERT Bay [templates.birdshot_ert_bay] map_files = ["birdshot_ert_bay.dmm"] directory = "_maps/skyrat/automapper/templates/birdshot/" required_map = "birdshot.dmm" coordinates = [188, 72, 1] trait_name = "Station" # Birdshot Vacant Room (to replace the mapped barber with ours) [templates.birdshot_vacant] map_files = ["birdshot_vacant.dmm"] directory = "_maps/skyrat/automapper/templates/birdshot/" required_map = "birdshot.dmm" coordinates = [117, 145, 1] trait_name = "Station" # Birdshot Supermatter Chamber [templates.birdshot_supermatter] map_files = ["birdshot_supermatter.dmm"] directory = "_maps/skyrat/automapper/templates/birdshot/" required_map = "birdshot.dmm" coordinates = [71, 211, 1] trait_name = "Station" # NORTHSTAR MAP EDITS # Northstar Cryo [templates.northstar_cryo] map_files = ["northstar_cryo.dmm"] directory = "_maps/skyrat/automapper/templates/northstar/" required_map = "north_star.dmm" coordinates = [130, 114, 3] trait_name = "Station" # Northstar Dorms [templates.northstar_dorms] map_files = ["northstar_dorms.dmm"] directory = "_maps/skyrat/automapper/templates/northstar/" required_map = "north_star.dmm" coordinates = [137, 132, 3] trait_name = "Station" # Northstar Arrivals [templates.northstar_arrivals] map_files = ["northstar_arrivals.dmm"] directory = "_maps/skyrat/automapper/templates/northstar/" required_map = "north_star.dmm" coordinates = [90, 100, 1] trait_name = "Station" # Northstar ERT Bay [templates.northstar_ert_bay] map_files = ["northstar_ert_bay.dmm"] directory = "_maps/skyrat/automapper/templates/northstar/" required_map = "north_star.dmm" coordinates = [54, 118, 2] trait_name = "Station" # Northstar Barber [templates.northstar_barber] map_files = ["northstar_barber.dmm"] directory = "_maps/skyrat/automapper/templates/northstar/" required_map = "north_star.dmm" coordinates = [105, 117, 2] trait_name = "Station" # Northstar NTR Office [templates.northstar_ntrep_office] map_files = ["northstar_ntrep_office.dmm"] directory = "_maps/skyrat/automapper/templates/northstar/" required_map = "north_star.dmm" coordinates = [150, 114, 3] trait_name = "Station" # Northstar Supermatter Chamber [templates.northstar_supermatter] map_files = ["northstar_supermatter.dmm"] directory = "_maps/skyrat/automapper/templates/northstar/" required_map = "north_star.dmm" coordinates = [171, 129, 1] trait_name = "Station" # Lavaland NE Ashwalker Nest [templates.lavaland_ashwalker_nest] map_files = ["lavaland_ashwalker_nest.dmm"] directory = "_maps/skyrat/automapper/templates/mining/" required_map = "Lavaland.dmm" coordinates = [223, 224, 1] trait_name = "Mining" #BUBBER EDITS ------------------------------- # ADD ALL BUBBER EDITS BENEATH THIS! # Metastation Armory [templates.metastation_armory] map_files = ["metastation_armory.dmm"] directory = "_maps/bubber/automapper/templates/MetaStation/" required_map = "MetaStation.dmm" coordinates = [105, 171, 1] trait_name = "Station" # Biodome Armory [templates.biodome_armory] map_files = ["biodome_armory.dmm"] directory = "_maps/bubber/automapper/templates/biodome/" required_map = "biodome.dmm" coordinates = [176, 63, 1] trait_name = "Station" # Birdshot Armory [templates.birdshot_armory] map_files = ["birdshot_armory.dmm"] directory = "_maps/bubber/automapper/templates/Birdshot/" required_map = "birdshot.dmm" coordinates = [50, 106, 1] trait_name = "Station" # Deltastation Armory [templates.deltastation_armory] map_files = ["deltastation_armory.dmm"] directory = "_maps/bubber/automapper/templates/Deltastation/" required_map = "DeltaStation2.dmm" coordinates = [207, 127, 1] trait_name = "Station" # IceBoxStation Armory [templates.iceboxstation_armory] map_files = ["iceboxstation_armory.dmm"] directory = "_maps/bubber/automapper/templates/IceBoxStation/" required_map = "IceBoxStation.dmm" coordinates = [101, 178, 2] trait_name = "Station" # LimaStation Armory [templates.limastation_armory] map_files = ["limastation_armory.dmm"] directory = "_maps/bubber/automapper/templates/LimaStation/" required_map = "LimaStation.dmm" coordinates = [66, 136, 2] trait_name = "Station" # Tramstation Armory [templates.tramstation_armory] map_files = ["tramstation_armory.dmm"] directory = "_maps/bubber/automapper/templates/tramstation/" required_map = "tramstation.dmm" coordinates = [69, 162, 2] trait_name = "Station" # ----- KILO DOES NOT NEED THIS SINCE UPSTREAM REMOVED IT, BUT I DON'T FEEL LIKE MAPPING IT. THIS IS A COOL REFACTOR PROJECT FOR BORED CODERS # Kilostation Armory [templates.kilostation_armory] map_files = ["kilostation_armory.dmm"] directory = "_maps/bubber/automapper/templates/kilostation/" required_map = "kilostation.dmm" coordinates = [81, 78, 1] trait_name = "Station" # Kilostation Arrivals [templates.kilostation_arrivals] map_files = ["kilostation_arrivals.dmm"] directory = "_maps/bubber/automapper/templates/kilostation/" required_map = "KiloStation.dmm" coordinates = [151, 80, 1] trait_name = "Station" # Kilostation ERT Bay and Barber [templates.kilostation_ert_bay] map_files = ["kilostation_ert_bay.dmm"] directory = "_maps/bubber/automapper/templates/kilostation/" required_map = "KiloStation.dmm" coordinates = [77, 151, 1] trait_name = "Station" # Kilostation Cryo [templates.kilostation_cryo] map_files = ["kilostation_cryo.dmm"] directory = "_maps/bubber/automapper/templates/kilostation/" required_map = "KiloStation.dmm" coordinates = [59, 118, 1] trait_name = "Station" # Kilostation Supermatter Chamber [templates.kilostation_supermatter] map_files = ["kilostation_supermatter.dmm"] directory = "_maps/bubber/automapper/templates/kilostation/" required_map = "KiloStation.dmm" coordinates = [140, 72, 1] trait_name = "Station" # Interlink Admin Office [templates.interlink_adminoffice] map_files = ["interlink_adminoffice.dmm"] directory = "_maps/bubber/automapper/templates/generic/" required_map = "CentCom_skyrat_z2.dmm" coordinates = [72, 183, 2] trait_name = "CentCom" #Moonstation Ashwalker nest # Lavaland NE Ashwalker Nest [templates.lavaland_ashwalker_nest_moonstation] map_files = ["lavaland_ashwalker_nest.dmm"] directory = "_maps/skyrat/automapper/templates/mining/" required_map = "moonstation.dmm" coordinates = [200, 228, 1] trait_name = "Mining" ## Book of kindred display cases #DeltaStation2 [templates.deltastation_book_of_kindred] map_files = ["book_of_kindred_display.dmm"] directory = "_maps/bubber/automapper/templates/generic/" required_map = "DeltaStation2.dmm" coordinates = [186, 105, 1] trait_name = "Station" #IceBoxStation [templates.iceboxstation_book_of_kindred] map_files = ["book_of_kindred_display.dmm"] directory = "_maps/bubber/automapper/templates/generic/" required_map = "IceBoxStation.dmm" coordinates = [175, 140, 3] trait_name = "Station" #KiloStation [templates.kilostation_book_of_kindred] map_files = ["book_of_kindred_display.dmm"] directory = "_maps/bubber/automapper/templates/generic/" required_map = "KiloStation.dmm" coordinates = [97, 128, 1] trait_name = "Station" #Birdshot [templates.birdshot_book_of_kindred] map_files = ["book_of_kindred_display.dmm"] directory = "_maps/bubber/automapper/templates/generic/" required_map = "birdshot.dmm" coordinates = [80, 145, 1] trait_name = "Station" #Blueshift [templates.blueshift_book_of_kindred] map_files = ["book_of_kindred_display.dmm"] directory = "_maps/bubber/automapper/templates/generic/" required_map = "Blueshift.dmm" coordinates = [95, 127, 1] trait_name = "Station" #NorthStar [templates.northstar_book_of_kindred] map_files = ["book_of_kindred_display.dmm"] directory = "_maps/bubber/automapper/templates/generic/" required_map = "north_star.dmm" coordinates = [156, 138, 4] trait_name = "Station" #VoidRaptor [templates.voidraptor_book_of_kindred] map_files = ["book_of_kindred_display.dmm"] directory = "_maps/bubber/automapper/templates/generic/" required_map = "VoidRaptor.dmm" coordinates = [146, 137, 1] trait_name = "Station" #TramStation [templates.tramstation_book_of_kindred] map_files = ["book_of_kindred_display.dmm"] directory = "_maps/bubber/automapper/templates/generic/" required_map = "tramstation.dmm" coordinates = [49, 103, 2] trait_name = "Station" #MetaStation [templates.metastation_book_of_kindred] map_files = ["book_of_kindred_display.dmm"] directory = "_maps/bubber/automapper/templates/generic/" required_map = "MetaStation.dmm" coordinates = [83, 118, 1] trait_name = "Station" # WAWASTATION MAP EDITS # Wawastation Lockers [templates.wawastation_lockers] map_files = ["wawastation_lockers.dmm"] directory = "_maps/skyrat/automapper/templates/wawastation/" required_map = "wawastation.dmm" coordinates = [111, 93, 1] trait_name = "Station" # Wawastation Arrivals [templates.wawastation_arrivals] map_files = ["wawastation_arrivals.dmm"] directory = "_maps/skyrat/automapper/templates/wawastation/" required_map = "wawastation.dmm" coordinates = [69, 81, 2] trait_name = "Station" # Wawastation Corridor [templates.wawastation_corridor] map_files = ["wawastation_corridor.dmm"] directory = "_maps/bubber/automapper/templates/wawastation/" required_map = "wawastation.dmm" coordinates = [81, 101, 2] trait_name = "Station" # Wawastation Commons [templates.wawastation_commons] map_files = ["wawastation_commons.dmm"] directory = "_maps/skyrat/automapper/templates/wawastation/" required_map = "wawastation.dmm" coordinates = [109, 88, 2] trait_name = "Station" # Wawastation NTR Office [templates.wawastation_ntrep_office] map_files = ["wawastation_ntrep_office.dmm"] directory = "_maps/bubber/automapper/templates/wawastation/" required_map = "wawastation.dmm" coordinates = [108, 122, 1] trait_name = "Station" # Wawastation Elevator [templates.wawastation_elevator] map_files = ["wawastation_elevator.dmm"] directory = "_maps/skyrat/automapper/templates/wawastation/" required_map = "wawastation.dmm" coordinates = [86, 89, 1] trait_name = "Station" # Wawastation Supermatter [templates.wawastation_supermatter] map_files = ["wawastation_supermatter.dmm"] directory = "_maps/skyrat/automapper/templates/wawastation/" required_map = "wawastation.dmm" coordinates = [162, 63, 1] trait_name = "Station" # Wawastation Barber [templates.wawastation_barber] map_files = ["wawastation_barber.dmm"] directory = "_maps/skyrat/automapper/templates/wawastation/" required_map = "wawastation.dmm" coordinates = [116, 111, 2] trait_name = "Station" # Wawastation Kiosk [templates.wawastation_kiosk] map_files = ["wawastation_kiosk.dmm"] directory = "_maps/skyrat/automapper/templates/wawastation/" required_map = "wawastation.dmm" coordinates = [133, 94, 2] trait_name = "Station" # Wawastation Armory [templates.wawastation_armory] map_files = ["wawastation_armory.dmm"] directory = "_maps/skyrat/automapper/templates/wawastation/" required_map = "wawastation.dmm" coordinates = [63, 127, 2] trait_name = "Station" # Nebulastation Cryo [templates.nebulastation_cryo] map_files = ["nebulastation_cryo.dmm"] directory = "_maps/bubber/automapper/templates/NebulaStation/" required_map = "NebulaStation.dmm" coordinates = [90, 132, 1] trait_name = "Station" # Nebulastation Corridor [templates.nebulastation_corridor] map_files = ["nebulastation_corridor.dmm"] directory = "_maps/bubber/automapper/templates/NebulaStation/" required_map = "NebulaStation.dmm" coordinates = [152, 129, 2] trait_name = "Station" # Nebulastation Arrivals [templates.nebulastation_arrivals] map_files = ["nebulastation_arrivals.dmm"] directory = "_maps/bubber/automapper/templates/NebulaStation/" required_map = "NebulaStation.dmm" coordinates = [122, 121, 2] trait_name = "Station" # Nebulastation Gravity Generator [templates.nebulastation_gravgen] map_files = ["nebulastation_gravgen.dmm"] directory = "_maps/bubber/automapper/templates/NebulaStation/" required_map = "NebulaStation.dmm" coordinates = [119, 114, 1] trait_name = "Station" # Nebulastation Supermatter [templates.nebulastation_supermatter] map_files = ["nebulastation_supermatter.dmm"] directory = "_maps/bubber/automapper/templates/NebulaStation/" required_map = "NebulaStation.dmm" coordinates = [112, 93, 1] trait_name = "Station" # Nebulastation NTR Office [templates.nebulastation_ntrep_office] map_files = ["nebulastation_ntrep_office.dmm"] directory = "_maps/bubber/automapper/templates/NebulaStation/" required_map = "NebulaStation.dmm" coordinates = [110, 116, 2] trait_name = "Station" # Nebulastation Library West [templates.nebulastation_library_w] map_files = ["nebulastation_library_w.dmm"] directory = "_maps/bubber/automapper/templates/NebulaStation/" required_map = "NebulaStation.dmm" coordinates = [91, 133, 2] trait_name = "Station" # Nebulastation Library East [templates.nebulastation_library_e] map_files = ["nebulastation_library_e.dmm"] directory = "_maps/bubber/automapper/templates/NebulaStation/" required_map = "NebulaStation.dmm" coordinates = [105, 133, 2] trait_name = "Station" # Nebulastation Armory [templates.nebulastation_armory] map_files = ["nebulastation_armory.dmm"] directory = "_maps/bubber/automapper/templates/NebulaStation/" required_map = "NebulaStation.dmm" coordinates = [161, 116, 1] trait_name = "Station" # Nebulastation Barber [templates.nebulastation_barber] map_files = ["nebulastation_barber.dmm"] directory = "_maps/bubber/automapper/templates/NebulaStation/" required_map = "NebulaStation.dmm" coordinates = [132, 113, 2] trait_name = "Station" # Nebulastation Aux Docking Bay [templates.nebulastation_aux] map_files = ["nebulastation_aux.dmm"] directory = "_maps/bubber/automapper/templates/NebulaStation/" required_map = "NebulaStation.dmm" coordinates = [78, 98, 1] trait_name = "Station" # Nebulastation CentCom Docking Bay [templates.nebulastation_centcom] map_files = ["nebulastation_centcom.dmm"] directory = "_maps/bubber/automapper/templates/NebulaStation/" required_map = "NebulaStation.dmm" coordinates = [42, 117, 2] trait_name = "Station"