Originally posted by TehMerkMods
So we all know by now of the BO2 Image Injectors?
PS3.SetMemory(0xCAD88488, File.ReadAllBytes(mks.FileName));
^^Here is the offset i use to set the image but sadly it doesn't set...
Anyone know why?
you will have to use DDS (DXT3) as the image format #sadly C# dosen't support DDS so you can't convert image to DDS
after getting your DDS image then you can read the bytes from it, but you will have to remove the header #the first 0x80 bytes
- if you want an example image tell me
Some notes:
the correct address is 0xCAD88480
the bytes length is 0x100000
the image resolution is 1024x1024