CCG/Example: Texture-Group

From TrainzOnline
< CCG
Jump to: navigation, search

Contents

Texture-Group

Directory Structure

A typical asset of this kind has the following File\Directory Structure:

CCG texture group dir1.jpg


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).


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
    }
}


Download this asset

This asset is available for download from the TRS2006 website at:

http://files.auran.com/TRS2006/Downloads/Example_Download.zip



Return to CCG Index

Content Creator's Guide

Kind Examples

Personal tools