Boothand Posted February 28, 2015 Share Posted February 28, 2015 Hey.I'm trying to make a model I've made as a map object be breakable.I've been playing around with func_breakable and the model2 key. The position always either stays at 0,0,0, or goes somewhere I can't find. Things I've tried: -func_breakable without origin brush = model at 0,0,0.-func_breakable with origin brush = model out of sight, also the entity brush itself is gone.-func_breakable placed at 0,0,0, given custom origin key = gone.-change origin in text editor in .bsp = errors, or no change. @@IrocJeff, didn't I make you do this trick for your bottles? Did you run into this issue? Edit: This is for JK2 MP. Link to comment
Solution Langerd Posted February 28, 2015 Solution Share Posted February 28, 2015 1.Create the MD3 model that You want to be breakable2.Create the brushes into the shapes of this model (for my crate i just made a single cube)3.Select BRUSHES and give them ,,Func_breakable"4.Give this func_breakable a ,,targetname" spawnflag (for example boom)5.Select the MD3 MODEL and give it the ,,target" spawnflag and just wrote the targeting object - (in my case boom)6.Compile Your map and open Your game7.Shoot the model with Your rocket and see beautiful destruction http://wrzucaj.net/T3Ghttp://wrzucaj.net/T3Hhttp://wrzucaj.net/T3lhttp://wrzucaj.net/T5X Link to comment
IrocJeff Posted February 28, 2015 Share Posted February 28, 2015 Hey.I'm trying to make a model I've made as a map object be breakable.I've been playing around with func_breakable and the model2 key. The position always either stays at 0,0,0, or goes somewhere I can't find. Things I've tried: -func_breakable without origin brush = model at 0,0,0.-func_breakable with origin brush = model out of sight, also the entity brush itself is gone.-func_breakable placed at 0,0,0, given custom origin key = gone.-change origin in text editor in .bsp = errors, or no change. @@IrocJeff, didn't I make you do this trick for your bottles? Did you run into this issue? Well, I decided I didn't need breakable bottles because it would throw off the pattern from machine to machine if it all didn't line up properly. However, it looks like @Langerd figured it out. Link to comment
Boothand Posted February 28, 2015 Author Share Posted February 28, 2015 I forgot to mention this is for JK2 (multiplayer). It doesn't seem to have misc_model_static, only misc_model which gets baked into the map geometry. Singleplayer has misc_model_breakable, but not multiplayer. However! I had already tried what @@Langerd said, and now I tried it with misc_model_static for Jedi Academy, just to test. That didn't work either. I didn't mean the breakables, IrocJeff, but the technique of using model2 on a caulk brush to draw the model over it. When I try that, the aboves happen. Steps:-Caulk brush, made it func_breakable.-Misc_model_static, gave it path to my model.-Connected breakable to misc_model_static. Models shows up, but stays after breakable is broken. Link to comment
Ramikad Posted February 28, 2015 Share Posted February 28, 2015 Shouldn't it be the other way around? Connecting the misc_model or misc_model_static to the func_breakable? Langerd and Boothand like this Link to comment
Langerd Posted February 28, 2015 Share Posted February 28, 2015 I forgot to mention this is for JK2 (multiplayer). It doesn't seem to have misc_model_static, only misc_model which gets baked into the map geometry. Singleplayer has misc_model_breakable, but not multiplayer. However! I had already tried what @@Langerd said, and now I tried it with misc_model_static for Jedi Academy, just to test. That didn't work either. I didn't mean the breakables, IrocJeff, but the technique of using model2 on a caulk brush to draw the model over it. When I try that, the aboves happen. Steps:-Caulk brush, made it func_breakable.-Misc_model_static, gave it path to my model.-Connected breakable to misc_model_static. Models shows up, but stays after breakable is broken.I dont know about making it to the Jk2. It is strange because it works for me in JK3 (maybe because i used misc_model not misc_model_static... dunno with this one) Link to comment
Langerd Posted February 28, 2015 Share Posted February 28, 2015 (edited) Shouldn't it be the other way around? Connecting the misc_model or misc_model_static to the func_breakable?Yes You select the model target it to the func_breakable brush and voila. It should work. Dont know if it works with misc_model_static however. :/ Hmm If the compiler create map for JK3 and Jk2 does is change the enity according which game we choose? I forgot about that you select the game You want to create the map in GTKradiant. Edited February 28, 2015 by Langerd Link to comment
Boothand Posted February 28, 2015 Author Share Posted February 28, 2015 Shouldn't it be the other way around? Connecting the misc_model or misc_model_static to the func_breakable? Seems so! Thank you. I was sure it wouldn't work with a regular misc_model. It does! Langerd likes this Link to comment
ensiform Posted March 1, 2015 Share Posted March 1, 2015 It ONLY works with misc_model with the q3map2 _targetname trick. It merges during compile, so any special entities like misc_model_static or misc_model_breakable would not work. These are gamecode specific. Langerd and Boothand like this Link to comment
Langerd Posted March 1, 2015 Share Posted March 1, 2015 Jk3 has very f**ked up codes and pathes options... many things screwing up with no logical reasons... It is one of the best game ever (in my opinion) but it was made too qucikly and without much engagement as the Jedi Outcast . They add saber styles, few new force powers and weapons (the animation and maps are the biggest work here i think). But when we open the assets and see how it is all done in my opinion it is like the one bog modification to the JK2. IT WORKS but it is soooo messed up :/ Anyway we all love this game so we dont care about the mess (some of us) Ramikad likes this Link to comment
Ramikad Posted March 1, 2015 Share Posted March 1, 2015 Jk3 has very f**ked up codes and pathes options... many things screwing up with no logical reasons... It is one of the best game ever (in my opinion) but it was made too qucikly and without much engagement as the Jedi Outcast . They add saber styles, few new force powers and weapons (the animation and maps are the biggest work here i think). But when we open the assets and see how it is all done in my opinion it is like the one bog modification to the JK2. IT WORKS but it is soooo messed up :/ Anyway we all love this game so we dont care about the mess (some of us) Quoted for the truth. I might add that the "new" Force Powers were already available in JK2 MP, and only Force Energize and Force Heal Other are genuinely new. Link to comment
Boothand Posted March 1, 2015 Author Share Posted March 1, 2015 Quoted for the truth. I might add that the "new" Force Powers were already available in JK2 MP, and only Force Energize and Force Heal Other are genuinely new. Actually, JK2mp has Team Energize and Team Heal. ^^ Link to comment
Ramikad Posted March 1, 2015 Share Posted March 1, 2015 Just checked again, you're both right. JA only has Drain, Rage (and I guess Protect and Absorb) as singleplayer powers as well, while Team Heal and Team Energize are still MP only. Which makes sense. Link to comment
Boothand Posted March 1, 2015 Author Share Posted March 1, 2015 Jk2 mp has rage and drain? Of course. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now