News | Forum | People | FAQ | Links | Search | Register | Log in
Mapping Help
This is the place to ask about mapping problems, techniques, and bug fixing, and pretty much anything else you want to do in the level editor.

For questions about coding, check out the Coding Help thread: https://www.celephais.net/board/view_thread.php?id=60097
First | Previous | Next | Last
How To Make Door Not Stop? 
How to make door not stop opening or closing if it mashes some enemy to the pieces, I have been trying to create zombie masher, but soon as it touches zombie, masher stop and goes back up immediate. How to make it go all the way to the ground? 
Crusher 
Give the door "wait" "-1" (along with the toogle spawnflag and a trigger to keep it going.
Or use a func_train. 
 
If -1 wait basically makes it stay open/closed after triggering it once.. is this "toggle spawnflag" something different? 
 
Should I trigger at the same time also trigger_relay and make that rise the crusher back up later, after waiting couple seconds (delay)? 
 
The wait value makes it crush things to death in order to fully close, the additional toggle flag allows it to open/close multiple times.

For permanent, constantly moving crushers the func_train solution is better. 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.