Make a train/tram driver visible? Looking for information/assistance.

belgian46

Active member
Hello,

Does anyone have a tutorial how to make a train/tram driver visible?

The model has an attachment point - called a.driver ( checked it using PEV's tool attachmentmaker ) . I found no trace of it in the config.txt and added it within the config.txt

In the kuid-table I added the Class 67 driver and Class 67 driver textures.

The driver doesn't become visible when going into quick drive mode. ( Busy in TS10 )

What did I forget?

Here is a part of the config.txt

mesh-table
{
default
{
mesh "Rab_body/UF.lm"
auto-create 1

effects
{
dest1
{
kind "name"
fontsize 0.095
fontcolor 160,190,130
att "a.name0"
name "dest1"
}

dest2
{
kind "name"
fontsize 0.09
fontcolor 160,190,130
att "a.name1"
name "dest2"
}

dest3
{
kind "name"
fontsize 0.09
fontcolor 160,190,130
att "a.name2"
name "dest3"
}

dest4
{
kind "name"
fontsize 0.042
fontcolor 225,201,3
att "a.name3"
name "dest4"
}

number01
{
kind "name"
fontsize 0.075
fontcolor 200,210,200
att "a.number01"
name "name"
}

number02
{
kind "name"
fontsize 0.075
fontcolor 200,210,200
att "a.number02"
name "name"
}

number03
{
kind "name"
fontsize 0.075
fontcolor 200,210,200
att "a.number03"
name "name"
}

number04
{
kind "name"
fontsize 0.075
fontcolor 200,210,200
att "a.number04"
name "name"
}

driver
{
kind "attachment"
att "a.driver"
}
}
}


left-passenger-door
{
mesh "Rab_body/ufdl.IM"
anim "Rab_body/animl.kin"
auto-create 1
att "a.doors"
att-parent "default"
}

right-passenger-door
{
mesh "Rab_body/ufdr.IM"
anim "Rab_body/animr.kin"
auto-create 1
att "a.doors"
att-parent "default"
}
}

queues
{
load0
{
passenger-queue "1"
size 25
initial-count 0
product-kuid <kuid:-3:10060>

attachment-points
{
1 "a.psit01"
2 "a.paas01"
3 "a.psit02"
4 "a.psit03"
5 "a.paas02"
6 "a.psit05"
7 "a.paas03"
8 "a.psit04"
9 "a.paas04"
10 "a.paas05"
11 "a.psit06"
12 "a.paas06"
13 "a.psit07"
14 "a.paas11"
15 "a.psit09"
16 "a.paas07"
17 "a.paas08"
18 "a.paas09"
19 "a.paas10"
}

allowed-products
{
0 <kuid:-3:10060>
}
}
}

obsolete-table
{
}

string-table
{
}

kuid-table
{
0 <kuid:346926:53>
1 <kuid:346926:55>
2 <kuid:346926:2070>
4 <kuid:-10:149>
5 <kuid:346926:58>
6 <kuid:346926:50>
7 <kuid2:75134:67024:2>
8 <kuid2:75134:67025:2>

}


Best regards

Kurt :wave:
 
Last edited:
You do have a problem - the default pointes for a driver should be a.driver0 and then a.driver1 , a.driver2 and so on
this needs to be put in at the mesh level
you can not add a driver to a.driver* at config level as it is a built in function - like the a.light* function

to added a crew you would need to use the attachment maker to add a new mesh with attachment points

and need to add something like this to the config


attached_crew
{
mesh "attached_crew.IM"
auto-create 1

effects
{
crewa
{
kind "attachment"
att "a.crewa"
default-mesh <kuid:60723:1037>
}

crewb
{
kind "attachment"
att "a.crewb"
default-mesh <kuid:60723:1037>
}
}
 
Last edited:
Hello NSWGR_46Class,

Thank you for your information.

I have no experience using attachment maker and I have absolutely no skills in making tram or train models.

Can I use the original settings of the a.driver within a new attachment point?

Best regards

Kurt :wave:
 
Last edited:
you could try but being that a.driver is a default tag no idea if it will work
Hello NSWGR_46Class,

Thank you for your information.

I have no experience using attachment maker and I have absolutely no skills in making tram or train models.

Can I use the original settings of the a.driver within a new attachment point?

Best regards

Kurt :wave:
 
Back
Top