Jump to content

Recommended Posts

  • Content Provider
Posted

Day of the Tentacle (Stern 2002) RyGuy Mod


This is a reskin/mod of Stern's 2002 Playboy table. I actually really like the table layout, but the theme was not the best with the kiddos around. Have no fear--this is based on using VPMAlias, so you can keep your original Playboy table should you wish.

 

Day of the Tentacle, Sam and Max Hit the Road, and the Secret of Monkey Island were my favorite point-and-click adventure games growing up. I still have Secret of Monkey Island on my bookcase--with all the 5.25 floppies ready to go. However, Day of the Tentacle was the best of the bunch, with a really clever time travel element to boot.

 

Hopefully this is a good "kid-safe" option for some of you, and a stroll down memory lane for all who played these LucasArts games.

 

Thanks to @Manbearpig for assistance with testing!

Thanks to @HiRez00 for the permission to mod and for all the work that he and others did to make the Playboy table so spot on in the first place.

 

Instructions

  • Add "playboystentacle,playboys" to your vpmalias file
  • Move the pup pack to your pup videos folder. It's designed for a full dmd setup only
  • Move the vpx and b2s files to your tables folder.
  • Turn off sound on the rom by pressing f1**
  • Optional: press 7, navigate to the P.B. install options and select no adult content/sounds (kid-friendly)*
    • --Note: the supplied cfg and nv files *should* cover for this, but if not, follow step 4.

 

*The full DMD videos are timed to "cover" any overtly sexual content, but priority order may cause the occasional miss. Topper and wheel are provided for your use.

 

**For those interested in turning off the sound temporarily (i.e. you plan to use the other playboy table a lot too), follow this script. Thanks @Manbearpig for the tip!!

 

Quote

.Games(cGameName).Settings.Value("sound")=0

 

Sub table1_Exit():Controller.Games(cGameName).Settings.Value("sound") = 1:Controller.Stop : End Sub

 

Example script:

 

image.png.0bc9dab6e764e41d0046d9c1f9cfe00a.png

 

image.png.6646102d3fb8490e554dd5ad02aeca7b.png


 

Posted

please advice:

Runtime error
-------------
Line: 583
Game name not found!

 

 

listed red:      .GameName=OptRom

 

 

ANSWER

 

Add "playboystentacle,playboys" to your vpmalias file

Posted

After adding "playboystentacle,playboys" to my VPMalias list, what should be showing on line 583 in the script?  I am still getting the game not found error on line 583, even after making the required entry in my VPMalias list.  I'm confused.

Posted
17 hours ago, PITBULLBANZAI said:

Hi everyone!

 

I have this error, impossible to start the table!

 

Any idea?

 

image.png.10a540f4692adcce6a608bf420c0c7c4.png

you need to use playboys rom. the error you show means you do not have the playboyf rom.

Posted

For those who want to temporarily turn off the playboy rom sounds and automatically turn back on again use these in the vpx script

First we need to construct the game name. I put this in at line 60;

Const cGameName = "playboystentacle" 'playboys rom

 

Next put this in the table script near the top of Table1_init. I inserted it at line 593;

.Games("playboys").Settings.Value("sound")=0

 

Then the last line of the table script add the following. In mine its line 859. Just replace the existing line there with this;

Sub Table1_Exit():Controller.Games("playboys").Settings.Value("sound") = 1:Controller.Stop:End Sub

 

Thats it! The playboy rom sounds will turn off for Day of the Tentacle and turn back on again when you exit the game.

Posted

Thanks but ....

After doing VPMALIAS.TXT and the rest of instruccions , give me the error

 

Runtime error
-------------
Line: 584
Game name not found!

  • 4 weeks later...
Posted

How to work with OptRom ?

In my case detects spanish OptRom is playboyl (and PupPack not works, because searches playboyl and not playboystentacle.

 

  • 3 weeks later...
Posted
On 1/15/2023 at 4:06 PM, toady said:

Pup not working. I have no sound and playboys dmd showing. Any ideas?

Same problem here. I've tried EVERYTHING, but obviously, everything is not enough. I need some help with this, please.

Posted

Has anybody been able to solve the Error stating "Runtime error, Line: 585, Game name not found" ?

 

Any help here would be greatly appreciated. I don't plan on playing the Playboy table if that bit of information helps.

  • 11 months later...
Posted (edited)

Table work for me no problems after editing the VPMalias.txt file. To make it work:

  • Have the Playboy table installed with all its files
  • Edit in Notepad the VPMalias.txt in C:\vPinball\VisualPinball\VPinMAME
    • Enter playboystentacle,playboys at the top of the list with NO quote marks and save it
  • Make sure its spelled correctly
Edited by ortizimo
  • 1 year later...
Posted

La mesa esta genial y fuciona todo perfecto con las instrucciones, mi problema es que el backglass no se ve. en las demas mesas que tengo no hay problema, una ayuda por favor

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...