I made an elevator based on the func_train tutorials but I want my elevator to carry on a rotating door that is fired by the 2nd path_corner. A func_rotating_door on a func_train.
The platform go down fron one pc to the other, once at the bottom the door is well triggered but the brushes didn't tag along.
I've tried to Group elev with the door but it won't follow anymore.
Anyone has a fix please ?
One good way would be to use a func_tracktrain and make it follow path_tracks that have their orientation mode set to face path angles, and being rotated themselves. Anither way is to make the elevator a func_platrot if you want it to rotate at the same time as it go down.
I hope you find this helpfull.
Sorry man Goldsource doesn't support that.
Once again you're hustling me in my boundaries.
If you're using Source, you can just set the elevator as the Door's Parent.
Grouping a set of entities in the developer environment is only useful for selecting and modifying a group of items - it has no affect on the compiled map.
We're not hustling you at all, it's just the reality of Vanilla Goldsource's limitations.
Goldsource = the name of the Half-Life game engine
Source = the name of the Half-Life 2 game engine
Spirit of Half-Life = an extension to the Goldsource engine made by the community that bolts on useful engine and rendering features.
At the 1st PC the rotating door should be a brush so I can group it with elev. The Group go down as 1 brush.
The 2nd PC would trigger a func like multi_manager or whatnot which automatically Tie to entity the door brush to the func_rotating_door with the right parameters (Name, Use only) and fire the door (Target).
I have never used a multi_manager yet so I ask before making any hardwork.
Does it sound possible ?