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.
How do I un-research all of the technologies
-
- Manual Inserter
- Posts: 2
- Joined: Fri Feb 13, 2015 8:46 pm
- Contact:
-
- Smart Inserter
- Posts: 1847
- Joined: Sun Feb 23, 2014 3:37 pm
- Contact:
Re: How do I un-research all of the technologies
In the console put
Code: Select all
/c game.player.force.reset()
-
- Manual Inserter
- Posts: 2
- Joined: Fri Feb 13, 2015 8:46 pm
- Contact:
Re: How do I un-research all of the technologies
ThanksFishSandwich wrote:In the console putCode: Select all
/c game.player.force.reset()
-
- Manual Inserter
- Posts: 4
- Joined: Fri Oct 02, 2015 7:55 am
- Contact:
Re: How do I un-research all of the technologies
How do i un-research in MULTIPLAYER(without pvp mode)?
Game say's "error: map doesn't contain 1 player"
Game say's "error: map doesn't contain 1 player"
error
-
- Filter Inserter
- Posts: 952
- Joined: Sat May 23, 2015 12:10 pm
- Contact:
Re: How do I un-research all of the technologies
/c game.local_player.force.reset()arbuz_suika wrote:How do i un-research in MULTIPLAYER(without pvp mode)?
Game say's "error: map doesn't contain 1 player"error
-
- Manual Inserter
- Posts: 4
- Joined: Fri Oct 02, 2015 7:55 am
- Contact:
Re: How do I un-research all of the technologies
arbuz_suika wrote:How do i un-research in MULTIPLAYER(without pvp mode)?
it's work's! thank you.ratchetfreak wrote:/c game.local_player.force.reset()