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

[Feature Request] Disable Switch on Pickup #285

Open
tunbridgep opened this issue Dec 16, 2023 · 4 comments
Open

[Feature Request] Disable Switch on Pickup #285

tunbridgep opened this issue Dec 16, 2023 · 4 comments

Comments

@tunbridgep
Copy link

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

@mhQuake
Copy link

mhQuake commented Dec 16, 2023

Should this not be implemented in QC rather than in the engine?

@tunbridgep
Copy link
Author

tunbridgep commented Dec 17, 2023

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.

@Terraformer9x
Copy link

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.

@Konkonfaux
Copy link

You can have this by using the Quake Vanilla Fixes patch maintained by Nightfright.
https://quakeone.com/forum/quake-mod-releases/finished-works/283201-vanilla-quake-fixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants