mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-16 18:45:22 +01:00
6cc7f281ea
* Improves various UpdatePaths scripts (#72118) ## About The Pull Request - apc_pixel_offsets: Should no longer throw errors due to formatting problems. - replacemonkeys: Made it use @ SUBTYPES instead of listing 3 explicit monkey types. - turf2decals: Massive optimization. Previously would dump up to 4 seperate corner decals onto one tile. Now they use the proper compressed subtypes like anticorner, opposingcorners, fourcorners, etc. - replaceplasteelturf: Added some missing plasteel turf changes that I discovered while updating maps from the depot. - replace_wayfinding_beacons: This script was reversed. It now will properly replace wayfinding beacons with navigation waypoints instead of the other way around. - turf_updates & turf_updates_2: Renamed the scripts to reflect the fact that they actually update areas and not turfs. - misc_space_fix: This script was rolled out to quickly provide a hotfix after unintended changes occurred with a previous update. In the same pr that introduced this script, this script was also written into turf_updates_2. Since its already in that script, misc_space_fix is no longer needed. - hats_repath: A map I was working on had bunny ears on it, and was not included in this script after the repath. Bunny ears are now included in this repath script. - detective_to_c38: This script didn't do anything because both sides of the script were the same path. This should now work. Note: This is not a full repair, there may still be a few lingering discrepancies/inconsistencies hidden within these scripts. ## Why It's Good For The Game Optimizes and improves updatepaths scripts. Some of them now actually work! ## Changelog no player facing changes * Improves various UpdatePaths scripts Co-authored-by: SpaceSmithers <105393050+SpaceSmithers@users.noreply.github.com>
345 lines
22 KiB
Plaintext
345 lines
22 KiB
Plaintext
#comment This updates primarily station paths to new ones
|
|
|
|
/area/maintenance : /area/station/maintenance
|
|
/area/maintenance/department/chapel : /area/station/maintenance/department/chapel
|
|
/area/maintenance/department/chapel/monastery : /area/station/maintenance/department/chapel/monastery
|
|
/area/maintenance/department/crew_quarters/bar : /area/station/maintenance/department/crew_quarters/bar
|
|
/area/maintenance/department/crew_quarters/dorms : /area/station/maintenance/department/crew_quarters/dorms
|
|
/area/maintenance/department/eva : /area/station/maintenance/department/eva
|
|
/area/maintenance/department/electrical : /area/station/maintenance/department/electrical
|
|
/area/maintenance/department/engine/atmos : /area/station/maintenance/department/engine/atmos
|
|
/area/maintenance/department/security : /area/station/maintenance/department/security
|
|
/area/maintenance/department/security/upper : /area/station/maintenance/department/security/upper
|
|
/area/maintenance/department/security/brig : /area/station/maintenance/department/security/brig
|
|
/area/maintenance/department/medical : /area/station/maintenance/department/medical
|
|
/area/maintenance/department/medical/central : /area/station/maintenance/department/medical/central
|
|
/area/maintenance/department/medical/morgue : /area/station/maintenance/department/medical/morgue
|
|
/area/maintenance/department/science : /area/station/maintenance/department/science
|
|
/area/maintenance/department/science/central : /area/station/maintenance/department/science/central
|
|
/area/maintenance/department/cargo : /area/station/maintenance/department/cargo
|
|
/area/maintenance/department/bridge : /area/station/maintenance/department/bridge
|
|
/area/maintenance/department/engine : /area/station/maintenance/department/engine
|
|
/area/maintenance/department/science/xenobiology : /area/station/maintenance/department/science/xenobiology
|
|
|
|
/area/maintenance/aft : /area/station/maintenance/aft
|
|
/area/maintenance/aft/upper : /area/station/maintenance/aft/upper
|
|
/area/maintenance/aft/greater : /area/station/maintenance/aft/greater
|
|
/area/maintenance/aft/lesser : /area/station/maintenance/aft/lesser
|
|
/area/maintenance/central : /area/station/maintenance/central
|
|
/area/maintenance/central/greater : /area/station/maintenance/central/greater
|
|
/area/maintenance/central/lesser : /area/station/maintenance/central/lesser
|
|
/area/maintenance/fore : /area/station/maintenance/fore
|
|
/area/maintenance/fore/upper : /area/station/maintenance/fore/upper
|
|
/area/maintenance/fore/greater : /area/station/maintenance/fore/greater
|
|
/area/maintenance/fore/lesser : /area/station/maintenance/fore/lesser
|
|
/area/maintenance/starboard : /area/station/maintenance/starboard
|
|
/area/maintenance/starboard/upper : /area/station/maintenance/starboard/upper
|
|
/area/maintenance/starboard/central : /area/station/maintenance/starboard/central
|
|
/area/maintenance/starboard/greater : /area/station/maintenance/starboard/greater
|
|
/area/maintenance/starboard/lesser : /area/station/maintenance/starboard/lesser
|
|
/area/maintenance/starboard/aft : /area/station/maintenance/starboard/aft
|
|
/area/maintenance/starboard/fore : /area/station/maintenance/starboard/fore
|
|
/area/maintenance/port : /area/station/maintenance/port
|
|
/area/maintenance/port/central : /area/station/maintenance/port/central
|
|
/area/maintenance/port/greater : /area/station/maintenance/port/greater
|
|
/area/maintenance/port/lesser : /area/station/maintenance/port/lesser
|
|
/area/maintenance/port/aft : /area/station/maintenance/port/aft
|
|
/area/maintenance/port/fore : /area/station/maintenance/port/fore
|
|
/area/maintenance/tram : /area/station/maintenance/tram
|
|
/area/maintenance/tram/left : /area/station/maintenance/tram/left
|
|
/area/maintenance/tram/mid : /area/station/maintenance/tram/mid
|
|
/area/maintenance/tram/right : /area/station/maintenance/tram/right
|
|
|
|
/area/maintenance/disposal : /area/station/maintenance/disposal
|
|
/area/maintenance/disposal/incinerator : /area/station/maintenance/disposal/incinerator
|
|
/area/maintenance/space_hut : /area/station/maintenance/space_hut
|
|
/area/maintenance/space_hut/cabin : /area/station/maintenance/space_hut/cabin
|
|
/area/maintenance/space_hut/plasmaman : /area/station/maintenance/space_hut/plasmaman
|
|
/area/maintenance/space_hut/observatory : /area/station/maintenance/space_hut/observatory
|
|
|
|
/area/maintenance/radshelter : /area/station/maintenance/radshelter
|
|
/area/maintenance/radshelter/medical : /area/station/maintenance/radshelter/medical
|
|
/area/maintenance/radshelter/sec : /area/station/maintenance/radshelter/sec
|
|
/area/maintenance/radshelter/service : /area/station/maintenance/radshelter/service
|
|
/area/maintenance/radshelter/civil : /area/station/maintenance/radshelter/civil
|
|
/area/maintenance/radshelter/sci : /area/station/maintenance/radshelter/sci
|
|
/area/maintenance/radshelter/cargo : /area/station/maintenance/radshelter/cargo
|
|
|
|
/area/hallway : /area/station/hallway
|
|
/area/hallway/primary : /area/station/hallway/primary
|
|
/area/hallway/primary/aft : /area/station/hallway/primary/aft
|
|
/area/hallway/primary/fore : /area/station/hallway/primary/fore
|
|
/area/hallway/primary/starboard : /area/station/hallway/primary/starboard
|
|
/area/hallway/primary/port : /area/station/hallway/primary/port
|
|
/area/hallway/primary/central : /area/station/hallway/primary/central
|
|
/area/hallway/primary/central/fore : /area/station/hallway/primary/central/fore
|
|
/area/hallway/primary/central/aft : /area/station/hallway/primary/central/aft
|
|
/area/hallway/primary/upper : /area/station/hallway/primary/upper
|
|
/area/hallway/primary/tram : /area/station/hallway/primary/tram
|
|
/area/hallway/primary/tram/left : /area/station/hallway/primary/tram/left
|
|
/area/hallway/primary/tram/center : /area/station/hallway/primary/tram/center
|
|
/area/hallway/primary/tram/right : /area/station/hallway/primary/tram/right
|
|
/area/hallway/secondary/command : /area/station/hallway/secondary/command
|
|
/area/hallway/secondary/construction : /area/station/hallway/secondary/construction
|
|
/area/hallway/secondary/construction/engineering : /area/station/hallway/secondary/construction/engineering
|
|
/area/hallway/secondary/exit : /area/station/hallway/secondary/exit
|
|
/area/hallway/secondary/exit/departure_lounge : /area/station/hallway/secondary/exit/departure_lounge
|
|
/area/hallway/secondary/entry : /area/station/hallway/secondary/entry
|
|
/area/hallway/secondary/service : /area/station/hallway/secondary/service
|
|
|
|
/area/command : /area/station/command
|
|
/area/command/bridge : /area/station/command/bridge
|
|
/area/command/meeting_room : /area/station/command/meeting_room
|
|
/area/command/meeting_room/council : /area/station/command/meeting_room/council
|
|
/area/command/corporate_showroom : /area/station/command/corporate_showroom
|
|
/area/command/heads_quarters : /area/station/command/heads_quarters
|
|
/area/command/heads_quarters/captain : /area/station/command/heads_quarters/captain
|
|
/area/command/heads_quarters/captain/private : /area/station/command/heads_quarters/captain/private
|
|
/area/command/heads_quarters/ce : /area/station/command/heads_quarters/ce
|
|
/area/command/heads_quarters/cmo : /area/station/command/heads_quarters/cmo
|
|
/area/command/heads_quarters/hop : /area/station/command/heads_quarters/hop
|
|
/area/command/heads_quarters/hos : /area/station/command/heads_quarters/hos
|
|
/area/command/heads_quarters/rd : /area/station/command/heads_quarters/rd
|
|
|
|
/area/command/teleporter : /area/station/command/teleporter
|
|
/area/command/gateway : /area/station/command/gateway
|
|
|
|
/area/commons : /area/station/commons
|
|
/area/commons/dorms : /area/station/commons/dorms
|
|
/area/commons/dorms/barracks : /area/station/commons/dorms/barracks
|
|
/area/commons/dorms/barracks/male : /area/station/commons/dorms/barracks/male
|
|
/area/commons/dorms/barracks/female : /area/station/commons/dorms/barracks/female
|
|
/area/commons/dorms/laundry : /area/station/commons/dorms/laundry
|
|
/area/commons/toilet : /area/station/commons/toilet
|
|
/area/commons/toilet/auxiliary : /area/station/commons/toilet/auxiliary
|
|
/area/commons/toilet/locker : /area/station/commons/toilet/locker
|
|
/area/commons/toilet/restrooms : /area/station/commons/toilet/restrooms
|
|
/area/commons/locker : /area/station/commons/locker
|
|
/area/commons/lounge : /area/station/commons/lounge
|
|
/area/commons/fitness : /area/station/commons/fitness
|
|
/area/commons/fitness/locker_room : /area/station/commons/fitness/locker_room
|
|
/area/commons/fitness/locker_room/male : /area/station/commons/fitness/locker_room/male
|
|
/area/commons/fitness/locker_room/female : /area/station/commons/fitness/locker_room/female
|
|
/area/commons/fitness/recreation : /area/station/commons/fitness/recreation
|
|
/area/commons/fitness/recreation/entertainment : /area/station/commons/fitness/recreation/entertainment
|
|
|
|
/area/commons/vacant_room : /area/station/commons/vacant_room
|
|
/area/commons/vacant_room/office : /area/station/commons/vacant_room/office
|
|
/area/commons/vacant_room/commissary : /area/station/commons/vacant_room/commissary
|
|
|
|
/area/commons/storage : /area/station/commons/storage
|
|
/area/commons/storage/tools : /area/station/commons/storage/tools
|
|
/area/commons/storage/primary : /area/station/commons/storage/primary
|
|
/area/commons/storage/art : /area/station/commons/storage/art
|
|
/area/commons/storage/emergency/starboard : /area/station/commons/storage/emergency/starboard
|
|
/area/commons/storage/emergency/port : /area/station/commons/storage/emergency/port
|
|
/area/commons/storage/mining : /area/station/commons/storage/mining
|
|
|
|
/area/service : /area/station/service
|
|
/area/service/cafeteria : /area/station/service/cafeteria
|
|
/area/service/kitchen : /area/station/service/kitchen
|
|
/area/service/kitchen/coldroom : /area/station/service/kitchen/coldroom
|
|
/area/service/kitchen/diner : /area/station/service/kitchen/diner
|
|
/area/service/kitchen/abandoned : /area/station/service/kitchen/abandoned
|
|
/area/service/bar : /area/station/service/bar
|
|
/area/service/bar/Initialize(mapload) : /area/station/service/bar/Initialize(mapload)
|
|
/area/service/bar/atrium : /area/station/service/bar/atrium
|
|
/area/service/electronic_marketing_den : /area/station/service/electronic_marketing_den
|
|
/area/service/abandoned_gambling_den : /area/station/service/abandoned_gambling_den
|
|
/area/service/abandoned_gambling_den/gaming : /area/station/service/abandoned_gambling_den/gaming
|
|
/area/service/theater : /area/station/service/theater
|
|
/area/service/theater/abandoned : /area/station/service/theater/abandoned
|
|
/area/service/library : /area/station/service/library
|
|
/area/service/library/lounge : /area/station/service/library/lounge
|
|
/area/service/library/artgallery : /area/station/service/library/artgallery
|
|
/area/service/library/private : /area/station/service/library/private
|
|
/area/service/library/upper : /area/station/service/library/upper
|
|
/area/service/library/printer : /area/station/service/library/printer
|
|
/area/service/library/abandoned : /area/station/service/library/abandoned
|
|
/area/service/chapel : /area/station/service/chapel
|
|
/area/service/chapel/monastery : /area/station/service/chapel/monastery
|
|
/area/service/chapel/office : /area/station/service/chapel/office
|
|
/area/service/chapel/asteroid : /area/station/service/chapel/asteroid
|
|
/area/service/chapel/asteroid/monastery : /area/station/service/chapel/asteroid/monastery
|
|
/area/service/chapel/dock : /area/station/service/chapel/dock
|
|
/area/service/chapel/storage : /area/station/service/chapel/storage
|
|
/area/service/chapel/funeral : /area/station/service/chapel/funeral
|
|
/area/service/lawoffice : /area/station/service/lawoffice
|
|
/area/service/janitor : /area/station/service/janitor
|
|
/area/service/hydroponics : /area/station/service/hydroponics
|
|
/area/service/hydroponics/upper : /area/station/service/hydroponics/upper
|
|
/area/service/hydroponics/garden : /area/station/service/hydroponics/garden
|
|
/area/service/hydroponics/garden/abandoned : /area/station/service/hydroponics/garden/abandoned
|
|
/area/service/hydroponics/garden/monastery : /area/station/service/hydroponics/garden/monastery
|
|
|
|
/area/engineering : /area/station/engineering
|
|
/area/engineering/engine_smes : /area/station/engineering/engine_smes
|
|
/area/engineering/main : /area/station/engineering/main
|
|
/area/engineering/hallway : /area/station/engineering/hallway
|
|
/area/engineering/atmos : /area/station/engineering/atmos
|
|
/area/engineering/atmos/upper : /area/station/engineering/atmos/upper
|
|
/area/engineering/atmos/project : /area/station/engineering/atmos/project
|
|
/area/engineering/atmos/pumproom : /area/station/engineering/atmos/pumproom
|
|
/area/engineering/atmos/mix : /area/station/engineering/atmos/mix
|
|
/area/engineering/atmos/storage : /area/station/engineering/atmos/storage
|
|
/area/engineering/atmos/storage/gas : /area/station/engineering/atmos/storage/gas
|
|
/area/engineering/atmos/office : /area/station/engineering/atmos/office
|
|
/area/engineering/atmos/hfr_room : /area/station/engineering/atmos/hfr_room
|
|
/area/engineering/atmospherics_engine : /area/station/engineering/atmospherics_engine
|
|
/area/engineering/lobby : /area/station/engineering/lobby
|
|
/area/engineering/supermatter : /area/station/engineering/supermatter
|
|
/area/engineering/supermatter/room : /area/station/engineering/supermatter/room
|
|
/area/engineering/break_room : /area/station/engineering/break_room
|
|
/area/engineering/gravity_generator : /area/station/engineering/gravity_generator
|
|
/area/engineering/storage : /area/station/engineering/storage
|
|
/area/engineering/storage_shared : /area/station/engineering/storage_shared
|
|
/area/engineering/transit_tube : /area/station/engineering/transit_tube
|
|
/area/engineering/storage/tech : /area/station/engineering/storage/tech
|
|
/area/engineering/storage/tcomms : /area/station/engineering/storage/tcomms
|
|
|
|
/area/construction : /area/construction
|
|
/area/construction/mining/aux_base : /area/construction/mining/aux_base
|
|
/area/construction/storage_wing : /area/construction/storage_wing
|
|
|
|
/area/solars : /area/station/solars
|
|
/area/solars/fore : /area/station/solars/fore
|
|
/area/solars/aft : /area/station/solars/aft
|
|
/area/solars/aux/port : /area/station/solars/aux/port
|
|
/area/solars/aux/starboard : /area/station/solars/aux/starboard
|
|
/area/solars/starboard : /area/station/solars/starboard
|
|
/area/solars/starboard/aft : /area/station/solars/starboard/aft
|
|
/area/solars/starboard/fore : /area/station/solars/starboard/fore
|
|
/area/solars/port : /area/station/solars/port
|
|
/area/solars/port/aft : /area/station/solars/port/aft
|
|
/area/solars/port/fore : /area/station/solars/port/fore
|
|
/area/solars/aisat : /area/station/solars/aisat
|
|
|
|
/area/maintenance/solars : /area/station/maintenance/solars
|
|
/area/maintenance/solars/port : /area/station/maintenance/solars/port
|
|
/area/maintenance/solars/port/aft : /area/station/maintenance/solars/port/aft
|
|
/area/maintenance/solars/port/fore : /area/station/maintenance/solars/port/fore
|
|
/area/maintenance/solars/starboard : /area/station/maintenance/solars/starboard
|
|
/area/maintenance/solars/starboard/aft : /area/station/maintenance/solars/starboard/aft
|
|
/area/maintenance/solars/starboard/fore : /area/station/maintenance/solars/starboard/fore
|
|
|
|
/area/medical : /area/station/medical
|
|
/area/medical/abandoned : /area/station/medical/abandoned
|
|
/area/medical/medbay : /area/station/medical/medbay
|
|
/area/medical/medbay/central : /area/station/medical/medbay/central
|
|
/area/medical/medbay/lobby : /area/station/medical/medbay/lobby
|
|
/area/medical/medbay/aft : /area/station/medical/medbay/aft
|
|
/area/medical/storage : /area/station/medical/storage
|
|
/area/medical/paramedic : /area/station/medical/paramedic
|
|
/area/medical/office : /area/station/medical/office
|
|
/area/medical/break_room : /area/station/medical/break_room
|
|
/area/medical/coldroom : /area/station/medical/coldroom
|
|
/area/medical/patients_rooms : /area/station/medical/patients_rooms
|
|
/area/medical/patients_rooms/room_a : /area/station/medical/patients_rooms/room_a
|
|
/area/medical/patients_rooms/room_b : /area/station/medical/patients_rooms/room_b
|
|
/area/medical/virology : /area/station/medical/virology
|
|
/area/medical/morgue : /area/station/medical/morgue
|
|
/area/medical/chemistry : /area/station/medical/chemistry
|
|
/area/medical/pharmacy : /area/station/medical/pharmacy
|
|
/area/medical/surgery : /area/station/medical/surgery
|
|
/area/medical/surgery/fore : /area/station/medical/surgery/fore
|
|
/area/medical/surgery/aft : /area/station/medical/surgery/aft
|
|
/area/medical/surgery/theatre : /area/station/medical/surgery/theatre
|
|
/area/medical/cryo : /area/station/medical/cryo
|
|
/area/medical/exam_room : /area/station/medical/exam_room
|
|
/area/medical/treatment_center : /area/station/medical/treatment_center
|
|
/area/medical/psychology : /area/station/medical/psychology
|
|
|
|
/area/security : /area/station/security
|
|
/area/security/office : /area/station/security/office
|
|
/area/security/lockers : /area/station/security/lockers
|
|
/area/security/brig : /area/station/security/brig
|
|
/area/security/holding_cell : /area/station/security/holding_cell
|
|
/area/security/medical : /area/station/security/medical
|
|
/area/security/brig/upper : /area/station/security/brig/upper
|
|
/area/security/courtroom : /area/station/security/courtroom
|
|
/area/security/prison : /area/station/security/prison
|
|
/area/security/prison/toilet : /area/station/security/prison/toilet
|
|
/area/security/prison/safe : /area/station/security/prison/safe
|
|
/area/security/prison/upper : /area/station/security/prison/upper
|
|
/area/security/prison/visit : /area/station/security/prison/visit
|
|
/area/security/prison/rec : /area/station/security/prison/rec
|
|
/area/security/prison/mess : /area/station/security/prison/mess
|
|
/area/security/prison/work : /area/station/security/prison/work
|
|
/area/security/prison/shower : /area/station/security/prison/shower
|
|
/area/security/prison/workout : /area/station/security/prison/workout
|
|
/area/security/prison/garden : /area/station/security/prison/garden
|
|
/area/security/processing : /area/station/security/processing
|
|
/area/security/processing/cremation : /area/station/security/processing/cremation
|
|
/area/security/interrogation : /area/station/security/interrogation
|
|
/area/security/warden : /area/station/security/warden
|
|
/area/security/detectives_office : /area/station/security/detectives_office
|
|
/area/security/detectives_office/private_investigators_office : /area/station/security/detectives_office/private_investigators_office
|
|
/area/security/range : /area/station/security/range
|
|
/area/security/execution : /area/station/security/execution
|
|
/area/security/execution/transfer : /area/station/security/execution/transfer
|
|
/area/security/execution/education : /area/station/security/execution/education
|
|
/area/security/checkpoint : /area/station/security/checkpoint
|
|
/area/security/checkpoint/auxiliary : /area/station/security/checkpoint/auxiliary
|
|
/area/security/checkpoint/escape : /area/station/security/checkpoint/escape
|
|
/area/security/checkpoint/supply : /area/station/security/checkpoint/supply
|
|
/area/security/checkpoint/engineering : /area/station/security/checkpoint/engineering
|
|
/area/security/checkpoint/medical : /area/station/security/checkpoint/medical
|
|
/area/security/checkpoint/science : /area/station/security/checkpoint/science
|
|
/area/security/checkpoint/science/research : /area/station/security/checkpoint/science/research
|
|
/area/security/checkpoint/customs : /area/station/security/checkpoint/customs
|
|
/area/security/checkpoint/customs/auxiliary : /area/station/security/checkpoint/customs/auxiliary
|
|
/area/security/checkpoint/customs/fore : /area/station/security/checkpoint/customs/fore
|
|
/area/security/checkpoint/customs/aft : /area/station/security/checkpoint/customs/aft
|
|
|
|
/area/cargo : /area/station/cargo
|
|
/area/cargo/sorting : /area/station/cargo/sorting
|
|
/area/cargo/warehouse : /area/station/cargo/warehouse
|
|
/area/cargo/drone_bay : /area/station/cargo/drone_bay
|
|
/area/cargo/warehouse/upper : /area/station/cargo/warehouse/upper
|
|
/area/cargo/office : /area/station/cargo/office
|
|
/area/cargo/storage : /area/station/cargo/storage
|
|
/area/cargo/lobby : /area/station/cargo/lobby
|
|
/area/cargo/qm : /area/station/cargo/qm
|
|
/area/cargo/miningdock : /area/station/cargo/miningdock
|
|
/area/cargo/miningdock/cafeteria : /area/station/cargo/miningdock/cafeteria
|
|
/area/cargo/miningdock/oresilo : /area/station/cargo/miningdock/oresilo
|
|
/area/cargo/miningoffice : /area/station/cargo/miningoffice
|
|
|
|
/area/science : /area/station/science
|
|
/area/science/lobby : /area/station/science/lobby
|
|
/area/science/lower : /area/station/science/lower
|
|
/area/science/breakroom : /area/station/science/breakroom
|
|
/area/science/lab : /area/station/science/lab
|
|
/area/science/xenobiology : /area/station/science/xenobiology
|
|
/area/science/xenobiology/hallway : /area/station/science/xenobiology/hallway
|
|
/area/science/cytology : /area/station/science/cytology
|
|
/area/science/storage : /area/station/science/storage
|
|
/area/science/test_area : /area/station/science/test_area
|
|
/area/science/mixing : /area/station/science/mixing
|
|
/area/science/mixing/chamber : /area/station/science/mixing/chamber
|
|
/area/science/mixing/hallway : /area/station/science/mixing/hallway
|
|
/area/science/mixing/launch : /area/station/science/mixing/launch
|
|
/area/science/genetics : /area/station/science/genetics
|
|
/area/science/misc_lab : /area/station/science/misc_lab
|
|
/area/science/misc_lab/range : /area/station/science/misc_lab/range
|
|
/area/science/server : /area/station/science/server
|
|
/area/science/explab : /area/station/science/explab
|
|
/area/science/robotics : /area/station/science/robotics
|
|
/area/science/robotics/mechbay : /area/station/science/robotics/mechbay
|
|
/area/science/robotics/lab : /area/station/science/robotics/lab
|
|
/area/science/research : /area/station/science/research
|
|
/area/science/research/abandoned : /area/station/science/research/abandoned
|
|
|
|
/area/tcommsat : /area/station/tcommsat
|
|
/area/tcommsat/computer : /area/station/tcommsat/computer
|
|
/area/tcommsat/server : /area/station/tcommsat/server
|
|
/area/tcommsat/server/upper : /area/station/tcommsat/server/upper
|
|
|
|
/area/comms : /area/station/comms
|
|
/area/server : /area/station/server
|
|
|
|
/area/maintenance/external : /area/station/maintenance/external
|
|
/area/maintenance/external/aft : /area/station/maintenance/external/aft
|
|
/area/maintenance/external/port : /area/station/maintenance/external/port
|
|
/area/maintenance/external/port/bow : /area/station/maintenance/external/port/bow
|