How to make a model explode when you shoot at it, like the soldiers in SiN.
6 replies, posted
Now i'm not sure if this is a .qc command or something else, but is there a way to make a model blow up if you shoot at it enough, like the antlion workers in Episode 2 or the soldiers in SiN Emergence, when they die, they explode. Is that a .qc command or coding? I don't know and I need some help.
Hell I don't even know if this is the right section.
Trying to make a model that if you shoot it a couple of times, it blows up..
Though I might post this in the LUA section cause I do want an NPC that does the same.
The soldiers in SiN were coded in the games code to do that, not through the model.
Aww, well, is it possible to do that through an SNPC?
no
[QUOTE=F T;20453145]Aww, well, is it possible to do that through an SNPC?[/QUOTE]
Yes, but its very difficult. The best example would be the headcrab on the zombies. The zombie, the headcrab, and the zombie with the headcrab are technically all different models. And when the zombie dies ( under certain circumstances ) the headcrab is loaded where it should be. So instead of loading in a headcrab you could load in the different parts of the body, such as arms and legs and such. This would require a model for each part you want to blow off. Just like with the exploding barrel, the broken up parts are separate models.
Sorry, you need to Log In to post a reply to this thread.