(procmon.exe) The original asset file was still being loaded, d'oh!
As you can see in the above image, it turned out when I 'renamed' the original asset file I left the '.bin' extension. Clearly the application is just looking at any .bin file in that directory, extracting and loading it. It wasn't a caching problem, it was just continuing to load the original files! So this time I renamed the original data_10_char.bin file to data_10_char.bxx and in the same directory created the modified data_10_char.bin asset archive with the replaced DDS files. I gave it a red body and yellow legs so it should be pretty easy to tell if it worked.
The original asset (left) and my modified version (right).
It totally worked. One thing you may notice is that the surface still looks 'glossy'. There's a number of other DDS files that I think have to do with mapping and reflection which I didn't modify. I don't really know just yet how to disable those effects simply by modifying the texture, but I'll look into it later. At least now I know I can change the textures! Now, back to learning more DirectX.
No comments:
Post a Comment