SHENZHEN I/O

SHENZHEN I/O

View Stats:
Restart game from beginning
Is there any way to reset the game to the complete blank slate it starts with? I bought this game for my nephew, but played through the first few missions myself, to make sure there was no age-inappropriate content (he's 8 years old, already building robots IRL, thought this would be a fun game for him, not to mention a semi-realistic introduction to what real engineering is like).

Now I want to reset the game to a blank slate, but it seems there is no way to do this, not even by deleting the game files with cloud sync turned off. Is there any way to do this?
< >
Showing 1-9 of 9 comments
Ranko Nov 11, 2016 @ 10:49am 
If you're using windows, you'll have a save file in your documents folder (documents/my games/SHENZHEN IO. Try deleting this and see what happens (too scared to test it myself, sorry ^^;)
Aperture Nov 11, 2016 @ 11:06am 
All of your stats and completion info is in save.dat in C:\Users\[User]\Documents\My Games\SHENZHEN IO\[steam id]. Turn off sync and delete that file. If you want to get rid of your solutions delete all of the .txt files in that folder as well.
Last edited by Aperture; Nov 11, 2016 @ 11:07am
goodgoobilygoop Nov 11, 2016 @ 2:52pm 
It's Linux. I'll GREP for the directory and see if deleting it does anything.

What's the worst that could happen?
krispykrem  [developer] Nov 11, 2016 @ 3:10pm 
Windows: My Documents\My Games\SHENZHEN IO
Mac OS X: ~/Library/Application Support/SHENZHEN IO
Linux: ~/.local/share/SHENZHEN IO
goodgoobilygoop Nov 11, 2016 @ 3:23pm 
Thanks! I hate having to GREP the /proc directory... it always takes forever, but you can't really leave any stone unturned when you have no idea where the files might be stored.
PsyBlade Nov 11, 2016 @ 3:55pm 
Originally posted by goodgoobilygoop:
Thanks! I hate having to GREP the /proc directory... it always takes forever, but you can't really leave any stone unturned when you have no idea where the files might be stored.
When searching for real files "/dev" "/sys" & "/proc" can be safely ignored.
"find" might be better suited.
Programs run by users rarely store user data outside "~".

I would have gone for
find ~ -iname "*shenzhen*"

or if that fails
find / -xdev -iname "*shenzhen*" -writable
Last edited by PsyBlade; Nov 11, 2016 @ 4:03pm
goodgoobilygoop Nov 11, 2016 @ 6:05pm 
Happy to report I found the directory, removed all the files, and SHENZHEN I/O restarted from a clear slate. Thanks everyone for the help!

Originally posted by PsyBlade:
When searching for real files "/dev" "/sys" & "/proc" can be safely ignored.
"find" might be better suited.
Programs run by users rarely store user data outside "~".

I would have gone for
find ~ -iname "*shenzhen*"

or if that fails
find / -xdev -iname "*shenzhen*" -writable

Yeah, I'm kind of a neophyte at Linux. Just experienced enough to realize that Steam almost never plays by those rules, scattering save files all over /tmp and /usr for other games I've installed.
Edelguard Jul 16, 2017 @ 1:58am 
Originally posted by krispykrem:
Windows: My Documents\My Games\SHENZHEN IO
Mac OS X: ~/Library/Application Support/SHENZHEN IO
Linux: ~/.local/share/SHENZHEN IO

Could we please have a "delete save" button in the settings menu?
Last edited by Edelguard; Jul 16, 2017 @ 1:59am
Zaphod May 27, 2018 @ 12:39am 
Or multiple ongoing profiles. I have buddies / colleagues that I would like to have a go at this.
< >
Showing 1-9 of 9 comments
Per page: 1530 50

Date Posted: Nov 11, 2016 @ 8:59am
Posts: 9