bogie

sorossir

Member
; <kuid:1060030:100115> : Validating <kuid:1060030:100115>
- <kuid:1060030:100115> : VE44: Tag 'category-region-0' in the container 'bogey' is obsolete.
- <kuid:1060030:100115> : VE44: Tag 'category-era-0' in the container 'bogey' is obsolete.
- <kuid:1060030:100115> : VE45: The tag 'usermane' is not permitted within a container of type 'bogey'.
- <kuid:1060030:100115> : VE60: Required tag 'animdist' was missing and has been set to default.
- <kuid:1060030:100115> : VE60: Required tag 'username' was missing and has been set to default.
- <kuid:1060030:100115> : VE62: Required container 'mesh-table' is missing.
- <kuid:1060030:100115> : VE62: Required container 'thumbnails' is missing.
i tried make a bogie is saying the mesh table is not there but it is have a look

kuid <kuid:1060030:100115>
kind "bogey"
trainz-build 4.5
category-class "ZB"
category-region-0 "Uk"
category-era-0 "1960s"
usermane "class 15bogey"
kuid-table
}
{
thumbnails
{
0
{
image "bogey.jpg"
width 240
height 180
1
{
image "blackBogie.png"
width 512
height 512
}
}
mesh-table
{
default
{
mesh "blackBogie.im"
auto-create 0
}
 
Your entire config is upside down. Missing entries etc.
Open up an existing bogie asset to see how the config is structured.

Rico
 
Last edited:
Read and check what is wrong:
https://online.ts2009.com/mediaWiki/index.php/KIND_Bogey

Possible fix and missing put animdist, you will know its value.
Code:
kuid                              <kuid:1060030:100115>
kind                              "bogey"
trainz-build                       4.5
category-class                     "ZB"
category-region                    "Uk"
category-era                       "1960s"
username                           "class 15bogey"

thumbnails
{
  0
  {
    image                               "bogey.jpg"
    width                               "240"
    height                              "180"
  }
}

mesh-table
{
  default
  {
    mesh                                "blackBogie.im"
    auto-create                         1
  }
}
 
Read and check what is wrong:
https://online.ts2009.com/mediaWiki/index.php/KIND_Bogey

Possible fix and missing put animdist, you will know its value.
Code:
kuid                              <kuid:1060030:100115>
kind                              "bogey"
trainz-build                       4.5
category-class                     "ZB"
category-region                    "Uk"
category-era                       "1960s"
username                           "class 15bogey"

thumbnails
{
  0
  {
    image                               "bogey.jpg"
    width                               "240"
    height                              "180"
  }
}

mesh-table
{
  default
  {
    mesh                                "blackBogie.im"
    auto-create                         1
  }
}
thx
 
Read and check what is wrong:
https://online.ts2009.com/mediaWiki/index.php/KIND_Bogey

Possible fix and missing put animdist, you will know its value.
Code:
kuid                              <kuid:1060030:100115>
kind                              "bogey"
trainz-build                       4.5
category-class                     "ZB"
category-region                    "Uk"
category-era                       "1960s"
username                           "class 15bogey"

thumbnails
{
  0
  {
    image                               "bogey.jpg"
    width                               "240"
    height                              "180"
  }
}

mesh-table
{
  default
  {
    mesh                                "blackBogie.im"
    auto-create                         1
  }
}
; <kuid:1060030:100116> : Validating <kuid:1060030:100116>
- <kuid:1060030:100116> : VE76: Unable to load mesh file: 'bogey.im'
 
; <kuid:1060030:100116> : Validating <kuid:1060030:100116>
- <kuid:1060030:100116> : VE76: Unable to load mesh file: 'bogey.im'
 
; <kuid:1060030:10322> : Validating <kuid:1060030:10322>
- <kuid:1060030:10322> : VE76: Unable to load mesh file: 'bogey-1.trainzmesh'
! <kuid:1060030:10322> : VE268: Mesh file is unused in this asset: 'bogey.trainzmesh'
 
i get confused with im and fbx tex me and can you help me
They are different formats and are exported in different ways ... you should see about this in the Wiki.
; <kuid:1060030:10322> : Validating <kuid:1060030:10322>
- <kuid:1060030:10322> : VE76: Unable to load mesh file: 'bogey-1.trainzmesh'
! <kuid:1060030:10322> : VE268: Mesh file is unused in this asset: 'bogey.trainzmesh'
You have conflicts with the names... The warning is that Trainz cannot find that declared mesh, therefore it cannot load it.
 
Back
Top