Hello,
ok, time to give back something to the MP community:
Here is the first beta of myPrograms0.2 with the following features:
How to install:
If you want to play safe, backup the following files:
Download this , unzip it and copy it over your MP directory (this will overwrite the mentioned files).
The plugin works only in ENGLISH and only in the MCE skin for now.
For devs & for MP quality assurance dept :
Download this to get the sources.
QUICKSTART: how to integrate MAME output of myGames
1)
Launch myGames.exe and export the files you wish to play into a meedio *.mlf file.
2)
Launch MP configuration, go in to myPrograms and add a new Program with the following entries:
3)
Launch MP, select MyPrograms, select mame, select REFRESH... and wait
4)
Play!
or press <F3> on a game item... and... Play!
URGENT EXIT
If nothing works anymore, simply delete the following file:
<MP>\database\ProgramDatabase.db
to restart...
KNOWN PROBLEMS / TODO:
*fileinfo: reenter on the last selected file => textarea emtpy
*general: mp resets to main menu on launching of "some" directX applications
*cancel import freezes progress dialog but doesn't stop anything
later:
*fix and improve sorting
*add grouping by genre / most recent played / most plays
*add DBCache mode
maybe later:
*write filelist editor in configuration
Hope you enjoy it as much as I did developping it!
Cheers,
Daniel
ok, time to give back something to the MP community:
Here is the first beta of myPrograms0.2 with the following features:
Code:
* SQLite based
* supports several launch modes (hidden / minimized, etc)
* can import myGames *.my files
* can import myGames *.mlf files
* for database content: <F3> displays detailed fileinformation
How to install:
If you want to play safe, backup the following files:
Code:
<mp>\language\english\strings.xml
<mp>\plugins\windows\GUIPrograms.dll
<mp>\skin\mce\myprograms.xml
Download this , unzip it and copy it over your MP directory (this will overwrite the mentioned files).
The plugin works only in ENGLISH and only in the MCE skin for now.
For devs & for MP quality assurance dept :
Download this to get the sources.
QUICKSTART: how to integrate MAME output of myGames
1)
Launch myGames.exe and export the files you wish to play into a meedio *.mlf file.
2)
Launch MP configuration, go in to myPrograms and add a new Program with the following entries:
Code:
Title: mame
Launching Application: <your path to heaven>\mame32.exe
Arguments: -joy -skip_disclaimer -skip_gameinfo
Window-Style: Hidden
Source-Type: MyGames Meedio output (*.mlf)
Source: <your mlf file saved in the previous step>
3)
Launch MP, select MyPrograms, select mame, select REFRESH... and wait
4)
Play!
or press <F3> on a game item... and... Play!
URGENT EXIT
If nothing works anymore, simply delete the following file:
<MP>\database\ProgramDatabase.db
to restart...
KNOWN PROBLEMS / TODO:
*fileinfo: reenter on the last selected file => textarea emtpy
*general: mp resets to main menu on launching of "some" directX applications
*cancel import freezes progress dialog but doesn't stop anything
later:
*fix and improve sorting
*add grouping by genre / most recent played / most plays
*add DBCache mode
maybe later:
*write filelist editor in configuration
Hope you enjoy it as much as I did developping it!
Cheers,
Daniel