Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions docs/ports/openmohaa-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,20 @@ The shipped magnitude is:
0.007
```

Keep `j_yaw` negative for normal horizontal aiming.
### Invert vertical aiming
To invert the right stick:

Keep `j_pitch` positive for normal vertical aiming.
```cfg
bind PAD0_RIGHTSTICK_UP "+lookdown"
bind PAD0_RIGHTSTICK_DOWN "+lookup"
```

To restore normal vertical aiming:

Make `j_pitch` negative to invert vertical aiming.
```cfg
bind PAD0_RIGHTSTICK_UP "+lookup"
bind PAD0_RIGHTSTICK_DOWN "+lookdown"
```

### Mods
Some desktop mod PK3 files have been tested and work on Xbox.
Expand Down