Can you disable "rocket launched without satellite"?
- Thomasnotused
- Filter Inserter
- Posts: 263
- Joined: Thu Jan 29, 2015 9:58 pm
- Contact:
Can you disable "rocket launched without satellite"?
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?
I have no idea what I'm doing.
Re: Can you disable "rocket launched without satellite"?
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.
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
- Thomasnotused
- Filter Inserter
- Posts: 263
- Joined: Thu Jan 29, 2015 9:58 pm
- Contact:
Re: Can you disable "rocket launched without satellite"?
Would it re-apply the text the next I save?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.
I have no idea what I'm doing.
Re: Can you disable "rocket launched without satellite"?
No, it won't.SuicidalKid wrote:Would it re-apply the text the next I save?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.