HowTo/Bogey

From TrainzOnline
< HowTo(Difference between revisions)
Jump to: navigation, search
(Created page with "A ‘bogey’ is a term used for a locomotive or rolling stock wheel mechanism. In some countries these are known as ‘Trucks’. Every traincar must have at least one bogey/...")
 
m
 
(15 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
‘bogey’ is a term used for a locomotive or rolling stock wheel mechanism. In some countries these are known as ‘Trucks’. Every traincar must have at least one bogey/truck. Below is a typical bogey config file.
 
‘bogey’ is a term used for a locomotive or rolling stock wheel mechanism. In some countries these are known as ‘Trucks’. Every traincar must have at least one bogey/truck. Below is a typical bogey config file.
  
[https://online.ts2009.com/mediaWiki/index.php/HowTo/Scenery/kuid kuid] <KUID2:###:#####:#>
+
[[/kuid/]] <KUID2:###:#####:#>
  
kind bogey
+
[[/kind/]] "bogey"
  
animdist 2.1
+
[[/trainz-build/]] 1.0
  
mesh-table
+
[[/animdist/]] 2.1
 +
 
 +
[[/username/]] "mybogey"
 +
 
 +
[[/direct-drive/]] 1
 +
 
 +
[[/kuid-table/]]
  
 
{
 
{
  
default
 
  {
 
  mesh Car_bogey.lm
 
  auto-create 1
 
  }
 
shadow
 
  { 
 
  mesh Car_bogey_shadow/Car_bogeyshadow.im
 
  }
 
 
}
 
}
  
obsolete-table
+
[[/obsolete-table/]]
  
 
{
 
{
Line 29: Line 26:
 
}
 
}
  
username mybogey
+
[[/mesh-table/]]
 +
 
 +
{
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[/default/]]
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[/mesh/]] Car_bogey.lm
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[/auto-create/]] 1
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[/shadow/]]
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[/mesh/]] Car_bogey_shadow/Car_bogeyshadow.im
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
 +
 
 +
}
 +
 
 +
 
 +
[[/thumbnails/]]
 +
 
 +
{
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[/0/]]
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[/image/]]                              "thumbnail.jpg"
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[/width/]]                              240
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;[[/height/]]                              180
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;image                              "0.jpg"
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width                              128
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height                              64
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;image                              "1.jpg"
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width                              512
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height                              512
 +
 
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}
 +
 
 +
}
 +
 
 +
[[/category-class/]]                          "BI"
 +
 
 +
[[/description/]]                            "Tells the user all about your asset can be as much of a description as you like"
 +
 
 +
 
 +
The following tags are '''optional'''
 +
 
 +
 
 +
[[/category-region/]]                      "AU"
  
description " "
+
[[/category-era/]]                          2000s
  
trainz-build 2.0
+
[[/author/]]                                "who made the asset"
  
category-class AC
+
[[/organisation/]]                          "your organisation"
  
category-region-0 AT
+
[[/contact-email/]]                          "your email"
  
category-era-0 1980s
+
[[/contact-website/]]                        "maybe you have a website"
  
direct-drive 1
+
[[/license/]]                                "can be how you want your asset distributed"

Latest revision as of 14:30, 20 February 2022

A ‘bogey’ is a term used for a locomotive or rolling stock wheel mechanism. In some countries these are known as ‘Trucks’. Every traincar must have at least one bogey/truck. Below is a typical bogey config file.

kuid <KUID2:###:#####:#>

kind "bogey"

trainz-build 1.0

animdist 2.1

username "mybogey"

direct-drive 1

kuid-table

{

}

obsolete-table

{

}

mesh-table

{

      default

      {

            mesh Car_bogey.lm

            auto-create 1

      }

      shadow

      {

            mesh Car_bogey_shadow/Car_bogeyshadow.im

      }

}


thumbnails

{

      0

      {

            image "thumbnail.jpg"

            width 240

            height 180

      }

      1

      {

            image "0.jpg"

            width 128

            height 64

      }

      2

      {

            image "1.jpg"

            width 512

            height 512

      }

}

category-class "BI"

description "Tells the user all about your asset can be as much of a description as you like"


The following tags are optional


category-region "AU"

category-era 2000s

author "who made the asset"

organisation "your organisation"

contact-email "your email"

contact-website "maybe you have a website"

license "can be how you want your asset distributed"