Jump to content

Recommended Posts

  • 4 weeks later...
Posted

This table is a so called Original. That means, it is made from Fantacy of a pinball fan. Obviously there is no rom to control the scoring so he have chosen to use UltraDMD to "emulate" the dmd.

What you need to do is unpack the folder that is often called <tablename>.UltraDMD to the same folder as the table goes. In most cases. c:\visual_pinball\tables folder.

There has been some cases where the author has release the UltraDMD files only with their first release. So, you may have to download version 1.0 to get those files. Some others have released them as separate download. For the table "The Web" pr. example there is separate download for even the music. If you find Music files, those go into c:\visual_pinball\music folder.

Good luck.

Posted
7 hours ago, Thalamus said:

This table is a so called Original. That means, it is made from Fantacy of a pinball fan. Obviously there is no rom to control the scoring so he have chosen to use UltraDMD to "emulate" the dmd.

What you need to do is unpack the folder that is often called <tablename>.UltraDMD to the same folder as the table goes. In most cases. c:\visual_pinball\tables folder.

There has been some cases where the author has release the UltraDMD files only with their first release. So, you may have to download version 1.0 to get those files. Some others have released them as separate download. For the table "The Web" pr. example there is separate download for even the music. If you find Music files, those go into c:\visual_pinball\music folder.

Good luck.

Thanks, Thalamus.  Fixed in less than a minute after reading your post.

  • 2 months later...
  • 2 years later...
Posted

table crashes with this coming up. What does it mean? Am I missing a file or something?

Sub KickbackPlungerSolenoidPulse()
    LeftOutLaneTrigger.kick 0, 40
    LaserKickP1.TransY = 90
    vpmtimer.addtimer 800, "LaserKickP1.TransY = 0 '"
    Playsound SoundFX("bumper_retro")

  • 1 year later...
Posted
On 6/23/2020 at 10:56 AM, djinfinity907 said:

table crashes with this coming up. What does it mean? Am I missing a file or something?

Sub KickbackPlungerSolenoidPulse()
    LeftOutLaneTrigger.kick 0, 40
    LaserKickP1.TransY = 90
    vpmtimer.addtimer 800, "LaserKickP1.TransY = 0 '"
    Playsound SoundFX("bumper_retro")

hi,did u solve this? i have same issue? thanks

Posted

With regards to the table crashing with the above error message just change the line

Playsound SoundFX("bumper_retro")

to

Playsound ("bumper_retro")

I spotted the solution on vpforums

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...