Odyssey/VIdeopac Controller Player 1 doesn't work
-
Hi,
The player 1 doesn't work on the Videopac/Odyssey emulator.
Only Player 2 can be controlled.
Is there any update about this issue ?
Best regards.
-
HI. Did you ever get an answer for this? This is similar to what I am experiencing. I cant seem to remap where I can play "Left Handed Keyboard" settings/games such as UFO. I can launch the game, but do not experiencing any movement or firing.
-
Hi,
I never found a solution, the issue is that the emulator take the player 2 as first player, so you cannot play with only one controller ... My workaround is to use two controllers and then play with controller 2.
I would like one day, that the emulator's developer fix this issue.Hope it will help you.
-
Thanks for the feedback Turk. So what kind of controllers do you use? I am just using a single USB Snes controller.
Are you able to play UFO? -
@Turk182 an option was just added to the configuration editor to change the index of your controller or you can set it manually through retroarch.cfg so you could set your second controller as controller 1 if that makes sense.
-
@herb_fargus oh thank you I will look at this so, but I have this issue only with Odissey emulator.
-
@tigerinatlanta I have a Logitech F710 and a PS3 controller.
-
@herb_fargus - Hi, Could you explain further how I would do this? So do I have to have a 2nd controller to be able to? I am just trying to do this on the Odyssey2/Videopac as well.
-
@tigerinatlanta you'll have to update to the latest setup script if you want to change it through the configuration editor or in the system based retroarch.cfg you'll add a line something like
input_player2_joypad_index = "0"
above the#include
line. but if its an issue fundamentally with the emulator rather than the player order (i.e. only player two works and player one never worked) then it may not really solve anything. may be worth checking settings in the RGUI at that point with controller remapping or something. Likely you'll need to try a few things before you get it sorted. -
Thanks @herb_fargus - Basically most of the O2/Videopac games work out of the box with the default configuration. The windows emulator for O2 has a specifier of Default Left or Right Keys for Stick 1 or 2. A few games such as UFO require the left Key(Stick 2) configuration that wont run by default. Sounds like modifying the retroarch.cfg file in O2 wont really fix the issue as it will impact the games that work the other way.
-
So here is the issue with the odyssey 2. Some games used the left controller and some games used the right controller. There is no consistency in the actual machine. The emulator is emulating it exactly how the real system is. So you need to switch back and forth depending on the game. Your best bet is to make a seperate retroarch config file for all the games that are backwards.
-
@edmaul69 - So when you say switch back and forth.. You mean physically between the joysticks correct?? Thanks!
-
@tigerinatlanta yes thats what i mean. so to fix you need to make individual configs for each backwards game and you need to place them in the roms folder. so if you have frogger.bin you need to make a config file called frogger.bin.cfg and inside you add these lines:
input_player1_joypad_index = "1" input_player2_joypad_index = "0"
if it is a .zip replace .bin with .zip. remember caps matter
-
WOW Thank you so much @edmaul69 . That did the trick. I am able to do play the game appropriately with only 1 joystick. The only remaining issue is I cant exit out of the game now via joystick or keyboard. Is there another input command I can add to the config to do that, or do I need to purchase another controller? You are the man!!
-
@tigerinatlanta hotkeys only work with player one
-
Ok thanks @herb_fargus . One final question please. If I hook up a 2nd controller will that enable me to escape out of the game using the hotkeys?
-
@tigerinatlanta do you have a hotkey set for the keyboard? You should set one in /opt/retropie/configs/all/retroarch.cfg. I choose ctrl personally. Then you can use ctrl and escape to exit. If you dont have hotkey set it forces you to use hotkey button on controller to use the keyboard.
-
@tigerinatlanta if the second controller is set as player1 in the index as above yes
-
@edmaul69 said in Odyssey/VIdeopac Controller Player 1 doesn't work:
@tigerinatlanta do you have a hotkey set for the keyboard? You should set one in /opt/retropie/configs/all/retroarch.cfg. I choose ctrl personally. Then you can use ctrl and escape to exit. If you dont have hotkey set it forces you to use hotkey button on controller to use the keyboard.
Hi @edmaul69 I am not sure
Here is what I found in that .cfg file. I added the last line with the "Ctrl" but it seemed to make no difference
Any suggestions on the coding? THanksKey to exit RetroArch cleanly.
Killing it in any hard way (SIGKILL, etc) will terminate RetroArch without saving RAM, etc.
On Unix-likes, SIGINT/SIGTERM allows a clean deinitialization.
input_exit_emulator = "escape"
input_exit_emulator = "ctrl" -
@tigerinatlanta you set 2 exit buttons. you need a hotkey
input_enable_hotkey = "ctrl"
if you put this at the bottom of the file it will override other options disabling it
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.