Page 1 of 1

How do I un-research all of the technologies

Posted: Fri Feb 13, 2015 8:52 pm
by Sonicscully
I have played through Factorio once and I wanted to play the sandbox. I accidentally pressed the all tech button when I hadn't meant to. I was just wondering if there is a way to reset the technologies without restarting my world?

Thanks in advance.

Re: How do I un-research all of the technologies

Posted: Fri Feb 13, 2015 9:50 pm
by FishSandwich
In the console put

Code: Select all

/c game.player.force.reset()

Re: How do I un-research all of the technologies

Posted: Sat Feb 14, 2015 12:54 pm
by Sonicscully
FishSandwich wrote:In the console put

Code: Select all

/c game.player.force.reset()
Thanks

Re: How do I un-research all of the technologies

Posted: Fri Oct 02, 2015 8:09 am
by arbuz_suika
How do i un-research in MULTIPLAYER(without pvp mode)?
Game say's "error: map doesn't contain 1 player"
error

Re: How do I un-research all of the technologies

Posted: Fri Oct 02, 2015 8:16 am
by ratchetfreak
arbuz_suika wrote:How do i un-research in MULTIPLAYER(without pvp mode)?
Game say's "error: map doesn't contain 1 player"
error
/c game.local_player.force.reset()

Re: How do I un-research all of the technologies

Posted: Fri Oct 02, 2015 9:00 am
by arbuz_suika
arbuz_suika wrote:How do i un-research in MULTIPLAYER(without pvp mode)?
ratchetfreak wrote:/c game.local_player.force.reset()
it's work's! thank you.