Jump to content



Photo
- - - - -

UVP Cheetah


  • Please log in to reply
4 replies to this topic

#1 Flying Dutchman

Flying Dutchman

    Pinball Wizard

  • VIP
  • 3,198 posts

  • Flag: ---------

  • Favorite Pinball: Medieval Madness / Champion Pub



Posted 29 January 2010 - 06:52 PM

Cheetah [UVP]



Version: 1.0.0
Category: Animated Backglasses

Author(s):

Description:
UVP Cheetah
Included are the .uvp and .png file

Also available at Flying Dutchman's 'Backglass Paradise'!

As I'm uploading hundreds of UVP's I cannot remember each and every UVP Backglass created by which Author, so hereby all credits go to the 'Flying UVP Team' for the creation of these wonderful -rom controlled- Backglasses based on the UltraVPServer developed by Manofwar!

'UVP Team':
Iceman5000, luvthatapex, pharaoh, StrangeLeo, macnods, Akiles, Lord Hiryu, Flying Dutchman and some 'unknown but very talented authors'.

Thanks all!

Cheers,
FD.


View File

Submitted by Flying Dutchman, on Jan 29 2010, 02:52 PM
'Flying Dutchman'

In need for a Backglass or 'Active Backglass / UVP' please 'click' on below and visit the complete revised website at:
Posted Image

#2 unidodo

unidodo

    Hobbyist

  • Members
  • PipPip
  • 15 posts

  • Flag: United States of America

  • Favorite Pinball: Panthera!

Posted 29 March 2011 - 10:13 AM

Thanks for this great UVP, but the digits don't show at all. The animated backglass works but no scores/credits

#3 Flying Dutchman

Flying Dutchman

    Pinball Wizard

  • VIP
  • 3,198 posts

  • Flag: ---------

  • Favorite Pinball: Medieval Madness / Champion Pub



Posted 29 March 2011 - 12:54 PM

QUOTE (unidodo @ Mar 29 2011, 11:13 AM) <{POST_SNAPBACK}>
Thanks for this great UVP, but the digits don't show at all. The animated backglass works but no scores/credits



No problems here .. wink.gif

.xml adjustment ok?
At the end of the Table script added the extra lines (see UVP Tutorial)
Added the actual Timer to the Table? Named it 'LEDs'? Value '50'? Enabled it?

Cheers,
FD.



Attached Files


'Flying Dutchman'

In need for a Backglass or 'Active Backglass / UVP' please 'click' on below and visit the complete revised website at:
Posted Image

#4 cyberk30

cyberk30

    Enthusiast

  • Charter Member
  • 75 posts
  • Location:Colorado Springs, CO

  • Flag: United States of America

  • Favorite Pinball: All

  • PS3 Gamer Tag: cyberk31
  • 360 Gamer Tag: cyberk30

Posted 29 March 2011 - 02:34 PM

QUOTE (unidodo @ Mar 29 2011, 04:13 AM) <{POST_SNAPBACK}>
Thanks for this great UVP, but the digits don't show at all. The animated backglass works but no scores/credits


I had the same problem before. You need to do the following:

Add to the end of the script:

Sub Leds_Timer()
Dim ChgLED
ChgLED = Controller.ChangedLEDs(&Hffffffff, &Hffffffff)
End Sub

+ add a Timer to the Table and name Leds with value'50' and enable it

Edited by cyberk30, 29 March 2011 - 02:34 PM.


#5 unidodo

unidodo

    Hobbyist

  • Members
  • PipPip
  • 15 posts

  • Flag: United States of America

  • Favorite Pinball: Panthera!

Posted 29 March 2011 - 04:21 PM

QUOTE (cyberk30 @ Mar 29 2011, 02:34 PM) <{POST_SNAPBACK}>
QUOTE (unidodo @ Mar 29 2011, 04:13 AM) <{POST_SNAPBACK}>
Thanks for this great UVP, but the digits don't show at all. The animated backglass works but no scores/credits


I had the same problem before. You need to do the following:

Add to the end of the script:

Sub Leds_Timer()
Dim ChgLED
ChgLED = Controller.ChangedLEDs(&Hffffffff, &Hffffffff)
End Sub

+ add a Timer to the Table and name Leds with value'50' and enable it


Ok didn't know that. Works fine now...thanks again :-)