Welcome to the Gamebase 64 forums.                 An attempt to document ALL Commodore 64 gameware before it's too late!

problem: gamebase resets winvice ini?

Discuss GameBase, the Universal Emulator Frontend!

Moderator: Jimbo

awarringa1
New Member
Posts: 3
Joined: Tue Sep 21, 2004 11:48 pm

problem: gamebase resets winvice ini?

Thu Sep 23, 2004 3:59 pm

Hi there,

I got a weird probem.. when I run winvice without gamebase, I select my joystick (TheArcade joystick ;)) and then I save the settings, everything is fine the next time I run winvice, the joystick is still selected.

But through gamebase each time the controller is being reset to 'keyset B'on the second gameport. Even when I set it back to joystick and save, the next time it's keyset B again.

In the emu settings I have selected the correct path for the winvice ini file..

Anyone got an idea how I can fix this?

Regards
Andre
Michael Plate
GB64 Team
Location: Stockholm
Posts: 1042
Joined: Wed Feb 12, 2003 11:47 am

Sat Sep 25, 2004 9:20 am

Hi Andre,

GameBase is automatically setting the control method depending on the "Control" entry for each game.
If you want GameBase to use your own joystick settings by default you have to modify following part in the WinVICE GEMUS script:

;set the game controls
If Control = JoyPort2
Add_CLP( -joydev1 0)
Add_CLP( -joydev2 3)
ElseIf Control = JoyPort1
Add_CLP( -joydev1 3)
Add_CLP( -joydev2 0)
Else
Add_CLP( -joydev1 0)
Add_CLP( -joydev2 0)
End If

You just have to change the number of the joystick device number for port 1 and 2 controlled games. If you don't know what value to use, check out "your" vice.ini file.

/Michael
awarringa1
New Member
Posts: 3
Joined: Tue Sep 21, 2004 11:48 pm

Thu Sep 30, 2004 8:43 pm

Ok, thank you very much :)

Bye
Andre

Return to “The GameBase Frontend”

Who is online

Users browsing this forum: No registered users and 32 guests