-
Notifications
You must be signed in to change notification settings - Fork 38
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
Add 3D PickUps #1634
Comments
For this and #1633 - I think the devs should make allowance for secrets to remain sprites because there are no 3d models for secrets in TR2/GM. In other words, a hybrid option of 3d pickups and sprites. |
Are there any decent 3d models for the dragons that we could inject? |
Ah shoot that's true. A hybrid could work. I could also try modelling something perhaps. What format would we need for it? OBJ, STP? Would there be a max face count to regard? |
I'm afraid I don't know; maybe @lahm86 could answer this? Regarding style, I'd try to maintain this dragon shape: |
Thanks a lot! I was going to look for them. I believe some fans even dug up the source images of these from some 90s stock product. I'll see if I can find some of that. Will be helpful to have as much info as possible to then distil down to something low poly. |
Of all the pickup items in TR2, the flare box has the most faces - 325 in total between 4 meshes. The small medipack has the most meshes (7). I can't say whether or not there are limits, but these numbers seem fairly generous for making new models. In terms of format, WadTool supports several - too many to list 😄 If you open a level, pick any object and then choose Edit Skeleton > Import Mesh, you can see the supported types there. Whatever is chosen ideally would be compatible with WadTool so we could then easily convert it to TR format and generate injections. For the injections themselves, we'd need to allocate new object IDs as I don't think there are any spare in OG (aside from maybe the unused map object). |
Cf TR1X
The text was updated successfully, but these errors were encountered: