|
|
Line 163: |
Line 163: |
| | | |
| ='''Trainz Wiki'''= | | ='''Trainz Wiki'''= |
| + | <table cellpadding="4" bgcolor=#ffffff> |
| + | <tr valign="top"> |
| + | <td>[[file:TrainzWiki.png]]</td> |
| + | <td> |
| + | <font size="3">'''More Tutorials and Guides to Using Trainz'''</font><br> |
| *'''<span class="plainlinks">[http://online.ts2009.com/mediaWiki/index.php/HowTo How to Guides]</span>''' | | *'''<span class="plainlinks">[http://online.ts2009.com/mediaWiki/index.php/HowTo How to Guides]</span>''' |
| *'''[[Session Rule List with Parameters|Session Rules List (Alphabetical) with Parameters]]''' | | *'''[[Session Rule List with Parameters|Session Rules List (Alphabetical) with Parameters]]''' |
| *'''[[Session Rules By Categories With Properties|Session Rules List (Categories) With Parameters]]''' | | *'''[[Session Rules By Categories With Properties|Session Rules List (Categories) With Parameters]]''' |
− | <br>
| + | </td> |
− | <font size="3">'''Route Creation Tutorials:'''</font>
| + | </tr> |
− | <div style="column-count:2;-moz-column-count:2;-webkit-column-count:2"> | + | </table> |
− | *'''[[How to Merge Routes|Merging Routes]]'''
| + | |
− | *'''[[How to Use Bulk Asset Update/Replace Tool|Using the Bulk Asset Update/Replace Tool]]'''
| + | |
− | *'''[[How to Use Layers|Using Layers]]'''
| + | |
− | </div>
| + | |
− | <br>
| + | |
− | <font size="3">'''Session Creation Tutorials:'''</font>
| + | |
− | <div style="column-count:2;-moz-column-count:2;-webkit-column-count:2">
| + | |
− | *'''[[How to Use Message Popup Rule (Applications)|Adding Message Popups - Applications]]'''
| + | |
− | *'''[[How to Use Navigation Point Rules|Adding Navigation Points]]'''
| + | |
− | *'''[[How to Use Navigation Point Rules (Applications)|Adding Navigation Points - Applications]]'''
| + | |
− | *'''[[How to Use Driver Setup Rule|Configuring the Driver Setup Rule]]'''
| + | |
− | *'''[[How to Control Junctions in Sessions|Controlling Junctions in Sessions]]'''
| + | |
− | *'''[[How to Control Signals in Sessions|Controlling Signals in Sessions]]'''
| + | |
− | *'''[[How to Create a HTML Asset|Creating a HTML Asset (Session Introduction Page and In Game Messages)]]'''
| + | |
− | *'''[[Parent Rule List|List of Parent Rules]]'''
| + | |
− | *'''[[How to Use Parent and Child Rules|Parent and Child Rules]]'''
| + | |
− | *'''[[How to Use Track Triggers|Using Track Triggers]]'''
| + | |
− | *'''[[How to Use Variables in Sessions (Examples)|Using Variables in Sessions - Examples]]
| + | |
− | </div> | + | |
| | | |
| [[Category:How-to guides]] | | [[Category:How-to guides]] |
Revision as of 17:01, 12 July 2018
|
The Message Popup Rule is a T:ANE Session Rule that creates onscreen messages for users in Driver Mode. |
The screenshots below illustrate how to use the Message Popup Rule.
Using a HTML Page
The settings shown in this example will direct TANE to load the message from a HTML file in a HTML asset.
|
|
|
Settings:
In This Example:
- Pause game while message is displayed - if checked this will halt the gameplay until the window is closed. This may be needed if you have a long introductory HTML information page, otherwise leave unchecked.
- Close previous message popup windows - checked is usually a good idea unless you want multiple message windows open.
- Message location: - the Top left of the screen has been chosen as the location for the message window. Other positions are Top right, Bottom left and Bottom right.
- The web page to be displayed is named "right_away.html" and the sound file to be played is named "all-aboard.wav". Both are found in the HTML asset named General Purpose Session HTML
- Autoplay Wav is ticked so the sound will be played when the page is displayed.
|
|
|
Notes:
- Knowledge of HTML, as used by TANE, will probably be required for this option.
- The HTML page (with filename extension ".html") must be in a Trainz asset of type HTML.
- Graphics and a limited set of HTML effects are possible.
- The sound file settings HTML Wave and Wave Name are optional.
- If a sound file is to be played when the message is displayed then it must be of type WAV (with filename extension ".wav") and must be in a Trainz asset of type HTML. It does not have to be in the same HTML asset as the HTML page.
|
See the Trainz Wiki Page How to Create a HTML Asset for more information. |
Using a Custom Message
The settings shown in this example will direct TANE to load the message from text entered in the Custom Message box.
|
The custom message popup created by the example shown above |
Using a 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.
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 above.
See the Trainz Wiki Page How to Create a HTML Asset for more information.
Trainz Wiki
|
More Tutorials and Guides to Using Trainz
|