Guidebook Revival (#13320)
* 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>
This commit is contained in:
43
Resources/Prototypes/Guidebook/engineering.yml
Normal file
43
Resources/Prototypes/Guidebook/engineering.yml
Normal file
@@ -0,0 +1,43 @@
|
||||
- type: guideEntry
|
||||
id: Engineering
|
||||
name: guide-entry-engineering
|
||||
text: "/Server Info/Guidebook/Engineering.xml"
|
||||
children:
|
||||
- Atmospherics
|
||||
- Construction
|
||||
- Power
|
||||
- ShuttleCraft
|
||||
|
||||
- type: guideEntry
|
||||
id: Construction
|
||||
name: guide-entry-construction
|
||||
text: "/Server Info/Guidebook/Construction.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Atmospherics
|
||||
name: guide-entry-atmospherics
|
||||
text: "/Server Info/Guidebook/Atmospherics.xml"
|
||||
children:
|
||||
- Fires
|
||||
|
||||
- type: guideEntry
|
||||
id: Fires
|
||||
name: guide-entry-fires
|
||||
text: "/Server Info/Guidebook/Fires.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: ShuttleCraft
|
||||
name: guide-entry-shuttle-craft
|
||||
text: "/Server Info/Guidebook/Shuttlecraft.xml"
|
||||
|
||||
- type: guideEntry
|
||||
id: Power
|
||||
name: guide-entry-power
|
||||
text: "/Server Info/Guidebook/Power.xml"
|
||||
children:
|
||||
- AME
|
||||
|
||||
- type: guideEntry
|
||||
id: AME
|
||||
name: guide-entry-ame
|
||||
text: "/Server Info/Guidebook/AME.xml"
|
||||
4
Resources/Prototypes/Guidebook/meta.yml
Normal file
4
Resources/Prototypes/Guidebook/meta.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- type: guideEntry
|
||||
id: Controls
|
||||
name: guide-entry-controls
|
||||
text: "/Server Info/Guidebook/Controls.xml"
|
||||
11
Resources/Prototypes/Guidebook/shiftandcrew.yml
Normal file
11
Resources/Prototypes/Guidebook/shiftandcrew.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- type: guideEntry
|
||||
id: Jobs
|
||||
name: guide-entry-jobs
|
||||
text: "/Server Info/Guidebook/Jobs.xml"
|
||||
children:
|
||||
- Engineering
|
||||
|
||||
- type: guideEntry
|
||||
id: Survival
|
||||
name: guide-entry-survival
|
||||
text: "/Server Info/Guidebook/Survival.xml"
|
||||
8
Resources/Prototypes/Guidebook/ss14.yml
Normal file
8
Resources/Prototypes/Guidebook/ss14.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- type: guideEntry
|
||||
id: SS14
|
||||
name: guide-entry-ss14
|
||||
text: "/Server Info/Guidebook/Space Station 14.xml"
|
||||
children:
|
||||
- Controls
|
||||
- Jobs
|
||||
- Survival
|
||||
Reference in New Issue
Block a user