How to Use Message Popup Rule
From TrainzOnline
(Difference between revisions)
m (→Trainz Creation Tutorials:) |
|||
Line 29: | Line 29: | ||
<table> | <table> | ||
− | <tr | + | <tr valign="top"> |
− | + | <td>[[file:MessagePopup3.JPG]]</td> | |
− | <td | + | <td> |
'''Notes:''' | '''Notes:''' | ||
*No knowledge of HTML is required. | *No knowledge of HTML is required. | ||
Line 44: | Line 44: | ||
<td>[[file:MessagePopup2a.JPG]]</td> | <td>[[file:MessagePopup2a.JPG]]</td> | ||
<td>The custom message popup created by the example shown above</td> | <td>The custom message popup created by the example shown above</td> | ||
+ | </tr> | ||
+ | </table> | ||
+ | |||
+ | ==='''Example 3: String-Table Message'''=== | ||
+ | |||
+ | The settings shown in this example will direct TANE to load the message from text stored in the '''config.txt''' string table of a specified HTML asset. | ||
+ | |||
+ | <table> | ||
+ | <tr valign="top"> | ||
+ | <td>[[file:MessagePopup4.JPG]]</td> | ||
+ | <td>'''Notes:''' | ||
+ | *the '''config.txt''' file of the HTML asset must have a '''string-table''' container which holds all the text messages to be displayed. | ||
+ | *the '''string-table token''' is the "tag" which identifies the message text in the '''config.txt''' file. | ||
+ | <br> | ||
+ | For example, the '''config.txt''' file of the asset '''General Purpose Session HTML''' contains the following:- | ||
+ | '''string-table''' | ||
+ | '''{''' | ||
+ | '''html_warning_late "You are running late!"''' | ||
+ | '''}''' | ||
+ | ...which will produce the message "'''You are running late!'''" from the '''Message Popup Rule''' settings shown on the left. | ||
+ | <br><br> | ||
+ | See the Trainz Wiki Page '''[[Creating a HTML Asset]]''' for more details. | ||
+ | </td> | ||
</tr> | </tr> | ||
</table> | </table> |
Revision as of 16:42, 30 May 2018
- The Message Popup Rule is a T:ANE Session Rule that creates onscreen messages for users in Driver Mode.
The screenshots shown below give examples of the Message Popup Rule.
Contents |
Example 1: HTML Page
The settings shown in this example will direct TANE to load the message from a HTML file.
Example 2: Custom Message
The settings shown in this example will direct TANE to load the message from text entered in the Custom Message box.
Notes:
|
The custom message popup created by the example shown above |
Example 3: String-Table Message
The settings shown in this example will direct TANE to load the message from text stored in the config.txt string table of a specified HTML asset.
Notes:
string-table { html_warning_late "You are running late!" } ...which will produce the message "You are running late!" from the Message Popup Rule settings shown on the left.
|
Trainz Creation Tutorials:
Related Session Creation Tutorials: