CCG/Example: Activity
From TrainzOnline
< CCG(Difference between revisions)
(New page: ==Activity== ===Directory Structure=== A typical asset of this kind has the following File\Directory Structure: Image:CCG_activity_dir1.jpg ===Required Files=== '''config.txt''' ...) |
|||
| Line 69: | Line 69: | ||
[[Content Creator's Guide]] | [[Content Creator's Guide]] | ||
| − | [[CCG/Kind_Examples| | + | [[CCG/Kind_Examples|Kind Examples]] |
Latest revision as of 17:32, 8 June 2011
Contents |
[edit] Activity
[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.
info.tga - The icon graphic file to be displayed.
jt02.gse - The script file for the asset.
various.tga, various.jpg - Various graphic files used by the asset.
various.wav - Various sound files used by the asset.
[edit] Config.txt File Listing
kuid <kuid:171456:100064>
trainz-build 2.5
category-class "YS"
category-region "00"
category-era "2000s"
username "testActivity"
kind "activity"
script "jt02.gse"
class "MyJT02"
description "RBR Demo 3 Shunting 101 v1.2 A test Activity based on the included RBR
Demo 3 Shunting 101 by Razorback Railway."
kuid-table
{
xptloco <kuid:-1:100039>
xptcar1 <kuid:-1:100058>
qrpass1 <kuid:-12:500>
qrguard <kuid:-12:504>
qrlouvre <kuid:-1:101154>
coalmine <kuid:117140:10050>
coalminebasic <kuid:117140:22999>
container <kuid:117140:10086>
stationsmall <kuid:117140:10075>
ipl3 <kuid:117140:20006>
etc
}
thumbnails
{
0
{
image "info.tga"
width 32
height 32
}
}
[edit] Download this asset
This asset is available for download from the TRS2006 website at: http://files.auran.com/TRS2006/Downloads/Example_Download.zip
