Transfer save state?

Started by allenrout, May 27, 2014, 11:22:15 PM

Previous topic - Next topic

allenrout


I played the CW3 version in WINE on linux for quite a while;  it'd be nice to transfer my save state and not have to replay to get access to the various sectors, and my explored worlds.

Is there any way to do this?


Karsten75

The save files are platform neutral. Find out where they are stored in your WINE setup and move them to the corresponding location in the native Linux setup.

allenrout

Any hint as to which of the files are the save files?

... Never mind;  I did a

find -ls

of my homedir, played a level, and found that Steam was storing things in ~/Documents/creeperworld3/data;   the WINE version was storing them in ~/CreeperWorld3/data.  I did:

mv  ~/Documents/creeperworld3/data/  ~/Documents/creeperworld3/was-data/
cp -r ~/CreeperWorld3/data  ~/Documents/creeperworld3/

and it worked.