CCG/Example: GroundTexture
From TrainzOnline
< CCG(Difference between revisions)
(New page: ==Groundtexture== ===Directory Structure=== A typical asset of this kind has the following File\Directory Structure: Image:CCG_groundtexture_dir1.jpg ===Required Files=== '''conf...) |
|||
| Line 1: | Line 1: | ||
| + | <font color=red>'''Note: This page describes obsolete asset formats (trainz-build prior to 2.9) and should be removed or updated. The up-to-date documentation of this format is [[KIND Groundtexture]].'''</font> | ||
| + | |||
| + | |||
| + | |||
==Groundtexture== | ==Groundtexture== | ||
Latest revision as of 17:25, 15 June 2011
Note: This page describes obsolete asset formats (trainz-build prior to 2.9) and should be removed or updated. The up-to-date documentation of this format is KIND Groundtexture.
Contents |
[edit] Groundtexture
[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.
ugly.bmp - The 128x128 bitmap image used as a ground texture.
[edit] Config.txt File Listing
kuid <kuid:56113:1246>
trainz-build 2.5
category-class "GL"
category-region "AU"
category-era "1980s;1990s;2000s;2010s"
username "testGroundTexture"
kind "groundtexture"
texture "ugly.bmp"
description "A very ugly ground texture example."
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
