Whitesands13 / Whitesands

The Whitesands Space Station 13 Codebase.
https://whitesands13.github.io/Whitesands/
GNU Affero General Public License v3.0
18 stars 65 forks source link

Merge Whitesands and Lavaland into One Planet #867

Closed untrius closed 3 years ago

untrius commented 3 years ago

About The Pull Request

Merger of Whitesands and Lavaland, without overhauling them to match x and y coords.

Lavaland will be acting as an underground caves level of Whitesands.

They are connected by a sturdy ladder, which means the x and y coordinates of the ladders will not line up between the two maps.

image image

ZTRAIT_UP and ZTRAIT_DOWN were added to Lavaland and Whitesands so the multi-z system understands their relative locations. However, this is not used, given the lack of standard ladders and chasms. This allows for a future mapping update to use these if desired.

"lavaland" was removed from the mining_maps list, because "whitesands" now refers to both.

When the config.minetype equals "whitesands", both Lavaland and Whitesands will be loaded. This will always be the case, unless "icemoon" is manually selected by an admin.

image

The Landing Field Designator was edited, so that the Aux Base cannot be sent to Lavaland. This is because Lavaland is supposed to be underground, so we shouldn't be able to drop a building into it.

Shuttles would dock on Lavaland by default, so the docking_port objects on Lavaland were removed.

The labor camp beacon was removed from the Lavaland station and moved to outside the area where the labor shuttle lands on Whitesands.

image

The labor camp on Lavaland still exists, but should be removed in a future mapping update.

Lavaland SMES now starts unpowered to match the Whitesands SMES, but 20 plasma and 5 uranium are provided to give players time to mine enough to self-sustain power.

image

Added broken lights to two rooms on the Whitesands station, that didn't have light fixtures.

image image Lavaland "Omega" replacing the old Lavaland: image

Why It's Good For The Game

Whitesands and Lavaland will both be available to miners every round.

Changelog

:cl: tweak: Merged Whitesand and Lavaland into one planet /:cl:

Kryyto commented 3 years ago

Actually reviewing it.

Kryyto commented 3 years ago

@untrius So, what are we doing with this ?