UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: Captain Zombie on March 21, 2018, 02:02:54 pm

Title: Change the color eyes of zombies
Post by: Captain Zombie on March 21, 2018, 02:02:54 pm
Hi guys
How can i change the color eyes of zombies ?
And thanks  :)
Title: Re: Change the color eyes of zombies
Post by: fanmagic on March 21, 2018, 05:26:49 pm
Hi guys
How can i change the color eyes of zombies ?
And thanks  :)
You have to search the image file for the zombie eyes and edit it. I can't remember how the .iwi is called, but maybe someone else will. :)

You could also use this if you like
https://www.ugx-mods.com/forum/index.php/topic,2872.msg28480.html#msg28480 (https://www.ugx-mods.com/forum/index.php/topic,2872.msg28480.html#msg28480)
Title: Re: Change the color eyes of zombies
Post by: TGMKTheII on March 21, 2018, 05:44:50 pm
Youll need some sort of photo editor, preferably paint.NET (Not MS Paint).

You'll also need two converters, IWI to DDS, DDS to IWI. - You can get this program here:
http://tom-crowley.co.uk/ (http://tom-crowley.co.uk/)

When you have those two programs, go to Root > Main > IW_09 and search for zombie_eye.iwi. This should be near the top of the folder but if it isn't, keep looking. Right click on that, COPY (do not drag) and PASTE to your desktop. Drag that IWI file onto Tom's IWI to DDS program. DRAG IT OVER THE PROGRAM DON'T OPEN IT. once you do that another file will appear on your dekstop, but this time it will have a picture on it. Take that picture file (leave the original IWI) and drag it onto the paint.NET program (or open it) and edit it to your liking. It should be a yellow or orange square, I can't remember. I just used the paint bucket tool to use blue :P

After editing, press the save button, and drag the image onto the DDS to IWI converter now. This will spit out the same file you edited but instead it will make it an IWI again :). Take this to root > mods > mapname > images and paste.

Tick it in the Mod Builder and build mod! Run game and your eyes should be whatever color you changed it to :) If you somehow get lost here, just ask and I'll try to explain it a bit better :)
Title: Re: Change the color eyes of zombies
Post by: Haaagaibmsirirla on March 21, 2018, 06:03:55 pm
Youll need some sort of photo editor, preferably paint.NET (Not MS Paint).

You'll also need two converters, IWI to DDS, DDS to IWI. - You can get this program here: http://tom-crowley.co.uk/ (http://tom-crowley.co.uk/)

When you have those two programs, go to Root > Main > IW_09 and search for zombie_eye.iwi. This should be near the top of the folder but if it isn't, keep looking. Right click on that, COPY (do not drag) and PASTE to your desktop. Drag that IWI file onto Tom's IWI to DDS program. DRAG IT OVER THE PROGRAM DON'T OPEN IT. once you do that another file will appear on your dekstop, but this time it will have a picture on it. Take that picture file (leave the original IWI) and drag it onto the paint.NET program (or open it) and edit it to your liking. It should be a yellow or orange square, I can't remember. I just used the paint bucket tool to use blue :P

After editing, press the save button, and drag the image onto the DDS to IWI converter now. This will spit out the same file you edited but instead it will make it an IWI again :). Take this to root > mods > mapname > images and paste.

Tick it in the Mod Builder and build mod! Run game and your eyes should be whatever color you changed it to :) If you somehow get lost here, just ask and I'll try to explain it a bit better :)

Thanks for the tutorial!