Add ZoomBypass cheat to always allow clientside zoom #63

Open
corarona wants to merge 3 commits from zoom_priv into master
corarona commented 2023-06-21 19:29:12 -07:00 (Migrated from github.com)

cherry picked the ws commit, haven't really looked at it again at all yet except fixing some conflict. It does compile and work though

EDIT: seems good now

fixes #23

cherry picked the ws commit, haven't really looked at it again at all yet except fixing some conflict. It does compile and work though EDIT: seems good now fixes #23
LizzyFleckenstein03 (Migrated from github.com) reviewed 2023-06-21 19:29:12 -07:00
LizzyFleckenstein03 commented 2023-06-25 01:46:49 -07:00 (Migrated from github.com)

We should consider giving this a separate setting. Especially since it might interfere with game behavior (like for example scope for rifles).

We should consider giving this a separate setting. Especially since it might interfere with game behavior (like for example scope for rifles).
LizzyFleckenstein03 (Migrated from github.com) reviewed 2023-06-25 01:51:55 -07:00
LizzyFleckenstein03 (Migrated from github.com) commented 2023-06-25 01:51:55 -07:00

would it be beneficial to make this configurable?

would it be beneficial to make this configurable?
corarona (Migrated from github.com) reviewed 2023-06-25 03:47:03 -07:00
corarona (Migrated from github.com) commented 2023-06-25 03:47:03 -07:00

Not 100% sure what this is actually - if it's the zoom value i guess yeah might make sense to make that configurable.

It might also be the value it returns to after zoom. I remember having trouble finding the correct value there. In which case it would probably be best to put the real one and remove that const.

Not 100% sure what this is actually - if it's the zoom value i guess yeah might make sense to make that configurable. It might also be the value it returns to after zoom. I remember having trouble finding the correct value there. In which case it would probably be best to put the real one and remove that const.
corarona (Migrated from github.com) reviewed 2023-06-25 15:22:30 -07:00
corarona (Migrated from github.com) commented 2023-06-25 15:22:30 -07:00

no it is the zoom value .. making it configurable

no it is the zoom value .. making it configurable
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b zoom_priv master
git pull origin zoom_priv

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff zoom_priv
git push origin master
Sign in to join this conversation.
There is no content yet.