Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. Thank you for your support. Tom Speirs

Patreon

[APP] SwitchDisc 1.0.4


nullPointer

Recommended Posts

3. I looking at your batch scripts, I caught myself in an oversight. I got a bit carried away with the pseudo code in my previous message. You may need to provide the [WORKINGPATH], and [ROMFILE] variables as parameters (or arguments if you feel like being syntactically correct) which are fed into the batch file. It’s not terribly difficult to do, but it’s not necessarily intuitive either. For example to run your Launch Before batch script you would do something like this in GameEx:


LaunchBefore.bat “[WORKINGPATH]” “[ROMFILE]”

Then inside your .bat it would look like this:


"<directory>\SwitchDisc.exe" -w "%~1" -f "%~2"

Where <directory> is an actual full directory path, and where %~1 and %~2 represent the contents of the inbound arguments in the order specified.

Here is the new gameEx info:

Launch before command:

E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Switchdisc (GameEx launch before).bat “[WORKINGPATH]” “[ROMFILE]”

Switchdisc (GameEx launch before).bat:


goto 1
:1
"E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe"
goto 2
:2
"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\SwitchDisc-1.0.0\SwitchDisc.exe" -w "%~1" -f "%~2"
end

Launch aftter command:

E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Switchdisc (GameEx launch after).bat

GameEx is still not passing my launch before command. I don't see why? It should launch it just like it does with the other emulators. I could convert it to an exe and see if changes aything....Nope.

Link to comment
Share on other sites

Shouldnt need much really.... depends more on what command lines your exe takes. I'll tinker around and see what I can come up with... TBH I was waiting to see the documentation so I know what I'm getting myself into. :)

I'll try to keep up with ya though! Does SwitchDisc write the install path to the reg?

Basic command line usage can be found in the readme, but yeah full documentation is forthcoming in the form of a compiled help manual (chm). It's getting there, but I haven't had much time to devote to it. I don't want to half-ass it so hang tight everyone! :D

The comments I've received so far have given me an idea that should (hopefully) make setup considerably easier. That idea is going to take a backseat to the documentation though, as I feel that's the most important component to complete right now.

SwitchDisc doesn't write any settings to the reg. Technically the app itself is completely portable, but naturally once you start setting up directory paths via the config it becomes localized to the machine it's running on by virtue of that fact.

@ Felix: Those settings look better to me, but I haven't had a chance to test that config myself. I'm still not too sure about those goto lines in your batch file (seems like that part might be unnecessary), but if it ain't broken I suppose we won't worry about trying to fix it! ;)

Link to comment
Share on other sites

@ Felix: Those settings look better to me, but I haven't had a chance to test that config myself. I'm still not too sure about those goto lines in your batch file (seems like that part might be unnecessary), but if it ain't broken I suppose we won't worry about trying to fix it! ;)

They are unneccessary. I just use them as a best practic so I can keep the code strait. I'm new to script writing and have learned more in the last two days from you than I had prieviously. I can remove them if you think they are interfering, but they shouldn't be.

Here is my analytical mind passing gas:

1) We changed the *.ini file so GameEx knows to watch ePSXe not ePSXecutor.

2) We are using a *.bat file in GameEx's launch before and after command line.

Do we know that 1 does not interfere with 2? Do we know that 2 is possable? And do we of anything else that would cause 2 not to occur, so we can rule it out?

Link to comment
Share on other sites

If I try to run the switchdisc.exe it now gives me this error, "Second path fragment must not be a drive or UNC name. Paramter name: path2".

I told switchdisk to look for *.lnk files for each disk. That must not be a Universal Naming Convention (UNC) name? So perhaps *.lnk file types are being blocked by the library, either within switchdisc, if aplicable, or by win7?

Edit: I tried chanhing the *.lnk at the end of switchdisc's disc file location to *.LNK. No change (I didn't thik it would.)

LOG

10/12/2012 9:46:57 AM SwitchDisc logging initialized

10/12/2012 9:46:57 AM Processing SwitchDisc command options...

10/12/2012 9:46:57 AM Command options parsed successfully:

10/12/2012 9:46:57 AM DiscID =

10/12/2012 9:46:57 AM DiscFile =

10/12/2012 9:46:57 AM EmulatorID =

10/12/2012 9:46:57 AM WorkingPath =

10/12/2012 9:46:57 AM FullScreen = False

10/12/2012 9:46:57 AM NoGUI = False

10/12/2012 9:46:57 AM Exit = False

10/12/2012 9:46:57 AM Parsing SwitchDisc configuration from file

10/12/2012 9:46:57 AM Registering SwitchDisc HotKey

10/12/2012 9:46:57 AM Registering SwitchDisc Interface Keys

10/12/2012 9:46:57 AM Options do not match the existing configuration. SwitchDisc will attempt to load entire configuration

10/12/2012 9:46:57 AM Program Terminated Unexpectedly

10/12/2012 9:46:57 AM Error:Second path fragment must not be a drive or UNC name.

Parameter name: path2

Link to comment
Share on other sites

Sorry for the issues you're experiencing Felix. I think I may have just noticed the cause of your problem. Sorry it took my a while to pick up on it. You have your Disc file names set like this:


<FileName>E:\<ommitted>\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts\Final Fantasy VII (Disc 3).lnk</FileName>

That's not right. Being that this this field is intended to only contain the file name of the Disc image (or whatever), your fields should be adjusted to look like this:


<FileName>Final Fantasy VII (Disc 3).lnk</FileName>

