Does anyone knows SA3_couples that created by RU dev ?I need help~

tigerinmud1

New member
Hello everyone:

I have created a wagon model (include two status of the couples and pipes), and I wish to add SA3_Couple , it's almost works in game (yeah almost..) except a little trouble .The back-pipe will be disappeared when wagons were uncoupled (I can not find it anywhere ) ,the other one works correctly , and it is back when I coupled them together again . I tried to replace pipes with other SA3_Couple meshes and I got the same situation . Meshes and attachment point should be no problem ,but I am not sure about script file(.gs file) or config file , so what's wrong with it ? If anyone knows anything about this ,please help me , thanks!


Regards
tigerinmud1


Here is the config.txt

Code:
kuid                                    <kuid:563716:3109767>
username                                "CHN_p62K_3109767"
trainz-build                            4.6
category-class                          "AD"
kind                                    "traincar"
author                                  "tigerinmud1"
engine                                  0
enginespec                             [COLOR=#000000] <kuid:584469:73>[/COLOR]
mass                                    92000
kind                                    "traincar"
script                                  "P62.gs"
class                                   "CHNCargop62"
use-coupler-sounds                      1
disable-extra-track-sounds              1

mesh-table-lod-transition-distances     5000

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

mesh-table
{
  default
  {
    mesh                                "p62k.lm"
    auto-create                         1

    effects
    {
      front_couple
      {
        kind                            "attachment"
        att                             "a.fcouple"
        default-mesh                    [COLOR=#F92672][COLOR=#F8F8F2]<[/COLOR]kuid:563716:8566315[COLOR=#F8F8F2]>[/COLOR][/COLOR]
      }

      back_couple
      {
        kind                            "attachment"
        att                             "a.bcouple"
        default-mesh                   [COLOR=#F92672][COLOR=#F8F8F2]<[/COLOR]kuid:563716:8566315[COLOR=#F8F8F2]>[/COLOR][/COLOR]
      }
    }
  }
}

bogeys
{
  0
  {
    reversed                            1
    bogey                               [COLOR=#F92672][COLOR=#F8F8F2]<[/COLOR]kuid2:563716:6240252[COLOR=#F8F8F2]>[/COLOR][/COLOR]
  }

  1
  {
    reversed                            0
    bogey                               [COLOR=#F92672][COLOR=#F8F8F2]<[/COLOR]kuid2:563716:6240252[COLOR=#F8F8F2]>[/COLOR][/COLOR]
  }
}

string-table
{
  priority                              "Priority "
  no_products                           "Empty "
  coupling_sounds2_volume               "1"
}

script-include-table
{
  traincar_script_library               [COLOR=#F92672][COLOR=#F8F8F2]<[/COLOR]kuid:506034:100300[COLOR=#F8F8F2]>[/COLOR][/COLOR]
}

kuid-table
{
  sa3-coupled                          [COLOR=#F92672][COLOR=#F8F8F2]<[/COLOR]kuid:563716:8566314[COLOR=#F8F8F2]>[/COLOR][/COLOR]
  sa3-uncoupled                         [COLOR=#F92672][COLOR=#F8F8F2]<[/COLOR]kuid:563716:8566315[COLOR=#F8F8F2]>[/COLOR][/COLOR]
  sa3-library                           [COLOR=#F92672][COLOR=#F8F8F2]<[/COLOR]kuid:400260:81015[COLOR=#F8F8F2]>[/COLOR][/COLOR]
}
 
Last edited:
It is solved , I forgot the "reflection <kuid:400260:81014>" script which should be in the kuid-table , Now it's worked , Thanks for your attention . Everybody ,have fun ~
 
Back
Top