CCG/MOSpeedBoard config
From TrainzOnline
< CCG(Difference between revisions)
(Created page.) |
m |
||
Line 1: | Line 1: | ||
+ | <font color=red>This should be merged into [[KIND MOSpeedboard]].</font> | ||
+ | |||
==Chapter 2: Introduction to Kinds, Containers, Tags, and Config.txt files== | ==Chapter 2: Introduction to Kinds, Containers, Tags, and Config.txt files== | ||
Revision as of 15:52, 7 April 2010
This should be merged into KIND MOSpeedboard.
Chapter 2: Introduction to Kinds, Containers, Tags, and Config.txt files
KIND: MOSPEEDBOARD
This is a speed limit sign.
Config.txt:
kuid <KUID2:####:#####:1> kind mospeedboard trackside -2.5 speedlimit 5.56 username description " " trainz-build 2.5 category-class “WS” category-region “AU” category-era “2000s”
Breakdown:
- trackside
- This is a value that is the distance in meters the object is placed relative to the center of the track. Negative values will put the object on the left side of the track, and positive values will appear on the right.
- Speedlimit
- This value is the maximum speed allowed in meters per seconds.
To convert miles per hour to meters per second multiply by a conversion factor of 0.447.
e.g. 10mph is 4.47 m/s.
To convert kilometers per hour to meters per second multiply by a conversion factor of 0.278.
e.g. 10kph is 2.78m/s.