When SwitchDisc goes hunting for your Discs it does a directory join on Your ROM path (set at the emulator level), and the file name of your discs image(s). That means that your disc images must either be in the same directory defined by the emulator ROM path, or a sub-directory of that path (in this case you'll want to specify that your ROMs are in sub-directories under the Emulator settings). In effect, what's happening right now is SwitchDisc is trying to locate a disc image file at:

E:\<ommitted>\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts\E:\<ommitted>\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts\Final Fantasy VII (Disc 3).lnk

... and predictably choking on the results (I'm pretty sure that's what the error message is on about when it's refers to "path2" since there are in fact two full directory paths there).

I think that should get you past this particular hurdle.

Link to comment
Share on other sites

So, instead of pointing the disc file location at the ePSXecutor shortcut, I should set it to the physical location of the *.bin or *.img file? And in order for it to allow this, since they're not in the same directory as the Rom path or working path, I have to select Roms in sub directories option to yes. Or do I need to move all my roms to a sub folder that is within the Game shortcuts folder (since it is the rompath and workingpath)? If so it would be easier to move the shortcuts to within the ISO folder (where my images are) and tell switchdisc that's the new working and rom path.

Sorry, scratch that. You're saying that the disc file is appended to the rompath so it's unnecessary to re-enter the filepath up to the *.lnk? Meaning under disc file I would just enter "Final Fantasy IX(disc 1).lnk". Then switchdisc will add this to E:\<ommitted>\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts.

Does it automatically add the backslash? Or should I enter "\Final Fantasy IX (Disc 1).lnk". [answered my own question, yes it does.]

Edit: I have successfully entered the GUI! Yayyyy. Ok, more testing...

Link to comment
Share on other sites

You shouldn't need to move anything (at least as far as I can tell). The ROM path for your emulator should be set to the directory housing whatever it is that the emulator is going to be running directly. ePSXecutor directly runs your shortcuts, so your emulator ROM directory should be set to the directory housing those shortcuts.

So this part looks correct to me (assuming this directory contains your shortcuts):


<RomPath>E:\<ommitted>\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts</RomPath>

Once that component is in place, your disc file names should look like this (assuming the following file exists in the above directory or a sub directory thereof)


<FileName>Final Fantasy VII (Disc 3).lnk</FileName>

Remember that working path doesn't really play a significant role here, and there is not an implied correlation between working path and ROM path. To summarize:

  • The Disc File Name field (on the Disc screen) must contain only the file name of the disc image (or .lnk, or .anyOldExtension)

  • The Disc File must exist in the ROM directory or a sub-directory thereof (if it's a sub-directory, you need to adjust the "ROMs in Sub-Directories" field on the Emulator screen)

Does that help to clarify at all?

Link to comment
Share on other sites

Yep.

Here is the log:

10/12/2012 11:27:42 AM SwitchDisc logging initialized

10/12/2012 11:27:42 AM Processing SwitchDisc command options...

10/12/2012 11:27:42 AM Command options parsed successfully:

10/12/2012 11:27:42 AM DiscID =

10/12/2012 11:27:42 AM DiscFile =

10/12/2012 11:27:42 AM EmulatorID =

10/12/2012 11:27:42 AM WorkingPath =

10/12/2012 11:27:42 AM FullScreen = False

10/12/2012 11:27:42 AM NoGUI = False

10/12/2012 11:27:42 AM Exit = False

10/12/2012 11:27:42 AM Parsing SwitchDisc configuration from file

10/12/2012 11:27:42 AM Registering SwitchDisc HotKey

10/12/2012 11:27:42 AM Registering SwitchDisc Interface Keys

10/12/2012 11:27:42 AM Options do not match the existing configuration. SwitchDisc will attempt to load entire configuration

10/12/2012 11:27:42 AM Could not determine currently loaded disc

10/12/2012 11:27:42 AM Overriding NoGUI settings. Initializing to FALSE

10/12/2012 11:27:51 AM Initializing SwitchDisc GUI

10/12/2012 11:27:51 AM Invoking Send Keys Before GUI

10/12/2012 11:27:51 AM SwitchDisc GUI: Initializing default artwork path: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\SwitchDisc-1.0.0\images\

10/12/2012 11:27:51 AM SwitchDisc GUI: Initializing Sony Playstation artwork path: E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork

10/12/2012 11:27:51 AM SwitchDisc GUI: Initializing currently loaded disc

10/12/2012 11:27:51 AM SwitchDisc GUI: Currently loaded disc not found. Initializing loaded disc to position 0

10/12/2012 11:27:52 AM SwitchDisc GUI initialized sucessfully

10/12/2012 11:28:05 AM Invoking SwitchDisc

10/12/2012 11:28:05 AM Copy Next Disc File Name to Clipboard: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts\Final Fantasy IX (Disc 1).LNK

10/12/2012 11:28:05 AM Setting target window as foreground window:

10/12/2012 11:28:05 AM Invoking Send Keys Before Disc Switch

10/12/2012 11:28:05 AM Invoking native SwitchDisc command: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Disc Switch Command.bat

10/12/2012 11:28:05 AM Invoking Send Keys After Disc Switch

10/12/2012 11:28:05 AM SwitchDisc GUI: Closing GUI

10/12/2012 11:30:44 AM Exiting SwitchDisc ... Bye

I will see if GameEx will launch it now...Nope. So we still need to figure that out. With the ePSXe window running I manually ran switchdisc and attempted to switch to the second disc. Nothing. I then closed switchdisc and here is the log.

10/12/2012 11:35:44 AM SwitchDisc logging initialized

10/12/2012 11:35:44 AM Processing SwitchDisc command options...

10/12/2012 11:35:44 AM Command options parsed successfully:

10/12/2012 11:35:44 AM DiscID =

10/12/2012 11:35:44 AM DiscFile =

10/12/2012 11:35:44 AM EmulatorID =

10/12/2012 11:35:44 AM WorkingPath =

10/12/2012 11:35:44 AM FullScreen = False

10/12/2012 11:35:44 AM NoGUI = False

10/12/2012 11:35:44 AM Exit = False

10/12/2012 11:35:44 AM Parsing SwitchDisc configuration from file

10/12/2012 11:35:44 AM Registering SwitchDisc HotKey

10/12/2012 11:35:44 AM Registering SwitchDisc Interface Keys

10/12/2012 11:35:44 AM Options do not match the existing configuration. SwitchDisc will attempt to load entire configuration

10/12/2012 11:35:44 AM Could not determine currently loaded disc

10/12/2012 11:35:44 AM Overriding NoGUI settings. Initializing to FALSE

10/12/2012 11:36:21 AM Initializing SwitchDisc GUI

10/12/2012 11:36:21 AM Initializing SwitchDisc Target Window: ePSXe - Enhanced PSX emulator

10/12/2012 11:36:21 AM Invoking Send Keys Before GUI

10/12/2012 11:36:21 AM Initializing SwitchDisc Target Window: ePSXe - Enhanced PSX emulator

10/12/2012 11:36:21 AM SwitchDisc GUI: Initializing default artwork path: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\SwitchDisc-1.0.0\images\

10/12/2012 11:36:21 AM SwitchDisc GUI: Initializing Sony Playstation artwork path: E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork

10/12/2012 11:36:21 AM SwitchDisc GUI: Initializing currently loaded disc

10/12/2012 11:36:21 AM SwitchDisc GUI: Currently loaded disc not found. Initializing loaded disc to position 0

10/12/2012 11:36:21 AM SwitchDisc GUI initialized sucessfully

10/12/2012 11:36:54 AM Invoking SwitchDisc

10/12/2012 11:36:54 AM Copy Next Disc File Name to Clipboard: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts\Final Fantasy IX (Disc 2).LNK

10/12/2012 11:36:54 AM Setting target window as foreground window: ePSXe - Enhanced PSX emulator

10/12/2012 11:36:54 AM Invoking Send Keys Before Disc Switch

10/12/2012 11:36:54 AM Invoking native SwitchDisc command: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Disc Switch Command.bat

10/12/2012 11:36:54 AM Invoking Send Keys After Disc Switch

10/12/2012 11:36:54 AM SwitchDisc GUI: Closing GUI

10/12/2012 11:37:20 AM Exiting SwitchDisc ... Bye

BUG REPORT:

The [...] box next to disc file should have worked in this case and would have made the above misunderstanding dissappear. When I tried to use it, it displayed my *.lnk files corectly, I chose the appropriate file and it give this error message: "The directory path for the disc file must be in the same directory as the rom path for the emulator." We found this is the case, and yet it still gives the error. And when I manually input the exact same filename.lnk I tried to choose before, it works just fine. As I mentioned before a link file has a target paht different than the rompath, thus the error. So Switchdisc needs a way to recognize .lnk files themselves and not their target. = bug.

Link to comment
Share on other sites

BUG REPORT:

The [...] box next to disc file should have worked in this case and would have made the above misunderstanding dissappear. When I tried to use it, it displayed my *.lnk files corectly, I chose the appropriate file and it give this error message: "The directory path for the disc file must be in the same directory as the rom path for the emulator." We found this is the case, and yet it still gives the error. And when I manually input the exact same filename.lnk I tried to choose before, it works just fine. As I mentioned before a link file has a target paht different than the rompath, thus the error. So Switchdisc needs a way to recognize .lnk files themselves and not their target. = bug.

Thanks for reporting this. I imagine this should be a fairly easy fix. I'll keep you posted.

Yep.

Here is the log:

10/12/2012 11:27:42 AM SwitchDisc logging initialized

10/12/2012 11:27:42 AM Processing SwitchDisc command options...

10/12/2012 11:27:42 AM Command options parsed successfully:

10/12/2012 11:27:42 AM DiscID =

10/12/2012 11:27:42 AM DiscFile =

10/12/2012 11:27:42 AM EmulatorID =

10/12/2012 11:27:42 AM WorkingPath =

10/12/2012 11:27:42 AM FullScreen = False

10/12/2012 11:27:42 AM NoGUI = False

10/12/2012 11:27:42 AM Exit = False

10/12/2012 11:27:42 AM Parsing SwitchDisc configuration from file

10/12/2012 11:27:42 AM Registering SwitchDisc HotKey

10/12/2012 11:27:42 AM Registering SwitchDisc Interface Keys

10/12/2012 11:27:42 AM Options do not match the existing configuration. SwitchDisc will attempt to load entire configuration

10/12/2012 11:27:42 AM Could not determine currently loaded disc

10/12/2012 11:27:42 AM Overriding NoGUI settings. Initializing to FALSE

10/12/2012 11:27:51 AM Initializing SwitchDisc GUI

10/12/2012 11:27:51 AM Invoking Send Keys Before GUI

10/12/2012 11:27:51 AM SwitchDisc GUI: Initializing default artwork path: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\SwitchDisc-1.0.0\images\

10/12/2012 11:27:51 AM SwitchDisc GUI: Initializing Sony Playstation artwork path: E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork

10/12/2012 11:27:51 AM SwitchDisc GUI: Initializing currently loaded disc

10/12/2012 11:27:51 AM SwitchDisc GUI: Currently loaded disc not found. Initializing loaded disc to position 0

10/12/2012 11:27:52 AM SwitchDisc GUI initialized sucessfully

10/12/2012 11:28:05 AM Invoking SwitchDisc

10/12/2012 11:28:05 AM Copy Next Disc File Name to Clipboard: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts\Final Fantasy IX (Disc 1).LNK

10/12/2012 11:28:05 AM Setting target window as foreground window:

10/12/2012 11:28:05 AM Invoking Send Keys Before Disc Switch

10/12/2012 11:28:05 AM Invoking native SwitchDisc command: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Disc Switch Command.bat

10/12/2012 11:28:05 AM Invoking Send Keys After Disc Switch

10/12/2012 11:28:05 AM SwitchDisc GUI: Closing GUI

10/12/2012 11:30:44 AM Exiting SwitchDisc ... Bye

I will see if GameEx will launch it now...Nope. So we still need to figure that out. With the ePSXe window running I manually ran switchdisc and attempted to switch to the second disc. Nothing. I then closed switchdisc and here is the log.

10/12/2012 11:35:44 AM SwitchDisc logging initialized

10/12/2012 11:35:44 AM Processing SwitchDisc command options...

10/12/2012 11:35:44 AM Command options parsed successfully:

10/12/2012 11:35:44 AM DiscID =

10/12/2012 11:35:44 AM DiscFile =

10/12/2012 11:35:44 AM EmulatorID =

10/12/2012 11:35:44 AM WorkingPath =

10/12/2012 11:35:44 AM FullScreen = False

10/12/2012 11:35:44 AM NoGUI = False

10/12/2012 11:35:44 AM Exit = False

10/12/2012 11:35:44 AM Parsing SwitchDisc configuration from file

10/12/2012 11:35:44 AM Registering SwitchDisc HotKey

10/12/2012 11:35:44 AM Registering SwitchDisc Interface Keys

10/12/2012 11:35:44 AM Options do not match the existing configuration. SwitchDisc will attempt to load entire configuration

10/12/2012 11:35:44 AM Could not determine currently loaded disc

10/12/2012 11:35:44 AM Overriding NoGUI settings. Initializing to FALSE

10/12/2012 11:36:21 AM Initializing SwitchDisc GUI

10/12/2012 11:36:21 AM Initializing SwitchDisc Target Window: ePSXe - Enhanced PSX emulator

10/12/2012 11:36:21 AM Invoking Send Keys Before GUI

10/12/2012 11:36:21 AM Initializing SwitchDisc Target Window: ePSXe - Enhanced PSX emulator

10/12/2012 11:36:21 AM SwitchDisc GUI: Initializing default artwork path: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\SwitchDisc-1.0.0\images\

10/12/2012 11:36:21 AM SwitchDisc GUI: Initializing Sony Playstation artwork path: E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork

10/12/2012 11:36:21 AM SwitchDisc GUI: Initializing currently loaded disc

10/12/2012 11:36:21 AM SwitchDisc GUI: Currently loaded disc not found. Initializing loaded disc to position 0

10/12/2012 11:36:21 AM SwitchDisc GUI initialized sucessfully

10/12/2012 11:36:54 AM Invoking SwitchDisc

10/12/2012 11:36:54 AM Copy Next Disc File Name to Clipboard: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts\Final Fantasy IX (Disc 2).LNK

10/12/2012 11:36:54 AM Setting target window as foreground window: ePSXe - Enhanced PSX emulator

10/12/2012 11:36:54 AM Invoking Send Keys Before Disc Switch

10/12/2012 11:36:54 AM Invoking native SwitchDisc command: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Disc Switch Command.bat

10/12/2012 11:36:54 AM Invoking Send Keys After Disc Switch

10/12/2012 11:36:54 AM SwitchDisc GUI: Closing GUI

10/12/2012 11:37:20 AM Exiting SwitchDisc ... Bye

I think you need to be passing parameters to both your Launch Before batch script in GameEx, and to your SwithcDisc command in SwitchDisc. Batch scripts are a bit of a special case for both GameEx and SwitchDisc in terms of the ‘placeholder’ strings (i.e. [ROMFILE], [WORKINGPATH], ETC). These placeholders will be parsed correctly if they appear in a simple command but they will not be parsed when they appear in a batch script. In other words the only time the placeholders will be parsed is within the single command as written. So the following would parse correctly in GameEx:

(Good) Run Command:


“[ROMPATH]\[ROMFILE]”

But the same line appearing in a batch script would not

(Fine) Run Command:


start “” “your_batch.bat”

Where the contents of your_batch.bat are

(Not Good) your_batch.bat:


“[ROMPATH]\[ROMFILE]”

This will be true of both GameEx and SwitchDisc. Ultimately you’ll want to pass the placeholder strings into the batch script so that they are parsed correctly prior to running the batch. Check here for a quick refresher on how to do that (I’m pretty sure that info is correct)

Now after having spent a lot of words confirming that fact, you may already be doing that (well at least for GameEx, your SwitchDisc log shows that you’ll still want to address the issue in your SwitchDisc config). Ultimately there are two items to verify here:

  • GameEx correctly parses and runs your batch script (this can be determined by looking at your GameEx runitgame.bat)

  • SwitchDisc correctly parses and runs your batch script (this can be determined with your SwitchDisc log)

If the above items are happening but things are still not running as expected, then there may be an issue with the batch scripts you’re running. Let’s verify the above first, and cross the next bridge when we get there.

Thanks for your patience Felix!

Link to comment
Share on other sites

Can you PM me the readme Null? I'll get started on trying to make this easier (ie removing the bat dependencies). I may have some questions too if you don't mind. :)

Link to comment
Share on other sites

New "Switchdisc (GameEx launch before).bat"

when ran from windows it completes successfully.


"E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe"
"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\SwitchDisc-1.0.0\SwitchDisc.exe" -w "%~1" -f "%~2"
end

New GameEX "Launch before" Command:


E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Switchdisc (GameEx launch before).bat “[WORKINGPATH]\[ROMFILE]”

New "Disc Switch Command.bat"


taskkill "ePSXe.exe"
“[DISCPATH]\ [DISCFILE]”
end

Same "Switchdisc command"


E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Disc Switch Command.bat

I will try these and see if GameEx sends the "launch before" command...Nope, not yet. Though I'm not sure I understood all of your last post. I wonder what Adultery comes up with, I can see this tool becoming an integral part of GameEx. Hopefully he can iron out the kinks, from GameEx's end. I'm now a big fan of his Xpadder plugin, what a piece of cake that potential nightmare was! Thank you Adultery!

Here is the "runitlgame.bat"


chcp 65001
E:
CD "E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\EPSXE 1.5.2"
E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Switchdisc (GameEx launch before).bat “E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts\Final Fantasy IX (Disc 1).LNK”
"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\EPSXE 1.5.2\ePSXeCutor.exe" "Final Fantasy IX (Disc 1)"
E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Switchdisc (GameEx launch after).bat

Interesting, GameEx is running the Switchdisc (GameEx launch after).bat, but not the launch before command. The only difference between the two is that the launch before command has the "[WORKINGPATH]\[ROMFILE]” following the *.bat. This must be preventing the command from being sent. I'll try removing it and see if I can get Switch disc to run... No that didn't help. So for some reason GameEx is willfully choosing not execute my batch file. It still needs a valid entry in the "Launch before" command line because I tried adding quotation marks and it failed to load the game altogether. So it's not ignoring it altogether. The command in the batch file is valid as it launces correctly manually. So yeah. I'm stumped again.

Here is the latest emulator config:


[Emulator]
CDCheckFile=
CDCheck=False
RandomMostPlayed=True
ShowMostPlayed=True
PlayInScreenSaver=False
GamesIn7Zips=False
PCGame=False
SelectionMusicFolder=
PlaySelectionMusic=False
DontShowInfo=
PlayMusic=False
CustomBackground=
ExcludedFiles=
LaunchAfter=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Switchdisc (GameEx launch after).bat
LaunchBefore=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Switchdisc (GameEx launch before).bat “[WORKINGPATH]\[ROMFILE]”
AlsoLaunch=
Debug=False
ShowDesktop=True
RemoveBrackets=True
Capitals=False
ReplaceUnder=True
ReplaceDash=False
SendKeys=
WaitBeforeKeys=
MapKeys=True
WorkingPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts
ControlPanelPath=C:\Assets\Sony Playstation\Controls
ManualPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Manuals
CartPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Cartridge
BoxPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Box Art
TitlePath=C:\Assets\Sony Playstation\Titles
SnapPath=C:\Assets\Sony Playstation\Snaps
RomPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts\
MapFile=[Console] Sony Playstation.map
ConfigFile=ePSXecutor
Database=[Console] Sony Playstation
RomFilter=
Command="[ROMPATH]\[ROMFILE]"
StartPageLogo=Sony Playstation
StartPageName=Sony Playstation
TitleText=Sony Playstation
Info=Sony Playstation Emulator
Website=http://www.epsxe.com/
RequiredFiles=scph1001.bin (512kb)
DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/epsxe.7z
Rating=8.3
Version=1.70
Emulator=ePSXe
Category=Console
System=Sony Playstation
Enabled=True
lastgame=

Link to comment
Share on other sites

That worked.

Switchdisc log:

10/12/2012 9:58:21 PM SwitchDisc logging initialized

10/12/2012 9:58:21 PM Processing SwitchDisc command options...

10/12/2012 9:58:21 PM Command options parsed successfully:

10/12/2012 9:58:21 PM DiscID =

10/12/2012 9:58:21 PM DiscFile = Games\All

10/12/2012 9:58:21 PM EmulatorID =

10/12/2012 9:58:21 PM WorkingPath = “E:\Michael\GAMES\My

10/12/2012 9:58:21 PM FullScreen = False

10/12/2012 9:58:21 PM NoGUI = False

10/12/2012 9:58:21 PM Exit = False

10/12/2012 9:58:21 PM Parsing SwitchDisc configuration from file

10/12/2012 9:58:21 PM Registering SwitchDisc HotKey

10/12/2012 9:58:21 PM Registering SwitchDisc Interface Keys

10/12/2012 9:58:21 PM Cannot locate emulator matching these parameters (ItemID = WorkingPath = “E:\Michael\GAMES\My)

10/12/2012 9:58:21 PM Options do not match the existing configuration. SwitchDisc will attempt to load entire configuration

10/12/2012 9:58:21 PM Could not determine currently loaded disc

10/12/2012 9:58:21 PM Overriding NoGUI settings. Initializing to FALSE

10/12/2012 9:59:02 PM Initializing SwitchDisc GUI

10/12/2012 9:59:02 PM Initializing SwitchDisc Target Window: ePSXe - Enhanced PSX emulator

10/12/2012 9:59:02 PM Invoking Send Keys Before GUI

10/12/2012 9:59:02 PM Initializing SwitchDisc Target Window: ePSXe - Enhanced PSX emulator

10/12/2012 9:59:02 PM SwitchDisc GUI: Initializing default artwork path: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\SwitchDisc-1.0.0\images\

10/12/2012 9:59:02 PM SwitchDisc GUI: Initializing Sony Playstation artwork path: E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork

10/12/2012 9:59:02 PM SwitchDisc GUI: Initializing currently loaded disc

10/12/2012 9:59:02 PM SwitchDisc GUI: Currently loaded disc not found. Initializing loaded disc to position 0

10/12/2012 9:59:03 PM SwitchDisc GUI initialized sucessfully

10/12/2012 9:59:23 PM Invoking SwitchDisc

10/12/2012 9:59:23 PM Copy Next Disc File Name to Clipboard: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts\Final Fantasy IX (Disc 2).LNK

10/12/2012 9:59:23 PM Setting target window as foreground window: ePSXe - Enhanced PSX emulator

10/12/2012 9:59:23 PM Invoking Send Keys Before Disc Switch

10/12/2012 9:59:23 PM Invoking native SwitchDisc command: E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Disc Switch Command.bat

10/12/2012 9:59:23 PM Invoking Send Keys After Disc Switch

10/12/2012 9:59:23 PM SwitchDisc GUI: Closing GUI

10/12/2012 9:59:53 PM Exiting SwitchDisc ... Bye

Issues:

1) My autohotkey must run before the ePSXe instance to enable my motionjoy profile. Not a big deal as long as the run before command will run it. It should, just like the the other emulators, but it doesn't. I removed the refrence to it the *.bat so that now it just launches switch disc. Which it does now that it's in the also launch command.

2) Switchdisc trys to go fullscreen but does not appear on top of the fullscreen ePSXe window untill I click the mouse on the screen.

3) The navigation keys work fine but when I select the next game, Switchdisc dissappears, and nothing else happens. Except that the ePSXe window is shown with only a portion of the game visable (probably dut to my fullscreen settings).

4) after I hit escape the launch after comand is supposed to close switchdisc and the command prompt. It doesn't.

So I guess that GameEx refuses to initiate both the launch before and launch after commands? I used the .exe command that I use successfully in the rest of my emulators to run my autohotkey. So, that proves it. The only difference between this emulator and the working ones is that ePSXecutor.ini config file.

Link to comment
Share on other sites

A new build is available in the first post of the thread. This release includes the following changes:

SwitchDisc 1.0.1

  • SwitchDisc Configurator: Allow Disc File names to reference a shortcut (.lnk)
  • SwitchDisc Configurator Send Keys Builder: Addition of automated Open File Dialog operation
  • SwitchDisc GUI: Improved handling of custom default artwork

Thanks for all the feedback and the bug reporting!

@Felix: I'm glad to see SwitchDisc starting up for you via GameEx! I'm noticing something a bit off though. When you have a moment would you mind reposting the command you're currently using to start SwitchDisc (I believe this is your current Launch Before command)? Thank you my good man!

2) Switchdisc trys to go fullscreen but does not appear on top of the fullscreen ePSXe window untill I click the mouse on the screen.

Unfortunately this can and will happen when two applications are both requesting to be top most. I'm afraid there's no way to fully address it since there's no way to notify Windows that this or that app really really needs to be topmost (since the next thing you know 2 applications are both asking to be really really topmost at which point you need really really really topmost, etc.). One workaround, (at least as far as SwitchDisc goes) is to set Alt+Enter as keys to send before SwitchDisc. This will send the emulator to windowed mode which will make it considerably easier to seize the topmost spot from the emulator. If this becomes necessary you need to resend Alt+Enter as keys to send after SwitchDisc. This last component shouldn't be necessary in your case.

You may also want to consider some judicious use of Pause values (via the Send Key Builder). It may be that SwitchDisc is attempting to run commands too quickly (i.e. before other operations have completed). Pause values are set in milliseconds. 1000 milliseconds = 1 second (probably already knew that but just as a reminder).

3) The navigation keys work fine but when I select the next game, Switchdisc dissappears, and nothing else happens. Except that the ePSXe window is shown with only a portion of the game visable (probably dut to my fullscreen settings).

I believe the above step may also help with this issue.

4) after I hit escape the launch after comand is supposed to close switchdisc and the command prompt. It doesn't.

Would you mind reposting your Launch After command again just to make sure I'm looking at the current information? I've got an idea, but want to make sure I'm not feeding you red herring.

Thanks again Felix! You rock.

  • Like 1
Link to comment
Share on other sites

Yeah, here is the current info you asked for:

Launch before command (in GameEx):

E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe

Also launch Comand (in GameEx):

E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\Switchdisc (GameEx launch before).bat “[WORKINGPATH]\[ROMFILE]”

Switchdisc (GameEx launch before).bat:

"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\SwitchDisc-1.0.1\SwitchDisc.exe" -w "%~1" -f "%~2"
end

launch after comand (in GameEx):

E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\Switchdisc (GameEx launch after).bat

Switchdisc (GameEx launch before).bat:

"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\SwitchDisc-1.0.1\SwitchDisc.exe" -q
end

***Edit***

I just wanted to certify that the run before and after *.bat files do still launch and exit switchdisc. Now if the... -w "%~1" -f "%~2"... part is working I'm not sure.

BUG REPORT: Ver 1.0.0 & Ver 1.0.1

I just dowloaded a bunch of box art and disc art. I wanted to test the artwork feature, so I tested with just 1 picture, named the same as the game, then told switchdisc where to find the artwork folder for the emulator. Worked fine! So I downloaded the rest and renamed all the pics to match the filename of the coresponding image. When I went into switchdisc and told it to look at a new folder (one that containd disc art), it found and recognized them just fine. However, the original pics that switchdisc found (from the box art folder) did not refresh to the new picture in the new folder (disc art). And when I tell switchdisc to look at the box art folder, now that it has already assigned a pic to each filename, it won't refresh. It saved the first picture it found in the artwork folder and refuses to use the new ones the artwork field is telling it to. (I have 2 folders. One for box art and one for disc art. both contain pictures with the exact same filename. If that helps) ***edit, I just downloaded switchdisc 1.0.1 and although it displayed the old info to begin with it did refresh the image (I had to navigate quickly to the otherside of the screen real fast then back! It just laged behind the instantaneous refresh upon loading I was expecting. It may be that as I held down the navigate button it moved so fast that it couldn't display the images fast enough and had to look up the file location in order to display it. In which case it's still a bug. Or it just take awhile to refresh, like a shutdown cycle. IDK, I didn't try restarting my computer.*** =BUG

