Jump to content



Photo
- - - - -

Ro Go (Bally 1974).zip[Visual Pinball X]

VP10 WPC 1991 Terminator 2 VPX Williams

  • Please log in to reply
12 replies to this topic

#1 HSM

HSM

    Hobbyist

  • Members
  • PipPip
  • 43 posts

  • Flag: United States of America

  • Favorite Pinball: Bride of Pinbot

Posted 18 March 2018 - 12:16 AM

Posted Image


File Name: Ro Go (Bally 1974).zip

File Submitter: HSM

File Submitted: 17 Mar 2018

File Category: VPX Recreations

Author(s): HSM
Manufacturer: Bally
Year: 1974
Permission to MOD?: Yes, with approval


Ro Go -- Bally, 1974
    VP 8 Release 1.0  June 2002 Table: Ash
    VP 9 Release 1.0  June 2011 Table: humid
   Backglass image/DirectB2S  November 2013 by Itchigo
    VPX Release 1.0  March 2018  Table: HSM
 
This is the VPX port of "Ro Go" by Bally.  This is the Blue early production model.  Later model Green play field and horseshoe included, just change the images.
The plastics are newly drawn.  Lots of touch-up on play fields. Realistic bonus count down.
 
Press "R" for rules.  Change number of balls in top of script.  Should work either desktop or cabinet. 
 
This is an unforgiving EM pinball table with a viking theme.  Big points and bonus by making the horseshoe loop.  Top kickers light bumpers and open gates on right side.  Enter left gate to score bonus.  Enjoy!
 
 


Click here to download this file



#2 bha19

bha19

    Pinball Fan

  • Platinum Supporter
  • 1,222 posts
  • Location:South Jersey

  • Flag: United States of America

  • Favorite Pinball: Theatre Of Magic

Posted 18 March 2018 - 01:30 PM

Error line 129 object required controller. I have table and b2s file so what now? I am using desktop to play VPX



#3 DarthMarino

DarthMarino

    Enthusiast

  • Members
  • PipPipPip
  • 263 posts

  • Flag: United States of America

  • Favorite Pinball: Terminator 2

Posted 18 March 2018 - 01:33 PM

Error line 129 object required controller. I have table and b2s file so what now? I am using desktop to play VPX

 

I just commented out 129-132 and it seems to work fine in desktop mode.



#4 bha19

bha19

    Pinball Fan

  • Platinum Supporter
  • 1,222 posts
  • Location:South Jersey

  • Flag: United States of America

  • Favorite Pinball: Theatre Of Magic

Posted 18 March 2018 - 01:50 PM

Thanks! I think that did it.



#5 humanoide

humanoide

    Enthusiast

  • Members
  • PipPipPip
  • 243 posts
  • Location:Suburbia

  • Flag: Spain

  • Favorite Pinball: Target Pool - Abra ca Dabra - Big Horse - Simbad - Centaur - Monster Bash - Twilight Zone

Posted 18 March 2018 - 01:58 PM

i also have error line 129 :  object required controller,help please :cray:



#6 bha19

bha19

    Pinball Fan

  • Platinum Supporter
  • 1,222 posts
  • Location:South Jersey

  • Flag: United States of America

  • Favorite Pinball: Theatre Of Magic

Posted 18 March 2018 - 06:02 PM

from the main vp screen click on the script tab.
Scroll down and look for lines 129-132.
Change the script in lines 129-132 as listed below:
 
129 Controller.B2ssetCredits credits
130 Controller.B2ssetMatch 34, matchNumber
131 Controller.B2SSetGameOver 35,1
132 Controller.B2SSetScorePlayer 5, highScore
 
Put a ' before each controller so it now reads
 
129 'Controller.B2ssetCredits credits
130 'Controller.B2ssetMatch 34, matchNumber
 131 'Controller.B2SSetGameOver 35,1
 132 'Controller.B2SSetScorePlayer 5, highScore
 
