Page 1 of 1

Reset

Posted: Sat Apr 05, 2014 8:06 pm
by DRBLN
What should I type in the console in order to reset all the technologies reserched?

Re: Reset

Posted: Sat Apr 05, 2014 8:15 pm
by cube

Code: Select all

game.player.force.resettechnologies()

Re: Reset

Posted: Sun Apr 06, 2014 8:58 am
by DRBLN
That didn't worked :(

Re: Reset

Posted: Sun Apr 06, 2014 9:13 am
by Dysoch
cube wrote:

Code: Select all

game.player.force.resettechnologies()
DRBLN wrote:What should I type in the console in order to reset all the technologies reserched?
Do

Code: Select all

game.player.force.resetall
But this resets everything. All recipes are locked again, all technologies have to be researched again.