allow scenario to contain extra first help message. fix #797

This commit is contained in:
2025-08-24 12:38:24 -05:00
parent d096df28a1
commit 0a249614c3
12 changed files with 46 additions and 11 deletions

View File

@@ -30,6 +30,9 @@
<intro-msg>
<![CDATA[After months of scraping out a living, you start to get excited. At last, you can go out, have adventures, and fight evil!]]>
</intro-msg>
<first-time-help-extra>
<![CDATA[For now, you should find Vonnegut and get your orders. Press the mouth button (or type 't') to talk to nearby people or creatures.]]>
</first-time-help-extra>
</text>
<ratings>
<content>PG</content>

View File

@@ -27,6 +27,9 @@
<intro-msg>
<![CDATA[You've just stayed the night in your room at the fort, and have had a good night's sleep and a good meal. Time to go out and be heroes!]]>
</intro-msg>
<first-time-help-extra>
<![CDATA[For now, you should get equipment, explore this fort, and get your orders. Press the hand button (or type 'g') to pick up the nearby items.]]>
</first-time-help-extra>
</text>
<ratings>
<content>G</content>

View File

@@ -33,6 +33,9 @@
<intro-msg>
<![CDATA[She will tell you what your mission is, should you choose to accept it. All you know is that the stakes are incredibly high, and time is of the essence ...]]>
</intro-msg>
<first-time-help-extra>
<![CDATA[For now, you should explore this fort, and get your orders.]]>
</first-time-help-extra>
</text>
<ratings>
<content>G</content>

View File

@@ -50,6 +50,7 @@
<xs:element name="teaser" minOccurs="0" maxOccurs="2" type="xs:string"/>
<xs:element name="icon" type="scenIcon" minOccurs="0"/>
<xs:element name="intro-msg" minOccurs="0" maxOccurs="6" type="xs:string"/>
<xs:element name="first-time-help-extra" minOccurs="0" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ratings">

View File

@@ -1,5 +1,5 @@
Welcome to Blades of Exile. These windows will pop up occasionally to explain what is going on. If they annoy you, they can be turned off in the Preferences screen (access from Options menu).
In general, you can get help by clicking on the '?' buttons or typing '?'. For now, you should get equipment, explore this fort, and get your orders. Press the hand buttons (or type 'g') to pick up the nearby items.
In general, you can get help by clicking on the '?' buttons or typing '?'. {scen-extra}
Everyone responds to 'Look', 'Name', and 'Job' (use the buttons at the bottom). To ask about something people mention, click on the word (click on 'Demon' to ask about demons). Certain people respond to 'Buy' and 'Sell', which puts you in shopping mode.