Jump to content



Photo
* * * * * 2 votes

Super Straight (Sonic 1977)[Visual Pinball X]

super straight sonic 1977

  • Please log in to reply
9 replies to this topic

#1 jpsalas

jpsalas

    Grand Schtroumpf

  • VIP
  • 7,178 posts
  • Location:I'm Spanish, but I live in Oslo (Norway)

  • Flag: Norway

  • Favorite Pinball: I like both new and old, but I guess I prefer modern tables with some rules and goals to achieve.



Posted 12 February 2023 - 03:09 PM

Posted Image


File Name: Super Straight (Sonic 1977)

File Submitter: jpsalas

File Submitted: 12 Feb 2023

File Category: VPX Recreations

Author(s): jpsalas
updon719
Manufacturer: Other - Pinball
Year: 1977
Permission to MOD?: Yes, with approval


Based on the table by Sonic from 1977.
 
This is a table build from scratch using the images made by updon719.
He asked me to update his table, but I always find it easier to rebuild the tables rather than to try to mod them. This way I'm sure all the objects have the right physics and shape.
The script is also new, and I based the rules based on the videos from YouTube and on the flyer.
 
The playfield graphic is the same as updon719 made. I have only changed a little the plastics to suit my table. And I have redone the backdrop image for the desktop version.
 
Anyway, I think updon719 tables are very good, so I don't know if my version is much better, but it is different, and I have added the postit for the highscores :)
 
You may use updon719 directb2s with this table too.


Click here to download this file


If you want to check my latest uploads then click on the image below:

 

vp.jpg

 

WIP? Cobra, Nuova Bell and Playbar tables, thanks to akiles50000 redrawings


#2 clyde

clyde

    Pinball Fan

  • Gold Supporter
  • 657 posts
  • Location:Martinsville VA

  • Flag: United States of America

  • Favorite Pinball: Monster Bash

Posted 12 February 2023 - 03:52 PM

Thanks JP & updon719 for this GREAT looking table! :)



#3 bolt

bolt

    VPF Veteran

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

  • Flag: Germany

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

Posted 12 February 2023 - 05:43 PM

Great table, thank you JP and involved.


Posted Image

#4 haggi

haggi

    Enthusiast

  • Platinum Supporter
  • 329 posts

  • Flag: Germany

  • Favorite Pinball: Flintstones

Posted 13 February 2023 - 07:26 AM

Every month several new table and updates and now already again a great implementation.

All respect.

 

Thanks jpsalas

Thank updon719

 

#5 Hawyer

Hawyer

    Enthusiast

  • Members
  • PipPipPip
  • 109 posts

  • Flag: Spain

  • Favorite Pinball: Elvira

  • 360 Gamer Tag: Tiroloco76

Posted 13 February 2023 - 10:30 AM

thank you so much



#6 tmpc

tmpc

    Enthusiast

  • Members
  • PipPipPip
  • 279 posts
  • Location:New Berlin Wi.

  • Flag: United States of America

  • Favorite Pinball: fish tales

Posted 13 February 2023 - 01:46 PM

Thank you.



#7 X Vector

X Vector

    Enthusiast

  • Members
  • PipPipPip
  • 116 posts

  • Flag: Netherlands

  • Favorite Pinball: Creature from the Black Lagoon

Posted 13 February 2023 - 06:40 PM

Another very playable table despite the rather brutal outlanes.

 

The script currently assigns an "fx_bumper4" sound to the center and right bumpers, which means that in order to hear them you either have to import a new bumper sound and name it accordingly or change those script entries to "fx_bumper".



#8 jpsalas

jpsalas

    Grand Schtroumpf

  • VIP
  • 7,178 posts
  • Location:I'm Spanish, but I live in Oslo (Norway)

  • Flag: Norway

  • Favorite Pinball: I like both new and old, but I guess I prefer modern tables with some rules and goals to achieve.



Posted 13 February 2023 - 08:36 PM

Another very playable table despite the rather brutal outlanes.

 

The script currently assigns an "fx_bumper4" sound to the center and right bumpers, which means that in order to hear them you either have to import a new bumper sound and name it accordingly or change those script entries to "fx_bumper".

 

Just rename those fx_bumper4 with fx_bumper. Things happen when you copy/paste :)


UPDATE

 

1.0.1 Updated 13.02.2023
- fixed copy/paste on the script (the bumpers had the wrong sound name)
 
I updated the table in case you do not feel to change the script yourself :)

If you want to check my latest uploads then click on the image below:

 

vp.jpg

 

WIP? Cobra, Nuova Bell and Playbar tables, thanks to akiles50000 redrawings


#9 Mustang1961

Mustang1961

    Pinball Fan

  • Members
  • PipPipPipPip
  • 709 posts
  • Location:Isernhagen

  • Flag: Germany

  • Favorite Pinball: All Loserman76 recreations

Posted 20 October 2024 - 02:49 PM

Dear JP,

 

thank you for this re-recreation, this table is it worth by far! I have one suggestion, the "Gate Open" light is not considered in the script.

 

Add the following tiny supplements in the script and you are done:

 

@

Sub sw8_Hit 'plunger lane
    PlaySoundAt "fx_sensor", sw8
    If NOT Tilted Then
        if Gate002.Open Then
            Gate002.Open = False
            Addscore 10000
            l036.State = 0
        End If
    End If
End Sub
 
@
Sub t6_Hit 'K
    PlaySoundAtBall SoundFXDOF("fx_target",121,DOFPulse,DOFContactors)
    If NOT Tilted Then
        AddScore 1000
        If l031.State Then
            l031.State = 0
            l020.State = 1
            If l019.State Then Gate002.Open = True
            l036.State = 1
            CheckSpecials
        End If
    End If
End Sub
 
@
Sub t7_Hit 'K
    PlaySoundAtBall SoundFXDOF("fx_target",121,DOFPulse,DOFContactors)
    If NOT Tilted Then
        AddScore 1000
        If l032.State Then
            l032.State = 0
            l019.State = 1
            If l020.State Then Gate002.Open = True
            l036.State = 1
            CheckSpecials
        End If
    End If
End Sub
 
@
Sub Drain_Hit()
    l036.state=0
    Drain.DestroyBall
...
end sub
 
Again thank you Updon719 and JPSalas for this nice table,
 
Sincerely, Christian.

Edited by Mustang1961, 20 October 2024 - 03:35 PM.


#10 jpsalas

jpsalas

    Grand Schtroumpf

  • VIP
  • 7,178 posts
  • Location:I'm Spanish, but I live in Oslo (Norway)

  • Flag: Norway

  • Favorite Pinball: I like both new and old, but I guess I prefer modern tables with some rules and goals to achieve.



Posted 21 October 2024 - 03:50 AM

Thanks Christian! :) I'll add those lines to the table :)


If you want to check my latest uploads then click on the image below:

 

vp.jpg

 

WIP? Cobra, Nuova Bell and Playbar tables, thanks to akiles50000 redrawings