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. My bare hosting costs are currently not met so please consider donating by either clicking this text or the Patreon link on the right.

Patreon

Leaderboard

Popular Content

Showing content with the highest reputation on 03/03/13 in all areas

  1. haha Here are the guns in action!!!
    3 points
  2. I just started getting into pinball emulation and ran across the very problems described in this thread. I'm on the latest GameEx version and latest Future Pinball version but I still get focus issues. I did work around it though. I decided to write a VBScript that would change the focus to the app. What the script does is check every five seconds to see if Future Pinball is running, and if it is, it sets focus to it. It'll check every five seconds for up to five minutues. These times/intervals are all of course, configurable as needed for your situtation. If anyone still has this problem and wants to try it out, just copy the code below into notepad, and save as something like C:\activate.vbs. Then create a batch file with one line in it that runs: cscript C:\activate.vbs. Set the batch file up in the "Also Launch" field in your advanced emulator config in GameEx. Also, you might have to make sure that User Account Control is turned off and that you have your computer setup to automatically run VBScript files; that's how I have mine set and I didn't test other systems. 'Begin VBScript: Dim isAppRunning Dim endTime Set objShell = WScript.Createobject("Wscript.Shell") endTime = DateAdd("n",5,Now) Do Wscript.echo "Trying application activation in 5 seconds..." WScript.Sleep(5000) isAppRunning = objShell.AppActivate("Future Pinball - © 2008 BSP Software Design Solutions") Loop While (isAppRunning = False) AND (Now < endTime) wscript.Quit 'End of Script
    1 point
  3. Currently working on console logo's, here's a few examples
    1 point
  4. Oops almost forgot one....Magnavox Odyssey2!
    1 point
  5. Okay so there's an update to MFM (1.0.8) available! Here's what's new: Added the option to import clrMAMEpro DAT files as per Frequency's suggestion (Thanks bud! Good call!) You can now directly import DAT files to build your MAP files from Added to the new File Builder, you can see what you need for your MAP to be complete! [*]Added in some missing regions [*]Huge code optimization to keep your speeds up [*]Stopped txt files from showing up in directory scans Thanks for using this! You can get the update from the (deformed) first post or just use the automagical updater.
    1 point
×
×
  • Create New...