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

Enhancement: add 3D pickup animation for the dagger #1830

Open
aredfan opened this issue Nov 5, 2024 · 3 comments
Open

Enhancement: add 3D pickup animation for the dagger #1830

aredfan opened this issue Nov 5, 2024 · 3 comments
Labels
Data Requires injecting content / files that are not a part of the original game Enhancement Improvement of an existing feature TR2

Comments

@aredfan
Copy link
Collaborator

aredfan commented Nov 5, 2024

In OG TR2, when Lara pulls the dagger from the dragon - there's no sprite displayed on the HUD.

@aredfan aredfan added Enhancement Improvement of an existing feature TR2 labels Nov 5, 2024
@aredfan aredfan changed the title TR2: add 3D pickup animation for the dagger Enhancement: add 3D pickup animation for the dagger Nov 5, 2024
@lahm86 lahm86 moved this to Backlog in Roadmap Nov 5, 2024
@walkawayy
Copy link
Collaborator

walkawayy commented Nov 5, 2024

@lahm86 this will also require #1634 I think (or I guess the inverse of that?). The dagger is O_PUZZLE_OPTION_2 which is ID 179. However, the game doesn't have a sprite for the dagger aka O_PUZZLE_ITEM_2 which is ID 175. So we could make this work for 3D pickups only at the moment.

@lahm86
Copy link
Collaborator

lahm86 commented Nov 5, 2024

Yes, we would either have to come up with a sprite to inject (and work out where to put it) or only support this if 3D pickup HUD display is enabled.

@walkawayy walkawayy added the Data Requires injecting content / files that are not a part of the original game label Nov 6, 2024
@rr-
Copy link
Collaborator

rr- commented Nov 6, 2024

Yes, we would either have to come up with a sprite to inject (and work out where to put it) or only support this if 3D pickup HUD display is enabled.

IMO we should supply a sprite. Should be relatively easy to craft one since we already have the 3d model for it.

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 Enhancement Improvement of an existing feature TR2
Projects
Status: Backlog
Development

No branches or pull requests

4 participants