Skip to content

SCPT: Fix analog bind#2199

Merged
ThirteenAG merged 1 commit into
ThirteenAG:masterfrom
Joshhhuaaa:master
Jul 5, 2026
Merged

SCPT: Fix analog bind#2199
ThirteenAG merged 1 commit into
ThirteenAG:masterfrom
Joshhhuaaa:master

Conversation

@Joshhhuaaa

Copy link
Copy Markdown
Contributor

SCPT was incorrectly mapping the analog movement bindings as:

AnalogUp=MoveForward
AnalogDown=MoveBackward
AnalogLeft=StrafeLeft
AnalogRight=StrafeRight

instead of the correct analog bindings:

AnalogUp=AnalogUp
AnalogDown=AnalogDown
AnalogLeft=AnalogLeft
AnalogRight=AnalogRight

AnalogUp, AnalogDown, AnalogLeft, and AnalogRight are triggered once the thumbstick reaches a 72% threshold and are meant for menu navigation. Binding them to movement caused the thumbstick to jump from 72% to 100% input instead of staying linear.

@Joshhhuaaa Joshhhuaaa changed the title SC1/SCPT: Fix analog bind SCPT: Fix analog bind Jul 5, 2026
@ThirteenAG ThirteenAG merged commit 42c231f into ThirteenAG:master Jul 5, 2026
5 checks passed
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