Skip to content

Add proper Tomb Raider Remastered support #529

Description

@leahanderson1

the file paths in the remastered version are a little different than what the game expects.
for example, the tracks are instead located in TRACKS/NAME.ogg, not audio/track_NAME.ogg. Languaged tracks are stored in TRACKS/LANG/NAME.ogg, not audio/track_NAME_LANG.ogg. for FMVs, the files that the game expects are in FMV/OG, however their "HD" FMVs are stored as ogv files, not sure if that is an issue at all. loading screens are stored in PIX/OG/ in DDS format. the "HD" formatted files appear to not properly comply with the DDS spec or whatever, so i get issues when attempting to load them. here are the filenames in PIX/OG:
ATLAN.DDS EGYPT.DDS GYM.DDS TITLE_JA.DDS UB_ATLAN.DDS AZTEC.DDS GREEK.DDS TITLE_EU.DDS TITLE_US.DDS UB_EGYPT.DDS

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions