-
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
Set default weapon on pickup #1443
Comments
Maybe a dumb question, but what is a "default gun"? I guess the pistolless state of Lara is so seldom in the game that I'm unaware of the dynamic you've described in the linked PR. If she has other weapons than pistols (this being a scenario a player really has to force to happen), and then pressing equip, she won't equip anything unless a weapon is first chosen from the inventory? |
Yes, so if you collect the uzis for example but don't have pistols, and then press your draw guns input, nothing will happen. So the idea would be that in this scenario, the engine would make the uzis the "pre-selected" gun, so you could draw them with the input key rather than having to select manually. |
That makes a lot of sense and is a nice idea. I guess more so for TRLEs than the game itself this would be relevant. So it would mean the last picked up weapon showing in the holster, or none in the holster if only the shotgun is on Lara's back, and then hitting equip would make her equip either what's in the holster, or the shotgun (?). |
If Lara picks up a gun that's not the pistols, it should (perhaps optionally) become the default gun.
See #1442 (review)
I'm not sure that this is a bug, rather a missing feature from OG.
The text was updated successfully, but these errors were encountered: