Hi,
I have started setting up a X68000 gamebase using the XM6 emulator, and I'm trying to make the emulator load automatically 2-disk games on both disk drives.
I had no problem doing this from the command line like this:
XM6.exe game_disk_1 game_disk_2
But I can't do it with gamebase. Both disk images were in one zip file.
The following script didn't work:
Add_CLP(%gamepathfile%)
If NumGameFiles > 1
Add_CLP( %gamepathfile(1)%)
End If
Run_Emulator()
And curiously neither did the following simpler script:
Add_CLP(%gamepathfile% %gamepathfile(1)%)
Run_Emulator()
Does anyone know a solution to this problem ?
Welcome to the Gamebase 64 forums. An attempt to document ALL Commodore 64 gameware before it's too late!
How to insert 2 disks at once to an emulator ?
Moderator: Jimbo
- arthur_gill@hotmaIl.com
- Cool Member
Post
:)
You gotta love Gamebase and it's design (for the most part!)
It lends itself to just such requirements, and Belgarath has shown (with the amiga gamebase) just what can be achieved.
It lends itself to just such requirements, and Belgarath has shown (with the amiga gamebase) just what can be achieved.
Belgarath wrote:You don't need to, as long as the naming is something like
gamename_disk1 gamename_disk2 etc (or diska and diskb)
all you have to do is select the first disk, and gamebase will automatically insert the 2nd one if it exists.
- Retroplay
- Cool Member
- Location: Denmark
Post
Great to see that the X68000 is to be GameBase'ified.
Just for fun I have also been fooling around with XM6 and WinX68K Highspeed and for some reason WinX68K don't like to be launched from GameBase.
When I select a game and run it with XM6 everything works fine, but WinX68K Highspeed don't run the game.
The disks don't get properly inserted into drive 1 and 2.
Is there any special settings I need to use for this emulator?
I'm asking this because some games runs better with WinX68K like Chase H.Q. and Akumajou Dracula.
Just for fun I have also been fooling around with XM6 and WinX68K Highspeed and for some reason WinX68K don't like to be launched from GameBase.
When I select a game and run it with XM6 everything works fine, but WinX68K Highspeed don't run the game.
The disks don't get properly inserted into drive 1 and 2.
Is there any special settings I need to use for this emulator?
I'm asking this because some games runs better with WinX68K like Chase H.Q. and Akumajou Dracula.
- Belgarath
- Keen Member
Post
The spaces aren't the problem, the emulator just doesn't support command lines so you have to insert the disks by modifying the ini.
This is the script I use
Set_INI_Value(%emupath%\winx68k.ini||WinX68k||fdd0image||%gamepathfile%)
Set_INI_Value(%emupath%\winx68k.ini||WinX68k||fdd1image||%gamepathfile(1)%)
Run_Emulator()
This is the script I use
Set_INI_Value(%emupath%\winx68k.ini||WinX68k||fdd0image||%gamepathfile%)
Set_INI_Value(%emupath%\winx68k.ini||WinX68k||fdd1image||%gamepathfile(1)%)
Run_Emulator()
Return to “The GameBase Frontend”
Who is online
Users browsing this forum: No registered users and 0 guests