Hi all amazing ppl of this forum,
I'm starting to mod my mw3 and i got a problem, i try to modify the .iwi file of mouse arrow with the normal process used to make texture for ammo, but this method doesn't work. I didn't find nothing about it around, can someone told me what i should do for making my texture work?
Thanks all in advance,
Pwnsome
Hi all amazing ppl of this forum,
I'm starting to mod my mw3 and i got a problem, i try to modify the .iwi file of mouse arrow with the normal process used to make texture for ammo, but this method doesn't work. I didn't find nothing about it around, can someone told me what i should do for making my texture work?
Thanks all in advance,
Pwnsome
If you tell us texture model name and its location, we might be able to help you.
03-02-2013, 03:38 (This post was last modified: 03-02-2013, 03:43 by House.)
Here is how to do et:
Convert iwi to dds using IWI_X_DDS by Diego Logic (if you actually open up that program and drop iwi there, it will give you some useful information like format and mipmaps)
3_cursor3.iwi is in DXT3 format and has 1 mipmap, which means we will save it (after editing) in DXT3 format without mipmaps:
also to convert back to iwi you will need @TwoPumpChump's software for conversion (Tom IWI & DDS Converter) which can be found here http://tom-crowley.co.uk/downloads/ bcus standard conversion tool does not support that format
P.S.
when editing, don't forget to edit alpha channel
P.P.S.
after conversion you must fix the iwi with standard procedure ..
in case someone wants this awsome texture mod -> check attached
03-02-2013, 14:53 (This post was last modified: 03-02-2013, 17:37 by pwnsome.)
(03-02-2013, 03:38)House Wrote: in case someone wants this awsome texture mod -> check attached
LOOL xD
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thank a lot for all info and for posting your edited file , when u said that i must edit alpha channel what u mean exactly? i was thinking that editing alpha channel permits just to change the intensity of the used color so if i don't edit it what will happen? another thing, u said that i must use no mip maps when i save from PS, but it have 1 mip maps
(03-02-2013, 03:38)House Wrote: in case someone wants this awsome texture mod -> check attached
LOOL xD
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thank a lot for all info and for posting your edited file , when u said that i must edit alpha channel what u mean exactly? i was thinking that editing alpha channel permits just to change the intensity of the used color so if i don't edit it what will happen? another thing, u said that i must use no mip maps when i save from PS, but it have 1 mip maps
if you left alpha channel all black you won't be able to see your texture etc .. if original texture has only one mipmap that means that the image file used in game is in fact always that same mipmap, upon saving DDS file in photoshop that one mipmap is autogenerated and we aint need to add more ... I hope I explained
Yes you explained very good , but i don't know how i should edit alpha channel. Im trying to use the skull of ELITE Premium Founder Status so how i should edit alpha channel? Actually i did everything without alpha channel and when i start mw3 i get the error: Couldn't load image '3_cursor3'. Thank you for helping me and sorry for all the questions xD
(03-03-2013, 15:11)pwnsome Wrote: Yes you explained very good , but i don't know how i should edit alpha channel. Im trying to use the skull of ELITE Premium Founder Status so how i should edit alpha channel? Actually i did everything without alpha channel and when i start mw3 i get the error: Couldn't load image '3_cursor3'. Thank you for helping me and sorry for all the questions xD
You did something wrong, (not)editing alpha channel wouldn't cause these errors. Check if you fixed your iwi well.
03-03-2013, 17:04 (This post was last modified: 03-03-2013, 17:06 by pwnsome.)
(03-03-2013, 15:24)House Wrote: Check if you fixed your iwi well.
I use this method to fix iwi i use HxD and i copy and past the first two lines from the original iwi to the edit iwi, and i copy the last 00 from the second line and i add it in the beginning of 3rd line for four times, then i delete the last four bytes of the last line and then i save, after it i use crcfixer (without receving any arror) and then i replace the file in mw3 :S what i did wrong?
(03-03-2013, 15:24)House Wrote: Check if you fixed your iwi well.
I use this method to fix iwi i use HxD and i copy and past the first two lines from the original iwi to the edit iwi, and i copy the last 00 from the second line and i add it in the beginning of 3rd line for four times, then i delete the last four bytes of the last line and then i save, after it i use crcfixer (without receving any arror) and then i replace the file in mw3 :S what i did wrong?
try with IWIFix ... its automated tool for iwi fixing,tho you still have to use that SuperNobaAO's CRC23