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

Yabuse script

Discuss any other databases that use the GameBase Frontend, whether in pre development, development or publically released.

Moderator: Jimbo

Seiya
Commended Member
Commended Member
Posts: 1131
Joined: Sat Aug 02, 2008 2:08 am

Yabuse script

Tue Apr 28, 2015 11:51 am

i try in saturn gamebase this script but don't start emulator.
i mount games in daemon tools so, i use "E:" like virtual CD.

i modified this line:

Code: Select all

Add_CLP(-a -b %emupath%/ubios.bin -c e:)
run_emulator()
yabuse.ini is in the same dir of emulator.

from gamebase script mount virtualcd, but don't start. Instead if i start manually it it works very well][/code]
User avatar
.mad.
Honoured Member
Honoured Member
Location: Lancashire
Posts: 2257
Joined: Sun Jun 19, 2005 3:30 pm

Thu Apr 30, 2015 7:34 pm

Yabuse can just run the ISO or CD image, you do not need to mount it to the virtual drive for it to work.

Code: Select all

Add_CLP (-a -b %emupath%/MBIOS.BIN -i "%gamepathfile%")
Run_Emulator()
For Yabuse to read the virtual drive, you will first need to tell Daemons to mount the image to the virtual dive in the script.
before your command line.

Code: Select all

; Remove Previous Attached CD Image.
Run_Program(%dbpath%\DTLite\DTLite.exe||-unmount_All||WAIT)

; Attach CD Image (Cue File).
Run_Program(%dbpath%\DTLite\DTLite.exe||-mount 0, "%gamepathfile%"||WAIT)
But i would just use the first option. :wink:

Return to “Other GameBase Projects”

Who is online

Users browsing this forum: No registered users and 51 guests