Jump to content

Vampirella Balutito MOD

  • Get Support
  • Create an account or sign in to download this
download_no_perm
11345 Views
3389 Downloads
5 From 19 reviews
169.55 MB File Size
drac_l1 ROM Name
BALUTITO Created by
UnKnown Artwork by
jpsalas Scripting by
Original Manufacturer
2024 Year

6 Screenshots

Tremble poor mortals ...

 

HI everyone

 

I am proposing here an adaptation of the dracula playfield on Vampirella theme

 

As I couldn't choose, I give you the possibility to choose between 4 playfields, A B C or D

 

Thank's to JPSALAS for permission to work on his Bram Stoker's Dracula table.

All Logos, Music,  Copyrights and Trademarks are property of their respective owners.
 
PROVIDED STRICTLY FOR PERSONAL / HOME USE AND NOT FOR COMMERCIAL SALE / RE-SALE OR DISTRIBUTION!

GOOD GAme

BALUTITO

image.png

Contact Author First.
v10.7 required
Balutito
JPSalas

What's New in Version 1.2   See changelog

Released

automatic loading of the playfield randomly when starting the table, thank you @Abhcoide and @bthlonewolf and @Abhcoide

 

so I added yet another fifth table, thank's to me 😆

 

New coffin thank' s to @brefreez

 

Thank you all for your very kind comments.

User Feedback

Create an account or sign in to leave a review

You need to be a member in order to leave a review

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

Abhcoide

· Edited by Abhcoide

   14 of 14 members found this review helpful 14 / 14 members

Wonderful mod Balutito!  I love the different playfields; ended up choosing C :D

 

EDIT: That said, if anyone wants to have the playfield randomly be selected each time they load the table, go to line 60 in the script and insert this:

 

' Define an array of playfield image names
Dim playfieldImages(3)
playfieldImages(0) = "PF VampirellaB"
playfieldImages(1) = "PF VampirellaA"
playfieldImages(2) = "PF VampirellaC"
playfieldImages(3) = "PF VampirellaD"

' Generate a random number between 0 and 3
Dim randomIndex
randomIndex = Int(Rnd * 4)

' Set the playfield image using the randomly selected image
Table1.Image = playfieldImages(randomIndex)

 

bthlonewolf

   5 of 5 members found this review helpful 5 / 5 members

Never ceases to amaze me on how important art is to the theme. The original table is good, but this really breathes some fresh air into it. Really nicely done Balutito!

 

Building off of Abhocoide, if you are running 10.8+, you can add something like this to your table script to select/change via F12/tweak menu:

 

'**********
' Settings
'**********

Dim bgOption

Sub Table1_OptionEvent(ByVal eventId)

    bgOption = Table1.Option("BG Image", 0, 4, 1, 0, 0, Array("A", "B", "C", "D", "Random"))

    Select Case bgOption
        Case "0":
            Table1.Image = "PF VampirellaA"
        Case "1":
            Table1.Image = "PF VampirellaB"
        Case "2":
            Table1.Image = "PF VampirellaC"
        Case "3":
            Table1.Image = "PF VampirellaD"
        Case "4":
             Select Case Int(4*Rnd+1)
                Case 1 : Table1.Image = "PF VampirellaA"
                Case 2 : Table1.Image = "PF VampirellaB"
                Case 3 : Table1.Image = "PF VampirellaC"
                Case 4 : Table1.Image = "PF VampirellaD"
            End Select 
    End Select

End Sub

Response from the author:

Thank you very much ;)

zemblar

   3 of 3 members found this review helpful 3 / 3 members

good evening, very good!, do you have a b2s for this table?, pinballement yours, zemblar

WaRcLaWz

   2 of 2 members found this review helpful 2 / 2 members

This is awesome thanks!

stef974

   1 of 1 member found this review helpful 1 / 1 member

Hâte d'essayer !!! merci ludo :) 

davidh51

   1 of 1 member found this review helpful 1 / 1 member

merci a toi

kicke

   1 of 1 member found this review helpful 1 / 1 member

very very good!!!!!

BobVanEss

   1 of 1 member found this review helpful 1 / 1 member

Great table! Thanks for creating this!

franzhp

   1 of 1 member found this review helpful 1 / 1 member

AMAZING WORK!!! Love the artwork, atmosphere and play of this one - Thanks 👍

brefreez

   1 of 1 member found this review helpful 1 / 1 member

another balutito masterpiece, thank you for all your work

bietekwiet

   1 of 1 member found this review helpful 1 / 1 member

Beautiful art and visuals. The addition of the music also adds to the athmosphere!

Well done and thank you for sharing with us!

 

PS: it would be great if the table would have Nfozzy physics and Fleep sounds?

 

 

icepinball

   1 of 1 member found this review helpful 1 / 1 member

great work as it has been for years, also great with the 4 gaming table backgrounds, thanks for sharing 👍

Virtualman-

· Edited by Virtualman-

   1 of 1 member found this review helpful 1 / 1 member

Vamp-delicious 😜 - fantastic on 86" tv.

Vampirella.thumb.png.088e06a14e6074b8debb78fb21201ad9.png

 

Ericg384

   1 of 1 member found this review helpful 1 / 1 member

Great work on this thanks for sharing.

weathervane

  

Thank you for making and sharing this very cool. Love the sexy pics

Killmanwar

  

with edited ultra dmd can be awesome

To45

  

Excellente table...bravo !!!

Msila28

  

C'est de toute beauté ! 😍🥰

dgrams2000

  

Actually, this is a good introduction to the Dracula table.. and I never played that one to be honest... so as far as I know... this table is the way the game was designed!  :)   Thank you for the choice of playfields.   Is dracula considered a hard table, or no?    Loving it so far!   Thank you Balutito!

×
  • Create New...