Skip to content

Commit

Permalink
[TM Ready] The return of single Z CorgStation (BeeStation#6674)
Browse files Browse the repository at this point in the history
* Updates Kilostation Engineering SMES + airlock + science shuttle

* Re-adds single level CorgStation

* Update SingleCorgStation.dmm

* Update SingleCorgStation.dmm

* Update singlecorgstation.json

* Change Requests for Corgstation

* Update maps.txt

* Goodbye multi-Z

* Updates corgstation to account for pipe layer changes

* updates to PR#6753

* Fixes Explo

* Update CorgStation.dmm

* Adds component Printer

* Adds toxins mixing chamber computer to toxins

* Updates map links and ordering on README

It says on the config that metastation is the default, not deltastation

* Fixes Random Maint room Walls, bot pathing, WT ammunition.

* Updates SM waste pipe visibility

* fixes missing atmos wardrobe

* Updated Tech storage, engineering airlocks

* Updates SM engine filters, Janitorial items and room and botany windoors.

* Fixes botany error, improved custodial closet floor, removed arrival shuttle computer

* fixed hydroponics error again

* Updates Science maintenance

* updates AI upload air vents, maints, space grilles

* Fixes Viro Distro Air tanks not connected to supply

* Fixes Atmos disposals, plumbing errors including the one on kilo mining shuttle. Improved brig shocked grilles, extra Toxins APC removed

* Fixes sec disposals, brig physician wires, some airlocks

* Updates all airlocks to be more streamlined

* Fixes missing APCs, fixes missing air alarms, removes brig cell lamps, increased station intercoms coverage, increases atmos pipe visibility.

* Fixes South-West Maintenance door positions

* NO, VIRO IS NOT DONE YET HOLD ONNNNN

* Okay I think it's good

* Add Viro airlock, Viro decals, tidied up northeast maints, rerouted southwest solars, relocated service lathe to opposite of botany, removed unconnected wires in arrivals, added cryo sleeper in medical, re-zoned exploration comms, extended exploration docks, rearranged maint bar sofa, shrinked bridge airlock

* Fixes SouthWest solars, vault signs, north solars, AI core wiring, Viro Distro

* Adds 3 Magboots to engineering

* wire fixes

* Fixes Library

* Fixes viro supply and atmos wiring

Co-authored-by: williamcll <[email protected]>
  • Loading branch information
williamcll and williamcll authored Jul 2, 2022
1 parent ecb04dc commit ea09910
Show file tree
Hide file tree
Showing 6 changed files with 123,823 additions and 207,594 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,13 @@ https://github.com/tgstation/tgstation-server

BeeStation currently comes equipped with these maps.

* [DeltaStation (default)](https://wiki.beestation13.com/view/DeltaStation)
* [BoxStation](https://wiki.beestation13.com/view/Boxstation)
* [MetaStation](https://wiki.beestation13.com/view/MetaStation)
* [PubbyStation](https://wiki.beestation13.com/view/PubbyStation)
* [KiloStation](https://wiki.beestation13.com/view/KiloStation)
* [CorgStation](https://wiki.beestation13.com/view/CorgsStation)
* [DeltaStation](https://wiki.beestation13.com/view/DeltaStation)
* [FlandStation](https://wiki.beestation13.com/view/FlandStation)
* [KiloStation](https://wiki.beestation13.com/view/KiloStation)
* [MetaStation (default)](https://wiki.beestation13.com/view/MetaStation)
* [PubbyStation](https://wiki.beestation13.com/view/PubbyStation)
* [RuntimeStation (used for debugging)](https://wiki.beestation13.com/view/RuntimeStation)

All maps have their own code file that is in the base of the _maps directory. Maps are loaded dynamically when the game starts. Follow this guideline when adding your own map, to your fork, for easy compatibility.
Expand Down
21 changes: 9 additions & 12 deletions _maps/corgstation.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
{
"map_name": "Corg Station",
"map_link": "CorgStation",
"map_path": "map_files/CorgStation",
"map_file": "CorgStation.dmm",
"shuttles": {
"cargo": "cargo_corg",
"ferry": "ferry_fancy",
"whiteship": "whiteship_box",
"emergency": "emergency_corg"
},
"allow_night_lighting": 0,
"traits": [{"Up" : 1, "Linkage": "Self"}, {"Down": -1, "Baseturf" : "/turf/open/openspace", "Linkage": "Self"}]
"map_name": "Corg Station",
"map_path": "map_files/CorgStation",
"map_file": "CorgStation.dmm",
"shuttles": {
"cargo": "cargo_corg",
"ferry": "ferry_fancy",
"whiteship": "whiteship_box",
"emergency": "emergency_corg"
}
}
Loading

0 comments on commit ea09910

Please sign in to comment.