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

Leaderboard

Popular Content

Showing content with the highest reputation on 04/04/19 in all areas

  1. Success! - I have Zaccaria tables launching from PinballX. I have tested about 20 different tables and things are working great for me. I will probably do some more cleanup and improvements down the road but for now I am content. My sample shows how to launch a table from each Zaccaria pinball table type. They have EM, SS, Retro, Remake and Award and Deluxe I still need to go through and confirm all the table names for each and every table but I wanted to get this script out there for others to test so please as you add to PBX lets keep a running list of all the table names with the "group" they are under. The key to using the script is in game manager make sure to put the correct table name in and most importantly the Type. My scripts looks for EM,SS,RT,RM and AW. The script will exit if you do not put the type in Game manager correctly. ( I am converting the case to upper so EM, em, Em, eM are all valid) EM=Electro Mag, SS=Solid State, RT=Retro, RM=Remake, AW=Award,DX=Deluxe Update: 11/21/19 - Modified script to handle new Deluxe table types. Ust DX as Type in game manager to use. Update: 12/20/18 - Added latest PinballX Zaccaria Database file Update: 12/1/18 - There is a optional change you can make to your script if you normally leave your playfield in landscape mode and then rotate to portrait when playing Zacarria. If your playfield is already in portrait then you will not need to modify this. There is a parameter to Zaccaria to automatically rotate the screen. (Stopping the need to rotate it via a launch before/after script) Original line: Run, "%SteamDirPath%\Steam.exe" -applaunch 444930 Change to: Run, "%SteamDirPath%\Steam.exe" -applaunch 444930 -rotate right (Or -rotate left depending on your configuration) Note: There will be one thing that needs to be changed in the LaunchZaccaria.ahk script. On Line 17 you will need to update the directory/filename of your Zaccaria PBX database file. Make sure to save your changes and compile again. Line to edit: FileRead, xmldata, C:\Pinball\PinballX\Databases\Zaccaria\Zaccaria.xml ;change to your zaccaria PBX database PBX config for Zaccaria: A single table from each "group" configured. LaunchZaccaria.ahk Zaccaria.xml
    1 point
×
×
  • Create New...