How to Create a Region Asset

From TrainzOnline
Jump to: navigation, search

The information in this Wiki Page applies to TANE, TRS19, Trainz Plus and TRS22.

Contents

 Workflow Diagram 
Workflow diagram
  Top   Next Down Bottom

What is a Region?

BlueDot10x10.png A Region defines some of the characteristics of a geographic location (e.g. a country or a province) that is represented in a route
BlueDot10x10.png A Region Asset is just a config.txt file (plus a thumbnail) that contains all the data for a region


NotePad.PNG Region Data:

When a Region has been assigned to a route, it will set:-

DotPoint.JPG the default switch lever to be used in the route
DotPoint.JPG the colour of the water (lakes, streams, ponds, ocean) - for Legacy Water only
DotPoint.JPG the side of the road, left or right, used by all moving road vehicles
DotPoint.JPG the latitude of a point in the route
DotPoint.JPG the longitude of a point in the route
DotPoint.JPG the altitude of a point in the route
DotPoint.JPG the number and types of moving road vehicles
DotPoint.JPG the default baseboard grid pattern in TRS19 and later versions


  Top Next Up Next Down Bottom

How to Create a Region Asset

Steps: DotPoint1.JPG Create the Asset:
NewAsset.PNG

NewAssetCreated.PNG
Steps: From the Trainz Launcher:-
 1  select  Manage Content 
 2  in Content Manager open the  Developer  menu
 3  select  New Content 
DotPoint.JPG This will create a new asset and open it for editing.
DotPoint.JPG A message window will appear that will (hopefully) report on the successful creation of a new asset
 4  Close the message window


  DotPoint2.JPG Find the New Asset:
NewAssetSelectOpen.PNG
 5  Set the Content Manager Search Filter to  Open for Editing 
This will display only those assets that have been opened for editing (hopefully only your new and as yet unnamed asset will be shown)


  DotPoint3.JPG Open the Asset in Windows File Explorer:
NewAssetShowExplorer.PNG
 6  Right Click on the entry New Asset
 7  Select  Open... 
 8  Select  Show in Explorer 


  DotPoint4.JPG Open Config.txt File in Notepad:
NewAssetOpenExplorer.PNG
There will only be a single item in the asset, its config.txt file
 9  Double Left Click on the file to open it in Notepad


  DotPoint5.JPG Edit the Config.txt File:
NewAssetOpenNotepad.PNG
You will need to edit the contents of this file.
 10  The next section, PageLink.PNG The Config.txt File, identifies the changes you will need to make. The new name you give to the asset will not take effect until after it has been Submitted
 11  After editing, save the changes and exit Notepad


 
Warning:
Stop.PNG Unless you know exactly what you are doing* DO NOT ALTER THE KUID NUMBER  that has been added to the file

* but even if you do, think twice before you change it !


  DotPoint6.JPG Add a Thumbnail:

You will need to add a thumbnail image as described in the section PageLink.PNG The Thumbnail Image. The thumbnail and the config.txt files are the only items required in this asset.
Asset contents

The thumbnail does not have to be added immediately but must it be present before the new asset can be used. You can reopen the asset for editing later to add the thumbnail before the asset is submitted.


  DotPoint7.JPG Finish Up:
NewAssetSubmit.PNG
 13  Close the Asset window
 14  Commit the asset in Content Manager
DotPoint.JPG Right Click on the asset
DotPoint.JPG Select  Submit Edits  Hopefully there will be no errors.


NotePad.PNG Because you still have the Search Filter Open for Editing in operation, the now closed and Submitted asset will vanish from the Content Manager display. To check that your asset has been correctly created and renamed, set the Search Filter to Today.


Bug.png Some of the most common errors that can occur when creating and Submitting a new asset are:-
DotPoint.JPG no thumbnail image in the asset
DotPoint.JPG typing errors in the config.txt file
DotPoint.JPG poorly formatted tags in the config.txt file
DotPoint.JPG incorrect file types added to the asset folder
DotPoint.JPG files missing from the asset folder
DotPoint.JPG an incorrect kuid value (despite the warning you changed it in Step  5 )


  Top Next Up Next Down Bottom

The Config.txt File

BlueDot10x10.png All assets must have a config.txt file



Gears.PNG Settings:
The region asset must have a config.txt text file that must include the following tags:-
BlackDot10x10.png kind set to "region"
BlackDot10x10.png username set to the asset title or name
BlackDot10x10.png kuid a unique ID code
BlackDot10x10.png thumbnails set to a 240 by 180 pixel JPG image
While not mandatory, the following tag is useful:-
BlackDot10x10.png category-class set to "YX"


