CCG/Example: Environment
From TrainzOnline
< CCG
Contents |
Environment
Directory Structure
A typical asset of this kind has the following File\Directory Structure:
Required Files
config.txt - The config file for the asset.
thumb.jpg - The thumbnail image for this asset. A 240x180 jpeg.
night.texture.txt, night.tga - The image files used for the environment when it's night time.
norm.texture.txt, norm.tga - The image files used for the environment when it's day time.
storm.texture.txt, storm.tga - The image files used for the environment when the conditions are stormy.
See the section on Texture.txt files on Page 96 for more information.
Config.txt File Listing
kuid <kuid:56113:1227>
trainz-build 2.9
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
}
}
Download this asset
This asset is available for download from the TRS2006 website at:
http://files.auran.com/TRS2006/Downloads/Example_Download.zip
