Release Custom Skins PS3

Right

Veteran
Messages
90
Reaction score
53
Points
793
I wish I released this when I remembered what I was doing a long time ago. Took me a while to reverse engineer my own work.

Downloads:
1:
You do not have permission to view link Log in or register now.

2:
You do not have permission to view link Log in or register now.

3.
You do not have permission to view link Log in or register now.

4.
You do not have permission to view link Log in or register now.


Step One: Open up your common_mp.ff file in the editor provided above (see download 1).
Screenshot_285.png


Step Two: When opened it will create a common_mp.zone file in the same location as the .ff file. Open it with and Hex Editor (see download 2).
Screenshot_286.png

Step Three: Download or grab any gun you wish to change the skin of. For example I chose the AK74u. You can download the skins from other sites or you can grab them from any copy of cod4 on pc (pm me for more details about this).

Once downloaded drag the file onto the IWI to DDS program provided (see download 3). It will create a .dds image file of the skin.
Screenshot_287.png


Things are going to get slightly more complicated due to the age of time. Because we no longer have the old cod4 PS3 original skins with perfect file size and hex code we have to improvise.

Step Four: Open the .dds file in Paint.net (see download 4) or Photoshop (I dont have a download of this). Either create what you want on the skin to your liking or see Step 5. Once done save image as BC1 which is a dds format. BC5 does not work. *NOTE* Make sure you save the image size as 292x292 or it will not fit.
Screenshot_297.png


Step Five: Open up the newly saved .dds skin you just made in Hex editor and delete the first 7 lines shown in the picture. (Don't ask how I figured this out).
Screenshot_288.png


Step Six: Copy the remaining code.
Screenshot_289.png


Step Seven: Go back to the common.zone you still have opened in the other tab and use the search function. Search for weapon_ak74u_col or weapon_ak74u_c and find the one on line 22B4129 it will look like this (note this might not be in the same place but shouldnt be far off the line).
Screenshot_298.png


Next after the col theres a . which will show as a 00 value on the left. After that in the image it is 31 which is the hex value for 1 (it may be different on yours) put your marker just after the . and before the 1 in the middle on the right side and right click and paste write.
Screenshot_299.png

It should end just a little bit before this line of code. Use the Search function to search forward for "envMap"
Obviously its not perfect and there still some code behind it after we write paste which is not ideal but it will have to do in this instance.
Screenshot_300.png


"=™”ÜenvMapParms�@@"

Step Eight
:
The code Between the end line of your paste write and EnvMap fill with 00 which are called null bytes.
Screenshot_296.png


Then you should be done. Save the file in Hex editor (common_mp.zone) and make sure to save your common.ff file in the editor from the beginning.
I know this is very complicated so if you need anything message me.
 
Last edited:
Top