UGX-Mods

Call of Duty 5: World at War => Help Desk => Modding => Topic started by: InFInIX on June 01, 2015, 09:46:20 pm

Title: Zombies without gibbing
Post by: InFInIX on June 01, 2015, 09:46:20 pm
I want to use custom robot models for my zombies but i don't want that they loose different parts of theyre body
how can i remove gibbing and add the model?
Title: Re: Zombies without gibbing
Post by: josemassacre on June 01, 2015, 11:00:05 pm
Add a new folder to your map name root and name it character.
Go to waw root/raw/character and find the two gsc files char_ger_honorgaurd_zombies
and char_ger_honorgaurd2_zombies and paste them into the file you made.
Open each and delet all the added models that have a g (stands for gib) until just the regular model remains
I assume you know how to add the models.  Tick your new folder and files you just added.
Build your mod and no gibbing. I'm almost certain that's all I had to do to make the zombies not
gib
Title: Re: Zombies without gibbing
Post by: Harry Bo21 on June 02, 2015, 08:02:33 am
or remove the gibbing call in zombiemode_spawner in the

zombie_do_damage() function
Title: Re: Zombies without gibbing
Post by: BluntStuffy on June 02, 2015, 10:39:28 am
..or just set self.gibbed = true; in zombiemode_spawner. A gibbed zombie can't gib again.