@
malte Hi,
I was able to launch the emulator in full screen mode using the suggested parameters, but the game itself is not starting.
I am using the following config:
Quote: <RomCollection id="3" name="PlayStation">
<useBuiltinEmulator>False</useBuiltinEmulator>
<gameclient />
<emulatorCmd>C:\Program Files\ePSXe202-1\ePSXe.exe</emulatorCmd>
<emulatorParams>-nogui -loadbin "%ROM%"</emulatorParams>
<romPath>smb://XXX/media/GAMES/PS//*.bin</romPath>
Missing anything?
Additionally, the game I am trying to load consists of 4 parts. so I named them:
Quote:The X-Files.disk1.bin
The X-Files.disk2.bin
The X-Files.disk3.bin
The X-Files.disk4.bin
Unfortunately in the RCB they all are shown instead of just the first of the game. Anyway to get RCB to show only 1 of the multi game disks?
Thanks
UPDATE: Solved the first mentioned problem. Just do following:Hi, Solved it. Basically this is the string to use:
Quote:<emulatorParams>-nogui -loadbin "%ROM%"</emulatorParams>
If this does not load it, their are 2 more things to try. Change -loadbin to -loadiso and/or In Rom Collection Browser enable "Make local copy" under "Launch Games" in the particular Rom config. Hi, Solved it. Basically this is the string to use:
Quote:<emulatorParams>-nogui -loadbin "%ROM%"</emulatorParams>
If this does not load it, their are 2 more things to try. Change -loadbin to -loadiso and/or In Rom Collection Browser enable "Make local copy" under "Launch Games" in the particular Rom config.
Basically this is the string to use:
Quote:<emulatorParams>-nogui -loadbin "%ROM%"</emulatorParams>
If this does not load it, their are 2 more things to try. Change -loadbin to -loadiso
and/or
In Rom Collection Browser enable "Make local copy" under "Launch Games" in the particular Rom config.
Only thing left is to know how to only display the 1st disk of multi disk games.