patchx Posted April 24, 2002 Share Posted April 24, 2002 does anyone knoe what key and value you have to put in to make a model solid so u cant walk through it? also to make it mag locked and stuff wood be good to.. -patch Link to comment Share on other sites More sharing options...
Cmdr. Antilles Posted April 24, 2002 Share Posted April 24, 2002 I haven't tried it in JK2Radiant, but in EF, there was a misc_model_breakable, that had the option to make it solid. Other than that, there's no way to make a misc_model automatically solid. Best thing to do is make a bounding box for it out of something solid and invisible. Like 'cushion', which I think is 'system/cushion' in JK2. Link to comment Share on other sites More sharing options...
CheshireKat Posted April 24, 2002 Share Posted April 24, 2002 Make a brush that surrounds it and apply a cusion texture to it. Cusion is in the System catagory. Now tell me how you got your models to work! Link to comment Share on other sites More sharing options...
patchx Posted April 24, 2002 Author Share Posted April 24, 2002 i just pick the model i want from the directory and then change the directory structure that it comes up with so that its starts with /model instead of c:/programfiles/lucasarts.....blah blah blah wont putting a brush around it make it have a big box around it? radiant is wierd... -patch Link to comment Share on other sites More sharing options...
Cmdr. Antilles Posted April 24, 2002 Share Posted April 24, 2002 That's why you apply the 'cushion' shader to the brush. It won't appear in game, but it will be solid. It's called a 'bounding box'. It's the easiest way, but it's not totally accurate. say you have a tree model. If you put one big 'cushion' around it, and it's as wide as the branches, even down at the base, it'll be strange, and won't allow you to run right next to the trunk. Get it? so you can always use multiple brushes to roughly mimic the shape of the model. And, if you want it to stop the player, but still be shot through, use the 'system/clip' texture instead. Link to comment Share on other sites More sharing options...
CheshireKat Posted April 24, 2002 Share Posted April 24, 2002 Gonna go trie it now. Hope it works. Link to comment Share on other sites More sharing options...
CheshireKat Posted April 24, 2002 Share Posted April 24, 2002 This may soud stupid, but how do I change the directory? Link to comment Share on other sites More sharing options...
UniKorn Posted April 24, 2002 Share Posted April 24, 2002 You use Cushion Agent007? I just use clip. Cushion gives you a soft landing I think. UniKorn Project Lead / Mapper 4 Wired Lamp Studios http://www.wiredlampstudios.com Link to comment Share on other sites More sharing options...
Oz Posted April 24, 2002 Share Posted April 24, 2002 Yes...you should only use cushion when you want to make a brush that will give the player a place to land where he won't take any damamge. Using clip isn't quite right either, because the clip shader will not block blaster shots and such, so you'll be able to shoot through things. Instead you should use the shader called physicsclip, which will provide collision for players and for weapons. Also, in many cases you won't want to build a simple box around your model because the collision won't conform to the shape. You'll probably want to build an approximation of the model's shape out of physicsclip brushes. Yeah it's a bit of a pain, but it's what we did for things like the Imperial shuttle, the TIE Fighter, the Cloud Car, the big vane things in bespin_undercity, etc. Oh yeah, one other thing... If you check the spawnflag for making a misc_model_breakable solid, you will get a bounding box for it that's perfectly rectangular. So keep this in mind when you use them... Oz Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.