How to run Future Pinball with mGalaxy - step by step guide
Posted: Sun Feb 24, 2013 3:24 pm
Hello guys, haven't been online for a while (work, life etc...) Like I mentioned a bit earlier, I got my hands on the new version of mGalaxy and works like a charm.
Now, one more emulator I was missing was Future Pinball so I added it myself and I'm gonna share this with you guys. OK, lets go, step by step...
1. Go to you %appdata%\Roaming\mGalaxy folder and inside the folder create a new folder called "Future Pinball". You should have something like %appdata%\Roaming\mGalaxy\Future Pinball.
Inside the newly created folder add your FP logo image of your liking (use a -png file). Rename it to icon.png.
2. Now, inside the folder %appdata%\Roaming\mGalaxy you should open the file Systems.xml
Each gaming system data is contained between <System>...</System> so after the first </System> tag add this:
3. In above code, change the PATH TO YOUR FUTURE PINBALL.exe to your FP path. Mine is C:\Games\Future Pinball\Future Pinball.exe . so the line should be something like this:
4. Save the file and close
5. Open mGalaxy_Runway.exe
6. You should see a list of emulators now containing Future Pinball too, edit the values of App Path, Rom path and snap Path to your Future Pinball paths.
7. Save, close and start mGalaxy.exe. You shoud have the option to choose a Future Pinball emulator with a list of the containing tables.
Hope it helps... cheers
Any questions, feel free to post them here
Now, one more emulator I was missing was Future Pinball so I added it myself and I'm gonna share this with you guys. OK, lets go, step by step...
1. Go to you %appdata%\Roaming\mGalaxy folder and inside the folder create a new folder called "Future Pinball". You should have something like %appdata%\Roaming\mGalaxy\Future Pinball.
Inside the newly created folder add your FP logo image of your liking (use a -png file). Rename it to icon.png.
2. Now, inside the folder %appdata%\Roaming\mGalaxy you should open the file Systems.xml
Each gaming system data is contained between <System>...</System> so after the first </System> tag add this:
Code: Select all
<System>
<Name>Future Pinball</Name>
<AppPath></AppPath>
<RomPath></RomPath>
<SnapPath></SnapPath>
<Emu selected="0">
<Cmd id="0" name="Future Pinball" value=""PATH TO YOUR FUTURE PINBALL.EXE" /open "%path\%file" /play /exit" />
</Emu>
<Ext selected="0">
<Suf id="0" value=".fpt" />
</Ext>
<Active>True</Active>
</System>
Code: Select all
<Cmd id="0" name="Future Pinball" value=""C:\Games\Future Pinball\Future Pinball.exe" /open "%path\%file" /play /exit" />
5. Open mGalaxy_Runway.exe
6. You should see a list of emulators now containing Future Pinball too, edit the values of App Path, Rom path and snap Path to your Future Pinball paths.
7. Save, close and start mGalaxy.exe. You shoud have the option to choose a Future Pinball emulator with a list of the containing tables.
Hope it helps... cheers
Any questions, feel free to post them here