kanehart Posted April 25, 2002 Share Posted April 25, 2002 I'm trying to make a map with doors. But I don't know how to??? Link to comment Share on other sites More sharing options...
Tantalus Posted April 25, 2002 Share Posted April 25, 2002 All you have to do is make a brush to be your door, then select it, right click, and from the menu select func_door. Then you'll need to hit N (with the door still selected) to bring up the entity window. In that window, use the angle or up/down buttons to select the direction the door will move (for sliding doors). Radiant will automatically figure out how far to move the door, so don't worry about that. Also, if you want the door to make a sound, you'll have to choose a soundset to place in the key/value fields. I recommend impdoor1, it's what I use for all of my normal doors. This will get you a basic door that opens when you come near it. If you want to set the door to open by switches, do the same, but add the brushes for the switches (make them func_usable), or add a brush in front of the switch using the trigger texture and make that a trigger_multiple. Either way, select the trigger_multiple (or the switch if using a func_usable), then select the door (you MUST select the switch or trigger first, otherwise the game will think the door is a switch; also, do a shift+ctrl+click on the editing window before doing this or it may not make the link) and hit ctrl+k. This should link the two entities, and if it has you'll see a line with arrows along it going from the switch to the door. There are other parameters you'll probably want to play with, but this will get you the basic function. Hope this helps. Link to comment Share on other sites More sharing options...
Dea Posted April 25, 2002 Share Posted April 25, 2002 as a nice tought you micht want to select the x in the func_door entity. As a result players are able to open the door using the force. Link to comment Share on other sites More sharing options...
kanehart Posted April 25, 2002 Author Share Posted April 25, 2002 Thanks so much. I will do that. There should be a jedi knight II guide like this. So There will be make doors then info like this on it. Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.