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

[Suggestion] Allow all vehicle control variables to have an input_ prefix #1805

Open
DrprofLuigi opened this issue Jun 9, 2024 · 2 comments
Labels
backburner This is gonna take a while.... enhancement It's not a bug, it's a feature! needscvs

Comments

@DrprofLuigi
Copy link
Contributor

This functionality exists with aircraft control surfaces, but it would be nice to have for all inputs.

For example, input_brake would be the players direct input, however brake would be the actual braking action on the vehicle.

This would allow pedals to be linked to the input value, but the output could be VM'd. One use case would be a cruse control where the throttle is set to a value, but then deactivated when the player steps on the gas. Or the airbrake system I am making where the input purges the air out of the system, but the braking requires a certain amount of pressure to disengage.

@DonBruce64 DonBruce64 added enhancement It's not a bug, it's a feature! backburner This is gonna take a while.... labels Jul 16, 2024
@DonBruce64
Copy link
Owner

I can do this, but it'll have to wait for the VM back-end overhaul, since those cause significant lag right now on servers, and me adding these changes will add a bunch of "default" VMs for converting inputs to actuals, which will just make the lag worse.

@DonBruce64
Copy link
Owner

Yet another variable request that needs CVs to work properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backburner This is gonna take a while.... enhancement It's not a bug, it's a feature! needscvs
Projects
None yet
Development

No branches or pull requests

2 participants