Jump to content



Photo
- - - - -

The Incredible Hulk[Visual Pinball X MOD]

teisen loserman gottlieb atlantis

  • Please log in to reply
8 replies to this topic

#1 STYX

STYX

    Hobbyist

  • Members
  • PipPip
  • 22 posts
  • Location:Villa alemana

  • Flag: Chile

  • Favorite Pinball: Star Race (1980)

Posted 07 March 2024 - 02:10 PM

Posted Image


File Name: The Incredible Hulk

File Submitter: STYX

File Submitted: 06 Mar 2024

File Category: VPX/VPinMAME - MOD Tables

Author(s): dboyrecords, batch, 32assassin, destruk (ROMS), batch, Jp Salas
DesAngel, Plumb, Mr.Fixx ,Eala Dubh Sidhe
Manufacturer: Gottlieb
Year: 1979
Permission to MOD?: Yes, without approval


I have considerated
several authors in the design of this machine, and especially to JP Salas for the technical support.
A general adjustment was made to the design and visual presentation. The script had some changes.
Compared to the previous version, metals were reinforced around the spinner, in order to make it look more real. thank you.
 
11/05/2025
 
LUT mode was entered, at various levels
Can be played by version 10.80
RollingTimer system activated, where the ball sounds as it runs across the playing field.
I thank Mr. Jp Salas for his help (playfield_mesh).
Some minor corrections were made to the table.
More sounds have been added to the table.
The ball has a new physical appearance compared to the previous version.
 
14/05/2025
"Load Lut" was entered.
 
20/05/2025
 
Some operational adjustments were made.


Click here to download this file



#2 bolt

bolt

    VPF Veteran

  • VIP
  • 5,127 posts
  • Location:Kiel / Schleswig Holstein

  • Flag: Germany

  • Favorite Pinball: JP's Deadpool, Harlem Globetrotters, Spiderman and much more

Posted 08 March 2024 - 10:06 AM

This one is really good, thank you and involved.


Posted Image

#3 gtxjoe

gtxjoe

    VPF Veteran

  • VIP
  • 5,132 posts

  • Flag: United States of America

  • Favorite Pinball: Medieval Madness, AbraCadabra



Contributor

Posted 08 March 2024 - 06:08 PM

Thanks for this release

#4 telmoabff

telmoabff

    Enthusiast

  • Members
  • PipPipPip
  • 60 posts
  • Location:Recife, Brazil

  • Flag: Brazil

  • Favorite Pinball: Theatre of Magic

Posted 21 May 2025 - 11:50 AM

I'm having some kind og problem with the ROM. It seems to be correct file (hulk.zip) in the correct folder (vpinmame/roms). However, I'm getting the message to check the rom path or rom file... 



#5 Rajo Joey

Rajo Joey

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,489 posts
  • Location:Niedersachsen

  • Flag: Germany

  • Favorite Pinball: Attack from Mars, Abra Ca Dabra and many old EM-Tables

Posted 21 May 2025 - 12:40 PM

I noticed, that the targets sw11 and sw12 always drop down together, even if you only hit one.

I could not recognise the reason for this in the script.


Rajo Joey - My front-end-files; Hundreds of Audio- and Videorecordings in high quality for Playfield (4k/60FPS) and Backglass (HD), Wheels & POV-Files: The Media-Post

https://www.facebook...02697096474910/

https://www.facebook...oups/VPAddicts/

https://www.facebook...oups/VPjunkies/


#6 kiwi

kiwi

    Pinball Fan

  • VIP
  • 2,627 posts

  • Flag: Italy

  • Favorite Pinball: Star Trek 25th Anniversary



Posted 21 May 2025 - 06:07 PM

I noticed, that the targets sw11 and sw12 always drop down together, even if you only hit one.

I could not recognise the reason for this in the script.

The order of the target initialization sequence must match the order of the Hit events, now it is called "Dropped".

In the dropped event of targets sw11 and sw12 the code is reversed,

this is what I have in the two tables present in my PC.

 

You should have something like this:

Sub sw12_Dropped:Bla Bla.Hit 7
Sub sw11_Dropped:Bla Bla.Hit 6

Reverse 6 and 7

Sub sw12_Dropped:Bla Bla.Hit 6
Sub sw11_Dropped:Bla Bla.Hit 7

I'm having some kind og problem with the ROM. It seems to be correct file (hulk.zip) in the correct folder (vpinmame/roms). However, I'm getting the message to check the rom path or rom file... 

The ROM have been updated, you need to look for the new ones.


Edited by kiwi, 21 May 2025 - 06:10 PM.


#7 Rajo Joey

Rajo Joey

    Pinball Fan

  • Members
  • PipPipPipPip
  • 1,489 posts
  • Location:Niedersachsen

  • Flag: Germany

  • Favorite Pinball: Attack from Mars, Abra Ca Dabra and many old EM-Tables

Posted 22 May 2025 - 09:31 AM

 

I noticed, that the targets sw11 and sw12 always drop down together, even if you only hit one.

I could not recognise the reason for this in the script.

The order of the target initialization sequence must match the order of the Hit events, now it is called "Dropped".

In the dropped event of targets sw11 and sw12 the code is reversed,

this is what I have in the two tables present in my PC.

 

You should have something like this:

Sub sw12_Dropped:Bla Bla.Hit 7
Sub sw11_Dropped:Bla Bla.Hit 6

Reverse 6 and 7

Sub sw12_Dropped:Bla Bla.Hit 6
Sub sw11_Dropped:Bla Bla.Hit 7

I'm having some kind og problem with the ROM. It seems to be correct file (hulk.zip) in the correct folder (vpinmame/roms). However, I'm getting the message to check the rom path or rom file... 

The ROM have been updated, you need to look for the new ones.

 

Thanks @kiwi.

It works.


Rajo Joey - My front-end-files; Hundreds of Audio- and Videorecordings in high quality for Playfield (4k/60FPS) and Backglass (HD), Wheels & POV-Files: The Media-Post

https://www.facebook...02697096474910/

https://www.facebook...oups/VPAddicts/

https://www.facebook...oups/VPjunkies/


#8 Kakow

Kakow

    Neophyte

  • Members
  • Pip
  • 1 posts

  • Flag: United States of America

  • Favorite Pinball: The Getwaway

Posted 05 June 2025 - 11:41 AM

I'm having some kind og problem with the ROM. It seems to be correct file (hulk.zip) in the correct folder (vpinmame/roms). However, I'm getting the message to check the rom path or rom file... 

 

I'm having the same issued. Looked around for other Roms but have not been able to locate one. Anyone have a location of the new one?



#9 Outhere

Outhere

    Pinball Wizard

  • Platinum Supporter
  • 4,795 posts

  • Flag: United States of America

  • Favorite Pinball: M M

Posted 05 June 2025 - 12:42 PM

 

I'm having some kind og problem with the ROM. It seems to be correct file (hulk.zip) in the correct folder (vpinmame/roms). However, I'm getting the message to check the rom path or rom file... 

 

I'm having the same issued. Looked around for other Roms but have not been able to locate one. Anyone have a location of the new one?

 

https://www.vpforums...=55070&p=546410
 







Also tagged with one or more of these keywords: teisen, loserman, gottlieb, atlantis