Link to comment
Share on other sites

BUG REPORT: Ver 1.0.0

I just dowloaded a bunch of box art and disc art. I wanted to test the artwork feature, so I tested with just 1 picture, named the same as the game, then told switchdisc where to find the artwork folder for the emulator. Worked fine! So I downloaded the rest and renamed all the pics to match the filename of the coresponding image. When I went into switchdisc and told it to look at a new folder (one that containd disc art), it found and recognized them just fine. However, the original pics that switchdisc found (from the box art folder) did not refresh to the new picture in the new folder (disc art). And when I tell switchdisc to look at the box art folder, now that it has already assigned a pic to each filename, it won't refresh. It saved the first picture it found in the artwork folder and refuses to use the new ones the artwork field is telling it to. (I have 2 folders. One for box art and one for disc art. both contain pictures with the exact same filename. If that helps) =BUG

Just something to doublecheck, as I'm not sure I fully understand the nature of this report. SwitchDisc doesn't save any information regarding the actual images. It only saves the artwork path. OTOH it won't refresh images if you change artwork paths while SwitchDisc is running. If that's the case it's not really a bug, SwitchDisc is just working as designed. SwitchDisc won't re-parse your config while it's running. In short you'll want to make sure you exit SwitchDisc before making any changes to the config. If you're still pretty sure that what I described here does not describe the issue as reported, feel free to elaborate a bit.

Only time for a quick post this morning, but you might take a second look at the commands you posted. Among other things you've got the command to exit SwitchDisc listed as the Launch Before. Pretty sure it's just a typo, but it's worth checking out.

Thanks Felix!

Link to comment
Share on other sites

No, the first thing I tried was to exit switchdisc from the taskbar and restart it. It wasent untill I ran v 1.0.1 that it refreshed the image. I added a little more to that post as well that describes it better. Try changing your artwork folder to see what I mean. I'll try agin too... No, it still wont update them. It will display the default image when it can't find a filename match, but doesn't refresh the others, no matter what I do (luckily it's stuck on the image I want, but that won't always be the case).

Also, I noticed that the pictures appear grainy/blurry compaired to the JPG viewed from other programs, even if reduced to the same size on screen. Seeing as how nowadays HD is standard, I think it would add to the professional look of the program. Image is everything baby!

Questions:

1) Does switchdisc prefer a certain file type?

2) Can you increase the picture display resolution?

3) Is there a way to make the white corners around the disc transparent (and for that matter, the hole in the middle), so switchdisc only displays a circular disc?

Link to comment
Share on other sites

+1 on that. I think I will try to set up a regular ePSXe emulator and see if I can get Switchdisc to run corectly. I still can't figure out why GameEx won't run before/after with this config, but that is beyound my experiance level.

GameEx Config:


