Texture Replacement
|
12-14-2017, 01:05 PM
(This post was last modified: 12-14-2017 01:06 PM by FOPSP.)
![]() |
|||
|
|||
RE: Texture Replacement
You should check for duplicates of the original textures you replaced in the "new" folder(arranging the items by size should help finding it). They can use slightly different file names. Check if the first section of 8 characters, 2nd section of 8 characters and/or the 3rd section of 8 characters are the same. Then replace the sections that are different with all zeroes in textures.ini.
Example(I added the spaces between the sections for clarity. It's probably not a good idea to add those to a real textures.ini file): 0911ffc0 078d3c32 5a655cae = customimage.png 09223ac0 078d3c32 5a655cae = customimage.png 09aa6890 078d3c32 5a655cae = customimage.png In this case only the first part is different, so it becomes: 00000000 078d3c32 5a655cae = customimage.png |
|||
« Next Oldest | Next Newest »
|