UGX-Mods

Call of Duty 5: World at War => Help Desk => Modding => Topic started by: Chunkdogg9 on October 08, 2012, 04:41:13 am

Title: Edit perk machines?
Post by: Chunkdogg9 on October 08, 2012, 04:41:13 am
Is there a way to edit the default perk machines so like change the name the colour and the picture just like in propertree?
Title: Re: Edit perk machines?
Post by: treminaor on October 08, 2012, 05:43:16 am
I've taken the liberty of cleaning the crap from this thread.

To change the appearance of the perk machines, you simply need to edit the textures.

Download IW's IWI2DDS tools (google), and use it to convert these iwi files (from raw/images):
Code Snippet
Plaintext
"C:\Program Files (x86)\Activision\Call of Duty - World at War\raw\images\zombie_vending_revive_c.iwi"
"C:\Program Files (x86)\Activision\Call of Duty - World at War\raw\images\zombie_vending_sleight_c.iwi"
"C:\Program Files (x86)\Activision\Call of Duty - World at War\raw\images\zombie_vending_doubletap_c.iwi"
"C:\Program Files (x86)\Activision\Call of Duty - World at War\raw\images\zombie_vending_jugg_col.iwi"

Open them with Photoshop (or similar) and edit to your heart's content.
Lastly use the same IWI2DDS tools to convert your new dds files back to IWI, then put them in your mod's images folder (example: C:\Program Files (x86)\Activision\Call of Duty - World at War\mods\nazi_zombie_map\images\)
Note: You will need to install Nvidia's DDS tools for Photoshop, or use an image editing program that supports opening and saving DDS files.

Lastly, check their filenames on the Mods tab of Launcher and build your mod iwd:
(https://dl.dropbox.com/u/7345145/ShareX/2012-10/2012-10-07_22-43-10.png)

Title: Re: Edit perk machines?
Post by: Chunkdogg9 on October 08, 2012, 05:45:08 am
Thank you sooo much man!!
Title: Re: Edit perk machines?
Post by: treminaor on October 08, 2012, 05:46:25 am
Thank you sooo much man!!
np, reply back if you have any problems.
Title: Re: Edit perk machines?
Post by: Chunkdogg9 on October 08, 2012, 05:51:11 am
How about to make a custom perk machine do I just copy something?
Title: Re: Edit perk machines?
Post by: treminaor on October 08, 2012, 05:53:37 am
How about to make a custom perk machine do I just copy something?
You mean custom as in custom perk effects? Or what.
Title: Re: Edit perk machines?
Post by: Chunkdogg9 on October 08, 2012, 06:10:43 am
So I'm not using the jugg machine but it's a new jugg machine with new perk
Title: Re: Edit perk machines?
Post by: Chunkdogg9 on October 08, 2012, 07:16:02 am
I dont have those files in raw/images
Title: Re: Edit perk machines?
Post by: treminaor on October 08, 2012, 08:10:29 am
I dont have those files in raw/images
Easiest thing to do is download Tom's Xmodel Utilities and let it "scan" your fastfiles for images. It will extract all the images from the main .iwd's into raw/images.

Second, faster but harder solution is to find them yourself in /main/

So I'm not using the jugg machine but it's a new jugg machine with new perk
You would have to make the new perk first. Copying the machine xmodel is the easy part.