[General]
Xresolution=800
Yresolution=600
DisplayOnSecondary=False
MAMEPath=E:\Michael\GAMES\My Games\All Games (Files)\M.A.M.E\Emulator\MAME
MAMEEXE=mame.exe
ROMPath=E:\Michael\GAMES\My Games\All Games (Files)\M.A.M.E\Emulator\MAME\roms;E:\Michael\GAMES\My Games\All Games (Files)\M.A.M.E\Roms
StartWait=False
USeAdvanceMame=False
AdvanceMAMEEXE=advmame.exe
AdvanceMAMEPATH=C:\Emulators\AdvanceMAME
ADVANCEMAMEOptions=-device_video_output fullscreen -quiet -dir_rom "C:\Emulators\Mame32\roms"
UseZinc=False
ZincEXE=zinc.exe
ZincPATH=C:\Emulators\ZiNc
ZincOptions=--renderer=.\renderer.znc
Font=Trebuchet MS
TitleText=MAME Games
OnlyWorking=True
AllowImperfect=True
VerifyRoms=True
OnlyRoms=False
NoGameInfo=False
GameFilter=Japan;Korea;Asia;Hispanic;Bootleg;French;German;Hack;Prototype;Hardware;Spanish;(Easy;(harder
GameFilterOn=True
NoAdult=True
NoClones=False
MameOptions=-nowindow -joy -skip_gameinfo
ArcadeMode=False
UseLargeFonts=True
SnapPath=C:\Emulators\Mame32\snap
AVISnapPath=C:\Emulators\Mame32\avisnap
AVIFrameSkip=0
flyerpath=C:\Emulators\Mame32\flyers
cabinetpath=C:\Emulators\Mame32\cabinets
CatverLocation=\DATA\catver.ini
nplayerslocation=\DATA\nplayers.ini
HistoryLocation=\DATA\history.dat
InfoLocation=\DATA\mameinfo.dat
CommandLocation=\DATA\command.dat
ShowGameInfoPage=True
EnableStartPage=True
ShowStartPageFirst=True
skipintro=True
AntiAliasFonts=True
OutlineFonts=False
DisplayBackgroundImage=True
SnapBrightness=120
MusicPlayList=C:\Music
MusicVolume=100
MediaCenterMode=2
PlayIntroSound=False
AttractModeTimer=4
AttractModeAudio=2
UsingArcadeVGA=False
StretchResToX=640
StretchResToY=288
TryToStretchto256=True
NoWaitVSync=False
Sleep=True
HideUpdateList=False
DisableExit=False
HideShutDown=True
StartUpVideo=C:\Video
LaunchOnStart=
LaunchOnStartNoWait=
LaunchOnExit=
LaunchOnExitNoWait=
FontSize=0
VectorResX=632
VectorResY=264
AlwaysStretch=410x256
DisableEscape=False
DisableRemoveGame=True
theme=My Games for MCE (Widescreen)
Language=
FlatStartPage=False
DontSwitchRes=True
SnapDelay=7
AllowWindowResize=True
ShowLoadingScreen=True
Use16BitColour=False
Widescreen=False
DisableMAME=True
ShellBeforeLaunch=
ShellOnExit=
EnableJukeBox=True
jukeboxplaylist=Live! (CD1)
EnableMediaControls=True
ShufflePlayLists=True
LoadPlayListAtStartup=False
LoadPlayListThread=False
DownloadArt=True
TitleFont=Trebuchet MS
DialogTextWhite=False
TimeFormat=True
HideToolBar=3
DoNotFilterROMS=pacman;splatter
MAMEAudioMode=1
DisplayTitle=True
AVIAudio=True
MarqueePath=C:\Emulators\Mame32\marquees
PanelPath=C:\Emulators\Mame32\cpanel
TitlePath=C:\Emulators\Mame32 itles
ICONPath=C:\Emulators\Mame32\icons
CPEnabled=False
CPPATH=\DATA\controls.ini
ShowVector=False
ShowNeoGeo=False
ShowOriginal=False
ShowAdult=False
ShowCPS=False
ShowVertical=False
ShowHorizontal=False
EnableFavorites=False
ShowMulti=False
ShowAllMAME=False
ShowLastGame=False
ShowRandomGame=False
ShowListNumbers=False
AlphaBlendVideos=True
EnableSound=True
MediaCenterOpenCheck=true
UseSharp=True
CreateImageOnThread=False
HideCreateSnaps=True
HideLogoff=True
HideStandBy=True
DisableMouse=False
ShowVideos=False
VideoPath=
EnableAlphaPage=True
EnableJoystick=True
EnableSlikStik=False
KeyboardDirectInput=False
NoMahjong=True
VIDEOFFDSHOW=0
JoystickDevice=
EnableCustomInput=False
EnableCustomJoyInput=True
AttractVideosEnabled=True
AttractVideosRatio=1
AttractVideosPath=C:\Video
AtractModeNewGameTimer=2
AdvancedGFX=True
HideZinc=True
TransitionType=1
Bypass=True
DontBlitWait=False
ShowMostPlayed=False
ExcludedMAMERoms=
DeadZoneX=0
DeadZoneY=0
JukeBoxMode=2
EnableAmbiance=False
HIDEDESKTOP=False
UseSnapBestMatch=true
IngameVK=121
EnableThemePicker=False
DisablePleaseWaitAnimation=False
EnableRipCD=False
DumbyValue=
DVDPath=G:\
AttractOnlyFavs=False
rotateplus90=False
ShowButtons=True
DisplayTitleText=True
PlayExitSaverSound=False
ShowAtari=False
ShowGolden=False
ShowHorizVert=0
UseModel2=False
Model2PATH=C:\Emulators\Model2
ShowModel2=False
ShowLightGun=False
EnableBezel=True
AutoUpdate=1
NoMAMEOnStartPage=False
HideRestart=True
EnableStartScreenSaver=False
SortMAMEThE=True
SortEmuThE=False
ShowMCEEXport=True
NoRotationRestrictions=False
MakeToolbarTextWhite=False
ExitGameAfter=0
ShowTrackball=False
ShowSpinner=False
LoadEmusOnThread=True
LoadRadioOnThread=False
StartPageAni=True
EmusAttractMode=False
MuteEmuAttractMode=False
Show4Player=False
CabControlFriendly=False
ManualPath=C:\Emulators\Mame32\manuals
HideShowTaskbar=True
CustomMAMEFolderPath=C:\Emulators\Mame32\CustomFolders
MAMEFavoritesini=C:\Emulators\Mame32\Folders\Favorites.ini
MenuFontSameSize=False
PreviewVideos=2
ShowStatistics=False
DisableMouseWheel=False
ErrorReporting=0
ReduceCPU=True
ShowNotPlayed=False
ShowOnlineLists=False
ScreensaverMode=0
AttractText=Touch screen to start...
GlaunchEnabled=False
PCBPath=C:\Emulators\Mame32\pcb
ArtworkPath=C:\Emulators\Mame32\artworkpreview
LoadJukeTracksOnStartup=True
EnableLetterSelect=True
JukeQueueMode=0
EnableBezelAttract=True
ForceDailyReboot=-1
EnableSearch=False
FixToEmuList=0
ShowLastPlayed=False
TwoThreeRes=
EnableTouchScreen=True
EnableMediaCheck=True
EnableOtherSystems=True
ForceShutdown=False
EnableHiScore=True
DisplayImageList=False
SortEmulators=True
ShowAllGames=False
InactivityTimer=0
EnableAdvCustomInput=False
HideHibernate=True
EnableKeyboardShutdown=False
AutoRotateMAME=False
EnableLaunchDialog=False
lastmusicpath=G:\-DATA-\-MP3-
looplist=False
TrackballSupport=False
EnableVisualizations=True
EnableVideoThumbs=False
cabinet3dpath=C:\Emulators\Mame32\cabinets3d
EnableClientServerMAME=False
ClientServerMAMEPath=C:\Emulators\ClientServerMAME
ClientServerMAMEEXE=vmame.exe
OnQueueEndMode=0
MAMERemoveDupes=2
CommnadLocation=\DATA\command.dat
AutoDownloadDescriptions=True
GameExtenderCustomImageMAMEPath=C:\Emulators\Mame32\marquees
Enablepopupdescriptions=True
SetPalRes=False
PalRes=800x600x32x60
SetNTCSRes=True
NTSCRes=800x600x32x60
SetNTSCRes=False
SetTwoThreeRes=False
AmbianceFolder=C:\ArcadeAmbiance
EnableEscapeKeyExit=True
DisableChangeView=True
EnabledConfigurationApp=False
ResumeLastAtStartup=False
HelpText=
ShowHistoryAndMAMEInfo=True
baksnappath=C:\Emulators\Mame32\backgroundsnap
TVVideoPath=
OtherVideoPath=C:\Video;[myvideos]
ChangeMonitorFrequency=False
ChangeMonitorResolution=False
NoCasino=True
EnableDownloadService=False
[Daphne]
UseDaphne=False
DaphnePath=C:\Emulators\Daphne
DaphneExe=Daphne.exe
DaphneSnap=C:\Emulators\Daphne\images
DaphneOptions=vldp -fullscreen -x 640 -y 480 -nohwaccel
Enabled_1=True
ROMName_1=astron
GameName_1=Astron Belt
GameOptions_1=-framefile "C:\Roms\Laserdisc\Astron Belt\astron.txt"
Enabled_2=True
ROMName_2=badlands
GameName_2=Badlands
GameOptions_2=-framefile "C:\Roms\Laserdisc\Badlands\badlands-r.txt"
Enabled_3=True
ROMName_3=bega
GameName_3=Bega's Battle
GameOptions_3=-framefile "C:\Roms\Laserdisc\Bega's Battle\bega.txt"
Enabled_4=True
ROMName_4=cliff
GameName_4=Cliff Hanger
GameOptions_4=-framefile "C:\Roms\Laserdisc\Cliff Hanger\cliff-r.txt"
Enabled_5=True
ROMName_5=cobraab
GameName_5=Cobra Command
GameOptions_5=-framefile "C:\Roms\Laserdisc\Cobra Command\cc_framefile.txt
Enabled_6=True
ROMName_6=lair
GameName_6=Dragon's Lair
GameOptions_6=-framefile "C:\Roms\Laserdisc\Dragon's Lair\dl_framefile.txt"
Enabled_7=True
ROMName_7=lair2
GameName_7=Dragon's Lair II Timewarp
GameOptions_7=-framefile "C:\Roms\Laserdisc\Dragon's Lair II Timewarp\DL2_single_framefile.txt"
Enabled_8=True
ROMName_8=esh
GameName_8=Esh's Aurunmilla
GameOptions_8=-framefile "C:\Roms\Laserdisc\Esh's Aurunmilla\esh.txt"
Enabled_9=True
ROMName_9=firefox
GameName_9=Firefox
GameOptions_9=-framefile "C:\Roms\Laserdisc\Firefox\firefox.txt"
Enabled_10=True
ROMName_10=ffr
GameName_10=Freedom Fighter
GameOptions_10=-framefile "C:\Roms\Laserdisc\Freedom Fighter\ffr.txt"
Enabled_11=True
ROMName_11=galaxy
GameName_11=Galaxy Ranger
GameOptions_11=-framefile "C:\Roms\Laserdisc\Galaxy Ranger\galaxy-r.txt"
Enabled_12=True
ROMName_12=gtg
GameName_12=Goal to Go
GameOptions_12=-framefile "C:\Roms\Laserdisc\Goal to Go\gtg.txt"
Enabled_13=True
ROMName_13=interstellar
GameName_13=Interstellar Laser Fantasy
GameOptions_13=-framefile "C:\Roms\Laserdisc\Interstellar Laser Fantasy\interstellar.txt"
Enabled_14=True
ROMName_14=lgp
GameName_14=Laser GP
GameOptions_14=-framefile "C:\Roms\Laserdisc\Laser GP\lasergp.txt"
Enabled_15=True
ROMName_15=mach3
GameName_15=Mach 3
GameOptions_15=-framefile "C:\Roms\Laserdisc\Mach 3\mach3.txt"
Enabled_16=True
ROMName_16=roadblaster
GameName_16=Road Blaster
GameOptions_16=-framefile "C:\Roms\Laserdisc\Road Blaster\roadblaster.txt"
Enabled_17=True
ROMName_17=ace
GameName_17=Space Ace
GameOptions_17=-framefile "C:\Roms\Laserdisc\Space Ace\ace.txt"
Enabled_18=True
ROMName_18=sdq
GameName_18=Super Don Quix-ote
GameOptions_18=-framefile "C:\Roms\Laserdisc\Super Don Quix-ote\sdq.txt"
Enabled_19=True
ROMName_19=tq
GameName_19=Thayer's Quest
GameOptions_19=-framefile "C:\Roms\Laserdisc\Thayer's Quest q.txt"
Enabled_20=True
ROMName_20=uvt
GameName_20=Us vs Them
GameOptions_20=-framefile "C:\Roms\Laserdisc\Us vs Them\uvt.txt"
UseGamepad=False
DaphneFlyer=C:\Emulators\Daphne\flyers
DaphneCabinet=C:\Emulators\Daphne\cabinets
DaphneTitle=C:\Emulators\Daphne itles
DaphneMarquee=C:\Emulators\Daphne\marquees
DaphnePanel=C:\Emulators\Daphne\cpanel
LaunchBefore=
LaunchAfter=
DaphneCustomGameExtenderCustomArtPath=C:\Emulators\Daphne\marquees
DaphneBakSNAP=C:\Emulators\Daphne\backgroundimages
[DVD]
EnableDVD=False
CODEC=0
DVDFFDSHOW=0
EnableDVDDisk=False
DVDPath=C:\DVD
UseVMR9=True
EnableExternalPlayer=False
Use VMR9=False
CMD=""C:\Program Files (x86)\Corel\DVD9\WinDVD.exe" "[dvd]""
[Pictures]
PicturesEnabled=False
Paths=C:\Pictures;[mypictures]
UseAlphaBlend=True
SlideDuration=12
[News]
URL_1=http://rss.news.yahoo.com/rss/topstories
URL_2=
URL_3=http://rss.news.yahoo.com/rss/tech
URL_4=http://slashdot.org/index.rss
URL_5=
URL_6=http://www.emulator-zone.com/rss_news.php
URL_7=http://www.spesoft.com/news.xml
URL_8=http://www.gameex.info/forums/index.php?app=core&module=global&section=rss&type=forums&id=1
URL_9=http://www.hulu.com/feed/highest_rated/videos
URL_10=http://www.hulu.com/feed/popular/videos/this_week
URL_11=http://www.hulu.com/feed/recent/movies
URL_12=
URL_13=
URL_14=
URL_15=
URL_16=
URL_17=
URL_18=
URL_19=
URL_20=
URL_21=
URL_22=
URL_23=
URL_24=
URL_25=
URL_26=
URL_27=
URL_28=
URL_29=
URL_30=
Enabled=False
URL_31=
URL_32=
URL_33=
URL_34=
URL_35=
URL_36=
[Radio]
RadioEnabled=False
Enabled_5=True
Name_5=Kohina - old school game & demo
URL_5=http://acamar.org:8000/listen.pls
Enabled_6=False
Name_6=Bangkok Radio
URL_6=http://64.62.253.55/bangkok64
Enabled_7=True
Name_7=Kohina - Fresh Tracks
URL_7=http://anka.org:8080/fresh.ogg.m3u
Enabled_4=False
Name_4=Delta Uno
URL_4=http://www.deltauno.it/home/delta1.asx
Enabled_1=False
Name_1=
URL_1=
Enabled_2=
Name_2=
URL_2=
Enabled_3=
Name_3=
URL_3=
Enabled_8=
Name_8=
URL_8=
Enabled_9=
Name_9=
URL_9=
Enabled_10=
Name_10=
URL_10=
Enabled_11=
Name_11=
URL_11=
Enabled_12=
Name_12=
URL_12=
Enabled_13=
Name_13=
URL_13=
Enabled_14=
Name_14=
URL_14=
Enabled_15=
Name_15=
URL_15=
Enabled_16=
Name_16=
URL_16=
Enabled_17=
Name_17=
URL_17=
Enabled_18=
Name_18=
URL_18=
Enabled_19=
Name_19=
URL_19=
Enabled_20=
Name_20=
URL_20=
Enabled_21=False
Name_21=Capital Gold
URL_21=mms://ms1.capitalinteractive.co.uk/gold_high
Enabled_22=True
Name_22=Slay Radio
URL_22=
[url="http://relay4.slayradio.org:8000"]http://relay4.slayradio.org:8000[/url]
Name_23=XFM
URL_23=http://rope.icgo.fimc.net/staticweb/onair_players/onair_xfm_abacast/player/onair_xfm.asx
Enabled_23=False
Name_24=Radio Woodstock
URL_24=http://nick8.surfernetwork.com/Media/RWST.asx
Enabled_25=True
Name_25=Club 977 Alternative
URL_25=http://www.977alt.com/977alt.asx
Enabled_26=True
Name_26=Radio Paradise
URL_26=http://www.changeip.com/radio/rp_128.asx
Enabled_27=True
Name_27=Hitz Radio
URL_27=http://www.hitzradio.com/hitzradio.asx
Enabled_28=True
Name_28=Club 977
URL_28=http://www.club977.com/club977.asx
Enabled_29=True
Name_29=9412 Rock Station
URL_29=http://www.9412.com/9412.asx
Enabled_30=True
Name_30=Power Hitz
URL_30=http://www.powerhitz.com/powerhitz.asx
Enabled_31=True
Name_31=Radio Wazee
URL_31=http://www.wazee.org/128.asx
Enabled_32=True
Name_32=The Edge Radio
URL_32=http://mfkrboard.com/edgeradio/edge.m3u
Enabled_33=True
Name_33=WFUV 90.7 FM Public Radio
URL_33=http://www.wfuv.org/wfuvlive.asx
Enabled_34=False
Name_34=Pirate Radio
URL_34=http://www.loudcity.net/Portals/0/LCPlayLists/90/123.asx
Enabled_35=True
Name_35=EYE 97
URL_35=http://www.loudcity.net/Portals/0/LCPlayLists/157/eye97.asx
Enabled_36=True
Name_36=Hit Music Station
URL_36=http://www.hitmusicstation.net/ecoute_haut_debit.m3u
Name_37=Radio IO 80's
URL_37=http://radioio.sc.llnwd.net:8240
Enabled_24=
Enabled_37=False
Enabled_80=True
Url_80=FAVREMOVE
Enabled_81=True
Url_81=FAVREMOVE
Enabled_82=True
Url_82=FAVREMOVE
Enabled_83=True
Url_83=FAVREMOVE
enabled_84=True
name_84=radioio.com : 80s New Wave
url_84=http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=1269943&file=filename.pls
Enabled_85=
Name_85=
Url_85=
Enabled_38=True
Name_38=C64.COM's SID Stream
URL_38=http://www.c64.com/sid.m3u
[HTMLApplications]
Enabled_1=True
URL_1=http://10foot.cbuenger.com/mceWeather/index.php?start=1〈=2
Name_1=Weather
Logo_1=Weather
MouseEmu_1=False
Enabled_2=True
URL_2=http://gameex.net
Name_2=GameEx homepage
Logo_2=
MouseEmu_2=False
Enabled_3=False
URL_3=http://10foot.cbuenger.com/mceWeather/index.php?start=1〈=2
Name_3=Weather
Logo_3=Weather
MouseEmu_3=True
Enabled_4=False
URL_4=
Name_4=
Logo_4=
MouseEmu_4=True
Enabled_5=False
URL_5=
Name_5=
Logo_5=
MouseEmu_5=True
Enabled_6=False
URL_6=
Name_6=
Logo_6=
MouseEmu_6=True
UseHTMLApps=False
Hide_2=False
Hide_3=
Hide_4=True
Hide_5=
[ExternalApplications]
Enabled_99=True
Name_99=Configuration
Path_99=[apppath]
CMD_99=GameExConfig.exe
Snap_99=GameExText
ShowDesktop_99=True
MapKeys_99=False
WaitBeforeKeys_99=
SendKeys_99=
Enabled_2=False
Name_2=Notepad
Path_2=c:\windows
CMD_2=notepad.exe
Snap_2=GameExText
ShowDesktop_2=True
MapKeys_2=True
WaitBeforeKeys_2=
SendKeys_2=
Enabled_3=False
Name_3=Mad Dog McCree
Path_3=G:\Mad_Dog_mcCree
CMD_3=G:\Mad_Dog_mcCree\mdm.exe
Snap_3=GameExText
ShowDesktop_3=True
MapKeys_3=True
WaitBeforeKeys_3=4000
SendKeys_3=F
Enabled_1=False
name_1=Close And Restart GameEx
path_1=G:\-DATA-\-MY PROJECTS-\GameEx - VB.net\bin
cmd_1=CloseAndRestartGameEx.bat
snap_1=
showdesktop_1=True
mapkeys_1=True
WaitBeforeKeys_1=d
SendKeys_1=
Enabled_4=False
name_4=
path_4=
cmd_4=
snap_4=
showdesktop_4=True
mapkeys_4=True
WaitBeforeKeys_4=
SendKeys_4=
Enabled_5=False
name_5=
path_5=
cmd_5=
snap_5=
showdesktop_5=True
mapkeys_5=True
WaitBeforeKeys_5=
SendKeys_5=
Enabled_6=False
name_6=
path_6=
cmd_6=
snap_6=
showdesktop_6=True
mapkeys_6=True
WaitBeforeKeys_6=
SendKeys_6=
Enabled_7=False
name_7=
path_7=
cmd_7=
snap_7=
showdesktop_7=True
mapkeys_7=True
WaitBeforeKeys_7=
SendKeys_7=
Enabled_8=False
name_8=
path_8=
cmd_8=
snap_8=
showdesktop_8=True
mapkeys_8=True
WaitBeforeKeys_8=
SendKeys_8=
Enabled_9=False
name_9=
path_9=
cmd_9=
snap_9=
showdesktop_9=True
mapkeys_9=True
WaitBeforeKeys_9=
SendKeys_9=
Enabled_10=False
name_10=
path_10=
cmd_10=
snap_10=
showdesktop_10=True
mapkeys_10=True
WaitBeforeKeys_10=
SendKeys_10=
Enabled_11=False
name_11=
path_11=
cmd_11=
snap_11=
showdesktop_11=True
mapkeys_11=True
WaitBeforeKeys_11=
SendKeys_11=
Enabled_12=False
name_12=
path_12=
cmd_12=
snap_12=
showdesktop_12=True
mapkeys_12=True
WaitBeforeKeys_12=
SendKeys_12=
Enabled_13=False
name_13=
path_13=
cmd_13=
snap_13=
showdesktop_13=True
mapkeys_13=True
WaitBeforeKeys_13=
SendKeys_13=
Enabled_14=False
name_14=
path_14=
cmd_14=
snap_14=
showdesktop_14=True
mapkeys_14=True
WaitBeforeKeys_14=
SendKeys_14=
Enabled_15=False
name_15=
path_15=
cmd_15=
snap_15=
showdesktop_15=True
mapkeys_15=True
WaitBeforeKeys_15=
SendKeys_15=
Enabled_16=False
name_16=
path_16=
cmd_16=
snap_16=
showdesktop_16=True
mapkeys_16=True
WaitBeforeKeys_16=
SendKeys_16=
Enabled_17=
name_17=
path_17=
cmd_17=
snap_17=
showdesktop_17=
mapkeys_17=
WaitBeforeKeys_17=
SendKeys_17=
Enabled_18=
name_18=
path_18=
cmd_18=
snap_18=
showdesktop_18=
mapkeys_18=
WaitBeforeKeys_18=
SendKeys_18=
Enabled_19=
name_19=
path_19=
cmd_19=
snap_19=
showdesktop_19=
mapkeys_19=
WaitBeforeKeys_19=
SendKeys_19=
Enabled_20=
name_20=
path_20=
cmd_20=
snap_20=
showdesktop_20=
mapkeys_20=
WaitBeforeKeys_20=
SendKeys_20=
Enabled_21=
name_21=
path_21=
cmd_21=
snap_21=
showdesktop_21=
mapkeys_21=
WaitBeforeKeys_21=
SendKeys_21=
Enabled_22=
name_22=
path_22=
cmd_22=
snap_22=
showdesktop_22=
mapkeys_22=
WaitBeforeKeys_22=
SendKeys_22=
Enabled_24=
name_24=
path_24=
cmd_24=
snap_24=
showdesktop_24=
mapkeys_24=
WaitBeforeKeys_24=
SendKeys_24=
Enabled_25=
name_25=
path_25=
cmd_25=
snap_25=
showdesktop_25=
mapkeys_25=
WaitBeforeKeys_25=
SendKeys_25=
EmulateMouse_1=-1
EmulateMouse_2=-1
EmulateMouse_3=3
EmulateMouse_4=
EmulateMouse_5=
EmulateMouse_6=
EmulateMouse_7=
EmulateMouse_8=
EmulateMouse_9=
EmulateMouse_10=
EmulateMouse_11=
EmulateMouse_12=
EmulateMouse_13=
EmulateMouse_14=
EmulateMouse_15=
EmulateMouse_16=
EmulateMouse_17=
EmulateMouse_18=
EmulateMouse_19=
EmulateMouse_20=
EmulateMouse_21=
EmulateMouse_22=
EmulateMouse_24=
EmulateMouse_25=-1
LaunchBefore_16=
LaunchAfter_16=
AlsoLaunch_16=
LaunchBefore_17=
LaunchAfter_17=
LaunchBefore_1=
HelpText_1=
[TEXT]
steamlist=Steam
steamstart=Steam Games
banner=Banner
Downloading=Downloading
Seeking=Seeking
Download=Download
PlayBluRay=Play Blu Ray
GetMetaData=Get MetaData
Touch_Help_1=Control is located at bottom of screen.
Touch_Help_2=Continuously tap bottom right for credits and top right to start.
Touch_Help_3=Controls are located bottom and middle of screen.
Touch_Help_4=Control is located at bottom of screen.
GameExArcadeStart=Arcade
GameExArcadeList=Arcade
RipDVD=Rip DVD
SearchMusic=Search Music
Dialog_RippingCD=Ripping CD
Dialog_PleaseWait=Please Wait
Dialog_ScanningFolders=Scanning Folders
Dialog_ScanningFiles=Scanning Files
Dialog_LoadingDatabases=Loading Databases
Dialog_LoadingSettings=Loading Settings
Status_ListUpdated=List Updated
Status_FavRemoved=Removed from favorites
Status_FavAdded=Added to favorites
Status_ItemRemoved=Item removed
Status_NextTrack=Next track
Status_PreviousTrack=Previous track
Status_Pause=Pause
Status_play=Play
Status_AddedToQ=Added to queue
Status_NetPlayReq=Requested NetPlay
Status_NetPlayCan=Cancelled NetPlay
YouTube=YouTube
News=News
SearchYouTube=Search YouTube
RequestNetPlay=Request NetPlay
CancelNetPlay=Cancel NetPlay Request
MAMENetPlayStart=MAME NetPlay
NetPlayList=NetPlay
Accept=Accept
Now=Now
Next=Next
GameMusic=Game Music
TVAdvert=TV Advert
Commands=Commands
RecordVideo=Record Video
ResumeGame=Resume Game
ExitGame=Exit Game
InGame=In Game
Stopped=Stopped
Play=Play
ResumeDVD=Resume DVD
NoItems=- NO ITEMS FOUND -
Hibernate=Hibernate
MenuMore=More
AllGamesStart=All Games
AllGamesList=All Games
NotAvailable=Not Available
HiScore=High Score
GetLyrics=Get Lyrics
OtherSystems=Other Systems
OpenMedia=Open Media
Biography=Biography
MenuView=Change View
MenuBack=Back
MenuExit=Exit
MenuHome=Home
LastPlayedList=Last Played
LastPlayedStart=Last Played
SEARCHTITLE=Enter criteria then select menu
SEARCHTITLE2=Press select to release cursor
SearchList=Search
SearchStart=Search
SearchMedia=Search Media
SearchJukebox=Search Jukebox
Items=Items
MediaPlayerStart=Library
MediaPlayerList=Library
NoMediaFound=- NO MEDIA FOUND -
eBookViewerStart=eBooks
eBookViewerList=eBooks
Artwork=Artwork
PCB=PCB
Statistics=Statistics
InsertCD=Insert CD:
SearchGames=Search Games
GameManual=Manual
PlayStation=Playstation
mame2simlist=2 Players
mame2simstart=2 Player Simultaneous
mame4simlist=4 Players
mame4simstart=4 Player Simultaneous
MCEEXPORT=Export To MCE
StartScreenSaver=Start Screensaver
Visualize=Visualize
SelectVisualize=Select Visualization
About1=Windows Emulator Front End and HTPC
About2=Written By:
About3=For Latest Version, please visit:
byalbum=By Album
byartistalbum=By Artist/Album
byartist=By Artist
bycat=
bygenre=By Genre
bymanu=
bysys=By System
byname=
bytitle=
byyear=
Selectplaylist=Play list / More
createsnaps=Create Snaps
CreateSnaps1A=You are about to create snap shots or videos for every game in the [EMULATOR] Games List. This option can be removed from GameEx, by enabling the Hide Create Snaps option in the configuration.
CreateSnaps2=You should be aware this is a lengthy process
CreateSnaps3=With your current settings it is estimated that it will take at least:
CreateSnaps4=[MINUTES] Minutes to complete this process if you use a 20 second pause between snaps.
CreateSnaps5=You should also be warned that the SNAP shots will be saved in the SNAP Path defined for this emulator
CreateSnaps6=This process is not recommended on Windows 98
CreateSnaps7=To exit this process once run HOLD down ESCAPE.
CreateSnaps8=Do you want to proceed?
Exit=Exit GameEx
HTMLPleaseWait=Please Wait
IsUpdatingList=GameEx is updating the MAME game list:
jukelist=Jukebox
jukestart=Jukebox
Karaokelist=Karaoke
Karaokestart=Karaoke
StartKaraoke=Start Karaoke Player
LaaunchingGame=Launching:
laserlist=Laserdisc
laserstart=Laserdisc Games
logoff=Log Off
favlist=Favorites
favstart=Favorites
mamealllist=MAME Games
mameallstart=All MAME Games
mamecpslist=CPS Games
mamecpsstart=CPS Games
mameAtarilist=Atari Games
mameAtaristart=Atari Games
mameGunlist=Lightgun
mameGunstart=Lightgun Games
mameTrackballlist=Trackball
mameTrackballstart=Trackball Games
mameSpinnerlist=Spinner
mameSpinnerstart=Spinner Games
mameModel2list=Model 2
mameModel2start=Sega Model 2 Games
mameGoldenlist=Golden Era
mameGoldenstart=Golden Era Of Arcade
mameneolist=Neo-Geo
mameNEostart=Neo-Geo Games
mamemultilist=MAME Multiplay
mamemultistart=MAME Multiplayer Games
mamevectorlist=MAME Vector
mamevectorstart=MAME Vector Games
Of=of
shutdown=Turn Off System
standby=Stand By System
Restart=Restart System
Start=Start..
updatelist=Update List
UpdatingList=Updating Game List:
UpdatingPleaseWait=Please Wait......
videoslist=Videos
videostart=Videos
LaunchingGame=Launching Game:
PlayThisGame=Play This Game
Recommended=Recommended Games:
Series=Games in Series:
Title=Title
Flyer=Flyer
Cabinet=Cabinet
Cabinet3d=3D Cabinet
Panel=Panel
Box=Box
Cartridge=Cartridge
Marquee=Marquee
FavoritesAdd=Add To Favorites
FavoritesRemove=Remove From Favorites
NoVideosFound=- NO VIDEOS FOUND -
NoPicturesFound=- NO PICTURES FOUND -
NoMusicFound=- NO MUSIC FOUND -
NoArtistsFound=- NO ARTISTS FOUND -
NoAlbumsFound=- NO ALBUMS FOUND -
NoGenresFound=- NO GENRES FOUND -
NoGamesFound=- NO GAMES FOUND -
NoStationsFound=- NO STATIONS FOUND -
NoNewsFound=- NO NEWS FOUND -
CannotCreateSnaps1=Cannot Create Snaps
CannotCreateSnaps2=Emulator '[EMULATOR]' Does not have a valid Snap path, so Snaps cannot be created. Setup a valid snap path in the configuration and try again.
ViewControls=View Controls
Instructions=Instructions
ViewControlsKey=Press '[KEY]' to view in game.
AllMusic=All Music
ClearCurrentPlaylist=Clear Current Playlist
ShufflePlaylist=Shuffle Current Playlist
PlayLastGame=Last MAME Game
ViewSlideShow=View Slide Show
Pictures=Pictures
Radio=Radio
PlayDVD=Play DVD
PlayCD=Play CD
DVDonDiskStart=DVDs
DVDonDiskList=DVDs
Demo=Demo:
Playing=Playing:
MAMEOriginal=MAME Original Games
MAMEOriginallist=Originals
MAMEAdult=MAME Adult Games
MAMEAdultlist=Adult
ClearAndQueueAll=Clear and Queue All
AddAndQueueAll=Add all to Queue
RandomGame=Play Random Game
StartMAME=MAME
StartApps=More Games & Programs
StartEMU=Emulated Games
StartControl=Exit/Shutdown
StartMedia=Multimedia
ListMAME=MAME
ListApps=Games & Apps
ListEMU=Games
ListControl=Exit
ListMedia=Media
TimesPlayed=Times Played
LastPlayed=Last Played
DeleteFavs=Delete Favorites
DeleteMost=Delete Most Played
Chapter=Chapter
Aspect=Aspect
Aspect0=Original Aspect - Not Zoomed
Aspect4=Widescreen on 4:3 - Stretched
Aspect5=Fill Screen
Aspect3a=Widescreen to 4:3 - Zoomed
Aspect3b=Letterbox to Widescreen - Zoomed
Aspect2=Original Aspect - Zoomed
Aspect1a=Widescreen to 4:3 - Shrunk
Aspect1b=4:3 to Widescreen - Stretched
Paused=Paused
PlayVideo=Play Video
ResumeVideo=Resume Video
RestartVideo=Restart Video
VideoQueue=Play All
QueueAllRandom=Play Randomly
More=More..
MostPlayed=Most Played
MostPlayedList=Most Played
VariousArtists=Various Artists
ConfirmDialog1=Select To Confirm.
ConfirmDialog2=Back To Cancel.
RemoveGame=Remove Game?
LocalDisk=Local Disk
SystemDisk=System Disk
CDDVD=CD/DVD Drive
NetworkDrive=Network Drive
RamDisk=Ram Disk
FloppyDisk=Floppy Disk
RemovableDisk=Removable Disk
UpdateGameList=Update List?
VideoQueueAll=
playstationstart=Playstation
themepickerlist=Themes
themepickerstart=Theme Picker
playstationlist=Playstation
mameVertList=Vertical
mameVertStart=MAME Vertical Games
mameHorizlist=Horizontal
mameHorizstart=MAME Horizontal Games
mamenotplayedlist=Not Played
mamenotplayedstart=MAME Not Played
mamemawslist=Live - MAWS
mameMAWSstart=Live - MAWS Hall Of Fame
mameGameExlist=Live - GameEx
mameGamEexstart=Live - GameEx Favorites
ripcd=Rip CD
ripthiscd=Rip This CD Now
cantrip=- No CD, Invalid CD, or no CDDB data -
ViewPlaylist=View Playlist
KaraokAllSongs=All Songs
KaraokaMode1Click=Instant Play Mode
KaraokaModeQueue=Queue Mode
KaraokePlaylist=View/Edit Playlist
KaraokeStartMenu=Start Karaoke
mammodel2list=
CreateSnaps1=You are about to create snap shots for every game in the [EMULATOR] Games List.
NoeBooksFound=- NO EBOOKS FOUND -
QueueAll=Queue All
[Favorites]
ReplaceDash=True
ReplaceUnder=True
Capitals=True
RemoveBrackets=True
[DVRMS]
DVRFFDSHOW=0
CODEC=
[AtractModeNewGameTimer]
When in attract mode start a new random game or video each time this value is reached.=2
[AttractVideosPath]
The folder your videos are located.=L:\GameAds
[GameExTender]
RemoteGameExLocation=\\workstation1\g$\-DATA-\-MY PROJECTS-\GameEx - VB.net\bin
Enabled=False
Windowed=False
DisplayOnSecondary=False
RemoteExtenderLocation=G:\-DATA-\-MY PROJECTS-\GameEx - VB.net\bin
IPADDRESS=127.0.0.1
Port=8383
RefreshRate=20
SysUserName=RIP-Felix
Username=User33549
ComputerName=RIP-FELIX-PC
Publish=False
UserInfo=
GameExtenderCustomImage=False
GameExtenderImageNotFound=
[GameExtenderViewer]
Server=90.0.0.13
PORT=8383
DisplayOnSecondary=False
RefreshRate=7
StartWithGameEx=False
ExitWithGameEx=False
Windowed=False
[Karaoke]
Enabled=False
Path=C:\Karaoke
mode=False
[CachedImages]
bak=100652
res=275808
videobak=100652
jukeboxbak=100652
radiobak=100652
picturesbak=100652
emubak=100652
startbak=100652
daphnebak=100652
mamebak=100652
themedir=
titlefont=Trebuchet MS
titlefontsize=0
outlinefonts=False
antialiasfonts=True
windowed=True
use16bitcolour=False
gradienttitlefont=True
lowercasetitlefont=True
Font=Trebuchet MS
FontSize=0
titlefontres=275808
bakres=275808
theme=
startbak_Foreground=386810
bak_Foreground=386810
videobak_Foreground=386810
jukeboxbak_Foreground=386810
radiobak_Foreground=386810
picturesbak_Foreground=386810
daphnebak_Foreground=386810
titlefontstyle=0
bakresbak=921600
mameselectbak=465213
lastplayedbak=290516
mostplayedbak=199198
favoritesbak=283065
allgamesbak=375154
emulatorselectbak=100444
themepickerbak=621253
[Plugin_1]
Enabled=False
Name=CursorHider.dll
[Plugin_2]
Enabled=False
Name=Game Info Plugin.dll
[Plugin_3]
Enabled=False
Name=PlugInCallerID.dll
[Plugin_4]
Enabled=False
Name=PlugInDigDug.dll
[Plugin_5]
Enabled=False
Name=PlugInExit.dll
[ArcadeSoundPlugin]
Volume=8
[Plugin_6]
Enabled=False
Name=PlugInLaunch.dll
[CachedImagesMenuFont]
themedir= hemes\My Games for MCE (Widescreen)\MEDIA\
res=275808
font=Arial
fontsize=2
outlinefonts=False
use16bitcolour=False
antialiasfonts=True
windowed=True
menufontsamesize=False
fontstyle=1
[CachedImagesBak]
bak=214295
videobak=214295
jukeboxbak=214295
radiobak=214295
picturesbak=214295
emubak=214295
startbak=214295
daphnebak=214295
[Emulator_]
SelectionMusicFolder=C:\Music
[eBook]
Enabled=False
Paths=C:\eBooks
Quality=0
fittopage=False
[Plugin_7]
Enabled=False
Name=PlugInLCD.dll
[MediaPlayer]
Enabled=False
AudioMode=0
[CachedImagesGameFont]
res=275808
[CachedImagesGameFontFaded]
res=275808
[CachedImagesFontBlack]
Res=277056
[CPWizard]
CPWizardEnable=False
CPWizardPath=C:\Program Files\CPWizard\CPWizard.exe
CPWizardStarted=True
CPWizardStartup=True
[VIDEO]
EnableExternalPlayer=False
UseWMPWMV=
CMD=
[ADVKEYBOARD]
Forward=60
Rewind=61
PageUp=62
PageDown=63
VolumeDown=64
VolumeUp=65
Stop=66
Play=67
[Plugin_8]
Enabled=False
Name=PlugInRotate.dll
[CursorHider]
DoNotHide=
DoNotHideInGameEX=False
[Plugin_9]
Enabled=False
Name=PlugInSpeech.dll
[DefaultPaths]
EmuPath1=C:\Emulators
AssetPath1=C:\Assets
RomPath1=C:\Roms
[YouTube]
Enabled=False
[GameBase]
Enabled=False
Path=
MapBack=False
ShowDesktop=True
[CachedImages3d]
themedir= hemes\My Games for MCE (Widescreen)\MEDIA\
titlefontres=275808
titlefont=Arial
titlefontstyle=0
titlefontsize=0
outlinefonts=False
use16bitcolour=False
gradienttitlefont=False
lowercasetitlefont=False
antialiasfonts=True
windowed=True
res=0
bakres=0
startbak_foreground=386810
theme=BlueBox
bak_foreground=39023
jukeboxbak_foreground=23206
[CachedImagesGameFontFadedFalse]
res=921600
[CachedImagesMenuFont3d]
res=0
[DVDRIP]
Format=MP4
DVDRIPFOLDER=C:\DVD RIPS
Profile=Normal
CUSTOMCMD=
[GameExArcade]
Enabled=False
[Touchscreen]
Touchscreen_Enabled=2
Touchscreen_HidePointer=True
TouchScreen_ShowHelpScreens=True
TouchScreen_SingleClick=True
TouchScreen_OnlyCompatibleGames=True
TouchScreen_CheckForExit=True
TouchScreen_SendCredit=True
TouchScreen_ShowMouseAnimations=True
[LastStatus]
specialfilter=
oldspecialfilter=EMU
curemulator=0
listtype=8
curbak=Start
maxgames=11
gamename=
[Plugin_10]
Enabled=False
Name=PlugInUltraStik.dll
[Plugin_11]
Enabled=False
Name=RandomArcadeSound.dll
[LIST_SETTINGS_20_EMU_1002]
displaybackgroundimage=True
displaybackgroundimageemu=False
displaystartpagemenuimage=False
displaystartpagemenuimage2=False
displaystartpagelistnotforcebaksnap=True
displayimagelist=False
[LIST_SETTINGS_20_EMU_503]
displaybackgroundimage=Snap
displaybackgroundimageemu=False
displaystartpagemenuimage=False
displaystartpagemenuimage2=False
displaystartpagelistnotforcebaksnap=False
displayimagelist=True
[steam]
LaunchBefore=
LaunchAfter=
[INTERNAL]
currentstation=
VGenre=---
OPTIMIZED=0
version=12.84
timesruncount=22
startpagethumbscount=30
donemenulistviewinitialchange2=true
lastglaunchlist=0
glaunchlistselected_0=1
glaunchlisttop_0=1
viewalbumtype=0
windowed=True
selectedgame=1
gamelisttop=1
catfilter=
manufilter=
yearfilter=
listtype=8
emulator=0
yearlisttop=1
catlisttop=1
namelisttop=1
manulisttop=1
yearselectedgame=1
catselectedgame=1
manuselectedgame=1
nameselectedgame=1
romname=
romname2=
specialfilter=
currentstationurl=
emu_1lastfolderwrite=10/14/2012 3:59:54 PM
emu_1lastromfilter=*.*
windowx=256
windowy=84
windowwidth=640
windowheight=480
emu_1_dbcacheinicreated47=True
emu_1_enabled=True
emu_1_system=Sony Playstation
emu_1_category=Console
emu_1_emulator=ePSXe
emu_1_version=1.70
emu_1_rating=8.3
emu_1_downloadurl=http://www.gamesdbase.com/setupwizard/emulators/download/epsxe.7z
emu_1_requiredfiles=scph1001.bin (512kb)
emu_1_website=http://www.epsxe.com/
emu_1_info=Sony Playstation Emulator
emu_1_titletext=Sony Playstation
emu_1_startpagename=Sony Playstation
emu_1_startpagelogo=Sony Playstation
emu_1_command=[QUOTE][ROMPATH]\[ROMFILE][QUOTE]
emu_1_romfilter=
emu_1_database=[Console] Sony Playstation
emu_1_configfile=ePSXecutor
emu_1_mapfile=[Console] Sony Playstation.map
emu_1_rompath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts
emu_1_snappath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Snaps\Image
emu_1_titlepath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Snaps\Title
emu_1_boxpath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Box Art
emu_1_cartpath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Cartridge
emu_1_manualpath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Manuals
emu_1_controlpanelpath=C:\Assets\Sony Playstation\Controls
emu_1_workingpath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts
emu_1_mapkeys=True
emu_1_waitbeforekeys=
emu_1_sendkeys=
emu_1_replacedash=False
emu_1_replaceunder=True
emu_1_capitals=False
emu_1_removebrackets=True
emu_1_showdesktop=True
emu_1_debug=False
emu_1_alsolaunch=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\Switchdisc (GameEx launch before).bat “[WORKINGPATH]\[ROMFILE]”
emu_1_launchbefore=E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe
emu_1_launchafter=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\Switchdisc (GameEx launch after).bat
emu_1_excludedfiles=
emu_1_custombackground=
emu_1_playmusic=False
emu_1_dontshowinfo=
emu_1_playselectionmusic=False
emu_1_selectionmusicfolder=
emu_1_pcgame=False
emu_1_gamesin7zips=False
emu_1_playinscreensaver=False
emu_1_showmostplayed=False
emu_1_randommostplayed=False
emu_1_cdcheck=False
emu_1_cdcheckfile=
emu_1_dbcachemodified=7/10/2012 10:30:35 AM
emu_1_lastnumgames=51
emu_1_dbcachelastname=[Console] Sony Playstation
emu_2lastfolderwrite=10/13/2012 10:03:37 AM
emu_2lastromfilter=*.n64
emu_3lastfolderwrite=10/13/2012 12:18:49 PM
emu_3lastromfilter=*.sfc
emu_4lastfolderwrite=10/14/2012 1:38:05 PM
emu_4lastromfilter=*.*
emu_5lastfolderwrite=10/14/2012 9:37:32 PM
emu_5lastromfilter=*.gba
emu_6lastfolderwrite=10/14/2012 3:51:26 PM
emu_6lastromfilter=*.gb;*.gbc
emu_7lastfolderwrite=10/13/2012 7:47:17 PM
emu_7lastromfilter=*.cdi;*.gdi
emu_1_oldatzip=
emu_2_dbcachemodified=7/10/2012 10:29:12 AM
emu_2_lastnumgames=38
emu_2_dbcachelastname=[Console] Nintendo N64
emu_2_dbcacheinicreated47=True
emu_2_cdcheckfile=
emu_2_cdcheck=False
emu_2_randommostplayed=False
emu_2_showmostplayed=False
emu_2_playinscreensaver=False
emu_2_gamesin7zips=False
emu_2_pcgame=False
emu_2_selectionmusicfolder=
emu_2_playselectionmusic=False
emu_2_dontshowinfo=
emu_2_playmusic=False
emu_2_custombackground=
emu_2_excludedfiles=
emu_2_launchafter=
emu_2_launchbefore=[QUOTE]E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe[QUOTE]
emu_2_alsolaunch=
emu_2_debug=False
emu_2_showdesktop=True
emu_2_removebrackets=True
emu_2_capitals=False
emu_2_replaceunder=True
emu_2_replacedash=False
emu_2_sendkeys=
emu_2_waitbeforekeys=
emu_2_mapkeys=True
emu_2_workingpath=C:\Program Files (x86)\Project64 1.6
emu_2_controlpanelpath=C:\Assets\Nintendo N64\Controls
emu_2_manualpath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Manuals
emu_2_cartpath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Cartridge
emu_2_boxpath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Box Art
emu_2_titlepath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Snaps\Title
emu_2_snappath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Snaps\Image
emu_2_rompath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Roms
emu_2_mapfile=
emu_2_configfile=Project 64 V6
emu_2_database=[Console] Nintendo N64
emu_2_romfilter=*.n64
emu_2_command=Project64.exe [ROMPATH]\[ROMFILE]
emu_2_startpagelogo=Nintendo N64
emu_2_startpagename=Nintendo N64
emu_2_titletext=Nintendo N64
emu_2_info=Nintendo 64 emulator
emu_2_website=http://www.pj64-emu.com/
emu_2_requiredfiles=
emu_2_downloadurl=http://www.gamesdbase.com/setupwizard/emulators/download/Project64.7z
emu_2_rating=8.9
emu_2_version=1.6
emu_2_emulator=Project64
emu_2_category=Console
emu_2_system=Nintendo N64
emu_2_enabled=True
mameexe=mame.exe
mamepath=E:\Michael\GAMES\My Games\All Games (Files)\M.A.M.E\Emulator\MAME
mamefilemodified=2/5/2012 1:24:32 PM
mamefilesize=104990442
mamepromptupdate=True
mameis32bit=True
bezelversion=3
mameversion=0.145
emu_8lastfolderwrite=9/29/2012 5:02:29 PM
emu_8lastromfilter=*.*
emu_8_dbcacheinicreated47=True
emu_3_dbcachemodified=7/10/2012 10:29:34 AM
emu_3_lastnumgames=14
emu_3_dbcachelastname=[Console] Nintendo SNES
emu_3_dbcacheinicreated47=True
emu_4_dbcachemodified=7/10/2012 10:29:24 AM
emu_4_lastnumgames=17
emu_4_dbcachelastname=[Console] Nintendo NES
emu_4_dbcacheinicreated47=True
emu_5_dbcachemodified=7/10/2012 10:30:52 AM
emu_5_lastnumgames=31
emu_5_dbcachelastname=[Handheld] Nintendo Game Boy Color
emu_5_dbcacheinicreated47=True
emu_6_dbcachemodified=7/10/2012 10:30:57 AM
emu_6_lastnumgames=22
emu_6_dbcachelastname=[Handheld] Nintendo Game Boy
emu_6_dbcacheinicreated47=True
emu_7_dbcachemodified=7/10/2012 10:29:45 AM
emu_7_lastnumgames=6
emu_7_dbcachelastname=[Console] Sega Dreamcast
emu_7_dbcacheinicreated47=True
emu_3_enabled=True
emu_3_system=Nintendo SNES
emu_3_category=Console
emu_3_emulator=ZSNES
emu_3_version=1.51
emu_3_rating=9.0
emu_3_downloadurl=http://www.gamesdbase.com/setupwizard/emulators/download/zsnes.7z
emu_3_requiredfiles=
emu_3_website=http://www.zsnes.com/
emu_3_info=Super Nintendo emulator
emu_3_titletext=Nintendo SNES
emu_3_startpagename=Nintendo SNES
emu_3_startpagelogo=Nintendo SNES
emu_3_command=zsnesw.exe [QUOTE][ROMPATH]\[ROMFILE][QUOTE]
emu_3_romfilter=*.sfc
emu_3_database=[Console] Nintendo SNES
emu_3_configfile=[Mapping Off] Exit (Process Close)
emu_3_mapfile=
emu_3_rompath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\SNES Roms
emu_3_snappath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Snaps\Image
emu_3_titlepath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Snaps\Title
emu_3_boxpath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Box Art
emu_3_cartpath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Cartridge
emu_3_manualpath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Manuals
emu_3_controlpanelpath=C:\Assets\Nintendo SNES\Controls
emu_3_workingpath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\ZSNES
emu_3_mapkeys=True
emu_3_waitbeforekeys=
emu_3_sendkeys=
emu_3_replacedash=False
emu_3_replaceunder=True
emu_3_capitals=False
emu_3_removebrackets=True
emu_3_showdesktop=True
emu_3_debug=False
emu_3_alsolaunch=
emu_3_oldatzip=
emu_3_launchbefore=[QUOTE]E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe[QUOTE]
emu_3_launchafter=
emu_3_excludedfiles=
emu_3_custombackground=
emu_3_playmusic=False
emu_3_dontshowinfo=
emu_3_playselectionmusic=False
emu_3_selectionmusicfolder=
emu_3_pcgame=False
emu_3_gamesin7zips=False
emu_3_playinscreensaver=False
emu_3_showmostplayed=False
emu_3_randommostplayed=False
emu_3_cdcheck=False
emu_3_cdcheckfile=
emu_4_enabled=True
emu_4_system=Nintendo NES
emu_4_category=Console
emu_4_emulator=FCE Ultra
emu_4_version=2.1.5
emu_4_rating=8.6
emu_4_downloadurl=http://www.gamesdbase.com/setupwizard/emulators/download/FCE%20Ultra.7z
emu_4_requiredfiles=
emu_4_website=http://fceux.com/web/htdocs/
emu_4_info=Nintendo NES 8bit emulator
emu_4_titletext=Nintendo NES
emu_4_startpagename=Nintendo NES
emu_4_startpagelogo=Nintendo NES
emu_4_command=fceu.exe [QUOTE][ROMPATH]\[ROMFILE][QUOTE]
emu_4_romfilter=
emu_4_database=[Console] Nintendo NES
emu_4_configfile=[Mapping Off] Exit (Process Close)
emu_4_mapfile=
emu_4_rompath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Roms
emu_4_snappath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Snaps\Image
emu_4_titlepath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Snaps\Title
emu_4_boxpath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Box Art
emu_4_cartpath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Cartridge
emu_4_manualpath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Manuals
emu_4_controlpanelpath=C:\Assets\Nintendo NES\Controls
emu_4_workingpath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Emulator\fceu-0.98.12.win
emu_4_mapkeys=True
emu_4_waitbeforekeys=
emu_4_sendkeys=
emu_4_replacedash=False
emu_4_replaceunder=True
emu_4_capitals=False
emu_4_removebrackets=True
emu_4_showdesktop=True
emu_4_debug=False
emu_4_alsolaunch=
emu_4_oldatzip=
emu_4_launchbefore=[QUOTE]E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe[QUOTE]
emu_4_launchafter=
emu_4_excludedfiles=
emu_4_custombackground=
emu_4_playmusic=False
emu_4_dontshowinfo=
emu_4_playselectionmusic=False
emu_4_selectionmusicfolder=
emu_4_pcgame=False
emu_4_gamesin7zips=False
emu_4_playinscreensaver=False
emu_4_showmostplayed=False
emu_4_randommostplayed=False
emu_4_cdcheck=False
emu_4_cdcheckfile=
emu_5_enabled=True
emu_5_system=Nintendo Game Boy Color
emu_5_category=Handheld
emu_5_emulator=VisualBoyAdvance
emu_5_version=1.8.0beta3
emu_5_rating=9.0
emu_5_downloadurl=http://www.gamesdbase.com/setupwizard/emulators/download/VisualBoyAdvance.7z
emu_5_requiredfiles=
emu_5_website=http://vba.ngemu.com/
emu_5_info=Nintendo Game boy, Game boy color and Gameboy advance emulator
emu_5_titletext=Nintendo Game Boy Advanced
emu_5_startpagename=Nintendo Game Boy Advanced
emu_5_startpagelogo=Nintendo Game Boy Advance
emu_5_command=VisualBoyAdvance-1.8.0-511.exe [QUOTE][ROMPATH]\[ROMFILE][QUOTE]
emu_5_romfilter=*.gba
emu_5_database=[Handheld] Nintendo Game Boy Color
emu_5_configfile=[Mapping Off] Exit (Process Close)
emu_5_mapfile=
emu_5_rompath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Roms
emu_5_snappath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Snaps\Image
emu_5_titlepath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Snaps\Title
emu_5_boxpath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Box Art
emu_5_cartpath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Cartridge
emu_5_manualpath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Manuals
emu_5_controlpanelpath=C:\Assets\Nintendo Game Boy Color\Controls
emu_5_workingpath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Emulator
emu_5_mapkeys=True
emu_5_waitbeforekeys=
emu_5_sendkeys=
emu_5_replacedash=False
emu_5_replaceunder=True
emu_5_capitals=False
emu_5_removebrackets=True
emu_5_showdesktop=True
emu_5_debug=False
emu_5_alsolaunch=
emu_5_oldatzip=
emu_5_launchbefore=[QUOTE]E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe[QUOTE]
emu_5_launchafter=
emu_5_excludedfiles=
emu_5_custombackground=
emu_5_playmusic=False
emu_5_dontshowinfo=
emu_5_playselectionmusic=False
emu_5_selectionmusicfolder=
emu_5_pcgame=False
emu_5_gamesin7zips=False
emu_5_playinscreensaver=False
emu_5_showmostplayed=False
emu_5_randommostplayed=False
emu_5_cdcheck=False
emu_5_cdcheckfile=
emu_6_enabled=True
emu_6_system=Nintendo Game Boy
emu_6_category=Handheld
emu_6_emulator=BGB
emu_6_version=1.3.2
emu_6_rating=8.5
emu_6_downloadurl=http://www.gamesdbase.com/setupwizard/emulators/download/bgb.7z
emu_6_requiredfiles=
emu_6_website=http://bgb.bircd.org/
emu_6_info=Nintendo Game boy, Game boy color, Super Game boy emulator
emu_6_titletext=Nintendo Game Boy
emu_6_startpagename=Nintendo Game Boy
emu_6_startpagelogo=Nintendo Game Boy
emu_6_command=bgb.exe [QUOTE][ROMPATH]\[ROMFILE][QUOTE]
emu_6_romfilter=*.gb;*.gbc
emu_6_database=[Handheld] Nintendo Game Boy
emu_6_configfile=[Mapping Off] Exit (Process Close)
emu_6_mapfile=
emu_6_rompath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Roms
emu_6_snappath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Snaps\Image
emu_6_titlepath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Snaps\Title
emu_6_boxpath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Box Art
emu_6_cartpath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Cartridge
emu_6_manualpath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Manuals
emu_6_controlpanelpath=C:\Assets\Nintendo Game Boy\Controls
emu_6_workingpath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Emulator\bgb_1.2
emu_6_mapkeys=True
emu_6_waitbeforekeys=
emu_6_sendkeys=
emu_6_replacedash=False
emu_6_replaceunder=True
emu_6_capitals=False
emu_6_removebrackets=True
emu_6_showdesktop=True
emu_6_debug=False
emu_6_alsolaunch=
emu_6_oldatzip=
emu_6_launchbefore=[QUOTE]E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe[QUOTE]
emu_6_launchafter=
emu_6_excludedfiles=
emu_6_custombackground=
emu_6_playmusic=False
emu_6_dontshowinfo=
emu_6_playselectionmusic=False
emu_6_selectionmusicfolder=
emu_6_pcgame=False
emu_6_gamesin7zips=False
emu_6_playinscreensaver=False
emu_6_showmostplayed=False
emu_6_randommostplayed=False
emu_6_cdcheck=False
emu_6_cdcheckfile=
emu_7_cdcheckfile=
emu_7_cdcheck=False
emu_7_randommostplayed=False
emu_7_showmostplayed=False
emu_7_playinscreensaver=False
emu_7_gamesin7zips=False
emu_7_pcgame=False
emu_7_selectionmusicfolder=
emu_7_playselectionmusic=False
emu_7_dontshowinfo=
emu_7_playmusic=False
emu_7_custombackground=
emu_7_excludedfiles=
emu_7_launchafter=
emu_7_launchbefore=[QUOTE]E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe[QUOTE]
emu_7_oldatzip=
emu_7_alsolaunch=
emu_7_debug=False
emu_7_showdesktop=True
emu_7_removebrackets=True
emu_7_capitals=False
emu_7_replaceunder=True
emu_7_replacedash=False
emu_7_sendkeys=
emu_7_waitbeforekeys=
emu_7_mapkeys=True
emu_7_workingpath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Emulator\Emulators\nullDC_103
emu_7_controlpanelpath=C:\Assets\Sega Dreamcast\Controls
emu_7_manualpath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Manuals
emu_7_cartpath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Cartridge
emu_7_boxpath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Box Art
emu_7_titlepath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Snaps\Title
emu_7_snappath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Snaps\Image
emu_7_rompath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Roms
emu_7_mapfile=
emu_7_configfile=[Mapping On] Exit nullDC (Process Close)
emu_7_database=[Console] Sega Dreamcast
emu_7_romfilter=*.cdi;*.gdi
emu_7_command=nullDC_1.0.3_nommu.exe -config ImageReader:DefaultImage=[QUOTE][ROMPATH]\[ROMFILE][QUOTE]
emu_7_startpagelogo=Sega Dreamcast
emu_7_startpagename=Sega Dreamcast
emu_7_titletext=Sega Dreamcast
emu_7_info=Sega Dreamcast emulator
emu_7_website=http://code.google.com/p/nulldc/
emu_7_requiredfiles=dc_boot.bin, dc_flash.bin, d3d9.dll, d3dx9_42.dll, msvcr100.dll
emu_7_downloadurl=http://www.gamesdbase.com/setupwizard/emulators/download/nullDC.7z
emu_7_rating=8.1
emu_7_version=1.0.4
emu_7_emulator=nullDC
emu_7_category=Console
emu_7_system=Sega Dreamcast
emu_7_enabled=True
emu_8_dbcachemodified=7/10/2012 10:29:55 AM
emu_8_lastnumgames=8
emu_8_dbcachelastname=[Console] Sega Genesis
emu_9lastfolderwrite=9/29/2012 10:55:23 AM
emu_9lastromfilter=*.cdi;*.gdi
emu_9_dbcachemodified=7/10/2012 10:29:45 AM
emu_9_lastnumgames=6
emu_9_dbcachelastname=[Console] Sega Dreamcast
emu_9_dbcacheinicreated47=True
emu_8_enabled=True
emu_8_system=Sega Genesis
emu_8_category=Console
emu_8_emulator=Gens32 Surreal
emu_8_version=1.86
emu_8_rating=8.4
emu_8_downloadurl=http://www.gamesdbase.com/setupwizard/emulators/download/Gens32%20Surreal.7z
emu_8_requiredfiles=
emu_8_website=http://gens32.emubase.de/
emu_8_info=Sega Genesis, Sega CD, Sega 32x emulator.
emu_8_titletext=Sega Genesis
emu_8_startpagename=Sega Genesis
emu_8_startpagelogo=Sega Genesis
emu_8_command=[QUOTE]Gens.exe[QUOTE] [QUOTE][ROMPATH]\[ROMFILE][QUOTE]
emu_8_romfilter=
emu_8_database=[Console] Sega Genesis
emu_8_configfile=[Mapping Off] Exit (Process Close)
emu_8_mapfile=
emu_8_rompath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Roms
emu_8_snappath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Snaps\Image
emu_8_titlepath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Snaps\Title
emu_8_boxpath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Box Art
emu_8_cartpath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Cartridge
emu_8_manualpath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Manuals
emu_8_controlpanelpath=C:\Assets\Sega Genesis\Controls
emu_8_workingpath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Emulator\gens-win32-bin-2.14
emu_8_mapkeys=True
emu_8_waitbeforekeys=3000
emu_8_sendkeys=%{ENTER}
emu_8_replacedash=False
emu_8_replaceunder=True
emu_8_capitals=False
emu_8_removebrackets=True
emu_8_showdesktop=True
emu_8_debug=False
emu_8_alsolaunch=
emu_8_oldatzip=
emu_8_launchbefore=[QUOTE]E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe[QUOTE]
emu_8_launchafter=
emu_8_excludedfiles=
emu_8_custombackground=
emu_8_playmusic=False
emu_8_dontshowinfo=
emu_8_playselectionmusic=False
emu_8_selectionmusicfolder=
emu_8_pcgame=False
emu_8_gamesin7zips=False
emu_8_playinscreensaver=False
emu_8_showmostplayed=False
emu_8_randommostplayed=False
emu_8_cdcheck=False
emu_8_cdcheckfile=
emu_9_cdcheckfile=
emu_9_cdcheck=False
emu_9_randommostplayed=True
emu_9_showmostplayed=True
emu_9_playinscreensaver=False
emu_9_gamesin7zips=False
emu_9_pcgame=False
emu_9_selectionmusicfolder=
emu_9_playselectionmusic=False
emu_9_dontshowinfo=
emu_9_playmusic=False
emu_9_custombackground=
emu_9_excludedfiles=
emu_9_launchafter=
emu_9_launchbefore=[QUOTE]E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe[QUOTE]
emu_9_oldatzip=
emu_9_alsolaunch=
emu_9_debug=False
emu_9_showdesktop=True
emu_9_removebrackets=True
emu_9_capitals=False
emu_9_replaceunder=True
emu_9_replacedash=False
emu_9_sendkeys=
emu_9_waitbeforekeys=
emu_9_mapkeys=True
emu_9_workingpath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Emulator\Emulators\nullDC_103
emu_9_controlpanelpath=C:\Assets\Sega Dreamcast\Controls
emu_9_manualpath=C:\Assets\Sega Dreamcast\Manuals
emu_9_cartpath=C:\Assets\Sega Dreamcast\Cartridges
emu_9_boxpath=C:\Assets\Sega Dreamcast\Boxes
emu_9_titlepath=C:\Assets\Sega Dreamcast\Titles
emu_9_snappath=C:\Assets\Sega Dreamcast\Snaps
emu_9_rompath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Roms
emu_9_mapfile=
emu_9_configfile=[Mapping On] Exit nullDC (Process Close)
emu_9_database=[Console] Sega Dreamcast
emu_9_romfilter=*.cdi;*.gdi
emu_9_command=nullDC_1.0.3_nommu.exe -config ImageReader:DefaultImage=[QUOTE][ROMPATH]\[ROMFILE][QUOTE]
emu_9_startpagelogo=Sega Dreamcast
emu_9_startpagename=Sega Dreamcast
emu_9_titletext=Sega Dreamcast
emu_9_info=Sega Dreamcast emulator
emu_9_website=http://code.google.com/p/nulldc/
emu_9_requiredfiles=dc_boot.bin, dc_flash.bin, d3d9.dll, d3dx9_42.dll, msvcr100.dll
emu_9_downloadurl=http://www.gamesdbase.com/setupwizard/emulators/download/nullDC.7z
emu_9_rating=8.1
emu_9_version=1.0.4
emu_9_emulator=nullDC
emu_9_category=Console
emu_9_system=Sega Dreamcast
emu_9_enabled=True
emu_10lastfolderwrite=9/29/2012 5:02:29 PM
emu_10lastromfilter=*.*
emu_10_dbcachemodified=7/10/2012 10:29:55 AM
emu_10_lastnumgames=8
emu_10_dbcachelastname=[Console] Sega Genesis
emu_10_dbcacheinicreated47=True
emu_10_cdcheckfile=
emu_10_cdcheck=False
emu_10_randommostplayed=True
emu_10_showmostplayed=True
emu_10_playinscreensaver=False
emu_10_gamesin7zips=False
emu_10_pcgame=False
emu_10_selectionmusicfolder=
emu_10_playselectionmusic=False
emu_10_dontshowinfo=
emu_10_playmusic=False
emu_10_custombackground=
emu_10_excludedfiles=
emu_10_launchafter=
emu_10_launchbefore=[QUOTE]E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe[QUOTE]
emu_10_oldatzip=
emu_10_alsolaunch=
emu_10_debug=False
emu_10_showdesktop=True
emu_10_removebrackets=True
emu_10_capitals=False
emu_10_replaceunder=True
emu_10_replacedash=False
emu_10_sendkeys=%{ENTER}
emu_10_waitbeforekeys=3000
emu_10_mapkeys=True
emu_10_workingpath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Emulator\gens-win32-bin-2.14
emu_10_controlpanelpath=C:\Assets\Sega Genesis\Controls
emu_10_manualpath=C:\Assets\Sega Genesis\Manuals
emu_10_cartpath=C:\Assets\Sega Genesis\Cartridges
emu_10_boxpath=C:\Assets\Sega Genesis\Boxes
emu_10_titlepath=C:\Assets\Sega Genesis\Titles
emu_10_snappath=C:\Assets\Sega Genesis\Snaps
emu_10_rompath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Roms
emu_10_mapfile=
emu_10_configfile=[Mapping Off] Exit (Process Close)
emu_10_database=[Console] Sega Genesis
emu_10_romfilter=
emu_10_command=[QUOTE]Gens.exe[QUOTE] [QUOTE][ROMPATH]\[ROMFILE][QUOTE]
emu_10_startpagelogo=Sega Genesis
emu_10_startpagename=Sega Genesis
emu_10_titletext=Sega Genesis
emu_10_info=Sega Genesis, Sega CD, Sega 32x emulator.
emu_10_website=http://gens32.emubase.de/
emu_10_requiredfiles=
emu_10_downloadurl=http://www.gamesdbase.com/setupwizard/emulators/download/Gens32%20Surreal.7z
emu_10_rating=8.4
emu_10_version=1.86
emu_10_emulator=Gens32 Surreal
emu_10_category=Console
emu_10_system=Sega Genesis
emu_10_enabled=True
emu_11lastfolderwrite=10/11/2012 2:15:02 PM
emu_11lastromfilter=*.*
emu_11_dbcacheinicreated47=True
emu_2_oldatzip=
emu_11_enabled=True
emu_11_system=Sony Playstation
emu_11_category=Console
emu_11_emulator=ePSXe
emu_11_version=1.70
emu_11_rating=8.3
emu_11_downloadurl=http://www.gamesdbase.com/setupwizard/emulators/download/epsxe.7z
emu_11_requiredfiles=scph1001.bin (512kb)
emu_11_website=http://www.epsxe.com/
emu_11_info=Sony Playstation Emulator
emu_11_titletext=Sony Playstation
emu_11_startpagename=Sony Playstation (ePSXe)
emu_11_startpagelogo=Sony Playstation
emu_11_command=[QUOTE][ROMPATH]\[ROMFILE][QUOTE]
emu_11_romfilter=
emu_11_database=[Console] Sony Playstation
emu_11_configfile=ePSXecutor
emu_11_mapfile=[Console] Sony Playstation.map
emu_11_rompath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts\
emu_11_snappath=C:\Assets\Sony Playstation\Snaps
emu_11_titlepath=C:\Assets\Sony Playstation\Titles
emu_11_boxpath=C:\Assets\Sony Playstation\Boxes
emu_11_cartpath=C:\Assets\Sony Playstation\Cartridges
emu_11_manualpath=C:\Assets\Sony Playstation\Manuals
emu_11_controlpanelpath=C:\Assets\Sony Playstation\Controls
emu_11_workingpath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts
emu_11_mapkeys=True
emu_11_waitbeforekeys=
emu_11_sendkeys=
emu_11_replacedash=False
emu_11_replaceunder=True
emu_11_capitals=False
emu_11_removebrackets=True
emu_11_showdesktop=True
emu_11_debug=False
emu_11_alsolaunch=
emu_11_oldatzip=
emu_11_launchbefore=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Switchdisc (GameEx launch before).bat
emu_11_launchafter=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.0\Switchdisc (GameEx launch after).bat
emu_11_excludedfiles=
emu_11_custombackground=
emu_11_playmusic=False
emu_11_dontshowinfo=
emu_11_playselectionmusic=False
emu_11_selectionmusicfolder=
emu_11_pcgame=False
emu_11_gamesin7zips=False
emu_11_playinscreensaver=False
emu_11_showmostplayed=True
emu_11_randommostplayed=True
emu_11_cdcheck=False
emu_11_cdcheckfile=
emu_11_dbcachemodified=7/10/2012 10:30:35 AM
emu_11_lastnumgames=51
emu_11_dbcachelastname=[Console] Sony Playstation
emu_1_baksnappath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Snaps\Background
emu_1_videosnappath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Snaps\Video
emu_2_baksnappath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Snaps\Background
emu_2_videosnappath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Snaps\Video
emu_3_baksnappath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Snaps\Background
emu_3_videosnappath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Snaps\Video
emu_4_baksnappath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Snaps\Background
emu_4_videosnappath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Snaps\Video
emu_5_baksnappath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Snaps\Background
emu_5_videosnappath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Snaps\Video
emu_6_baksnappath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Snaps\Background
emu_6_videosnappath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Snaps\Video
emu_7_baksnappath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Snaps\Background
emu_7_videosnappath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Snaps\Video
emu_8_baksnappath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Snaps\Background
emu_8_videosnappath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Snaps\Video
[SetupWizard]
EmuPath1=C:\Users\RIP-Felix\Desktop
AssetPath1=C:\Assets
RomPath1=C:\Users\RIP-Felix\Desktop
DefaultPathPrompt=True
DownloadDatabasePrompt=True
DownloadEmulatorPrompt=True
WizardMode=2
CustomArray=Text / Language|Display Settings|Input Settings|HTPC / Multimedia Settings|Download Emulators|Emulator Selection|Emulator Setup|Advanced Emulator Setup|Emulator Groups|Enable / Disable Features|Tweaks / Performance
SearchArray=
SavePosition=False
SectionIndex=35
SearchText=
EmulatorIndex=0
EmulatorGroupIndex=0
DaphneIndex=0
HTMLAppsIndex=0
ExternalAppsIndex=0
RadioStationsIndex=0
NewsFeedsIndex=0
ShowPanel=True
FontSize=1
WindowState=0
WindowSize=849,478
WindowLocation=54,67
[LIST_SETTINGS_8]
displaybackgroundimage=True
displaybackgroundimageemu=True
displaystartpagemenuimage=False
displaystartpagemenuimage2=False
displaystartpagelistnotforcebaksnap=True
displayimagelist=True
[Emulator_1]
CDCheckFile=
CDCheck=False
RandomMostPlayed=False
ShowMostPlayed=False
PlayInScreenSaver=False
GamesIn7Zips=False
PCGame=False
SelectionMusicFolder=
PlaySelectionMusic=False
DontShowInfo=
PlayMusic=False
CustomBackground=
ExcludedFiles=
LaunchAfter=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\Switchdisc (GameEx launch after).bat
LaunchBefore=E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe
AlsoLaunch=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\Switchdisc (GameEx launch before).bat “[WORKINGPATH]\[ROMFILE]”
Debug=False
ShowDesktop=True
RemoveBrackets=True
Capitals=False
ReplaceUnder=True
ReplaceDash=False
SendKeys=
WaitBeforeKeys=
MapKeys=True
WorkingPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts
ControlPanelPath=C:\Assets\Sony Playstation\Controls
ManualPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Manuals
CartPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Cartridge
BoxPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Box Art
TitlePath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Snaps\Title
SnapPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Snaps\Image
RomPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\Game Shortcuts
MapFile=[Console] Sony Playstation.map
ConfigFile=ePSXecutor
Database=[Console] Sony Playstation
RomFilter=
Command="[ROMPATH]\[ROMFILE]"
StartPageLogo=Sony Playstation
StartPageName=Sony Playstation
TitleText=Sony Playstation
Info=Sony Playstation Emulator
Website=http://www.epsxe.com/
RequiredFiles=scph1001.bin (512kb)
DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/epsxe.7z
Rating=8.3
Version=1.70
Emulator=ePSXe
Category=Console
System=Sony Playstation
Enabled=True
lastgame=
BakSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Snaps\Background
VideoSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\PSone\Artwork\Snaps\Video
[Weather]
Enabled=False
[Emulator_2]
lastgame=
CDCheckFile=
CDCheck=False
RandomMostPlayed=False
ShowMostPlayed=False
PlayInScreenSaver=False
GamesIn7Zips=False
PCGame=False
SelectionMusicFolder=
PlaySelectionMusic=False
DontShowInfo=
PlayMusic=False
CustomBackground=
ExcludedFiles=
LaunchAfter=
LaunchBefore="E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe"
OLDatZip=
AlsoLaunch=
Debug=False
ShowDesktop=True
RemoveBrackets=True
Capitals=False
ReplaceUnder=True
ReplaceDash=False
SendKeys=
WaitBeforeKeys=
MapKeys=True
WorkingPath=C:\Program Files (x86)\Project64 1.6
ControlPanelPath=C:\Assets\Nintendo N64\Controls
ManualPath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Manuals
CartPath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Cartridge
BoxPath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Box Art
TitlePath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Snaps\Title
SnapPath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Snaps\Image
RomPath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Roms
MapFile=
ConfigFile=Project 64 V6
Database=[Console] Nintendo N64
RomFilter=*.n64
Command=Project64.exe [ROMPATH]\[ROMFILE]
StartPageLogo=Nintendo N64
StartPageName=Nintendo N64
TitleText=Nintendo N64
Info=Nintendo 64 emulator
Website=http://www.pj64-emu.com/
RequiredFiles=
DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/Project64.7z
Rating=8.9
Version=1.6
Emulator=Project64
Category=Console
System=Nintendo N64
Enabled=True
BakSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Snaps\Background
VideoSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\N64\Artwork\Snaps\Video
[Emulator_3]
lastgame=
Enabled=True
System=Nintendo SNES
Category=Console
Emulator=ZSNES
Version=1.51
Rating=9.0
DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/zsnes.7z
RequiredFiles=
Website=http://www.zsnes.com/
Info=Super Nintendo emulator
TitleText=Nintendo SNES
StartPageName=Nintendo SNES
StartPageLogo=Nintendo SNES
Command=zsnesw.exe "[ROMPATH]\[ROMFILE]"
RomFilter=*.sfc
Database=[Console] Nintendo SNES
ConfigFile=[Mapping Off] Exit (Process Close)
MapFile=
RomPath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\SNES Roms
SnapPath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Snaps\Image
TitlePath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Snaps\Title
BoxPath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Box Art
CartPath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Cartridge
ManualPath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Manuals
ControlPanelPath=C:\Assets\Nintendo SNES\Controls
WorkingPath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\ZSNES
MapKeys=True
WaitBeforeKeys=
SendKeys=
ReplaceDash=False
ReplaceUnder=True
Capitals=False
RemoveBrackets=True
ShowDesktop=True
Debug=False
AlsoLaunch=
OLDatZip=
LaunchBefore="E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe"
LaunchAfter=
ExcludedFiles=
CustomBackground=
PlayMusic=False
DontShowInfo=
PlaySelectionMusic=False
SelectionMusicFolder=
PCGame=False
GamesIn7Zips=False
PlayInScreenSaver=False
ShowMostPlayed=False
RandomMostPlayed=False
CDCheck=False
CDCheckFile=
BakSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Snaps\Background
VideoSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\SNES\Artwork\Snaps\Video
[Emulator_4]
lastgame=
CDCheckFile=
CDCheck=False
RandomMostPlayed=False
ShowMostPlayed=False
PlayInScreenSaver=False
GamesIn7Zips=False
PCGame=False
SelectionMusicFolder=
PlaySelectionMusic=False
DontShowInfo=
PlayMusic=False
CustomBackground=
ExcludedFiles=
LaunchAfter=
LaunchBefore="E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe"
OLDatZip=
AlsoLaunch=
Debug=False
ShowDesktop=True
RemoveBrackets=True
Capitals=False
ReplaceUnder=True
ReplaceDash=False
SendKeys=
WaitBeforeKeys=
MapKeys=True
WorkingPath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Emulator\fceu-0.98.12.win
ControlPanelPath=C:\Assets\Nintendo NES\Controls
ManualPath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Manuals
CartPath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Cartridge
BoxPath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Box Art
TitlePath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Snaps\Title
SnapPath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Snaps\Image
RomPath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Roms
MapFile=
ConfigFile=[Mapping Off] Exit (Process Close)
Database=[Console] Nintendo NES
RomFilter=
Command=fceu.exe "[ROMPATH]\[ROMFILE]"
StartPageLogo=Nintendo NES
StartPageName=Nintendo NES
TitleText=Nintendo NES
Info=Nintendo NES 8bit emulator
Website=http://fceux.com/web/htdocs/
RequiredFiles=
DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/FCE%20Ultra.7z
Rating=8.6
Version=2.1.5
Emulator=FCE Ultra
Category=Console
System=Nintendo NES
Enabled=True
BakSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Snaps\Background
VideoSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\NES\Artwork\Snaps\Video
[Emulator_5]
lastgame=
CDCheckFile=
CDCheck=False
RandomMostPlayed=False
ShowMostPlayed=False
PlayInScreenSaver=False
GamesIn7Zips=False
PCGame=False
SelectionMusicFolder=
PlaySelectionMusic=False
DontShowInfo=
PlayMusic=False
CustomBackground=
ExcludedFiles=
LaunchAfter=
LaunchBefore="E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe"
OLDatZip=
AlsoLaunch=
Debug=False
ShowDesktop=True
RemoveBrackets=True
Capitals=False
ReplaceUnder=True
ReplaceDash=False
SendKeys=
WaitBeforeKeys=
MapKeys=True
WorkingPath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Emulator
ControlPanelPath=C:\Assets\Nintendo Game Boy Color\Controls
ManualPath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Manuals
CartPath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Cartridge
BoxPath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Box Art
TitlePath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Snaps\Title
SnapPath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Snaps\Image
RomPath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Roms
MapFile=
ConfigFile=[Mapping Off] Exit (Process Close)
Database=[Handheld] Nintendo Game Boy Color
RomFilter=*.gba
Command=VisualBoyAdvance-1.8.0-511.exe "[ROMPATH]\[ROMFILE]"
StartPageLogo=Nintendo Game Boy Advance
StartPageName=Nintendo Game Boy Advanced
TitleText=Nintendo Game Boy Advanced
Info=Nintendo Game boy, Game boy color and Gameboy advance emulator
Website=http://vba.ngemu.com/
RequiredFiles=
DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/VisualBoyAdvance.7z
Rating=9.0
Version=1.8.0beta3
Emulator=VisualBoyAdvance
Category=Handheld
System=Nintendo Game Boy Color
Enabled=True
BakSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Snaps\Background
VideoSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\Gameboy Advanced\Artwork\Snaps\Video
[Emulator_6]
lastgame=
Enabled=True
System=Nintendo Game Boy
Category=Handheld
Emulator=BGB
Version=1.3.2
Rating=8.5
DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/bgb.7z
RequiredFiles=
Website=http://bgb.bircd.org/
Info=Nintendo Game boy, Game boy color, Super Game boy emulator
TitleText=Nintendo Game Boy
StartPageName=Nintendo Game Boy
StartPageLogo=Nintendo Game Boy
Command=bgb.exe "[ROMPATH]\[ROMFILE]"
RomFilter=*.gb;*.gbc
Database=[Handheld] Nintendo Game Boy
ConfigFile=[Mapping Off] Exit (Process Close)
MapFile=
RomPath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Roms
SnapPath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Snaps\Image
TitlePath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Snaps\Title
BoxPath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Box Art
CartPath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Cartridge
ManualPath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Manuals
ControlPanelPath=C:\Assets\Nintendo Game Boy\Controls
WorkingPath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Emulator\bgb_1.2
MapKeys=True
WaitBeforeKeys=
SendKeys=
ReplaceDash=False
ReplaceUnder=True
Capitals=False
RemoveBrackets=True
ShowDesktop=True
Debug=False
AlsoLaunch=
OLDatZip=
LaunchBefore="E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe"
LaunchAfter=
ExcludedFiles=
CustomBackground=
PlayMusic=False
DontShowInfo=
PlaySelectionMusic=False
SelectionMusicFolder=
PCGame=False
GamesIn7Zips=False
PlayInScreenSaver=False
ShowMostPlayed=False
RandomMostPlayed=False
CDCheck=False
CDCheckFile=
BakSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Snaps\Background
VideoSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\Game Boy\Artwork\Snaps\Video
[Emulator_7]
System=Sega Dreamcast
Enabled=True
lastgame=
CDCheckFile=
CDCheck=False
RandomMostPlayed=False
ShowMostPlayed=False
PlayInScreenSaver=False
GamesIn7Zips=False
PCGame=False
SelectionMusicFolder=
PlaySelectionMusic=False
DontShowInfo=
PlayMusic=False
CustomBackground=
ExcludedFiles=
LaunchAfter=
LaunchBefore="E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe"
OLDatZip=
AlsoLaunch=
Debug=False
ShowDesktop=True
RemoveBrackets=True
Capitals=False
ReplaceUnder=True
ReplaceDash=False
SendKeys=
WaitBeforeKeys=
MapKeys=True
WorkingPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Emulator\Emulators\nullDC_103
ControlPanelPath=C:\Assets\Sega Dreamcast\Controls
ManualPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Manuals
CartPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Cartridge
BoxPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Box Art
TitlePath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Snaps\Title
SnapPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Snaps\Image
RomPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Roms
MapFile=
ConfigFile=[Mapping On] Exit nullDC (Process Close)
Database=[Console] Sega Dreamcast
RomFilter=*.cdi;*.gdi
Command=nullDC_1.0.3_nommu.exe -config ImageReader:DefaultImage="[ROMPATH]\[ROMFILE]"
StartPageLogo=Sega Dreamcast
StartPageName=Sega Dreamcast
TitleText=Sega Dreamcast
Info=Sega Dreamcast emulator
Website=http://code.google.com/p/nulldc/
RequiredFiles=dc_boot.bin, dc_flash.bin, d3d9.dll, d3dx9_42.dll, msvcr100.dll
DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/nullDC.7z
Rating=8.1
Version=1.0.4
Emulator=nullDC
Category=Console
BakSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Snaps\Background
VideoSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Dreamcast\Artwork\Snaps\Video
[Emulator_8]
CDCheckFile=
CDCheck=False
RandomMostPlayed=False
ShowMostPlayed=False
PlayInScreenSaver=False
GamesIn7Zips=False
PCGame=False
SelectionMusicFolder=
PlaySelectionMusic=False
DontShowInfo=
PlayMusic=False
CustomBackground=
ExcludedFiles=
LaunchAfter=
LaunchBefore="E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe"
OLDatZip=
AlsoLaunch=
Debug=False
ShowDesktop=True
RemoveBrackets=True
Capitals=False
ReplaceUnder=True
ReplaceDash=False
SendKeys=%{ENTER}
WaitBeforeKeys=3000
MapKeys=True
WorkingPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Emulator\gens-win32-bin-2.14
ControlPanelPath=C:\Assets\Sega Genesis\Controls
ManualPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Manuals
CartPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Cartridge
BoxPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Box Art
TitlePath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Snaps\Title
SnapPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Snaps\Image
RomPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Roms
MapFile=
ConfigFile=[Mapping Off] Exit (Process Close)
Database=[Console] Sega Genesis
RomFilter=
Command="Gens.exe" "[ROMPATH]\[ROMFILE]"
StartPageLogo=Sega Genesis
StartPageName=Sega Genesis
TitleText=Sega Genesis
Info=Sega Genesis, Sega CD, Sega 32x emulator.
Website=http://gens32.emubase.de/
RequiredFiles=
DownloadUrl=http://www.gamesdbase.com/setupwizard/emulators/download/Gens32%20Surreal.7z
Rating=8.4
Version=1.86
Emulator=Gens32 Surreal
Category=Console
System=Sega Genesis
Enabled=True
lastgame=
BakSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Snaps\Background
VideoSnapPath=E:\Michael\GAMES\My Games\All Games (Files)\Sega Genisis\Artwork\Snaps\Video
[Emulator_9]
Enabled=False
WaitBeforeKeys=
SendKeys=
LaunchBefore=
configFile=
CustomBackground=
ControlPanelPath=
[EmulatorGroup_1]
Enabled=False
STARTPAGENAME=
TITLETEXT=
StartPageLogo=
ShowUnderEmulators=True
Emulators=
[Emulator_10]
Enabled=False
configFile=
CustomBackground=
[Emulator_11]
Enabled=False
[Plugin_12]
Enabled=True
Name=Xpadder Plugin.dll
[LIST_SETTINGS_20_EMU_2]
displaybackgroundimage=Snap
displaybackgroundimageemu=False
displaystartpagemenuimage=False
displaystartpagemenuimage2=False
displaystartpagelistnotforcebaksnap=False
displayimagelist=True

Link to comment
Share on other sites

Thanks again for the feedback guys. Sorry I hadn't had a chance to chime in for a couple of days; I had a bunch of family in town over the weekend. Thanks for reporting the image caching issue Felix. It turns out you were absolutely right in that there is an issue with the way images are being cached persistently between SwitchDisc sessions. I'll be hopping on the resolution to that little issue very soon.

Felix just noticed something that may be causing you a problem with your Launch Before settings. You've got the Launch Before exe sitting in a directory with quite a few spaces, but it doesn't appear to have been enclosed in double quotes.


E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe

whereas elsewhere in your config it appears like this:


[QUOTE]E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe[QUOTE]

Don't know if that's causing you any issues, but may be worth investigation. Regarding SwitchDisc, you'll likely want to send two separate parameters, rather than one string parameter. So this:


E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\Switchdisc (GameEx launch before).bat “[WORKINGPATH]\[ROMFILE]”

becomes this:


start "" "E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\Switchdisc (GameEx launch before).bat" “[WORKINGPATH]" "[ROMFILE]”

I included the start directive in the command, as I seem to remember that this seems to help in the execution of batch files. Essentially this will allow the batch script to run asynchronously, in that the command window won't hang around waiting for the batch operation to complete (i.e. as long as the application is running). That may also be worth having a look at.

I'll make a good faith effort at getting a SwitchDisc config for ePSXecutor put together. I probably haven't done an outstanding job communicating the config plan I have in mind for ePSXecutor. I'll probably be able to bang out a config a lot quicker than I'll be able to describe how to do so. As much as I like ePSXecutor, I only tested SwitchDisc against vanilla ePSXe during the development of the app (although the omission certainly wasn't intentional, honestly I just didn't think to test it in that way). Having said that, I'm more concerned with addressing bug reports (currently the image caching thing), since they have bigger potential impact to the overall usability of the application.

Thanks again everyone.

Link to comment
Share on other sites

Well, I think I’ve made progress. I’ve had to retreat a little to do it, though.

I’m taking a minimalistic approach to this. I decided to move and rename the run before/after commands. They are in the GameEx directory now and are without spaces, so I don’t have to worry about quotes anymore!

SwitchdiscBefore1.bat

"E:\Michael\Projects\Code writing, GUI, and batch to exe\PS3 DS3 Tool Enabler (GameEX Launchbefore).exe"

"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\SwitchDisc-1.0.1\SwitchDisc.exe" -w "%~1" -f "%~2"

End

SwitchdiscBefore2.bat

"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\SwitchDisc-1.0.1\SwitchDisc.exe" -w "%~1" -f "%~2"

End

SwitchdiscAfter.bat


"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXecutor frontend\SwitchDisc-1.0.1\SwitchDisc-1.0.1\SwitchDisc.exe" -q
End

I had 2 trains of thought:

1) Set the also launch to SwitchdiscBefore2.bat, launch before to my DS3ToolEnabler.exe, and launch after to SwitchdiscAfter.bat.

chcp 65001

E:

CD "E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\EPSXE 1.5.2"

C:\GameEx\CONFIG\Switchdisc\DS3ToolEnabler.exe

"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\EPSXE 1.5.2\ePSXeCutor.exe" "Final Fantasy IX (Disc 1)"

C:\GameEx\CONFIG\Switchdisc\SwitchdiscAfter.bat

2) Leave the also launch blank, set launch before to SwitchdiscBefore1.bat, and launch after to SwitchdiscAfter.bat.

