Page 1 of 1
Any way to hide the score box?
Posted: Sat Mar 26, 2016 1:13 am
by SteelRodent
Like the one that says "Rockets sent". Having it constantly on screen annoys me, especially since it's so big and not transparent - and having it on screen constantly really isn't helpful or useful in any way. Like I fired off a rocket, or two, or three - no need to have it on screen constantly. It shrinks with the GUI scale, sure, but that shrinks the quickbar too, which I don't want.
Actually ended up going back to an earlier save (before the launch) just to get rid of it.
Re: Any way to hide the score box?
Posted: Sat Mar 26, 2016 6:44 am
by Koub
Do you have a mod or something ? I don't remember seeing this on vanilla.
Re: Any way to hide the score box?
Posted: Sat Mar 26, 2016 8:13 am
by sillyfly
Koub wrote:Do you have a mod or something ? I don't remember seeing this on vanilla.
It certainly is a vanilla thing. It only appears after you've sent your first rocket (with a satellite).
Re: Any way to hide the score box?
Posted: Sat Mar 26, 2016 8:40 am
by prg
Run something like game.local_player.gui.left.rocket_score.destroy() and edit the save game's control.lua so that it's not put back again (just remove the whole on_rocket_launched block if you don't care about the score)
Re: Any way to hide the score box?
Posted: Sat Mar 26, 2016 10:12 am
by SteelRodent
prg wrote:Run something like game.local_player.gui.left.rocket_score.destroy() and edit the save game's control.lua so that it's not put back again (just remove the whole on_rocket_launched block if you don't care about the score)
Thanks, this worked

Commenting out the code block seems like a safer method than deleting it (just my experience), but I wonder if the game wouldn't just put it back if I send off more rockets?
Either way, it's just that the box is so obvious that's annoying. I could see it being useful if it was like "Rocket sent: 3. Days until rescue: 23,342"