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

Multiple .exe's vs new system


Itchigo

Recommended Posts

I have 3 versions of Shockman's Ice Cold Beer. These are not the VP versions!! They have all have an .exe. I have Ice Cold Beer working in Pinball X, but I'd like to add the Rootbeer version, and Zeke's Peak- without creating new systems for all of them. If I use the extra <exe/> line, I can't get it to work, it only opens the original .exe I had setup for ICB. Maybe I don't have it right.

<?xml version="1.0" standalone="yes"?>
<menu>
  <game name="Ice Cold Beer_mod3">
    <description>Ice Cold Beer</description>
    <manufacturer>Taito</manufacturer>
    <year>1983</year>
    <type>Maze</type>
  </game>
  <game name="Ice Cold Rootbeer f3">
    <description>Ice Cold Rootbeer</description>
    <manufacturer>Taito</manufacturer>
    <EXE>Ice Cold Rootbeer f3<EXE/>
    <year>1983</year>
    <type>Maze</type>
  </game>
  <game name="Zeke's Peak">
    <description>Zeke's Peak</description>
    <manufacturer>Taito</manufacturer>
    <EXE>Zeke's Peak<EXE/>
    <year>1983</year>
    <type>Maze</type>
  </game>
</menu>

 

Link to comment
Share on other sites

So you mean like this?

  <game name="Ice Cold Rootbeer f3">
    <description>Ice Cold Rootbeer</description>
    <manufacturer>Taito</manufacturer>
    <alternateexe>Ice Cold Rootbeer f3.exe<alternateexe/>
    <year>1983</year>
    <type>Maze</type>
  </game>

 

Link to comment
Share on other sites

Yes like that. If you add that to visual pinball list you need to make sure the binaries are in same folder as vpx if you added new system for the 3 versions point it to one exe in the system settings and make sure the other version exe are in same location and use a database containing the 3 versions with 3 alternateexe set. There is a posibility alternateexe also only work for vpx systems not sure it works with custumn systems, i have never tried it but you can easily test it

Link to comment
Share on other sites

Finally got around to trying this, and it didn't work. I'm not getting any errors, it's just opening the .exe I had setup in the first place, not the new one. Maybe I can get creative since I know I have the code right. Thanks for trying. This particular cab does not have vp on it at all.

Link to comment
Share on other sites

i just tested it myselve, found and  downloaded the 3 exe's and it worked fine exactly how i said it would. do you have an on old pinballx version installed perhaps ?

This my setup:

image.thumb.png.9cdaa6e756c8ea82ee2b86c0ffcf4653.png


image.thumb.png.3f8c1c47a8828bd8066e4d016f6cf91b.png

 

and this is the database i used :
 

<?xml version="1.0" standalone="yes"?>
<menu>
  <game name="Ice Cold Beer_mod3">
    <description>Ice Cold Beer</description>
    <manufacturer>Taito</manufacturer>
    <year>1983</year>
    <type>Maze</type>
  </game>
  <game name="Ice Cold Rootbeer f3">
    <description>Ice Cold Rootbeer</description>
    <manufacturer>Taito</manufacturer>
    <alternateexe>Ice Cold Rootbeer f3.exe<alternateexe/>
    <year>1983</year>
    <type>Maze</type>
  </game>
  <game name="Zeke's Peak">
    <description>Zeke's Peak</description>
    <manufacturer>Taito</manufacturer>
    <alternateexe>Zeke's Peak.exe<alternateexe/>
    <year>1983</year>
    <type>Maze</type>
  </game>
</menu>


in case anyone wants to add this system themselves here is the link https://www.dropbox.com/sh/l2f4sa78f83lr9v/AACoC86f_CwnudzD0IrcigG9a?dl=0 have not checked if keys are reconfigurable if not autohotkey script can easily remap the keys. I will add it to my cabinet as well


Recorded table video's (chrome lets you download them):

Link to comment
Share on other sites

Now I finally have it working under the alternativeexe, thanks!

I've never been a fan of the round wheels myself. Thanks for the help! I also have Trapshoot and Trapshoot plus working under this. Now I have to find wheels for them. Those are special to me because when I was an operator, my dad and I had several of those. You would take the transmitter back to your table and play from across the room. A strong CB radio would mess with the game sometimes.

Zekes Peak.png

Ice Cold Beer.png

Ice Cold Rootbeer.png

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...