Page 3 of 3

Posted: Tue Dec 13, 2011 9:14 pm
by Hidron
Thanks for the heads up about splitting them again. I was curious too about the separate release & just hadn't said anything. It doesn't make any difference to me as long as I know what is going on.

Posted: Wed Apr 11, 2012 4:36 pm
by oknihcap
The link to the emulator pack posted on Dec 09 is gone, could anybody possibly repost it?

Posted: Wed Apr 11, 2012 9:03 pm
by Hidron
I uploaded the emulator pack here http://www.mirrorcreator.com/files/1G5N ... .rar_links

File name is different than original because I keep my backups of both Apple gamebase downloads in the same folder, but it is still the same file that I originally uploaded.

Posted: Tue Apr 17, 2012 5:32 am
by oknihcap
Very big thanks!

Posted: Fri Jun 29, 2012 1:22 am
by millansoft
Hello, I´m trying to use this Game Base, and I noticed that in the Gemus (F2) some games says ¨rom=3¨ but Kegs always load the rom 01, not sure if the problem is the script:

Code: Select all

If Key_rom CONTAINS(3)
	Set_CFG_Value(%emupath%\config.kegs||g_cfg_rom_path||%emu%\rom.03)
Else
	Set_CFG_Value(%emupath%\config.kegs||g_cfg_rom_path||%emu%\rom.01)
End If



If Key_boot CONTAINS(no)
	Set_CFG_Value(%emupath%\config.kegs||s5d1||%dbpath%\System5.2mg)
	Set_CFG_Value(%emupath%\config.kegs||s5d2||%gamepathfile%)


ElseIf Key_boot CONTAINS(wolf)
	Set_CFG_Value(%emupath%\config.kegs||s5d1||%dbpath%\System.2mg)
	Set_CFG_Value(%emupath%\config.kegs||s7d1||%gamepathfile%)

Else

	Set_CFG_Value(%emupath%\config.kegs||s5d1||%gamepathfile%)

	If NumGameFiles > 1
		Set_CFG_Value(%emupath%\config.kegs||s5d2||%gamepathfile(1)%)
	End If


End If

Run_Emulator()
Any ideas?

Thanks!

Posted: Fri Jun 29, 2012 1:41 pm
by .mad.
i think %emu% should be %emupath%

This will only work if the file "rom.03" is in your gamebase emulator path.