CCG/Example: Texture-Group
From TrainzOnline
< CCG(Difference between revisions)
(New page: ==Texture-Group== ===Directory Structure=== A typical asset of this kind has the following File\Directory Structure: Image:CCG_texture_group_dir1.jpg ===Required Files=== '''con...) |
Latest revision as of 22:44, 11 June 2011
Contents |
[edit] Texture-Group
[edit] Directory Structure
A typical asset of this kind has the following File\Directory Structure:
[edit] Required Files
config.txt - The config file for the asset.
thumb.jpg - The thumbnail image for this asset. A 240x180 jpeg.
1.tga, 1.texture.txt, 2.tga, 2.texture.txt, 3.tga ,3.texture.txt - The texture files stored within this asset (which will be referenced via script from another asset).
[edit] Config.txt File Listing
kuid <kuid:171456:100034>
trainz-build 2.5
category-class "JO"
category-region "00"
category-era "1810s"
username "testTextureGroup"
kind "texture-group"
description "Test texture group."
textures
{
0 "1.texture"
1 "2.texture"
2 "3.texture"
}
thumbnails
{
0
{
image "thumb.jpg"
width 240
height 180
}
}
[edit] Download this asset
This asset is available for download from the TRS2006 website at:
http://files.auran.com/TRS2006/Downloads/Example_Download.zip
