Closed asciifaceman closed 4 years ago
It also feels like changes made to the configuration aren't being reflected in the emulator now
It seems one of my mistakes was opening the UI python project to take a look at settings through it, now mupen ignores all configuration changes. Even changing the resolution in ~/.config/mupen64plus/
is ignored now
I'm going to close this. When I updated to latest I didn't realize the config files moved to Application Support. I was able to clear out the config m64 wrote and it adopted my xbox one config.
For future googlers, this works beautifully for me:
# CUSTOM XBONE
[OSX: Xbox One Wired Controller]
[Xbox One Wired Controller]
# Mupen64Plus SDL Input Plugin config parameter version number. Please don't change this version number.
version = 2.000000
# Controller configuration mode: 0=Fully Manual, 1=Auto with named SDL Device, 2=Fully automatic
mode = 0
# Specifies which joystick is bound to this controller: -1=No joystick, 0 or more= SDL Joystick number
device = 0
# SDL joystick name (or Keyboard)
name = "Xbox One Wired Controller"
# Specifies whether this controller is 'plugged in' to the simulated N64
plugged = True
# Specifies which type of expansion pak is in the controller: 1=None, 2=Mem pak, 5=Rumble pak
plugin = 5
AnalogDeadzone = "4096,4096"
AnalogPeak = "32768,32768"
# Digital button configuration mappings
DPad R = "axis(3+)"
DPad L = "axis(3-)"
DPad D = "axis(4-)"
DPad U = "axis(4+)"
Start = "button(8)"
Z Trig = "axis(2+)"
B Button = "button(0)"
A Button = "button(1)"
C Button R = "button(14)"
C Button L = "button(13)"
C Button D = "button(12)"
C Button U = "button(11)"
R Trig = "button(5)"
L Trig = "button(4)"
Mempak switch =
Rumblepak switch =
# Analog axis configuration mappings
X Axis = axis(0-,0+)
Y Axis = axis(1-,1+)
And to mupen staff: I first played emulated OOT over a decade ago, and man it looks and runs so well now. Hats off to you.
I've been trying to set up my xbox one controller to more comfortably match an N64 layout for Ocarina of Time.
My current configuration
Currently the only problems seem to be
Everything else appears to be working as well as I can tell, even rumble
Notes:
Movement was working fine, then it just stopped letting me move forward. I also had z trigger working but then it only started firing when the trigger was let out.