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

Add a max distance input to the cam controller #3237

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

unknao
Copy link
Contributor

@unknao unknao commented Jan 1, 2025

If wired, the max distance input will act as a limit to how far you can zoom out using the cam controller, only works with clientside movement and zooming enabled.

@thegrb93
Copy link
Contributor

thegrb93 commented Jan 3, 2025

We need to move things like this that don't update often to DTVars, and the stuff that does update often needs to be moved to unreliable net send.

@unknao
Copy link
Contributor Author

unknao commented Jan 4, 2025

We need to move things like this that don't update often to DTVars, and the stuff that does update often needs to be moved to unreliable net send.

Wouldn't DTVars network to everyone when its not necessary? Also i believe the reason why networking is done the way it is right now is to enable non clientsided movement.

@thegrb93
Copy link
Contributor

thegrb93 commented Jan 4, 2025

Yeah, I guess. Not happy with this networking but whatever. Can the net.Start be given 'true' so its unreliable?

@unknao
Copy link
Contributor Author

unknao commented Jan 5, 2025

Not sure what that will accomplish but ok.

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

Successfully merging this pull request may close these issues.

2 participants