Then at the top of the screen click on the script tab and then click on compile.
You can now play the game. You can save your changes now or when you exit vp.


#7 kiwi

kiwi

    Pinball Fan

  • VIP
  • 2,627 posts

  • Flag: Italy

  • Favorite Pinball: Star Trek 25th Anniversary



Posted 18 March 2018 - 06:48 PM

...or look for the "setBackglass" timer, to the right of the table, is the fifth starting from the top, and deselect the "Timer Enabled" checkbox.

 

Edit: and then adding this in line 127,

If B2SOn True Then setBackglass.Enabled = 1

the table becomes compatible for both DT and FS users.


Edited by kiwi, 18 March 2018 - 07:02 PM.


#8 humanoide

humanoide

    Enthusiast

  • Members
  • PipPipPip
  • 243 posts
  • Location:Suburbia

  • Flag: Spain

  • Favorite Pinball: Target Pool - Abra ca Dabra - Big Horse - Simbad - Centaur - Monster Bash - Twilight Zone

Posted 18 March 2018 - 08:20 PM

thank you very much,"bha19 and kiwi",  your help has been very useful

 

this table it`s excellent,thanks HSM,i like very much the 70`s classic pinball 


Edited by humanoide, 18 March 2018 - 08:24 PM.


#9 bha19

bha19

    Pinball Fan

  • Platinum Supporter
  • 1,222 posts
  • Location:South Jersey

  • Flag: United States of America

  • Favorite Pinball: Theatre Of Magic

Posted 18 March 2018 - 10:28 PM

...or look for the "setBackglass" timer, to the right of the table, is the fifth starting from the top, and deselect the "Timer Enabled" checkbox.

 

Edit: and then adding this in line 127,

If B2SOn True Then setBackglass.Enabled = 1

the table becomes compatible for both DT and FS users.

I tried this and when I went to compile it says expected then line 127. If I leave 127 blank and disable timer as you said it works fine.


I have a question about the rules. On the rules card it says if I get 125,000 points I get an extra ball. Well I scored 125,000 and heard a knocker but did not get replay or extra ball. What am I supposed to receive?


Edited by bha19, 18 March 2018 - 10:24 PM.


#10 kiwi

kiwi

    Pinball Fan

  • VIP
  • 2,627 posts

  • Flag: Italy

  • Favorite Pinball: Star Trek 25th Anniversary



Posted 19 March 2018 - 02:27 PM

 

...or look for the "setBackglass" timer, to the right of the table, is the fifth starting from the top, and deselect the "Timer Enabled" checkbox.

 

Edit: and then adding this in line 127,

If B2SOn True Then setBackglass.Enabled = 1

the table becomes compatible for both DT and FS users.

I tried this and when I went to compile it says expected then line 127. If I leave 127 blank and disable timer as you said it works fine.

It works for me.

 

rogo.png

 

 
Thanks HSM, nice table.



#11 LynnInDenver

LynnInDenver

    Pinball Fan

  • Members
  • PipPipPipPip
  • 570 posts
  • Location:Denver

  • Flag: United States of America

  • Favorite Pinball: Genie

Posted 19 March 2018 - 06:56 PM

Any chance for analog plunger support?



#12 kiwi

kiwi

    Pinball Fan

  • VIP
  • 2,627 posts

  • Flag: Italy

  • Favorite Pinball: Star Trek 25th Anniversary



Posted 27 April 2018 - 12:52 PM

Any chance for analog plunger support?

plungere.png



#13 LynnInDenver

LynnInDenver

    Pinball Fan

  • Members
  • PipPipPipPip
  • 570 posts
  • Location:Denver

  • Flag: United States of America

  • Favorite Pinball: Genie

Posted 28 April 2018 - 02:23 AM

That got it for me, thanks. :)







Also tagged with one or more of these keywords: VP10, WPC, 1991, Terminator 2, VPX, Williams