joyrider3774 Posted July 4, 2020 Share Posted July 4, 2020 sorry for late reply but i'm not as active anymore, currently more busy with setting up my modded arcade 1 up GameName is universedeluxe, also check the docklets topic for new wheel / logo images also available on ftp. On ftp topper video is also available (in my directory) <game name="universedeluxe"> <description>Universe Deluxe (Magic Pixel 2020)</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> Quote Link to comment Share on other sites More sharing options...
nanuk101 Posted July 4, 2020 Share Posted July 4, 2020 1 hour ago, joyrider3774 said: sorry for late reply but i'm not as active anymore, currently more busy with setting up my modded arcade 1 up GameName is universedeluxe, also check the docklets topic for new wheel / logo images also available on ftp. On ftp topper video is also available (in my directory) <game name="universedeluxe"> <description>Universe Deluxe (Magic Pixel 2020)</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> ha ha ha me it's the opposite since i started on my vcab i did no t touch my moded 1 UP Quote Link to comment Share on other sites More sharing options...
PcTeknic Posted July 13, 2020 Share Posted July 13, 2020 Launcher works great, thanks. The Game hide the DMD Image from PinballX. I use joyriders ImageMonitorView.exe to show logo image in DMD and work fine. I have modified the Launcher with this for send image to my DMD: (My DMD works as 2) ;--------Run Before (Need to be compiled)----End------ ;From here run your zaccaria RegRead, SteamDirPath, HKCU, Software\Valve\Steam, SteamPath Run, "%SteamDirPath%\Steam.exe" -applaunch 444930 -rotate right WinWait ahk_class GLFW30, , 20000 if ErrorLevel { MsgBox, WinWait timed out. exitapp }Run, "C:\Zaccaria Pinball\Image_Monitor_View.exe" 2 "C:\Zaccaria Pinball\DMD.png" Sleep, 10000 And this for close DMD Image: ;--------Run After (Need to be compiled)----Start----- ;Write the last game played to the PBX INI FileRead, xmldata, C:\PinballX\Databases\Zaccaria Pinball\Zaccaria Pinball.xml ;change to your pinball arcade database doc := ComObjCreate("MSXML2.DOMDocument.6.0") doc.async := false doc.loadXML(xmldata) table = //game[@name='%1%']/description Node := doc.selectSingleNode(table) description:= Node.text IniWrite, %description%%1%System_5, C:\PinballX\Config\PinballX.ini, Internal, lastselectedRun, taskkill /IM Image_Monitor_View.exe ExitApp NOTE: My Zaccaria Pinball system is custom system nº 5 Quote Link to comment Share on other sites More sharing options...
PcTeknic Posted July 20, 2020 Share Posted July 20, 2020 With Run, "C:\Zaccaria Pinball\Image_Monitor_View" 2 "C:\PinballX\Media\Zaccaria Pinball\DMD Images\%1%.png" i can use DMD Images from PinballX Media folder and work fine Quote Link to comment Share on other sites More sharing options...
joyrider3774 Posted August 1, 2020 Share Posted August 1, 2020 New Table released Pool champion deluxe. Game name is pchampiondeluxe <game name="pchampiondeluxe"> <description>Pool Champion Deluxe (Magic Pixel 2020)</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> 2 Quote Link to comment Share on other sites More sharing options...
Mike_da_Spike Posted August 1, 2020 Share Posted August 1, 2020 Thanks Joyrider. Do you already have a wheel image and dmd videos Quote Link to comment Share on other sites More sharing options...
joyrider3774 Posted August 1, 2020 Share Posted August 1, 2020 25 minutes ago, Mike_da_Spike said: Thanks Joyrider. Do you already have a wheel image and dmd videos check other topic about zaccaria docklets. I did not create any videos yet but did create the wheel already and uploaded table audio 1 Quote Link to comment Share on other sites More sharing options...
nanuk101 Posted August 2, 2020 Share Posted August 2, 2020 thx for letting us know about the new table Quote Link to comment Share on other sites More sharing options...
halen Posted September 25, 2020 Share Posted September 25, 2020 New table: House of Diamonnds de Luxe Quote Link to comment Share on other sites More sharing options...
nanuk101 Posted October 4, 2020 Share Posted October 4, 2020 thx to let us know just bought it Quote Link to comment Share on other sites More sharing options...
joyrider3774 Posted October 9, 2020 Share Posted October 9, 2020 Just in case anyone needs it. PS media is on ftp as well (backglass, toppper, playfield video + audio etc also for pool champion deluxe, they fixed the bug i was having preventing me to record the backglass) <game name="diamondsdeluxe"> <description>House of Diamonds Deluxe (Magic Pixel 2020)</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> 2 Quote Link to comment Share on other sites More sharing options...
halen Posted November 18, 2020 Share Posted November 18, 2020 New table: ROBOT DELUXE TABLE Quote Link to comment Share on other sites More sharing options...
Mike_da_Spike Posted November 18, 2020 Share Posted November 18, 2020 Nice ! I have a big backlog of a couple of systems and Zaccaria is on of the. Is there a way to identify new tables, so I can built it into Database manager ? Quote Link to comment Share on other sites More sharing options...
joyrider3774 Posted November 18, 2020 Share Posted November 18, 2020 27 minutes ago, Mike_da_Spike said: Nice ! I have a big backlog of a couple of systems and Zaccaria is on of the. Is there a way to identify new tables, so I can built it into Database manager ? Hide Mike_da_Spike's signature Hide all signatures http://http.online.gameex.com/gamecards/pinballx/mike-da-spike___pinball.png Also try PinballX Database manager as an alternative way for gamemanger i extract games using extractor tool (files are encrypted) then the dir names resembly the game names mostly, another option is to run the game and check name inside settings ini file. None of these 2 otpions can be used in database manager. Quote Link to comment Share on other sites More sharing options...
Mike_da_Spike Posted November 18, 2020 Share Posted November 18, 2020 Thanks @joyrider3774 for letting know. Too bad not an easy way. I missed you lately on the forum. You still ok ? Quote Link to comment Share on other sites More sharing options...
joyrider3774 Posted November 18, 2020 Share Posted November 18, 2020 15 minutes ago, Mike_da_Spike said: I missed you lately on the forum. You still ok ? yeah not as active anymore, interest has currently shifted away to Playnite been making some plugins customn themes etc for it. It's a launcher mainly for pc games but not strictly, it has emulator support. But i mainly use it to be able to launch any game in any of the known launchers (steam, origin, battle.net, epic games etc) ... one launcher to control them all 1 Quote Link to comment Share on other sites More sharing options...
topper-2k Posted November 21, 2020 Share Posted November 21, 2020 Hey everyone! Thanks for putting this together. I'm reading through the first post in this thread and trying to make sure I understand everything before diving in. The initial post shows PinballX configured to launch an executable called LaunchZaccaria.exe. But I don't see any mention of creating that file. Am I missing something? Does the .ahk file get renamed with a .exe extension? Quote Link to comment Share on other sites More sharing options...
Mike_da_Spike Posted November 21, 2020 Share Posted November 21, 2020 1 hour ago, topper-2k said: Hey everyone! Thanks for putting this together. I'm reading through the first post in this thread and trying to make sure I understand everything before diving in. The initial post shows PinballX configured to launch an executable called LaunchZaccaria.exe. But I don't see any mention of creating that file. Am I missing something? Does the .ahk file get renamed with a .exe extension? You need to download the ahk file, modify the parts for your setup and compile it with auto hotkey (it's free). This will generate the exe file Quote Link to comment Share on other sites More sharing options...
topper-2k Posted November 21, 2020 Share Posted November 21, 2020 2 hours ago, Mike_da_Spike said: You need to download the ahk file, modify the parts for your setup and compile it with auto hotkey (it's free). This will generate the exe file Hide Mike_da_Spike's signature Hide all signatures http://http.online.gameex.com/gamecards/pinballx/mike-da-spike___pinball.png Also try PinballX Database manager as an alternative way for gamemanger Gottcha. I'm new to AHK. That makes sense. Thanks. Quote Link to comment Share on other sites More sharing options...
topper-2k Posted November 21, 2020 Share Posted November 21, 2020 Unfortunately this isn't working "out of the box" in PinballY. I know it's meant for PBX, was hoping that X and Y had enough in common that this would work. PBY seems hung up on the Table Type field. It doesn't seem to recognize the types specified for Zaccaria. It only likes it's defaults and I can't seem to add other options. I'll seek some help in PBY forums and see if I can find a work around. Quote Link to comment Share on other sites More sharing options...
Mike_da_Spike Posted November 22, 2020 Share Posted November 22, 2020 7 hours ago, topper-2k said: Unfortunately this isn't working "out of the box" in PinballY. I know it's meant for PBX, was hoping that X and Y had enough in common that this would work. PBY seems hung up on the Table Type field. It doesn't seem to recognize the types specified for Zaccaria. It only likes it's defaults and I can't seem to add other options. I'll seek some help in PBY forums and see if I can find a work around. If you can get it to work outside your front end (so from the command line), you must get it to work in other front ends as well. Only not sure why you post a question for pby on the pbx forum. Same if you asked an android question on the iphone site Quote Link to comment Share on other sites More sharing options...
topper-2k Posted November 22, 2020 Share Posted November 22, 2020 9 hours ago, Mike_da_Spike said: If you can get it to work outside your front end (so from the command line), you must get it to work in other front ends as well. Only not sure why you post a question for pby on the pbx forum. Same if you asked an android question on the iphone site I did get it to work. And I realize this is a PBX forum. There's usually enough similarity between them that a solution for one can be adapted for the other. There just aren't many people doing anything with Zaccaria. The only resources that I could find were for Popper and PBX. I'm posting this solution on a PBY forum so others can find it in the future. https://www.vpforums.org/index.php?showtopic=45560#entry462773 1 Quote Link to comment Share on other sites More sharing options...
Tom Speirs Posted November 22, 2020 Share Posted November 22, 2020 On 11/18/2020 at 6:02 PM, joyrider3774 said: yeah not as active anymore, interest has currently shifted away to Playnite been making some plugins customn themes etc for it. It's a launcher mainly for pc games but not strictly, it has emulator support. But i mainly use it to be able to launch any game in any of the known launchers (steam, origin, battle.net, epic games etc) ... one launcher to control them all Hide joyrider3774's signature Hide all signatures Creator of Pinball (FX3) Launcher App Paypal if you feel like donating https://www.paypal.me/joyrider3774http://http.online.gameex.com/gamecards/pinballx/joyrider3774___pinballcab.png Looks like a nice front end and potential big competitor for Launchbox. PS: Zaccaria support is coming very soon. 1 Quote Link to comment Share on other sites More sharing options...
Mike_da_Spike Posted November 23, 2020 Share Posted November 23, 2020 8 hours ago, Tom Speirs said: Looks like a nice front end and potential big competitor for Launchbox. PS: Zaccaria support is coming very soon. Hide Tom Speirs's signature Hide all signatures What do you mean ? Just out of the box a launcher for PBX ? Quote Link to comment Share on other sites More sharing options...
joyrider3774 Posted November 23, 2020 Share Posted November 23, 2020 @topper-2k i have a modified version of the script that can go all the way up to the play screen where you can just press play and a launcher app. In theory the launcher app and modified script should work in pinbally as well but i have never tried. The script if you want autoplay capability might require changes per setup on the timings needed. It was explained here Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.