Class 477 config errors

User avatar
bearjeje
Milepost 5
Posts: 62
Joined: Sun Apr 26, 2020 8:41 am
Trainz Version: trainz 2012
Trainz Build: 61388
Author KUID: 700453
Location: south korea

Re: Class 477 config errors

Post by bearjeje »

thanks for help but the coach has same problem as DMSO does [ kuid table errors ]

Code: Select all

kuid                                    <kuid:30051:100506>
username                                "Class 477 PMSOL Articulated - Catepillar Spec"
category-class                          "LS"
category-region                         "GB;UK"
category-era                            "2010s"
kind                                    "traincar"
engine                                  0
enginespec                              <kuid:30051:1138>
mass                                    35000
script                                  "Superstub"
class                                   "Superstub"
trainz-build                            2.9
pantograph                              <kuid:30051:100096>

extensions
{
  debug-122285                          "1"
}

mesh-table
{
  default
  {
    mesh                                "body/body.im"
    auto-create                         1
    
    effects
    {
      carriage-number-0
      {
        kind                            "name"
        att                             "a.name_left"
        fontsize                        0.1
        fontcolor                       0,0,128
        name                            "name"
      }
      
      carriage-number-1
      {
        kind                            "name"
        att                             "a.name_right"
        fontsize                        0.1
        fontcolor                       0,0,128
        name                            "name"
      }
      
      side-destination-0-line-0
      {
        kind                            "name"
        att                             "a.destination_L1_0"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Sorry"
      }
      
      side-destination-0-line-1
      {
        kind                            "name"
        att                             "a.destination_L2_0"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Not In Service"
      }
      
      side-destination-1-line-0
      {
        kind                            "name"
        att                             "a.destination_L1_1"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Sorry"
      }
      
      side-destination-1-line-1
      {
        kind                            "name"
        att                             "a.destination_L2_1"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Not In Service"
      }
      
      side-destination-2-line-0
      {
        kind                            "name"
        att                             "a.destination_L1_2"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Sorry"
      }
      
      side-destination-2-line-1
      {
        kind                            "name"
        att                             "a.destination_L2_2"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Not In Service"
      }
      
      side-destination-3-line-0
      {
        kind                            "name"
        att                             "a.destination_L1_3"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Sorry"
      }
      
      side-destination-3-line-1
      {
        kind                            "name"
        att                             "a.destination_L2_3"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Not In Service"
      }
      
      leftlight-0
      {
        kind                            "corona"
        att                             "a.hazard_light_right"
        texture-kuid                    <kuid2:76096:10114:2>
        object-size                     0.18
      }
      
      rightlight-0
      {
        kind                            "corona"
        att                             "a.hazard_light_left"
        texture-kuid                    <kuid2:76096:10114:2>
        object-size                     0.18
      }
      
      leftlight-1
      {
        kind                            "corona"
        att                             "a.hazard_light_right"
        texture-kuid                    <kuid2:76096:10114:2>
        object-size                     0.18
      }
      
      rightlight-1
      {
        kind                            "corona"
        att                             "a.hazard_light_left"
        texture-kuid                    <kuid2:76096:10114:2>
        object-size                     0.18
      }
    }
  }
  
  right-passenger-door
  {
  }
  
  left-passenger-door
  {
  }
  
  soundscript
  {
    loop
    {
      distance                          10,230
      nostartdelay                      1
      repeat-delay                      0,0
      volume                            3
      
      sound
      {
        0                               
      }
    }
  }
  
  queues
  {
    load0
    {
      size                              76
      initial-count                     0
      passenger-queue                   "1"
      
      allowed-products
      {
        0                               <kuid:-3:10060>
      }
      
      attachment-points
      {
      }
    }
  }
  
  bogeys
  {
    0
    {
      reversed                          0
      bogey                             <kuid:30051:174682357>
    }
    
    1
    {
      reversed                          1
      bogey                             <kuid:30051:174682358>
    }
  }
  
  kuid-table
  {
    codelib                             <kuid:122285:508>
    0                                   <kuid:30051:1138>
    1                                   <kuid2:76096:10114:2>
    2                                   <kuid:30051:100096>
    3                                   <kuid:-3:10060>
    4                                   <kuid:30051:174682357>
    5                                   <kuid:30051:174682358>
  }
}
Golden arrow
flèche d'or
User avatar
Marky7890
Site Admin
Posts: 1469
Joined: Sun Dec 12, 2010 1:57 pm
Trainz Version: TRS2019
Trainz Build: 90945
Author KUID: 179051
Location: Near Penryn, Cornwall
Contact:

