Source SDK

Source SDK

Hammer: doors won't go the right direction
I'm new to hammer, like fresh off of the tutorials new, but I've already gotten a grasp on how to do things. Like suggested I decided to make a scuffed version of an already existing map(2fort), and it was going well until I got to the spawn doors, specifically the the inner spawn doors that slide left and right instead of up. Problem is that I can't seem to make them go the right direction. I have no idea what I'm doing and I need help if anyone can.
< >
Showing 1-2 of 2 comments
Wazanator Jan 23, 2021 @ 11:24pm 
Are you using a func_door or a func_movelinear?

You're probably going to want to use a func_movelinear if you're not already and then use the Move Direction keyvalue to determine which direction it is moving.

If these are automatic doors it's often paired with a trigger_multiple that has the func_movelinear move as soon as someone steps inside of it.
Nero the Nacreous Jan 24, 2021 @ 2:43pm 
Originally posted by Wazanator:
Are you using a func_door or a func_movelinear?

You're probably going to want to use a func_movelinear if you're not already and then use the Move Direction keyvalue to determine which direction it is moving.

If these are automatic doors it's often paired with a trigger_multiple that has the func_movelinear move as soon as someone steps inside of it.
thanks for the tip, helped a lot
< >
Showing 1-2 of 2 comments
Per page: 1530 50