How to Create a Driver Character
m (minor corrections) |
m (more minor corrections) |
||
Line 40: | Line 40: | ||
<tr valign="top"> | <tr valign="top"> | ||
<td>[[image:DriverIconCropping.png|link=|alt=Cropping the image]]</td> | <td>[[image:DriverIconCropping.png|link=|alt=Cropping the image]]</td> | ||
− | <td>[[image:DriverIconFinalCrop.png|link=|alt=Final crop of the image]] | + | <td>[[image:DriverIconFinalCrop.png|link=|alt=Final crop of the image]]</td> |
− | + | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | |||
+ | After cropping, reduce the image size to 64 pixels wide (and therefore 64 pixels high). | ||
<table> | <table> | ||
Line 49: | Line 50: | ||
<td>[[image:DriverIconSized64.png|link=|alt=Resizing the image]]</td> | <td>[[image:DriverIconSized64.png|link=|alt=Resizing the image]]</td> | ||
<td>Save the final resized image with a suitable name and in a suitable file format:- | <td>Save the final resized image with a suitable name and in a suitable file format:- | ||
− | * .png (best) | + | * '''.png''' (best choice) |
− | * .tga (2nd best but do not use compression) | + | * '''.tga''' (2nd best choice but do not use compression) |
− | * .jpg (3rd best choice) | + | * '''.jpg''' (3rd best choice) |
</td> | </td> | ||
</tr> | </tr> | ||
Line 640: | Line 641: | ||
<td>[[file:Steps.PNG|link=]]</td> | <td>[[file:Steps.PNG|link=]]</td> | ||
<td><span style="font-size: 17px;">'''Steps:'''</span><br> | <td><span style="font-size: 17px;">'''Steps:'''</span><br> | ||
− | Open the '''Session Editor''' (see [[file:WikiLink.PNG|link=]] '''[[How to Use Session Editor|Session Editor]]''') | + | Open the '''Session Editor''' (see [[file:WikiLink.PNG|link=]] '''[[How to Use Session Editor|Session Editor]]''') and open it for editing. |
#Select the '''Driver Setup Rule''' and click the '''Edit''' button | #Select the '''Driver Setup Rule''' and click the '''Edit''' button | ||
#Select a driver icon to change to your new wicon, or add a new driver | #Select a driver icon to change to your new wicon, or add a new driver |
Revision as of 08:16, 1 December 2022
The information in this Wiki Page applies to TANE, TRS19, Trainz Plus and TRS22.
Driver Character Icons are small graphic icons or images that can be selected to reprsent Drivers in the Driver Setup Rule |
Contents |
Create the Driver Image
This can be done using your favoutite image editor. It can start with a photograph, as shown in the example below, a piece of clip art or a drawing. Best to make sure that there will be no copyright issues so something of your own creation, such as a photograph, would be ideal.
If possible use a photograph with a simple background behind the subject. This keeps the icon simple and can avoid unnecessary "clutter". Most image editors will have some tools for removing unwanted backgrounds but this can be time consuming. You may choose to add some clipart - in this case a train drivers cap and a "traditional" red scarf. Copyright free (and royalty free) clipart is recommended. The clip art can be added as layers to the image which makes them easier to manipulate (resize and move). |
After cropping, reduce the image size to 64 pixels wide (and therefore 64 pixels high).
Save the final resized image with a suitable name and in a suitable file format:-
|
Create Driver Character Asset
Steps |
Create the Asset:
|
||||||||
|
|||||||||
Find the New Asset:
|
|||||||||
|
|||||||||
Open the Asset in Windows File Explorer:
|
|||||||||
|
|||||||||
Open Config.txt File in Notepad:
|
|||||||||
|
|||||||||
Edit the Config.txt File:
|
|||||||||
|
|||||||||
Add Any Extras:
|
|||||||||
|
|||||||||
Finish Up:
|
The Config.txt File
This file should follow the same (or a similar) format as the example below.
- entries in red must not be changed
- the indenting of the lines and the spacing ("tabbing") between the "tags" on the left and their contents on the right are purely to make it easier for humans to read
- the use of the {} braces is to group tags into common "containers". These containers must not be broken up and the number of { characters must match the number of } characters
- the order of the "tags" is not important
kuid <kuid: this is an auto-generated number > kind "drivercharacter" face-texture "DriverLillian.texture" username "Driver Lillian" category-class "OHD" trainz-build 4.3 thumbnails { Default { width 240 height 180 image "thumbnail.jpg" } 01 { width 64 height 64 image "driverlillian.texture" } } description "Icon for train driver Lillian"
|
|
Settings: For the above example:
|
|
|
Language Options: |
|
All Trainz assets have a language facility built into their config.txt files that allows other language translations to be added for certain tags, such as the username and description tags. A full description of the process can be found on the Trainz Wiki at Localize an Asset and a list of all the supported languages with their two character codes at Localization (country) Codes. At the very basic level any creator can easily provide other language translations for the username and description tags in the assets they create. Examples are shown below for this sample asset. |
|
username "Driver Lillian" username-c2 "司机莉莲" username-es "Conductor Liliana" username-de "Fahrer Lilian" username-fr "Chauffeur Lilianen" username-nl "Chauffeur Lillian" username-ru "Драйвер Лилиан" |
|
Translations to Chinese (simplified), Spanish, French, German, Dutch and Russian, perfect or not, were provided by Google Translate. |
The Thumbnail Image
A thumbnail image MUST be present in the asset |
|
The Icon Image
You will need image editing software to create the icon image or to change an existing image to the required dimensions and format | |
See the Create the Driver Image section at the top of this page for an example |
(not to scale) |
|
|
The Texture File
The .texture.txt file controls how an image icon is displayed, particularly its Alpha Channel (or transparency) data. The file must be present even if no transparency is used in the icon. |
|
|
Settings:
|
|
|
A sample Texture File, "driverlillian.texture.txt", is shown below:-
primary=Lillian64.png alpha=Lillian64.png tile=st |
|
Notes: There are 3 general "scenarios" for the structure of the Texture File in a Driver Character asset.
Then:-
Then:-
Then:-
Image file formats supported by Trainz that have an alpha channel are:-
Image file formats supported by Trainz that DO NOT have an alpha channel are:-
|
A detailed description of the .texture file format can be found on the Trainz Wiki Page at:- |
Using the Asset
Once the new asset has been committed it will be available for use in a Driver Setup Rule.
|
The finished product as a Driver.
Trainz Wiki
More Tutorials and Guides to Using Trainz |
This page was created by Trainz user pware in November 2022 and was last updated as shown below.