MoArtis / ResidentEvilSeamlessHdProject

HD Texture packs for the Resident Evil games and DC2 (Hopefully) ~ The packs are made feasible by a custom-made mask textures recreation tool.
https://www.reshdp.com/
101 stars 2 forks source link

Find a way to dump natively the backgrounds and the masks of RE3 PC (Sourcenext) #92

Closed MoArtis closed 5 years ago

MoArtis commented 5 years ago

Search for existing dump tools for RE3 SN or try to modify Gemini's RE2 mod sdk (https://github.com/Gemini-Loboto3/RE2-Mod-SDK/wiki).

This will be certainly helpful: https://github.com/pmandin/reevengi-tools/wiki/.RDT-(Resident-Evil-3)

MoArtis commented 5 years ago

Done!

image

I used RE3ROFSBE.exe for the BG and getting my hands on the SLD files (a collection of TIM data for the masks).

Then I modified Gemini's mod tools to add an SLD conversion function (mostly by converting Pmandin function from C to C++).