-
Posts
216 -
Joined
-
Last visited
-
Days Won
13
Content Type
Profiles
Forums
Events
Downloads
Store
Articles
Everything posted by GAH1068
-
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.
- 47 replies
-
- launch script
- docklets
-
(and 1 more)
Tagged with:
-
Great news Tom! My script works well but native support would be soooo much better!
- 239 replies
-
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.
- 239 replies
-
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
- 369 replies
-
- mikedaspike
- scutters
-
(and 1 more)
Tagged with:
-
@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
- 369 replies
-
- mikedaspike
- scutters
-
(and 1 more)
Tagged with:
-
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
-
@joyrider3774 - Thanks, just saw the new table and was coming here to post.
- 239 replies
-
@Mike_da_Spike. Great work, love the filter options
- 369 replies
-
- 2
-
- mikedaspike
- scutters
-
(and 1 more)
Tagged with:
-
Malzbie's Pinball Collection - On my cabinet
GAH1068 replied to joyrider3774's topic in User Projects
@Mike_da_Spikewrongthread, sorry -
Sorry meant scoring on on backglass. Confirmed they moved for all deluxe tables. Kudos to zacarria for listening to our requests.
- 239 replies
-
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>
- 239 replies
-
Check in the faq and guides subforum. There is a long post with a script to launch zaccaria from pinballx that I created.
-
Scutters is correct- you have to bring up the backglass in FP and then move the videos and dmd off the screen.
-
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.
- 239 replies
-
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.
- 239 replies
-
- 1
-
pinball wicked pro pinball VP9 VP9 PhysMod VPX zaccaria pinball demon's tilt future pinball malzbies pinball collection pinball arcade Arcooda Pinball FX3
-
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.
- 239 replies
-
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
- 239 replies
-
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.
- 239 replies
-
Upload your Pinballx.Ini, AHK script and Zaccaria database file (.XML). Has to be something you are missing or bad file/path.
- 239 replies
-
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.
- 239 replies
-
Mega Docklets Style Zaccaria Pinball Wheel Images
GAH1068 replied to Draco1962's topic in PinballX Media Projects
Great looking wheel @joyrider3774. Thanks! -
Finally got to fire the cabinet up. New table launches just fine.
- 239 replies
-
Thanks Mike - was just about to post that.
- 239 replies
-
- 1
-
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.
- 239 replies