Hanging props from ropes

Unh3lpful

L2: Junior Member
May 6, 2015
95
50
How can I accomplish such a task? I've looked at a few tutorials but not of them seem to work in TF2? I know this version of the engine is more limited so is it still possible, if so how?

Thanks in advance,
Unh3lpful
 

henke37

aa
Sep 23, 2011
2,075
515
The rope entities are just for show, use the physics entities to do the actual movement.
 

worMatty

Repacking Evangelist
aa
Jul 22, 2014
1,258
999
If you just want the appearance of something hanging but not moving, you can position the prop so it looks like it's being suspended.

If you want to move it, do what henke said, but the ropes will not move with it. You can't parent rope entities in TF2, but you can use a logic_measure_movement to move them along with your prop. Here is a guide.
 
Oct 6, 2008
1,948
446
Is there a way you could import the rope entity from Opposing Force?
 

worMatty

Repacking Evangelist
aa
Jul 22, 2014
1,258
999
No, the rope entities in TF2 are limited because they were not programmed with the same support for parenting as ropes in HL2. If you use logic in game to cut a rope from its tether point, where the point entity is placed in Hammer, it will dangle down limply as you would expect, but it will not reset each round. Only Valve can program TF2, and its source code is not available. There are other entities that do not work in TF2, such as func_rotating, and the counter function of env_global.