FanTranslatorsInternational / Kuriimu2

Kuriimu is a general purpose game translation project manager and toolkit for authors of fan translations and game mods.
GNU General Public License v3.0
308 stars 56 forks source link

Support additional PS3 MtTex formats #320

Open kapdap opened 3 months ago

kapdap commented 3 months ago

Changes are to support Resident Evil: Code Veronica X HD.

kapdap commented 3 months ago

Change format 0x14 back to DXT3 and added extra entry for version 0x98

IcySon55 commented 3 months ago

If the different versions have a different format table, implementation should be a separate format table instead of a hack in the existing table.

kapdap commented 3 months ago

Table hack was based on current implementation

https://github.com/FanTranslatorsInternational/Kuriimu2/blob/f4d694d25ac14466fd1884f77846efc7fe547db2/plugins/Capcom/plugin_mt_framework/Images/MtTex.cs#L249 https://github.com/FanTranslatorsInternational/Kuriimu2/blob/f4d694d25ac14466fd1884f77846efc7fe547db2/plugins/Capcom/plugin_mt_framework/Images/MtTexSupport.cs#L210

IcySon55 commented 3 months ago

Unfortunate! XD