Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom level graphical glitches #2435

Open
ALDamico opened this issue Feb 2, 2025 · 1 comment
Open

Custom level graphical glitches #2435

ALDamico opened this issue Feb 2, 2025 · 1 comment
Labels
Support No code changes necessary

Comments

@ALDamico
Copy link

ALDamico commented Feb 2, 2025

Still in Nordic Adventure, there are a few minor texturing glitches.

How it should look:

Image

How it actually looks

Image

@lahm86
Copy link
Collaborator

lahm86 commented Feb 2, 2025

You'll need to ensure you modify the gameflow json file to remove injections that aren't relevant; the default gameflow is configured to target the original level files. So here in particular there is an injection that fixes the wolf eyes in Caves, but that's not applicable to the layout of the texture pages in a custom level, so you get an odd result like this. In general, any injection that is OG-level specific will produce unknown results in a custom level.

There is more information on the injection system below, and what each file changes.

https://github.com/LostArtefacts/TRX/blob/develop/docs/tr1/GAMEFLOW.md#injections

@lahm86 lahm86 added the Support No code changes necessary label Feb 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Support No code changes necessary
Projects
Status: No status
Development

No branches or pull requests

2 participants