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

TR1X Bug: Item and Ammo counter digit values between 2-5 are bugged when 'Fix sprite animations' is enabled #2309

Closed
drydenj opened this issue Jan 16, 2025 · 0 comments · Fixed by #2328
Assignees
Labels
Data Requires injecting content / files that are not a part of the original game TR1 TRX bug A bug with TRX

Comments

@drydenj
Copy link

drydenj commented Jan 16, 2025

Does not occur in 4.4
Occurs in 4.5, 4.6, 4.7, 4.7.1, and dev releases thereafter.

When 'Fix sprite animations' is enabled, a bug will trigger after progressing to level 10 from either level 8 and 9, where item and ammo values with digits between 2-5 in any column appear to cycle upwards and loop between this range of numbers quickly and indefinitely.

To reproduce:
1: /play 8 OR /play 9
2: /play 10
3: /give all
4: Equip the shotgun and observe the ammo counter

This behaviour is observed both in the inventory and open play UI.
Special items such as keys are also affected (/give key *5)
The stopwatch stats UI appears to be unaffected, though I only checked that in the latest dev -454-g66b5a13.

@walkawayy walkawayy added TRX bug A bug with TRX Data Requires injecting content / files that are not a part of the original game TR1 labels Jan 16, 2025
@walkawayy walkawayy moved this to Backlog in TRX Dev tracker Jan 16, 2025
lahm86 added a commit to lahm86/TRX that referenced this issue Jan 18, 2025
This ensures that if a static was previously used as an animating
sprite (with a negative mesh count) it will be reset to 1 on the
next load.

Resolves LostArtefacts#2309.
@lahm86 lahm86 self-assigned this Jan 18, 2025
@lahm86 lahm86 moved this from Backlog to In progress in TRX Dev tracker Jan 18, 2025
lahm86 added a commit to lahm86/TRX that referenced this issue Jan 18, 2025
This ensures that if a static was previously used as an animating
sprite (with a negative mesh count) it will be reset to 1 on the
next load.

Resolves LostArtefacts#2309.
@lahm86 lahm86 closed this as completed in d44804d Jan 18, 2025
@github-project-automation github-project-automation bot moved this from In progress to Done in TRX Dev tracker Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Data Requires injecting content / files that are not a part of the original game TR1 TRX bug A bug with TRX
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants