Hey there!
I'm creating an action/platform Sonic Adventure sort of style game. I'll use Sonic as an example. In those games, there are big bosses which are robotic and have destructable parts on them. You can blow one cannon off, but not kill the whole thing.
I was wondering how I could go about doing that, and how I would tie those parts to the main body, and how I could make the boss utilize the parts on him, but know when they're gone and not try to use them anymore resulting in it just standing there and getting killed.
Hopefully I described this clearly enough. Thanks for ANY help I get.
Boss with destructable parts?
Hey!
I would do it like this. Make each cannon/etc a seperate Pawn that if it is not dead always reattaches itself to the boss (so it appears to be part of it). The boss can tell the cannon to fire, i do believe, by using it's szEntityName set in the editor. It can check if it's dead using a similar method, and if so not use it.
I would do it like this. Make each cannon/etc a seperate Pawn that if it is not dead always reattaches itself to the boss (so it appears to be part of it). The boss can tell the cannon to fire, i do believe, by using it's szEntityName set in the editor. It can check if it's dead using a similar method, and if so not use it.
RF2 site: http://realityfactory2.sourceforge.net/
RF2 tasks: http://sourceforge.net/pm/?group_id=179085
RF2 tasks: http://sourceforge.net/pm/?group_id=179085