Jump to content

Home

shields and destructible objects


Tyler_Durden

Recommended Posts

I am in the process of making my map, however i wanted to make a part in the game where you would have to destroy some shield generators in order to destroy a reactor, kind of like the shield level in the doomgiver.

 

I also wanted to make the reactor explode when you destroy it. I read the rich diesal tutorials thoroughly, however he doesn't cover this area. So i was wondering if anyone knew how to implement these into the game?

 

And thanks in advance to whoever helps me out.

Link to comment
Share on other sites

hmm thats a bit general;

so you want to destroy shield generators with a weapon? hence giving you access to the reactor to be destroyed with a weapon as well? it depends on how you want it to be destroyed and the event to occur when it is.

Link to comment
Share on other sites

k whatever a func_breakable is targeted at will be used when the breakable breaks. so just target the shield generator (func_breakable) to whatever force field or door or what ever you have blocking the reactor. when you break the generator the door will open or whatever.

 

for the reactor are you looking for a func_breakable for that to cuz you can set some of the breakable characteristics for it in the entity window; just look to see whats there. If you are looking for an amazing massive pyrotechnic display; i'm not sure how to do that but i'll see if i can find out. I guess you can have a bunch of func_breakables trigger in sequence with varying wait values. You could probably assigne massive chunks and size to it. probably throw in a couple fx fires to trigger on and off quickly or something

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...