chcp 65001

E:

CD "E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\EPSXE 1.5.2"

C:\GameEx\CONFIG\Switchdisc\SwitchdiscBefore1.bat

"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\EPSXE 1.5.2\ePSXeCutor.exe" "Final Fantasy IX (Disc 1)"

C:\GameEx\CONFIG\Switchdisc\SwitchdiscAfter.bat

#2 above looks right to me. Even the behavior of the emulator seems correct. Let me explain. When FF9 is launched from within GameEx my DS3ToolEnable.exe runs first, then SwitchDisc runs in the taskbar, and there is no open command prompt. That means SwitchdiscBefore1.bat completed and closed. Nothing else happens until SwitchDisc exits, and then GameEx comes back. When I enter the SwitchDisc GUI the name of the game I was trying to run, “Final Fantasy IX (Disc 1)”, has replaced the name I gave the disc, “FF9 (Disc 1)”. What that tells me is that GameEx has completed the launch before command correctly and that it is now up to SwitcDisc to accept the “rompath/romfile” form GameEx and launch the game. SwitchDisc sees the game GameEx tried to load and is displaying its real name, as if it’s running, but failed to execute the “Final Fantasy IX (Disc 1).lnk” shortcut to run the game. I still haven’t got that right yet but I think we are on the right track.