This file should follow the same (or a similar) format as the example below.
DotPoint.JPG entries in  red  must not be changed
DotPoint.JPG 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
DotPoint.JPG 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
DotPoint.JPG the order of the "tags" is not important
kuid                              <kuid: this is an auto-generated number >
kind                              " region "
username                          "Region data for Tasmania 1950 to 1969"
category-class                    " YX "
category-era                      "1950s;1960s"
category-region                   "AU"
ontheright                        0
water-color                       75,128,255
defaultjunction                   <kuid:61119:24120>
default-texture                   <kuid:-25:1180>
trainz-build                      4.8
longitude                         147.0,26.0,1.0
latitude                          41.0,50.0,-1.0
altitude                          212
car0                              <kuid:329364:1568>
thumbnails
{
  Default
  {
    width                          240 
    height                         180 
    image                         "Tasmania-Region.jpg"
  }
}
description                       "Vehicle, road, water and geographic data for Tasmania (Australia) in the 1950s and 1960s"
kuid-table
{
  0                               <kuid:61119:24120>
  1                               <kuid:329364:1568>
  2                               <kuid:-25:1180>
}

Gears.PNG Settings:

For the above example:

BlackDot10x10.png The  kuid  is unique to every asset so it is  not a good idea to choose your own . This will be automatically generated by the Content Manager program when a new asset is created
BlackDot10x10.png The  kind  identifies the type of asset and the types of files that Trainz will expect to find in the asset. It also tells Trainz how to render and error check the asset. For Region assets, the category class is  region . A list of asset kinds can be found at WikiLink.PNG KIND Hierarchy
BlackDot10x10.png The  username  is your name for the asset and the name that other users will see. It is also the name that will appear in the Route Editor when the region is being selected. It is a good idea to make it short and meaningful
BlackDot10x10.png The  category-class  identifies the intent of the asset and is important in classifying it for filtering and searching. For Region assets, the category class is  YX . A list of category classes can be found at WikiLink.PNG Category-class
BlackDot10x10.png The  category-era  identifies the decade or decades in which the region is based (e.g. "1950s"). See the section PageLink.PNG Category Era Tag below for more details.
BlackDot10x10.png The  category-region  identifies the country or countries in which layout is based. See the section PageLink.PNG Category Region Tag below for more details.
BlackDot10x10.png The  ontheright  identifies which side of the road is used by road traffic. See the section PageLink.PNG On the Right Tag below for more details.
BlackDot10x10.png The  water-color  identifies the the colour used by Legacy water surfaces in this region. This setting has no effect on the 'Water Effect Layers. See the section PageLink.PNG Water Color Tag below for more details.
BlackDot10x10.png The  defaultjunction  identifies the junction lever or switch that will be used as its default lever asset whenever a lever is added to a track junction in this region. See the section PageLink.PNG Default Junction Tag below for more details.
BlackDot10x10.png The  default-texture  identifies the ground texture that will be applied to every new baseboard that is added to a Route. See the section PageLink.PNG Default Texture Tag below for more details.
BlackDot10x10.png The  trainz-build  identifies the minimum Trainz version needed for this asset. A list of asset trainz-build numbers and their corresponding Trainz versions can be found at WikiLink.PNG "Trainz-build"_number
BlackDot10x10.png The  longitude  identifies the geographic longitude of a point in the region. See the section PageLink.PNG Longitude Tag below for more details.
BlackDot10x10.png The  latitude  identifies the geographic latitude of a point in the region. See the section PageLink.PNG Latitude Tag below for more details.
BlackDot10x10.png The  altitude  identifies the altitude or base height of the starting baseboard in the route. See the section PageLink.PNG Altitude Tag below for more details.
BlackDot10x10.png The  car0  identifies the first moving car that will appear on roads in the region. Upto 15 different cars can be specified. See the section PageLink.PNG Car Tags below for more details.
BlackDot10x10.png The  thumbnails  container holds the preview images of the asset shown by the Content Manager program, the Web version of the DLS and, for some assets, the Surveyor main menu image(s). See the section PageLink.PNG Thumbnails below for more details. Complete information on thumbnails can be found at WikiLink.PNG Thumbnails
DotPointBlack.JPG The label  Default  is the container ID or placeholder for the thumbnail used by CM and the Web based DLS. While its exact label (or number - eg. "Default", "00", "01", etc) is not important, it must be different from any other labels that might be present in the thumbnail. Default and 0 are commonly used placeholder labels for the 240 x 180 thumbnail image
BlackCircle10x10.png The image is the name of the thumbnail image. It does not have to be called thumbnail.jpg but it must be a  JPG  format image
BlackCircle10x10.png The width of the image in pixels must be  240 
BlackCircle10x10.png The height of the image in pixels must be  180 
BlackDot10x10.png The  description  provides more details for users than the username
BlackDot10x10.png The  kuid-table  contains the kuid values of the defaultjunction asset and all the carN assets. See the section PageLink.PNG Kuid Table Tag below for more details.

