Zombie Eye Color Change
-
Is it possible to make a mod to change the zombie eye color within BO1, I know the mod Renaissance can do that but there is no standalone mod for it.
-
Fruit salad yeah it’s possible to do it
-
Is there a existing mod that does it, because the yellow/orange eyes are hella annoying now, or could someone make it?
-
Fruit salad To change the color of the zombie just modify this fx:
misc\fx_zombie_eye_single
and when you compile your mod.ff add this in your mod.csv:
fx,misc\fx_zombie_eye_single
If you want to remove the effect just add go to _zombiemode_spawner.gsc and look for this line:
self thread zombie_gib_on_damage();
below it add:
self thread zombie_eye_glow_stop();
-
shippuden1592 thanks man
-
shippuden1592 I tried doing it but I am terrible at modding. Do you think it would be possible for you or someone you know to make a mod for it, Thanks again