trigger_catapult does not catapult me to the target

Asd417

Sample Text
aa
Mar 20, 2016
1,452
1,031
so I'm making the jumppad for passtime but the jump pad sends me to the right of the target. I copied the jump pad from pass_template.vmf but the problem seems to be there too. (the red jump pad) but the blue one doesn't. anyone know why?
 

henke37

aa
Sep 23, 2011
2,075
515
We have no idea what you did. We can't troubleshoot without information. Show us the entities. Or just the entire uncompiled map, that works too.
 

Egan

aa
Feb 14, 2010
1,375
1,721
The trigger_push you have above the trigger_catapult is in the wrong direction. You can set the direction with the 'Push Direction' keyvalue. It looks like you tried moving the origin of the brush to a direction instead.

UzoojmT.png



Can see here that 0 0 0 faces sideways, which is why your catapult is pushing you slightly sideways:

EArqdKy.png


If you use rotate this teamspawn guy towards the direction you want, you can then copy its Pitch Yaw Roll into the move direction of the trigger_push:

hzIBbmq.png