N64 Rom specific Controls
-
Hi :) I want to creat individual controls for each n64 game.
I did it already for other consoles by just putting an cfg file with the same name as the game in the roms folder.But how is this possible for the n64 roms?
I know how to change the main autoconfig file in n64 but thats not a solution for me.
My gamepad is one joystick and 6 buttons + start and coin. This means I cant use all buttons and I have to adapt each game.Thank you guys!
cfg file:
input_remapping_directory = "/opt/retropie/roms/fba/"input_player1_select = "y"
input_player1_start = "h"
input_player1_left = "left"
input_player1_right = "right"
input_player1_up = "up"
input_player1_down = "down"
input_player1_a = "alt"
input_player1_b = "ctrl"
input_player1_x = "shift"
input_player1_y = "space"
input_player1_l = "z"
input_player1_r = "c"
input_player1_l2 = "nul"
input_player1_r2 = "nul"input_player2_select = "u"
input_player2_start = "j"
input_player2_left = "d"
input_player2_right = "g"
input_player2_up = "r"
input_player2_down = "f"
input_player2_a = "s"
input_player2_b = "a"
input_player2_x = "q"
input_player2_y = "w"
input_player2_l = "i"
input_player2_r = "o"
input_player2_l2 = "nul"
input_player2_r2 = "nul"#hotkeys
input_enable_hotkey = "y"
input_enable_hotkey = "u"
input_exit_emulator = "h"
input_exit_emulator = "j"
input_save_state = "nul"
input_load_state = "nul"
input_state_slot_increase = "nul"
input_state_slot_decrease = "nul"
input_menu_toggle = "nul"
input_reset = "nul" -
The
.cfg
file approach works only for Libretro based emulators - solr-mupen64plus
orlr-mupen64plus-next
. If you're using the standalongmupen64-plus
emulator, they don't have any effect. -
@mitu ok thank you.
but is there any way to create a something similar for the mupen64-plus?
because i dont want to change the original file. I need individual versions for each rom. -
@Flextrade said in N64 Rom specific Controls:
@mitu ok thank you.
but is there any way to create a something similar for the mupen64-plus?Not that I'm aware of.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.