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

Patreon

Recommended Posts

Posted

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>

 

Posted
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

  • 2 weeks later...
Posted

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, lastselected
Run, taskkill /IM Image_Monitor_View.exe

ExitApp

NOTE: My Zaccaria Pinball system is custom system nº 5

Posted

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

  • 2 weeks later...
Posted

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>

 

  • Like 2
Posted
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

  • Thanks 1
  • 1 month later...
  • 2 weeks later...
Posted

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>

 

  • Like 2
  • 1 month later...
Posted

Nice ! I have a big backlog of a couple of systems and Zaccaria is on of the. :P

Is there a way to identify new tables, so I can built it into Database manager ?

Posted
27 minutes ago, Mike_da_Spike said:

Nice ! I have a big backlog of a couple of systems and Zaccaria is on of the. :P

Is there a way to identify new tables, so I can built it into Database manager ?

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. 

Posted
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 :)

  • Like 1
Posted

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?

zac-settings.png

Posted
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?

zac-settings.png

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

Posted
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

Gottcha. I'm new to AHK. That makes sense. Thanks.

Posted

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.

Posted
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 :P

Posted
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 :P

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

  • Like 1
Posted
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 :)

Looks like a nice front end and potential big competitor for Launchbox.

PS:

Zaccaria support is coming very soon.

  • Thanks 1
Posted

@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

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...