| View previous topic :: View next topic |
| Author |
Message |
Hidron Outstanding Member

Joined: 13 Feb 2011 Posts: 252 GB64-Points: 2852 Location: USA
|
Posted: Tue Dec 13, 2011 9:14 pm Post subject: |
|
|
| 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. |
|
| Back to top |
|
 |
oknihcap Keen Member

Joined: 28 Jun 2008 Posts: 137 GB64-Points: 137
|
Posted: Wed Apr 11, 2012 4:36 pm Post subject: |
|
|
| The link to the emulator pack posted on Dec 09 is gone, could anybody possibly repost it? |
|
| Back to top |
|
 |
Hidron Outstanding Member

Joined: 13 Feb 2011 Posts: 252 GB64-Points: 2852 Location: USA
|
|
| Back to top |
|
 |
oknihcap Keen Member

Joined: 28 Jun 2008 Posts: 137 GB64-Points: 137
|
Posted: Tue Apr 17, 2012 5:32 am Post subject: |
|
|
| Very big thanks! |
|
| Back to top |
|
 |
millansoft New Member
Joined: 26 Jun 2012 Posts: 22 GB64-Points: 22
|
Posted: Fri Jun 29, 2012 1:22 am Post subject: |
|
|
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: |
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! |
|
| Back to top |
|
 |
.mad. Outstanding Member


Joined: 19 Jun 2005 Posts: 997 GB64-Points: 2777 Location: Lancashire, England
|
Posted: Fri Jun 29, 2012 1:41 pm Post subject: |
|
|
i think %emu% should be %emupath%
This will only work if the file "rom.03" is in your gamebase emulator path. |
|
| Back to top |
|
 |
|