Assuming the above steps are correct:

1) What are the commands that switchdisc needs to receive from GameEx’s launch before command line? “[WORKINGPATH]" "[ROMFILE]”, “[WORKINGPATH]\[ROMFILE]”, etc.

2) What are the necessary commands within Switchdisc to handle the incoming command from GameEx and to launch ePSXecutor shortcuts?

3) Am I right that SwitchDisc takes the place as the launcher for GameEx? If so I think we almost have it.

Link to comment
Share on other sites

Hi Felix,

Sounds like your really getting there. I'll just pop in to address your questions.

1) What are the commands that switchdisc needs to receive from GameEx’s launch before command line? “[WORKINGPATH]" "[ROMFILE]”, “[WORKINGPATH]\[ROMFILE]”, etc.

Honestly, the easiest way starting out will probably be to send no additional parameters to SwitchDisc. This will mimic what happens when you double click the application icon to start it (i.e. your entire configuration is loaded into memory). The only purpose the parameters serve is to help SwitchDisc narrow down the specific game you're playing. The [WORKINGPATH] parameter identifies the emulator, and the [ROMFILE] identifies the loaded disc (and the multi-disc set by association). Under ideal circumstances these parameters will enable SwitchDisc to selectively load only the multi-disc set related to the disc you're playing at any given time. Ultimately neither of these parameters are necessary though, and in this case let's just get it running before handling any additional parameters. So the command will look like this:


SwitchDisc.exe

2) What are the necessary commands within Switchdisc to handle the incoming command from GameEx and to launch ePSXecutor shortcuts?

3) Am I right that SwitchDisc takes the place as the launcher for GameEx? If so I think we almost have it.

These two questions are related, so I'll answer them in tandem. SwitchDisc is neither a launcher nor a wrapper in the sense that it implies launching emulators from a 'cold start'. It is capable of launching games, but the implicit assumption SwitchDisc makes is that the emulator is already running at the time a disc swap operation occurs. So in this model, GameEx is still the launcher (since it launches the emulator from a cold start), and SwitchDisc is launched as a supporting application. SwitchDisc doesn't even verify that any given emulator is running during a disc swap operation, meaning the disc swap is performed 'blindly'.

Regarding ePSXecutor the SwitchDisc operation will need to take place as a batch operation in the SwithcDisc command since there are multiple commands that need to be run.

SwitchDisc Command


DiscSwap.bat "[DISCPATH]" "[DISCFILE]"

DiscSwap.bat


taskkill /im ePSXe.exe
"%~1\%~2"

That should be pretty close to the final SwitchDisc command/batch. Due to the complexity of this particular setup, I'm working on enhancements to simplify situations like this. Ideally I'd like batch scripts to be a last resort in terms of the SwitchDisc command, as it adds a substantial layer of complexity.

