-
Notifications
You must be signed in to change notification settings - Fork 49
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
[Feature Request] Disable Switch on Pickup #285
Comments
Should this not be implemented in QC rather than in the engine? |
I wouldn't know the first thing about QC, sorry. All I know is that the remaster has this feature, and it's a good one because random weapon switches sucks. Would doing it in QC allow using it across all the different games/mods? Same with switching when you pick up ammo for a weapon you previously had selected. If you believe a different solution is preferable, you probably know better in this regard. |
The Quake Remaster actually handles the autoswitching option via QC itself. I don't think it's possible for it to be implemented engine wise without it breaking demo compatibility. |
You can have this by using the Quake Vanilla Fixes patch maintained by Nightfright. |
This is a feature that currently exists in the Remastered version of quake.
This setting would have 3 options:
cl_autoswitch 0 - never switches weapons when picking up a new weapon
cl_autoswitch 1 - works as it does now, when picking up a weapon it always switches to it
cl_autoswitch 2 - only switches weapons when picking up a weapon we don't already have
The text was updated successfully, but these errors were encountered: