Cave Story+ save converter to Linux format

Feb 23, 2013 at 5:48 AM
Neophyte Member
"Fresh from the Bakery"
Join Date: Feb 23, 2013
Location:
Posts: 2

Two days ago Linux version of Cave Story+ became available in Steam. I tried to use Profile.dat from windows version, but found that saves format of windows version of CaveStory+ is incompatible with linux version.

So i wrote a python script that convert saves to format of linux version.



You can download it here



It can work in gui mode if it launched without parameters, in which it will ask for original file and ask where save converted file.


Or it can work in command-line mode:
Code:
./cavestoryplus_save_converter.py (original_file) (destination_file)


I tested it only on some my saves. Also maybe it will work with drm-free humble bundle version of CaveStory+, but i didn't tested it.


If you found a bug, feel free to write me here or at kravich[at]gmail.com



PS. Thanks [member='Celtic Minstrel'] for his win<->mac convert script and [member='andwhyisit'] for some explanations about linux saves format
 
Feb 23, 2013 at 6:19 PM
Senior Member
"I, Ikachan. The Life and Documentary of the OrigiNAL SQuiD."
Join Date: Jan 2, 2013
Location: Wright and Co. Law Offices
Posts: 179
Age: 124
Very nice script, simple but effective.
 
Feb 24, 2013 at 12:56 AM
Administrator
Forum Administrator
"Life begins and ends with Nu."
Join Date: Jul 15, 2007
Location: Australia
Posts: 6222
Age: 39
Pronouns: he/him
May I add it to the site?
 
Back
Top