Page 1 of 1

[0.14.14] GameViewSettings not working

Posted: Sun Oct 23, 2016 1:37 pm
by daniel34
I'm trying to use the following command to remove the research progress bar on the top right:

Code: Select all

/c game.player.game_view_settings.showresearchinfo = false
This does work in 0.12.35, but not in 0.13.20 or 0.14.14. The documentation on this hasn't changed at all.
In fact none of the GameViewSettings parameters work in these versions.

The only indication I get that the command does something is a very brief (1 tick long) extra GUI next to the toolbar:
gameviewsettings.png
gameviewsettings.png (344.86 KiB) Viewed 1004 times

Re: [0.14.14] GameViewSettings not working

Posted: Sun Oct 23, 2016 2:37 pm
by Rseding91
It's "show_research_info".

Re: [0.14.14] GameViewSettings not working

Posted: Sun Oct 23, 2016 2:49 pm
by daniel34
Thanks. I guess the documentation has to be updated then :)

Re: [0.14.14] GameViewSettings not working

Posted: Sun Oct 23, 2016 3:51 pm
by posila
Ah, thanks for the report.
Fixed the documentation for next release :)