KIND Environment
m (Added sort criterion) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
==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== | ==Example Config.txt== | ||
Line 33: | Line 53: | ||
==Categories== | ==Categories== | ||
− | [[Category:Asset KIND]] | + | [[Category:Asset KIND|E]] |
Latest revision as of 14:59, 14 February 2014
Additional sky textures, specifying the normal, night and stormy sky images to be used in Trainz.
Contents |
[edit] KIND Hierarchy
[edit] Parent Classes
[edit] Child Classes
- none.
[edit] Supported Tags
The KIND Environment config.txt file supports the following tags. Each tag is show here with its default value.
normal "" storm "" night ""
[edit] 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".
[edit] 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".
[edit] 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".
[edit] 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 } }