]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Radio controls guidebook entry (#13990)
authorBismarckShuffle <107375341+BismarckShuffle@users.noreply.github.com>
Thu, 9 Feb 2023 16:14:44 +0000 (11:14 -0500)
committerGitHub <noreply@github.com>
Thu, 9 Feb 2023 16:14:44 +0000 (16:14 +0000)
* Added radio guidebook entry with channel designators

* Radio guidebook update

* Update Resources/Server Info/Guidebook/Controls/Radio.xml

Oh yeah, I definitely can see where a change to the radio_channels.yml would cause a desync here. I will need to look into how to link the xml to Resources\Prototypes\radio_channels.yml

Co-authored-by: Kara <lunarautomaton6@gmail.com>
* Delete .gitignore

Woops, how'd that get in there?

* Revert "Delete .gitignore"

This reverts commit 54a92b65b4cbbb39e6d162ab02cbe875ca5210d5.

* Update .gitignore

* Update .gitignore

* Update Controls.xml

* Update Controls.xml

* Less hard coded hotkey information

* Cleaned up old text

* Update .gitignore

* Update Radio.xml

---------

Co-authored-by: Kara <lunarautomaton6@gmail.com>
Resources/Locale/en-US/guidebook/guides.ftl
Resources/Prototypes/Guidebook/meta.yml
Resources/Prototypes/Guidebook/radio.yml [new file with mode: 0644]
Resources/Server Info/Guidebook/Controls/Controls.xml [moved from Resources/Server Info/Guidebook/Controls.xml with 99% similarity]
Resources/Server Info/Guidebook/Controls/Radio.xml [new file with mode: 0644]

index 307c95b6e6a67cb23a0f7233546ead6360d17d11..0f57b202d57b2384223ed8687f3443dd1faa0d51 100644 (file)
@@ -7,6 +7,7 @@ guide-entry-power = Power
 guide-entry-ame = Antimatter Engine (AME)
 guide-entry-singularity = Singularity
 guide-entry-controls = Controls
+guide-entry-radio = Radio
 guide-entry-jobs = Jobs
 guide-entry-survival = Survival
 guide-entry-ss14 = Space Station 14
index d6f022c3a4812441cd2ad704c6d4a2537d3edf17..1eb579c6274825ee399ea857edea19701e77db8f 100644 (file)
@@ -1,4 +1,6 @@
-- type: guideEntry
+- type: guideEntry
   id: Controls
   name: guide-entry-controls
-  text: "/Server Info/Guidebook/Controls.xml"
+  text: "/Server Info/Guidebook/Controls/Controls.xml"
+  children:
+  - Radio  
diff --git a/Resources/Prototypes/Guidebook/radio.yml b/Resources/Prototypes/Guidebook/radio.yml
new file mode 100644 (file)
index 0000000..67d94b9
--- /dev/null
@@ -0,0 +1,4 @@
+- type: guideEntry
+  id: Radio
+  name: guide-entry-radio
+  text: "/Server Info/Guidebook/Controls/Radio.xml"
similarity index 99%
rename from Resources/Server Info/Guidebook/Controls.xml
rename to Resources/Server Info/Guidebook/Controls/Controls.xml
index 35dce429b6906236c5f85aa5a76b948097cdb4bc..039f22f6d6c18b5ad697674dbc634ede8f5049cb 100644 (file)
@@ -1,4 +1,4 @@
-<Document>
+<Document>
 # Controls
 
 <Box Orientation="Vertical">You can change the keybinds at any time here:</Box>
diff --git a/Resources/Server Info/Guidebook/Controls/Radio.xml b/Resources/Server Info/Guidebook/Controls/Radio.xml
new file mode 100644 (file)
index 0000000..a08e4a2
--- /dev/null
@@ -0,0 +1,26 @@
+<Document>
+  # Radio
+
+  Your radio allows you to communicate across the entire station and to your specific [color=#a4885c]department[/color].
+
+  <Box>
+    <GuideEntityEmbed Entity="ClothingHeadsetGrey"/>
+  </Box>
+
+  To send a station-wide message over the radio preface your text with [color=#a4885c]semi-colon (;)[/color].
+
+  ## Departmental Radio
+
+  You are able to send messages over your departmental radio channels using [color=#a4885c]colon (:)[/color] followed by the
+  department letter as long as you're wearing a headset with your department's encryption key.
+
+  Examine your headset to see the department channels available to you.
+
+<Box>
+  <GuideEntityEmbed Entity="ClothingHeadsetEngineering"/>
+</Box>
+
+  Examining a default engineering headset would show you the prefixes for the [color=#32cd32]Common[/color] and [color=#f37746]Engineering[/color]
+  channels.
+
+</Document>