Permanent Traincontrols

Permanent Traincontrols

Re: Permanent Traincontrols Posted by Stadric on Sun Dec 3rd 2006 at 5:48am
Stadric
848 posts
Posted 2006-12-03 5:48am
Stadric
member
848 posts 585 snarkmarks Registered: Jun 3rd 2005 Occupation: Slacker Location: Here
I'm making a train-based map, ala "On a Rail" from Half-Life. To give it that little extra something, I thought I would use a user-controlled train. I looked up how to use func_traincontrols and started using it. It wasn't the effect I wanted. It's exactly how it was in Half-Life, minus the HUD sprites.
Anyway, I got rid of it, deleted it, whatever. Problem is, the train acts like it's still there, and is controlled by it.
The train is not a HL1 train (flags).
The bsp is compiling, I've made changes with this problem.
I've renamed, and even remade the func_tracktrain, but it acts the same.
What can I do to fix this phantom entity short of copying the map?
Also change the texture of the dock. Docks are rarely tile. -Facepunch
As I Lay Dying
Re: Permanent Traincontrols Posted by Campaignjunkie on Sun Dec 3rd 2006 at 9:01pm
Campaignjunkie
1309 posts
Posted 2006-12-03 9:01pm
1309 posts 329 snarkmarks Registered: Feb 12th 2002 Occupation: Student Location: West Coast, USA
Access the Entity Report from the menu bar, and filter by classname. Make sure you actually deleted the traincontrols. Then filter by all references to the traincontrols' name, and clear those as well.
Re: Permanent Traincontrols Posted by Dark_Kilauea on Mon Dec 4th 2006 at 4:34am
Dark_Kilauea
629 posts
Posted 2006-12-04 4:34am
629 posts 123 snarkmarks Registered: Apr 15th 2005 Occupation: Fast Food Location: USA
Also, check the not player controlled flag in the tracktrain's properties.
Dark_Kilauea
DVS Administration
http://www.dvstudio-production.com/
Re: Permanent Traincontrols Posted by Stadric on Mon Dec 4th 2006 at 2:10pm
Stadric
848 posts
Posted 2006-12-04 2:10pm
Stadric
member
848 posts 585 snarkmarks Registered: Jun 3rd 2005 Occupation: Slacker Location: Here
I think I fixed it myself on accident. I changed the original train into a brush, and parented that to another train. Now the traincontrols effect isn't there.
Also change the texture of the dock. Docks are rarely tile. -Facepunch
As I Lay Dying