Announcement

Collapse
No announcement yet.

Please Help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Please Help

    I like to play with the scores hidden in game for extra realism and mystery. However if i save the game a nd re load they are back on . And its very hard to turn them off without seeing the scores again.

    How can i set it so they never load up?

  • #2
    Disabling it completely is easy enough, open Assets/Python/Screens/CvMainInterface.py and look for the line:

    Code:
    def updateScoreStrings( self ):
    Should be around line number 2536. Add the following line right after that:

    Code:
    return False
    That should do the trick, although I didn't test it, can't guarantee it will work or not have funny side effects.

    Adding a fancy in-game option for this or whatever would be a bit more work but it's possible as well.
    Administrator of WePlayCiv -- Civ5 Info Centre | Forum | Gallery

    Comment


    • #3
      thanks i will try it

      Comment

      Working...
      X