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

GAH1068

GameEx Lifetime Member
  • Posts

    216
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by GAH1068

  1. Nice job, I have barely touched FX at this point still. Portrait mode is still borked and they need to get UE4 optimized. I have a 5900X/RTX 3070 and the performance is a joke. Forget turning on Raytracing still even after all these months and the flipper lag is awful. I have been buying the tables when discounted but have to say I am really disappointed so far in FX. FX3 plays so much better and I am underwhelmed with the "remasters". I get going to new engine but other than the new tables FX3 plays so much better.
  2. Great news Tom! My script works well but native support would be soooo much better!
  3. I don't use joytokey at all It very well might have due to that. The script does send keypresses, etc so your reassignment may be interfering with it.
  4. I must have been editing in original game manager. I removed the .Bu files and warning went away. Thanks for heads up @Mike_da_Spike
  5. @Mike_da_Spike - is there a way to determine why the new DB manager warns about the XML being modified outside program. It appears only to be doing this on my main VPX list and one of my VP9 lists. I attached them just in case. Not sure if this is due to a invalid character in a table name or something stupid like that. List appears to be fine in standard game manager. Visual Pinball.xml Visual Pinball 9.xml
  6. I am able to run either Arcooda and standard TPA without issue. Attached is my Pinball Arcade.XML file. I don't include any of the ones that are part of the Arcooda so these are the ones that are in TPA only Pinball Arcade.xml
  7. @joyrider3774 - Thanks, just saw the new table and was coming here to post.
  8. Sorry meant scoring on on backglass. Confirmed they moved for all deluxe tables. Kudos to zacarria for listening to our requests.
  9. New Deluxe table released. Here is the name to use for your Game Manager. They also have the scoreboard on the DMD now so you can turn off the UI again. Nice looking table! <game name="spookydeluxe"> <description>Spooky Deluxe</description> <rom></rom> <manufacturer>Magic Pixel</manufacturer> <year>2020</year> <type>DX</type> <hidedmd>True</hidedmd> <hidetopper>True</hidetopper> <hidebackglass>True</hidebackglass> <enabled>True</enabled> <rating>0</rating> </game>
  10. Check in the faq and guides subforum. There is a long post with a script to launch zaccaria from pinballx that I created.
  11. Scutters is correct- you have to bring up the backglass in FP and then move the videos and dmd off the screen.
  12. No luck so far on the Extra tables. I was able to see the table name is zombie001 and added that new category to script. The launcher does select the Extra table category but for some reason the actual table selection doesn't get focus so it doesn't launch. I will still tinker and see if I can do anything but was fighting sick all weekend so really didn't spend any great deal of time on it.
  13. I will take a look. I haven't tried out the extra tables yet but I believe they should work if I update the script to support it. Let me take a look over the weekend and get the table names and give it a whirl.
  14. pinball wicked pro pinball VP9 VP9 PhysMod VPX zaccaria pinball demon's tilt future pinball malzbies pinball collection pinball arcade Arcooda Pinball FX3
  15. Ahh Joyrider is correct. I intentionally did not have the table start so people could enable multiple players/modes. I thought you meant the table was not getting selected and loaded.
  16. Look for the following two lines in the AHK script (thy are right next to one another). If you are not running 4K on your playfield you will definitely need to change the values in the SetCursorPosition line. I have attached a easy to use tool that you can run. Move your mouse pointer and then press spacebar and it will report the X,Y of where your mouse point is at. Another thing to try is to play with the sleep command (in milliseconds) to give Zaccaria more time to load from steam and get focus. I have a fairly fast machine so 10 seconds works well for me. You might want to try bumping that to 13000 or 14000 if you have a slower system. Sleep, 10000 DllCall("SetCursorPos", int, 1900, int, 1000) ; The first number is the X-coordinate and the second is the Y (relative to the screen). Mofiki's Coordinate Finder.zip
  17. You might have to increase the delay the script waits before it sends the mouse click. There is also a line in the script where the AHK file moves the mouse pointer over the startup logo. If you are off it might not be going to the menu where the two enter keypresses are made.
  18. Upload your Pinballx.Ini, AHK script and Zaccaria database file (.XML). Has to be something you are missing or bad file/path.
  19. Table type must be set DX in game manager. Also make sure the ahk script is compiled and you are launching the new version. If you are getting invalid table type it points to either/both as a reason.
  20. Finally got to fire the cabinet up. New table launches just fine.
  21. Thanks Mike - was just about to post that.
  22. I got tied up working on things yesterday and didn't get to check out the new table. My guess is you forgot to compile the AHK script to EXE and you are running the old version still.
×
×
  • Create New...