Re: Class 477 config errors

Post by Marky7890 »

Try this instead. You were missing a } at the end of the mesh-table and the } at the very end wasn't needed.

Code: Select all

kuid                                    <kuid:30051:100506>
username                                "Class 477 PMSOL Articulated - Catepillar Spec"
category-class                          "LS"
category-region                         "GB;UK"
category-era                            "2010s"
kind                                    "traincar"
engine                                  0
enginespec                              <kuid:30051:1138>
mass                                    35000
script                                  "Superstub"
class                                   "Superstub"
trainz-build                            2.9
pantograph                              <kuid:30051:100096>

extensions
{
  debug-122285                          "1"
}

mesh-table
{
  default
  {
    mesh                                "body/body.im"
    auto-create                         1
   
    effects
    {
      carriage-number-0
      {
        kind                            "name"
        att                             "a.name_left"
        fontsize                        0.1
        fontcolor                       0,0,128
        name                            "name"
      }
     
      carriage-number-1
      {
        kind                            "name"
        att                             "a.name_right"
        fontsize                        0.1
        fontcolor                       0,0,128
        name                            "name"
      }
     
      side-destination-0-line-0
      {
        kind                            "name"
        att                             "a.destination_L1_0"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Sorry"
      }
     
      side-destination-0-line-1
      {
        kind                            "name"
        att                             "a.destination_L2_0"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Not In Service"
      }
     
      side-destination-1-line-0
      {
        kind                            "name"
        att                             "a.destination_L1_1"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Sorry"
      }
     
      side-destination-1-line-1
      {
        kind                            "name"
        att                             "a.destination_L2_1"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Not In Service"
      }
     
      side-destination-2-line-0
      {
        kind                            "name"
        att                             "a.destination_L1_2"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Sorry"
      }
     
      side-destination-2-line-1
      {
        kind                            "name"
        att                             "a.destination_L2_2"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Not In Service"
      }
     
      side-destination-3-line-0
      {
        kind                            "name"
        att                             "a.destination_L1_3"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Sorry"
      }
     
      side-destination-3-line-1
      {
        kind                            "name"
        att                             "a.destination_L2_3"
        fontsize                        0.075
        fontcolor                       230,80,0
        name                            "Not In Service"
      }
     
      leftlight-0
      {
        kind                            "corona"
        att                             "a.hazard_light_right"
        texture-kuid                    <kuid2:76096:10114:2>
        object-size                     0.18
      }
     
      rightlight-0
      {
        kind                            "corona"
        att                             "a.hazard_light_left"
        texture-kuid                    <kuid2:76096:10114:2>
        object-size                     0.18
      }
     
      leftlight-1
      {
        kind                            "corona"
        att                             "a.hazard_light_right"
        texture-kuid                    <kuid2:76096:10114:2>
        object-size                     0.18
      }
     
      rightlight-1
      {
        kind                            "corona"
        att                             "a.hazard_light_left"
        texture-kuid                    <kuid2:76096:10114:2>
        object-size                     0.18
      }
    }
  }
}
 
  right-passenger-door
  {
  }
 
  left-passenger-door
  {
  }
 
  soundscript
  {
    loop
    {
      distance                          10,230
      nostartdelay                      1
      repeat-delay                      0,0
      volume                            3
     
      sound
      {
        0                               
      }
    }
  }
 
  queues
  {
    load0
    {
      size                              76
      initial-count                     0
      passenger-queue                   "1"
     
      allowed-products
      {
        0                               <kuid:-3:10060>
      }
     
      attachment-points
      {
      }
    }
  }
 
  bogeys
  {
    0
    {
      reversed                          0
      bogey                             <kuid:30051:174682357>
    }
   
    1
    {
      reversed                          1
      bogey                             <kuid:30051:174682358>
    }
  }
 
  kuid-table
  {
    codelib                             <kuid:122285:508>
    0                                   <kuid:30051:1138>
    1                                   <kuid2:76096:10114:2>
    2                                   <kuid:30051:100096>
    3                                   <kuid:-3:10060>
    4                                   <kuid:30051:174682357>
    5                                   <kuid:30051:174682358>
  }
User avatar
bearjeje
Milepost 5
Posts: 62
Joined: Sun Apr 26, 2020 8:41 am
Trainz Version: trainz 2012
Trainz Build: 61388
Author KUID: 700453
Location: south korea

Re: Class 477 config errors

Post by bearjeje »

nevermind CCP helped
You do not have the required permissions to view the files attached to this post.
Golden arrow
flèche d'or
Post Reply