gonetz / GLideN64

A new generation, open-source graphics plugin for N64 emulators.
Other
754 stars 174 forks source link

[Bug] TxHiResNoCache doesn't work for games with colon : #2807

Closed GhostlyDark closed 5 months ago

GhostlyDark commented 6 months ago

Using TxHiResNoCache doesn't work with games that contain a colon : in the internal ROM Name. In my recent use case: Turok 3: Shadow of O

Workaround: Let GLideN64 generate HTC/HTS cache instead or replace : with - via hex editing.

gonetz commented 5 months ago

Fixed. The name of folder with Hires textures should be the same as name of folder with dumped textures. In case of Turok 3 - Shadow of Oblivion it should be Turok 3- Shadow of O, because ':' in the internal name is replaced by '-'