mupen64plus / mupen64plus-user-issues

Issue reports from users go here
http://www.mupen64plus.org/
17 stars 3 forks source link

Transfer Pak via UI console command #718

Closed KockrichHans closed 4 years ago

KockrichHans commented 4 years ago

Hi there,

I trying to load a gameboy file (pokemon.gb) and the save file (pokemon.sav) to Pokemon Stadium 1. I start the game via UI console command:

"C:\Mupen64plus\mupen64plus-ui-console.exe" --gfx mupen64plus-video-GLideN64.dll --audio mupen64plus-audio-sdl.dll --rsp mupen64plus-rsp-hle.dll --input mupen64plus-input-sdl.dll --configdir C:\Mupen64plus --fullscreen --gb-rom-1 pokemon.gb --gb-ram-1 pokemon.sav "C:\Mupen64plus\games\Pokemon Stadium 1.z64"

I get a UI-console warning: unrecognized command-line parameter "--gb-rom-1"

The game starts but no gameboy-module is loaded for controller 1.

Can you tell me what I am doing wrong?

KockrichHans commented 4 years ago

After hours of trying I finally worked it out!!!

Here's what I did:

  1. Download latest mupen64plus version (v2.5.9)
  2. go to "mupen64plus.cfg:

add/create: [Transferpak] GB-rom-1 = "C:\Mupen64plus\pokemon\Pokemon_Blau.gb" GB-ram-1 = "C:\Mupen64plus\pokemon\Pokemon_Blau_FRITZ_03321.sav"

  1. go to "InputAutoCfg.ini": set under your controller: plugin = 4

Thats all! Now you can start pokemon stadium 1/2 and enjoy to fight with your gameboy pokemon ;-)