PencilTips.PNG 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 WikiLink.PNG Localize an Asset and a list of all the supported languages with their two character codes at WikiLink.PNG 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                    "Region data for Tasmania 1950 to 1969"
username-c2                 "塔斯马尼亚州1950年至1969年的区域数据"
username-de                 "Regionsdaten für Tasmanien 1950 bis 1969"
username-es                 "Datos de la región para Tasmania 1950 a 1969"
username-fr                 "Données régionales pour la Tasmanie de 1950 à 1969"
username-nl                 "Regiogegevens voor Tasmanië 1950 tot 1969"
username-ru                 "Данные по регионам за Тасманию с 1950 по 1969 год"
Translations to Chinese (simplified), Spanish, French, German, Dutch and Russian, perfect or not, were provided by Google Translate.


  Top Next Up Next Down Bottom

Region Tags

Category Era Tag

Skip Down          
BlueDot10x10.png This tag is  NOT compulsory  in a Region asset

category-era

This identifies the decade or decades in which the region is based. The tag data contains text surrounded by quote (") characters. Each decade name ends with an "s" (e.g. "1950s") and multiple consecutive decades can be specified by using a semi-colon (;) as a separator (e.g. "1950s;1960s"). A list of category-eras can be found at WikiLink.PNG Category-era tag.


Examples:

category-era                                    "2000s"
Years 2000 to 2009
category-era                                    "1910s;1920s;1930s;1940s;1950s"
Years 1910 to 1959


Category Region Tag

Skip Down Skip Up        
BlueDot10x10.png This tag is  NOT compulsory  in a Region asset

category-region

This identifies the country or countries in which the region is based. The tag data contains text surrounded by quote (") characters. Each country has a two letter code (e.g. "AU" for Australia) and multiple countries can be specified by using a semi-colon (;) as a separator (e.g. "AU;UK;US"). If no country is to be specified then the two character code "00" (double zero) is used. A list of countries (category regions) can be found at WikiLink.PNG Category-region tag.


Examples:

category-region                                    "00"
Unassigned
category-region                                    "US"
USA
category-region                                    "AU;UK;NZ"
Australia, United Kingdom, New Zealand


On the Right Tag

Skip Down Skip Up        
BlueDot10x10.png This tag is  compulsory  in a Region asset

ontheright (no hyphens between the words)

This identifies which side of the road is used by road traffic in this region. The tag data contains a binary value (0 or 1). 0 = left side, 1 = right side.
United Kingdom, Ireland, Australia, New Zealand, Japan and many former British colonies would use a value of 0. Most of the rest of the world would use a value of 1.


Examples:

ontheright                                    0
Left side driving
ontheright                                    1
Right side driving


Water Color Tag

Skip Down Skip Up        
Stop.PNG The water-color tag in a Region asset has been superseded by the Water Effect Layers in Trainz Plus and TRS22.


BlueDot10x10.png This tag is  compulsory  in a Region asset with an asset build number of 3.4 (TRS2010 SP4) and higher

water-color

This identifies the colour used by water surfaces added by the Surveyor Terrain Tool in this region. The tag contains three integers separated by commas (e.g. 75,128,255). The integers specify the RGB ( Red   Green   Blue ) colour values to be used and each value is from 0 to 255.


Examples:

water-color                                    0,155,255
  
water-color                                    75,128,255
  


Default Junction Tag

Skip Down Skip Up        
BlueDot10x10.png This tag is  compulsory  in a Region asset with an asset build number of 3.4 and higher

defaultjunction (no hyphen between the two words)

This identifies the junction lever or switch that Trainz will use as its default lever asset whenever a lever is added to a track junction in this region. The tag data contains a single valid kuid (e.g. <kuid:61119:24120>).
The kuid value of the switch lever must also be added to the kuid-table container of the config.txt file.


Examples:

defaultjunction                                    <kuid:61119:24120>
Lever Throw Over
defaultjunction                                    <kuid2:63290:24043:3>
Switch Tall Frame 1


Default Texture Tag

Skip Down Skip Up        
BlueDot10x10.png This tag is  only valid  in a Region asset with a build number of 4.8 and higher (TRS19 SP3 and later)

default-texture

This identifies the default texture that will be applied to every new baseboard that is added. If it is not present then a system default texture will be used on new baseboards in Trainz TRS19 and later. If present then the Trainz Build Tag must also be present and set to a minimum value of 4.8 (TRS19 SP3 and later).

The kuid value shown in the sample config.txt above, <kuid:-25:1180>, is for the standard TRS19 grid pattern.

The kuid value of the texture must also be added to the kuid-table container of the config.txt file.


Examples:

default-texture                                    <kuid:-25:1180>
Grid (PBR)
default-texture                                    <kuid:455526:50038>
FX PBR Gravel 03


Trainz Build Tag

Skip Down Skip Up        
BlueDot10x10.png This tag is  NOT compulsory  in a Region asset unless the Default Texture Tag is present

trainz-build

This identifies the minimum version of Trainz that wlll be needed to use this region asset. A list of asset trainz-build numbers and their corresponding Trainz versions can be found at WikiLink.PNG Trainz build numbers


NotePad.PNG Notes:

If this tag is present and set to a value of 3.4 or higher, then a number of other tags will become compulsory and must also be present. Specifically:-

  • water-color
  • defaultjunction
  • longitude
  • latitude
  • altitude

Examples:

trainz-build                                    3.7
TRS12 SP1 and above
trainz-build                                    5.0
TRS19 SP5 and above


Longitude Tag

Skip Down Skip Up        
BlueDot10x10.png This tag is  compulsory  in a Region asset with an asset build number of 3.4 and higher


Stop.PNG The Longitude tag in a Region asset has been superseded by the Longitude Setting in the WikiLink.PNG Environment Tools

longitude

This identifies the geographic longitude of a point in the region. The tag contains three floating point or decimal values separated by commas (e.g. 147.0,26.0,1.0). The first value is the longitude degrees, the second value is the longitude minutes and the third is the East/West value (1.0 = East, -1.0 = West). For example: 147.0,26.0,1.0 would represent longitude 147 degrees 26 minutes East.


NotePad.PNG Notes:

There is no known feature, function or operation in a Trainz route or session that actually requires a Longitude value other than the fact that a valid Longitude Tag is compulsory in a Region asset with a build number of 3.4 and higher.

Examples:

longitude                                    153.0,2.0,1.0
East
longitude                                    2.0,20.0,-1.0
West


Latitude Tag

Skip Down Skip Up        
BlueDot10x10.png This tag is  compulsory  in a Region asset with an asset build number of 3.4 and higher


Stop.PNG The Latitude tag in a Region asset has been superseded by the Latitude Setting in the WikiLink.PNG Environment Tools

latitude

This identifies the geographic latitude of a point in the region. The tag contains three floating point or decimal values separated by commas (e.g. 41,0,50.0,-1.0). The first value is the latitude degrees, the second value is the latitude minutes and the third is the North/South value (1.0 = North, -1.0 = South). For example: 41.0,50.0,-1.0 would represent latitude 41 degrees 50 minutes South.


NotePad.PNG Notes:

The purpose of the Latitude entry is to:-

DotPoint.JPG determine the season of the year along with the Date setting. Many SpeedTrees assets, for example, use the season to determine which foliage layer should be used. Both the Latitude and Date can be set in the WikiLink.PNG Environment Tools.
DotPoint.JPG set the sun angle and its maximum height above the horizon line at noon. The times of sunrise and sunset are fixed at 06:00 and 18:00 and these cannot be changed.


Examples:

latitude                                    27.0,28.0,-1.0
South
latitude                                    48.0,48.0,1.0
North


Altitude Tag

Skip Down Skip Up        
BlueDot10x10.png This tag is  compulsory  in a Region asset with an asset build number of 3.4 and higher


Stop.PNG The Altitude tag in a Region asset has been superseded by the World Origin Altitude Setting in the WikiLink.PNG Environment Tools


BlueDot10x10.png The altitude can be set by selecting a Region:-
  • when a new route is created - the route base height will be set to the altitude shown in the selected region so the first baseboard will have its height set to that altitude instead of the usual starting height of 0 metres
  • when an existing route is edited by assigning it a new region - the route will have its base height set to the altitude shown in the new region and all existing heights (terrain, splines, objects) will be set relative to that value

altitude

This sets the initial altitude (height above sea level) of the route. It is also used in the display of snow but only with those scenery assets that have a snow effect layer.

The tag data contains a single integer that represents the altitude in metres. All terrain and object heights will be set relative to that altitude. For example: if the first baseboard of a route is manually raised to a height of 20 metres using the Terrain Height Tool and the route is then assigned to a region with the altitude set to 100 metres, then the first baseboard will have a height above sea level of 20 + 100 = 120 metres.

The altitude tag works with the Snow Altitude Setting which is set in the WikiLink.PNG Environment Tools.


PencilTips.PNG The Default Region has an altitude of 0 metres. If you change the assigned region for an exiting route to the Default Region, then the base height of that route will be set to 0 metres and all other heights will be adjusted relative to that height. In many cases this will revert the route to its original terrain height when it was created in Surveyor and before it was assigned to a region.


Examples:

altitude                                    0
metres
altitude                                    100
metres


Car Tags

Skip Down Skip Up        
BlueDot10x10.png This tag is  NOT compulsory  in a Region asset. If not present then no moving vehicles will appear


NotePad.PNG Notes:

DotPoint.JPG There is some confusion over the maximum number of different types of moving vehicles allowed in a session. Some region assets available on the DLS claim to produce as many as 100 different types of moving vehicles but whether more than 15 different types can be seen in a Driver session at any one time is, as yet, unclear.
DotPoint.JPG The carrate tag, which is used to control the rate at which moving vehicles are created (i.e. how many per minute), has been declared obsolete in Route assets. This tag is not used in a Region asset but has been used in some Route config.txt files. It only applies to road spline assets that support road traffic.

car0, car1, car2, etc

The Car Tag identifies the moving vehicles (cars, trucks, etc) that will appear on roads in the region. Each car tag contains just a single kuid value (e.g. <kuid:329364:1568>) that identifies a single vehicle. There are restrictions and requirements:-
DotPoint.JPG Up to 15 different vehicles (see Notes above), each as a separate tag from car0 to car14 with their kuid values, can be specified in a region. The car tag numbers must be consecutive with no missing or duplicated entries (see Notes above). For example, the following entries will specify just 4 different moving vehicles for the region.

Example:

car0                                    <kuid:329364:1568>
car1                                    <kuid:309161:100599>
car2                                    <kuid2:329364:1689:1>
car3                                    <kuid2:329364:1707:1>
DotPoint.JPG The vehicles must be specially configured to allow them to be used as moving vehicles - static car assets cannot be used. See WikiLink.PNG Build a Car for Traffic for information on how to configure a static vehicle asset for road traffic
DotPoint.JPG Not all roads are configured to carry moving vehicles
DotPoint.JPG The WikiLink.PNG Environment Tools has a control that will enable and disable ALL road traffic. If this is set to disable then the car tags will be ignored and no moving vehicles will appear
DotPoint.JPG The kuids of the vehicles must be added to the kuid-table container of the config.txt file.


Stop.PNG If any of the listed cars are faulty then the Region asset will NOT appear for selection in the route Region List (see Using the Asset below)


Kuid Table Tag

Skip Down Skip Up        
BlueDot10x10.png This tag is  compulsory  in a Region asset if the defaultjunction, default-texture or car tags are used

kuid-table

This must contain the kuids of the Default Junction Tag, the Default Texture Tag and all the cars specified in the car tags - if any of them are present. The kuid order is not important and the tag numbers ("0", "1", etc) do not have to match those used in the car tags. Using the examples shown above, the kuid-table could be as shown below.
kuid-table
{
  0                                     <kuid:61119:24120>
  1                                     <kuid:-25:1180>
  2                                     <kuid:329364:1568>
  3                                     <kuid:309161:100599>
  4                                     <kuid2:329364:1689:1>
  5                                     <kuid2:329364:1707:1>
}

In this example, the first kuid value is for the defaultjunction, the second is for the default-texture and the remaining kuid values are for the four road vehicles, but the order of the entries is not important.


    Skip Up Top Next Up Next Down Bottom


The Thumbnail Image

BlueDot10x10.png A thumbnail image MUST be present in the asset


NotePad.PNG Notes:

The thumbnail image:-

DotPoint.JPG must be in JPG format
DotPoint.JPG must be 240 pixels wide by 180 pixels tall
DotPoint.JPG does not have to be named thumbnail.jpg as long as the name used is in the Thumbnails container in the config.txt file.


Using the Asset

Once the new asset has been committed it will be available for use as a Region.

Stop.PNG If the region asset is faulty (for example, if it has an incorrect kuid code in one of its car tags) then the region will not appear in the Region selection list.
The region is specified when a new route is created and it can be altered by selecting Edit Route from the main menu in TANE or the edit menu in TRS19 and later versions.


Load a Region

  Top Next Up    


Trainz Wiki

TrainzWiki.png

More Tutorials and Guides to Using Trainz


This page was created by Trainz user pware in April 2020 and was last updated as shown below.


Personal tools