steering wheel support for supermodel (WIP)#14139
Draft
Tovarichtch wants to merge 1 commit into
Draft
Conversation
|
Shouldn't this be added after updating the emulator to the latest Supermodel Git, or will it be added on V43?https://discord.com/channels/357518249883205632/758737696230867035/1360579495362302003 |
Collaborator
Author
|
More likely for v43. Supermodel needs a rehaul. |
virtual wheel is needed to force JOY1_ZAXIS_POS for acceleration. Some wheel have JOY1_ZAXIS_NEG instead, which won't work here. Must enable `pedalSwap` (modern controls, using Supermodel-Driving.ini file) and `-force-feedback` by default for wheels.
Tovarichtch
force-pushed
the
supermodelwheel
branch
from
January 4, 2026 18:11
7964150 to
1c30428
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Needs virtual wheel for pedals.
Some wheel have JOY1_ZAXIS_NEG and JOY1_RZAXIS_NEG instead, which won't work here. (POS = positive; NEG = negative value)
Must enable
pedalSwap(modern controls, using Supermodel-Driving.ini file) and-force-feedbackby default for wheels.