* Fix some bugs in stations and do a little cleanup. * Begin backporting the guidebook. * wow that's a lot of work. * More work, gives the monkey some more interactions. * disco monkye. * monky * jobs entry. * more writing. * disco * im being harassed * fix spacing. * i hate writing. * Update Resources/Prototypes/Entities/Mobs/NPCs/animals.yml Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> * builds again * a * pilfer changes from AL * fix and remove unused code * pilfer actual guide changes from AL * localization * more error logs & safety checks * replace controls button with command * add test * todos * pidgin parsing * remove old parser * Move files and change tree sorting * add localization and public methods. * Add help component/verb * rename ITag to IDocumentTag * Fix yml and tweak tooltips * autoclose tooltip * Split container * Fancier-tree * Hover color * txt to xml * oops * Curse you hidden merge conflicts * Rename parsing manager * Stricter arg parsing tag args must now be of the form key="value" * Change default args * Moar tests * nullable enable * Even fancier tree * extremely fancy trees * better indent icons * stricter xml and subheadings * tweak embed margin * Fix parsing bugs * quick fixes. * spain. * ogh * hn bmvdsyc Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
40 lines
2.0 KiB
XML
40 lines
2.0 KiB
XML
<Document>
|
|
# Shuttle-craft
|
|
|
|
Shuttle construction is simple and easy, albeit rather expensive and hard to pull off within an hour. It's a good activity if you have a significant amount of spare time on your hands and want a bit of a challenge.
|
|
|
|
## Getting started
|
|
<Box>Required parts:</Box>
|
|
<Box>
|
|
<GuideEntityEmbed Entity="Thruster"/>
|
|
<GuideEntityEmbed Entity="Gyroscope"/>
|
|
<GuideEntityEmbed Entity="ComputerShuttle"/>
|
|
<GuideEntityEmbed Entity="SubstationBasic"/>
|
|
<GuideEntityEmbed Entity="GeneratorPlasma"/>
|
|
</Box>
|
|
<Box>
|
|
<GuideEntityEmbed Entity="CableHVStack"/>
|
|
<GuideEntityEmbed Entity="CableMVStack"/>
|
|
<GuideEntityEmbed Entity="CableApcStack"/>
|
|
<GuideEntityEmbed Entity="APCBasic"/>
|
|
</Box>
|
|
|
|
<Box>Optional parts:</Box>
|
|
<Box>
|
|
<GuideEntityEmbed Entity="AirCanister"/>
|
|
<GuideEntityEmbed Entity="LightTube"/>
|
|
<GuideEntityEmbed Entity="AirlockGlassShuttle"/>
|
|
<GuideEntityEmbed Entity="SMESBasic"/>
|
|
</Box>
|
|
<Box>
|
|
<GuideEntityEmbed Entity="MobCorgiIan"/>
|
|
<GuideEntityEmbed Entity="NuclearBomb"/>
|
|
</Box>
|
|
|
|
Head out into space with steel sheets and metal rods in hand, and once you're three or more meters away from the station, click near or under you with the rods in hand. This will place some lattice, which can then be turned into plating with the steel sheets. Expand your lattice platform by clicking just off the edge with rods in hand.
|
|
|
|
From there, once you have the shape you want, bring out and install thrusters at the edges. They must be pointing outward into space to function and will not fire if there's a tile in the way of the nozzle. Install a gyroscope where convenient, and use your substation and generator to set up power. Construct a wall on top of an MV cable and then install an APC on that to power the devices onboard.
|
|
|
|
Finally, install the shuttle computer wherever is convenient and ensure all your thrusters and gyroscopes are receiving power. If they are, congratulations, you should have a functional shuttle! Making it livable and good looking is left as an exercise to the reader.
|
|
|
|
</Document> |