Moving train problems

Psycho[BE]

Newbie
Joined
Jun 2, 2005
Messages
51
Reaction score
0
I want to use a moving train in cs source, so i have some prop_dynamics: train models, a little brush that is tied to the entitie: func_tracktrain and I have 2 path_track entities. the problems is that when I run the map i just have one stupid little brush( func_tracktrain) that is moving but i dont have the train models, they disapeared somehow.

can somebody please help me with this, I'm desperate.
 
Are train models intended to be dynamic props? Try prop_dynamic_override.
 
Are train models intended to be dynamic props? Try prop_dynamic_override.

I tried all of them Prop_dynamic_overide and the other one, i doesn't seem to work. i also tought it could be the models but I tried the models from hl2 and they dont work either
 
Start fade dist -1 and end fade dist 0? Nothing strange in the console?
 
They are parented correctly? It should work fine. I used a prop_dynamic truck from de_train for my de_convoy map and it worked fine in an identical setup.
 
Back
Top