I'm running a test game, and I want to enforce an all-over rest of all techs, so that they are all set to "not_researched".
How do I do that?
What's the console command to reset all techs?
Re: What's the console command to reset all techs?
Automatic Belt (and pipe) Planner—Automate yet another aspect of constructing your factory!
Re: What's the console command to reset all techs?
Thanks! To save others from having to click on the link:
/c for _,v in pairs(game.player.force.technologies) do v.researched=false end
(with the slash-c thing appended)
Re: What's the console command to reset all techs?
Then you didn't read to the end:
Code: Select all
/c game.player.force.reset()
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...