KIND Environment

From TrainzOnline
(Difference between revisions)
Jump to: navigation, search
m
Line 8: Line 8:
  
 
==Supported Tags==
 
==Supported Tags==
''TBD''
+
 
 +
 
 +
=Supported Tags=
 +
The [[KIND Environment]] [[config.txt file]] supports the following tags. Each tag is show here with its default value.
 +
 
 +
normal ""
 +
storm ""
 +
night ""
 +
 
 +
====normal====
 +
:''type:'' string.
 +
:''desc:'' File name of the texture used for the sky in normal conditions - clear weather during the day.
 +
Note: Unusually, the file name should not contain the '.texture' part of the filename. If your texture is "mediumclouds.texture.txt", then this tag should be "mediumclouds".
 +
 
 +
====storm====
 +
:''type:'' string.
 +
:''desc:'' File name of the texture used for the sky during stormy weather.
 +
Note: Unusually, the file name should not contain the '.texture' part of the filename. If your texture is "mediumclouds_storm.texture.txt", then this tag should be "mediumclouds_storm".
 +
 
 +
====night====
 +
:''type:'' string.
 +
:''desc:'' File name of the texture used for the sky at night.
 +
Note: Unusually, the file name should not contain the '.texture' part of the filename. If your texture is "mediumclouds_night.texture.txt", then this tag should be "mediumclouds_night".
  
 
==Example Config.txt==
 
==Example Config.txt==
Line 34: Line 56:
 
==Categories==
 
==Categories==
 
[[Category:Asset KIND]]
 
[[Category:Asset KIND]]
[[Category:TBD]]
 

Revision as of 01:07, 13 March 2013

Additional sky textures, specifying the normal, night and stormy sky images to be used in Trainz.

Contents

KIND Hierarchy

Parent Classes

Child Classes

  • none.

Supported Tags

Supported Tags

The KIND Environment config.txt file supports the following tags. Each tag is show here with its default value.

normal ""
storm ""
night ""

normal

type: string.
desc: File name of the texture used for the sky in normal conditions - clear weather during the day.

Note: Unusually, the file name should not contain the '.texture' part of the filename. If your texture is "mediumclouds.texture.txt", then this tag should be "mediumclouds".

storm

type: string.
desc: File name of the texture used for the sky during stormy weather.

Note: Unusually, the file name should not contain the '.texture' part of the filename. If your texture is "mediumclouds_storm.texture.txt", then this tag should be "mediumclouds_storm".

night

type: string.
desc: File name of the texture used for the sky at night.

Note: Unusually, the file name should not contain the '.texture' part of the filename. If your texture is "mediumclouds_night.texture.txt", then this tag should be "mediumclouds_night".

Example Config.txt

kuid <kuid:56113:1227>
trainz-build 2.5
category-class "ES"
category-region "00"
category-era "2010s"
username "testEnvironment"
kind "environment"
normal "norm"
storm "storm"
night "night"
thumbnails
{
  0 
  {
    image "thumb.jpg"
    width 240
    height 180 
  }
}

Categories

Personal tools