Link to comment
Share on other sites

Runitgame: Successful game launch.

(No before/after/also)

chcp 65001

E:

CD "E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXe.1.6.0"

"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXe.1.6.0\ePSXeCutor.exe" "Chrono Cross (Disc 1)"

Runitgame: Successful game & DS3Tool launch.

(DS3ToolEnabler.bat = run before, no after/also)

chcp 65001

E:

CD "E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXe.1.6.0"

C:\GameEx\CONFIG\Switchdisc\DS3ToolEnabler.exe

"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXe.1.6.0\ePSXeCutor.exe" "Chrono Cross (Disc 1)"

Runitgame: Successful game, DS3Tool, & Switchdisc launch.

(DS3ToolEnabler.bat = run before, SwitchdiscAlso.bat = run also, no run after)

chcp 65001

E:

CD "E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXe.1.6.0"

C:\GameEx\CONFIG\Switchdisc\DS3ToolEnabler.exe

"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXe.1.6.0\ePSXeCutor.exe" "Chrono Cross (Disc 1)"

Runitgame: Successful game launch & DS3Tool Launch. Unseccessful Switchdisc launch; I believe it started and closed immediately, not waiting for ePSXe to be exited first. I assume that the launch after command was sent right after the also, starting and closing switchdisk immediately.

(DS3ToolEnabler.bat = run before, SwitchdiscAlso.bat = run also, SwitchdiscAfter.bat = run after)

chcp 65001

E:

CD "E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXe.1.6.0"

C:\GameEx\CONFIG\Switchdisc\DS3ToolEnabler.exe

"E:\Michael\GAMES\My Games\All Games (Files)\PSone\ePSXe Emulator\ePSXe.1.6.0\ePSXeCutor.exe" "Chrono Cross (Disc 1)"

C:\GameEx\CONFIG\Switchdisc\SwitchdiscAfter.bat

I think I will just wait for your documentation and enhancements at this point. I think I am just spining my wheels here. I need to see the settings for a working example. I kinda jumped into an advanced setup, but this will be the most convionient way to properly emulate Playstation games; well, once it's setup correctly.

Null, maybe it would be best if you attempt to get SwitchDisc working with your ePSXecutor shortcuts, and make a section devoted to this in the documentation with a typical example. Then you can debug the issus imediatly, without this back and forth. I suspect there's an issue with the GameEx config we haven't identified yet, but I wipe my Inept hands of it. Good luck, and God speed! I'll be eagerly awaiting the results. Nice job so far!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...