Author |
Message |
umpa
|
Post subject: Re: World Cup Soccer by Smoke and Rom Posted: Wed Sep 02, 2015 7:07 am |
|
Joined: Tue Sep 02, 2014 11:11 am Posts: 148
|
Sure will. I will try to get to it this weekend.
|
|
 |
|
 |
miownkhan
|
Post subject: Re: World Cup Soccer by Smoke and Rom Posted: Mon Sep 07, 2015 9:39 am |
|
Joined: Fri Nov 22, 2013 8:25 am Posts: 166
|
I was playing WCS94 and said Zen's soccer table has a proper ball why not this. World Cup Soccer Ball https://www.dropbox.com/s/693fhn69aqc6p ... l.zip?dl=0 please note: Problem in current state If use the option in FP preferences to rotate the display ball becomes distorted Just thought some might find useful 
|
|
 |
|
 |
umpa
|
Post subject: Re: World Cup Soccer by Smoke and Rom Posted: Tue Sep 22, 2015 7:44 pm |
|
Joined: Tue Sep 02, 2014 11:11 am Posts: 148
|
Finished my lights and ff! Thank you again such a fun table!
|
|
 |
|
 |
GeorgeH
|
Post subject: Re: World Cup Soccer by Smoke and Rom Posted: Tue Sep 29, 2015 12:04 am |
|
Joined: Thu Aug 16, 2012 11:12 pm Posts: 2523 Location: Arkansas, USA
|
miownkhan wrote: I was playing WCS94 and said Zen's soccer table has a proper ball why not this. World Cup Soccer Ball https://www.dropbox.com/s/693fhn69aqc6p ... l.zip?dl=0 please note: Problem in current state If use the option in FP preferences to rotate the display ball becomes distorted Just thought some might find useful  You guys should try this ball. It is cool. George
|
|
 |
|
 |
umpa
|
Post subject: Re: World Cup Soccer by Smoke and Rom Posted: Wed Nov 04, 2015 11:22 am |
|
Joined: Tue Sep 02, 2014 11:11 am Posts: 148
|
|
 |
|
 |
blindpeser
|
Post subject: Re: World Cup Soccer by Smoke and Rom Posted: Sun Dec 25, 2016 8:42 pm |
|
Joined: Thu Nov 24, 2016 7:46 pm Posts: 156
|
My favorite table at the moment. The physics are stunning. This table and the Rift make you feel to stand infront of a real table. I just got one issue here. When I play the final match vs. Germany, the flippers are locked when the match is over. All balls get lost and nothing happens. No new ball is ready for launch and just cant do anything. The dmd just shows the current points. When I tilt the table, the display gets blank and nothing happens anymore. I have to end the game by close the window. Worst thing for me is, I cant enter my initials into the high score list. Does anybody have an idea how to ix this?
|
|
 |
|
 |
Gimli
|
Post subject: Re: World Cup Soccer by Smoke and Rom Posted: Sun Dec 25, 2016 11:53 pm |
|
Joined: Mon Jan 27, 2014 12:36 pm Posts: 2859 Location: Ontario, Canada
|
Try making a cheat code To make a new Ball
If Keycode = 48 then ' b on keyboard Createnewball () End if
Put with other key code statements
|
|
 |
|
 |
GeorgeH
|
Post subject: Re: World Cup Soccer by Smoke and Rom Posted: Mon Dec 26, 2016 12:21 am |
|
Joined: Thu Aug 16, 2012 11:12 pm Posts: 2523 Location: Arkansas, USA
|
I guess I have never made it to the final match. The script probably has a bug. Without delving into the script's coding, Gimli's approach is the only answer. Just place his code below this line:
Sub FuturePinball_KeyPressed(ByVal KeyCode)
I noticed there is already a cheat code there but it adds a qualifier for the table to be in debug mode. It would seem the author knew there was a problem. I tried the cheat after removing the debug mode part but all the table did when I activated it was to do a nudge (because I pressed the letter z). You might try pressing the letter z the next time this happens just to see what it does.
I would still add the create new ball cheat in case the debug cheat does not work.
George
|
|
 |
|
 |
blindpeser
|
Post subject: Re: World Cup Soccer by Smoke and Rom Posted: Mon Dec 26, 2016 9:00 am |
|
Joined: Thu Nov 24, 2016 7:46 pm Posts: 156
|
Hello friends, thanks for your response. Will try this code soon, but probably going to need a couple of games to reach the final match again. Maybe the bug is due to the changes I made in the script. I am playing all tables with 3 balls. So I changed the "ballspergame"-value + some remainingballs values from 6 to 4, to display the correct remaining balls during the game. We will see, if the cheat code works. Thank you very much. George, you have to travel to Los Angeles to activate the final match lock and need to hit the lower right insert to start the final match. A pretty cool 5-Ball Multiball starts and you have unlimited balls for 45 sec. To win the game you have to score more goals than the opponent, which is always Germany (nice extra for me  ). I never managed to win that match btw.
|
|
 |
|
 |
GeorgeH
|
Post subject: Re: World Cup Soccer by Smoke and Rom Posted: Mon Dec 26, 2016 4:06 pm |
|
Joined: Thu Aug 16, 2012 11:12 pm Posts: 2523 Location: Arkansas, USA
|
blindpeser wrote: ...Maybe the bug is due to the changes I made in the script. I am playing all tables with 3 balls. So I changed the "ballspergame"-value + some remainingballs values from 6 to 4, to display the correct remaining balls during the game. We will see, if the cheat code works. The problem doesn't seem likely to have been caused by what you did if all you changed is what displayed on "myDmd". That just changes the display on the DMD. Thanks for the tip, George
|
|
 |
|
 |
|