Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › joypad_autoconfig_dir for a different emulator
- This topic has 3 replies, 3 voices, and was last updated 9 years, 8 months ago by LodanZark.
-
AuthorPosts
-
03/12/2015 at 05:01 #91096LodanZarkParticipant
Since i use different gamepads I really love the joypad_autoconfig_dir feature!
This is my file
playsegacontroller.cfg
located in/opt/retropie/emulators/retroarch/configs/
for the usage of all emulators:input_device = "playsega controller" input_driver = "udev" input_b_btn = "1" input_y_btn = "0" input_select_btn = "7" input_start_btn = "8" input_up_axis = "-1" input_down_axis = "+1" input_left_axis = "-0" input_right_axis = "+0" input_a_btn = "2" input_x_btn = "4" input_l_btn = "3" input_r_btn = "5" input_enable_hotkey_btn = "8" input_exit_emulator_btn = "7" input_reset_btn = "6"
But for NES emulator I wanted to use this settings:
input_device = "playsega controller" input_driver = "udev" input_b_btn = "0" input_y_btn = "4" input_select_btn = "7" input_start_btn = "8" input_up_axis = "-1" input_down_axis = "+1" input_left_axis = "-0" input_right_axis = "+0" input_a_btn = "1" input_x_btn = "2" input_l_btn = "3" input_r_btn = "5" input_enable_hotkey_btn = "7" input_exit_emulator_btn = "8" input_reset_btn = "6" input_save_state_btn = "3" input_load_state_btn = "4"
So I saved this settings into
/opt/retropie/configs/nes/joypad/playsegacontroller.cfg
and I changed the file/opt/retropie/configs/nes/retroarch.cfg
by adding the linejoypad_autoconfig_dir = "/opt/retropie/configs/nes/joypad"
but didn’t worked v.v …Anyone knows how to solve this situation?
03/12/2015 at 06:01 #91100AnonymousInactiveI do this as well, I just run different retroarch joystick configs like this:
NES:
sudo ./opt/retropie/emulators/RetroArch/retroarch-joyconfig -j 1 >> /opt/retropie/configs/nes/retroarch.cfgSNES:
sudo ./opt/retropie/emulators/RetroArch/retroarch-joyconfig -j 1 >> /opt/retropie/configs/snes/retroarch.cfgand so on….then you have a separate retroarch config file for each emulator…why are you naming them weird things? :)
03/12/2015 at 22:33 #91176FloobMemberNote for 2.6.0 the path is
/opt/retropie/emulators/retroarch/(or you can manually add your button config directly into )
/opt/retropie/configs/nes/retroarch.cfg03/13/2015 at 15:54 #91221LodanZarkParticipant[quote=91176]Note for 2.6.0 the path is
/opt/retropie/emulators/retroarch/(or you can manually add your button config directly into )
/opt/retropie/configs/nes/retroarch.cfg
[/quote]Yep /opt/retropie/emulators/retroarch/ its the path of joypad auto config, but since I use different gamepads and I want different mappings in certain emulators I was looking for a option that would allow me to certain emulators to load a different joypad auto config path specially the emulators of consoles that has only 2 buttons alike gamegear, nes and master system since there is too many free buttons i can use them to quick load and quick save and stuff.
If i would manually add my configs into /opt/retropie/configs/nes/retroarch.cfg I I wouldn’t have the same benefits as I do with joypad auto config.
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.