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 becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

fRequEnCy

Elite Member
  • Posts

    3889
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by fRequEnCy

  1. I haven't toyed with this system at all so will have to take a look and maybe get with you on this to come up with a solution. Update: So just toyed with it using WinAPE which from my sources seems to be the best emulator for this system. What is the point in a loader for this system? What problems are you having with fullscreen?
  2. It's possible. It's up to the developer (Tom) to implement. So all we can do is hope.
  3. Thanks Tom and also AlphaUMi for the contribution!
  4. Win 7 x64 here and no problems with the OS and emulation except for maybe a few old emulators not working that worked through dos. Something DosBox can fix. So no biggy. Have also seen very few issues that were easily corrected with compatibility mode. I prefer Win 7 and have had great success with it. I use it on both my machines and will be on the 3rd that's being built now.
  5. Would be best to troubleshoot this using the runitgame.bat file. Instructions on how to do is can be found in the How to ask for Help pinned topic. Step 4B. This will show you the command window and display any errors with your setup. Should have something useful there.
  6. LOL. You took too long. Should have thought of me before even thinking of making one. Took me longer to download the emulator than to make the map file. LOL. Unless you're not taking much time doing it then by all means do it.
  7. Took a few seconds to whip one up. Here ya go! It can be found from the link in my signature and or here's the direct link to my post.
  8. Please export your config so that we can see exactly what you're doing in your setup.
  9. Just use your favorite text editor and do a search and replace to your GameEx.ini and can make the changes in a matter of seconds.
  10. Thanks Tom!
  11. It will change with more posts as well.
  12. Happy bday!
  13. Or should know anyways!
  14. Thanks Tom and was sorry to hear about the news.
  15. Recent changes to MAME was the reason they were removed from the list. So yes, they do play pretty good now. Well I don't know the specifics to specs required for those particular games. The specs are listed on NONMAME that are used for the list. I guess the best thing would be to test those games for yourself on your machine and then compare to other users to see what is required. I have no comments on Model3 emulator quite yet as I haven't tried playing anything on it. Hopefully someone will chime in with experience on it. Sorry!
  16. No problem! Enjoy!
  17. Thanks for the fix Tom!
  18. This can be trimmed way down. Using the /d switch for cd command will change to E: first so can eliminate that. Also the labels are serving no purpose here as nothing is being redirected to them. So for instance: ::Launch Xpadder (Mafia Profile) @echo off ::Browse to the directory cd /D "E:\Emulation\tools\Xpadder\" ::Begin Xpadder and Minimize the Window start "" xpadder.exe "Mafia" /M Helps clean up a little bit and I would get use to doing it this way. It does work the way you posted but again has unneeded code in it. I also didn't see much difference between this and my post from way earlier except for the @echo off and the comments which wouldn't have made it not work.
  19. Or even better!
  20. Something along the these lines: CD /d "E:\Emulation\tools\Xpadder" Xpadder.exe Mafia /M Hard to say exactly since I can't test this and don't have it in front of me. Some variations may need to be made to the command-line depending how GameEx interacts with it. Or try: CD /d "E:\Emulation\tools\Xpadder" Start "" Xpadder.exe Mafia /M
  21. It's actually "/im"! Also the path is not required as it just kills the open task.
  22. Should contain something like this: taskkill /f /im xpadder.exe Complete path is unnecessary!
  23. Thanks Tom!
  24. Please be patient! We will notify when it is fixed!
  25. Thanks for the report guys and sorry for the inconvenience. I have notified Tom about this and should be fixed as soon as possible!
×
×
  • Create New...