Jump to content
  • 0

Is Their A Way To Remove High Score Prompt?


Shadowsclassic

Question

Posted

I asked this once before on that "other" site and it got ugly, so I thought since this site is a little more "relaxed" lets say maybe someone here could help.  I hate the score box poping up all the time, especially for tables that have no way of displaying the high score anyway. Like EM tables!  iS There a way to remove/ prevent this popup?  Is there a version of FP that does not have it?

10 answers to this question

Recommended Posts

Posted

like Pod said it has to be done in each table script. In FP I just added a variable SkipHSentry=True and at Sub EndOfBallTimer_Expired()  I added  (in red)  

 

     If BallsRemaining(CurrentPlayer) <= 0 AND SkipHSentry = False Then              
            bEnteringAHighScore = True: EnterHighScore(CurrentPlayer)
        Else

 

But if you already have a bunch of tables, it's a pain.

  • Content Provider
Posted

I asked this once before on that "other" site and it got ugly, so I thought since this site is a little more "relaxed" lets say maybe someone here could help.

 

You can say the "other" sites name here, VPForums.org is the site with the restrictions.

 

We are talking about VPForums.org right?

  • Content Provider
Posted

Stop saying the word!!

 Ni!

                                          tumblr_lkkrptc9iX1qf3bn7o1_500.gif

Posted

You can do it on a table by table basis. I removed the stock one for both my tables (arcade mayhem and ghostbusters) and replaced it with one in the DMD. Can't remember off hand the exact process but you can probably work out the just if you follow the script In those tables. Easier option might just be to set the default high score to something crazy in the table options?

Posted

with my scores I rarely if ever have to worry about getting onto the high score list anyway

Yeah same here, that's what I need is someone to come over and max out the high scores so I won't have to worry about it ever asking me to record mine. ;)

Posted

You can say the "other" sites name here, VPForums.org is the site with the restrictions.

 

We are talking about VPForums.org right?

Just say You-Know-Where ... everyone will understand! ;)

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...