Jump to content



Photo
* * * * * 3 votes

Kiss 1979[Visual Pinball X MOD]


  • Please log in to reply
7 replies to this topic

#1 bossman72

bossman72

    Hobbyist

  • Members
  • PipPip
  • 27 posts

  • Flag: United States of America

  • Favorite Pinball: .

Posted 13 April 2021 - 04:22 PM

index.php?app=downloads&module=display&s


Edited by bossman72, 22 January 2022 - 09:06 PM.

.

#2 marcio clauss

marcio clauss

    Enthusiast

  • Members
  • PipPipPip
  • 185 posts

  • Flag: Brazil

  • Favorite Pinball: Shark TAITO

Posted 13 April 2021 - 04:36 PM

 Great table thanks for your work B0SSMAN72,Bigus1,jbg4208,JPSalas :tup: :yahoo:



#3 kds70

kds70

    Enthusiast

  • Members
  • PipPipPip
  • 174 posts
  • Location:Germany

  • Flag: Germany

  • Favorite Pinball: Eight Ball Deluxe

Posted 13 April 2021 - 07:33 PM

Very nice table release ... thank you very much.

One note please: you need to group and hide score reels for players not playing in desktop / DT mode. In cabinet view the score reels are placed over the playfield :boxing:

 

Same as you did here for ramps 1 & 15:

If DesktopMode = True Then 'Show Desktop components
Ramp1.visible = 1
Ramp15.visible = 1
Else
Ramp1.visible = 0
Ramp15.visible = 0
end If

 

PS: update; you only need to remove this @ line 55:

DesktopMode = Table1.ShowDT

 

So VPX will decide if DT or cabinet view is on and cab players are happy too :P

By the way: UseSolenoids=2 for faster flips.

 

Greetings - happy pinballin´


Edited by kds70, 13 April 2021 - 07:56 PM.

-------------------

VPin: Williams Time Warp Cabinet (1979), 4K playfield: 40″ Iiyama X4071UHSU, backglass: 32″ LG, Pin"2"DMD, Pincontrol1, LEDWiz, leaf switches / buttons, nudging, tilt, plunger, 10 siemens contactors, knocker, shaker, gear, rgb flasher, PC: Intel i5 [email protected], 8 GB Ram, Zotac GTX 1070 Mini, Win10
Real Pin: Eight Ball Deluxe LE, Centaur 2, Mr. & Mrs. Pac-Man, Rolling Stones, Funhouse


#4 stevegooner123

stevegooner123

    Enthusiast

  • Members
  • PipPipPip
  • 178 posts

  • Flag: England

  • Favorite Pinball: Medieval Madness

Posted 14 April 2021 - 09:40 AM

Very nice table release ... thank you very much.

One note please: you need to group and hide score reels for players not playing in desktop / DT mode. In cabinet view the score reels are placed over the playfield :boxing:

 

Same as you did here for ramps 1 & 15:

If DesktopMode = True Then 'Show Desktop components
Ramp1.visible = 1
Ramp15.visible = 1
Else
Ramp1.visible = 0
Ramp15.visible = 0
end If

 

PS: update; you only need to remove this @ line 55:

DesktopMode = Table1.ShowDT

 

So VPX will decide if DT or cabinet view is on and cab players are happy too :P

By the way: UseSolenoids=2 for faster flips.

 

Greetings - happy pinballin´

 

Thanks for the Info but I can`t see that on Line 55 to Remove it & I still see the reels when playing Fullscreen



#5 TouchMaster97

TouchMaster97

    Enthusiast

  • Members
  • PipPipPip
  • 153 posts

  • Flag: Netherlands

  • Favorite Pinball: Haunted House

Posted 14 April 2021 - 10:15 AM

I'm curious: Can Speech be added to this Table like was the intended idea back when the Table was first being built?



#6 wiesshund

wiesshund

    VPF Legend

  • Members
  • PipPipPipPipPipPipPip
  • 11,859 posts

  • Flag: United States of America

  • Favorite Pinball: How many can i have?

Posted 14 April 2021 - 07:02 PM

I'm curious: Can Speech be added to this Table like was the intended idea back when the Table was first being built?

 

You could add anything you want to the table script
but i doubt you could easily add it to the ROM


If you feel the need to empty your wallet in my direction, i don't have any way to receive it anyways

Spend it on Hookers and Blow


#7 bossman72

bossman72

    Hobbyist

  • Members
  • PipPip
  • 27 posts

  • Flag: United States of America

  • Favorite Pinball: .

Posted 05 May 2021 - 05:50 PM

.

 


Edited by bossman72, 11 June 2021 - 03:36 PM.

.

#8 marcio clauss

marcio clauss

    Enthusiast

  • Members
  • PipPipPip
  • 185 posts

  • Flag: Brazil

  • Favorite Pinball: Shark TAITO

Posted 05 May 2021 - 10:58 PM

Thanks for the update B0SSMAN72 :tup: