Page 1 of 1

Can you disable "rocket launched without satellite"?

Posted: Sat Mar 05, 2016 9:36 pm
by Thomasnotused
I'm using the Ion Cannon mod, and the game doesn't recognize it as a satellite, so each time I launch one, the message pops up telling me I launched an empty rocket. Is there a way to disable that message?

Re: Can you disable "rocket launched without satellite"?

Posted: Sat Mar 05, 2016 9:42 pm
by prg
Unzip the save game, edit the control.lua and remove the game.show_message_dialog{text = {"gui-rocket-silo.rocket-launched-without-satellite"}} line towards the end.

Re: Can you disable "rocket launched without satellite"?

Posted: Sat Mar 05, 2016 9:49 pm
by Thomasnotused
prg wrote:Unzip the save game, edit the control.lua and remove the game.show_message_dialog{text = {"gui-rocket-silo.rocket-launched-without-satellite"}} line towards the end.
Would it re-apply the text the next I save?

Re: Can you disable "rocket launched without satellite"?

Posted: Sat Mar 05, 2016 11:00 pm
by daniel34
SuicidalKid wrote:
prg wrote:Unzip the save game, edit the control.lua and remove the game.show_message_dialog{text = {"gui-rocket-silo.rocket-launched-without-satellite"}} line towards the end.
Would it re-apply the text the next I save?
No, it won't.