Faulty Talgo

Jaykob8

Member
I have an issue with a Talgo train I downloaded from STR. I'm playing TRS22. However, I'm getting these errors saying:

VE18: Attachment point 'a.cabina' referenced by tag 'att' in 'mesh-table/interior_tb4' was not found.
VE18: Attachment point 'a.cabina' referenced by tag 'att' in 'mesh-table/cristial_interior_tb4' was not found.
VE18: Attachment point 'a.cabina' referenced by tag 'att' in 'mesh-table/right-passenger-door' was not found.
VE18: Attachment point 'a.cabina' referenced by tag 'att' in 'mesh-table/left-passenger-door' was not found.
VE33: Alias mesh 'mallas/traqueteo_interior/traqueteo_interior.im' not found in dependancy.
VE33: Alias mesh 'mallas/traqueteo_interior/traqueteo_interior.kin' not found in dependancy.

This is for <kuid:430331:999990>.
 
The Talgo seems to be broken after T:ANE.
Its creator has not been active in simulation for many years. I'll try to contact with him, but could be complicated.
 
I have managed to fix the errors in the Talgo cars. This is my solution, which works for me and removes the errors and they can be viewed and used in Trainz 2022. The most correct thing would be for the original author to fix it, but if he is not active I see it very difficult.

Talgo cars with errors:
<kuid:430331:261> RENFE-TC406 TP
<kuid:430331:262> RENFE-TC406 LR
<kuid:430331:263> RENFE-TC406 GL1
<kuid:430331:264> RENFE-TC406 GL2
<kuid:430331:265> RENFE-TC406 RO

Errors in red or important and common to the 5 cars:
- <kuid:430331:261-5> : VE18: Attachment point 'a.passit01' referenced by tag '0' in 'queues/passengers/attachment-points' was not found.
"
"
"
- <kuid:430331:261-5> : VE18: Attachment point 'a.passit25' referenced by tag '24' in 'queues/passengers/attachment-points' was not found.

The attachment-points a.passit01 to a.passit25 are not found.
I have checked the meshes and there are no references to the previous attachment-points in any of them.
Therefore, the homemade and temporary solution is to remove the following from the 5 config.tex:

Code:
queues
{
  passengers
  {
    size                                25
    initial-count                       0
    passenger-queue                     1
    product-kuid                        <kuid:-3:10060>
    
    attachment-points
    {
      0                                 "a.passit01"
      1                                 "a.passit02"
      2                                 "a.passit03"
      3                                 "a.passit04"
      4                                 "a.passit05"
      5                                 "a.passit06"
      6                                 "a.passit07"
      7                                 "a.passit08"
      8                                 "a.passit09"
      9                                 "a.passit10"
      10                                "a.passit11"
      11                                "a.passit12"
      12                                "a.passit13"
      13                                "a.passit14"
      14                                "a.passit15"
      15                                "a.passit16"
      16                                "a.passit17"
      17                                "a.passit18"
      18                                "a.passit19"
      19                                "a.passit20"
      20                                "a.passit21"
      21                                "a.passit22"
      22                                "a.passit23"
      23                                "a.passit24"
      24                                "a.passit25"
    }
  }
}

I have tested it and it works.
 
I just checked 31 Talgo cars from the STR website and all of them can be viewed in Trainz 2022 build 128487, after fixing what was said in my previous post, they only have hundreds of warnings.
Checked Talgo cars:
Code:
<kuid:430331:269> RENFE-TA401 GL1
<kuid:430331:270> RENFE-TA401 GL2
<kuid:430331:268> RENFE-TA401 LR
<kuid:430331:271> RENFE-TA401 RO
<kuid:430331:267> RENFE-TA401 TP
<kuid:430331:257> RENFE-TB402 GL1
<kuid:430331:258> RENFE-TB402 GL2
<kuid:430331:256> RENFE-TB402 LR
<kuid:430331:259> RENFE-TB402 RO
<kuid:430331:255> RENFE-TB402 TP
<kuid:430331:251> RENFE-TBz408 GL1
<kuid:430331:252> RENFE-TBz408 GL2
<kuid:430331:250> RENFE-TBz408 LR
<kuid:430331:253> RENFE-TBz408 RO
<kuid:430331:249> RENFE-TBz408 TP
<kuid:430331:263> RENFE-TC406 GL1
<kuid:430331:264> RENFE-TC406 GL2
<kuid:430331:262> RENFE-TC406 LR
<kuid:430331:265> RENFE-TC406 RO
<kuid:430331:261> RENFE-TC406 TP
<kuid:430331:275> RENFE-TGz412 GL1
<kuid:430331:276> RENFE-TGz412 GL2
<kuid:430331:274> RENFE-TGz412 LR
<kuid:430331:277> RENFE-TGz412 RO
<kuid:430331:273> RENFE-TGz412 TP
<kuid:253528:7005> Talgo 7 Cafeteria
<kuid:253528:7011> Talgo 7 Extremo Preferente
<kuid:253528:7001> Talgo 7 Extremo Turista
<kuid:253528:7003> Talgo 7 Remolque Preferente
<kuid:253528:7004> Talgo 7 Remolque Preferente PMR
<kuid:253528:7002> Talgo 7 Remolque Turista
 
Back
Top