HowTo/Scenery
(Created page with " == Scenery == Scenery is one of the most basic items you can make for Trainz. Every asset needs a config file. This is a config file that determines how Trainz uses the asse...") |
(→Scenery) |
||
Line 2: | Line 2: | ||
== Scenery == | == Scenery == | ||
− | Scenery is one of the most basic items you can make for Trainz. Every asset needs a config file. This is a config file that determines how Trainz uses the asset you have created. Below is the config file for a basic scenery asset. This particular config file would suit a static object with no lighting | + | Scenery is one of the most basic items you can make for Trainz. Every asset needs a config file. This is a config file that determines how Trainz uses the asset you have created. Below is the config file for a basic scenery asset. This particular config file would suit a static object with no lighting. |
+ | |||
+ | |||
+ | [[/kuid/]] <kuid:00000:00000> | ||
+ | |||
+ | [[/kind/]] "scenery" | ||
+ | |||
+ | light 1 | ||
− | |||
− | |||
type "custom" | type "custom" | ||
obsolete-table | obsolete-table | ||
+ | |||
{ | { | ||
} | } | ||
− | + | ||
trainz-build 0.0 | trainz-build 0.0 | ||
+ | |||
category-region-0 "to" | category-region-0 "to" | ||
+ | |||
category-era-0 2000 | category-era-0 2000 | ||
+ | |||
region "Australia" | region "Australia" | ||
+ | |||
asset-filename "BP Large Tank" | asset-filename "BP Large Tank" | ||
+ | |||
name "BP Large Tank" | name "BP Large Tank" | ||
+ | |||
category-class "BI" | category-class "BI" | ||
description "Large Fuel Tank found at bulk fuel depots. BP old brand used." | description "Large Fuel Tank found at bulk fuel depots. BP old brand used." | ||
+ | |||
username "BP Large Tank" | username "BP Large Tank" | ||
+ | |||
author "" | author "" | ||
+ | |||
organisation "" | organisation "" | ||
+ | |||
contact-email "" | contact-email "" | ||
+ | |||
contact-website "" | contact-website "" | ||
− | license " | + | |
+ | license "" | ||
+ | |||
kuid-table | kuid-table | ||
+ | |||
{ | { | ||
+ | |||
} | } |
Revision as of 09:27, 5 February 2022
Scenery
Scenery is one of the most basic items you can make for Trainz. Every asset needs a config file. This is a config file that determines how Trainz uses the asset you have created. Below is the config file for a basic scenery asset. This particular config file would suit a static object with no lighting.
kuid <kuid:00000:00000>
kind "scenery"
light 1
type "custom"
obsolete-table
{ }
trainz-build 0.0
category-region-0 "to"
category-era-0 2000
region "Australia"
asset-filename "BP Large Tank"
name "BP Large Tank"
category-class "BI"
description "Large Fuel Tank found at bulk fuel depots. BP old brand used."
username "BP Large Tank"
author ""
organisation ""
contact-email ""
contact-website ""
license ""
kuid-table
{
}