Jump to content



Photo
- - - - -

Metal Man (Inder 1992) [HP MEDIA PACK]


  • Please log in to reply
2 replies to this topic

#1 hmueck

hmueck

    MaX

  • VIP
  • 2,190 posts
  • Location:Hamburg

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

  • Favorite Pinball: IPDB Top 300



Contributor

Posted 21 August 2012 - 12:41 PM

Metal Man (Inder 1992) [HP MEDIA PACK]



Version: 1.0.0
Category: HyperPin Media Packs

Author(s): strangeleo72 - wheel image, htamas - UVP,

Description:
Metal Man (Inder 1992) [HP MEDIA PACK]
XML:
<game name="TableName.VPT goes here">
<description>Metal Man (Inder 1992)</description>
<manufacturer>Inder</manufacturer>
<year>1992</year>
<type>SS</type>
</game>

The media pack contains a backglass, a table image, a wheel image and an UVP.
No flyer and no instruction card.

Link to: Metal Man (Inder 1992) [HP VIDEO] by bitupset.

Special Thanks to:
strangeleo72 - wheel image
htamas - UVP


View File

Submitted by hmueck, on Aug 21 2012, 02:41 PM
VPX0beta tables: 29cff786951ed9c1a70fc1fa47f5e3c1.png 0cecd68ffa2537a7262337834a05bbbe.png Finish them if you like!

#2 MTPPC

MTPPC

    Enthusiast

  • Members
  • PipPipPip
  • 352 posts
  • Location:Big Sky, Montana USA

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

  • Favorite Pinball: Mata Hari .directB2S

Posted 24 June 2013 - 07:13 PM

Coin up problems:

 

You can fix this in vpmkeys.vbs once and for all tables:

just change keys like this (commented is default, uncommented new).
Actually you set key 5 to be the first coin key instead of key 3, and every cab has key 5 and every pinball has at least one coin slot.

 

CODE
'keyInsertCoin1   = 4   '(3)    Insert coin in slot 1
'keyInsertCoin2   = 5   '(4)    Insert coin in slot 2
'keyInsertCoin3   = 6   '(5)    Insert coin in slot 3
'keyInsertCoin4   = 7   '(6)    Insert coin in slot 4
keyInsertCoin1   = 6   '(5)    Insert coin in slot 1
keyInsertCoin2   = 5   '(4)    Insert coin in slot 2
keyInsertCoin3   = 4   '(3)    Insert coin in slot 3
keyInsertCoin4   = 7   '(6)    Insert coin in slot 4


#3 Shadowsclassic

Shadowsclassic

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,449 posts
  • Location:Depauw, Indiana

  • Flag: United States of America

  • Favorite Pinball: Elvira and the Party Monsters

Posted 25 June 2013 - 04:43 AM

MTPPC, what is this fix actually doing?  The problem I have with coining up is that I normally use "5" for coin but on some tables it will give you more than one credit per coin.  Is there a way to make all tables just do one credit per "5" key press?