A script to convert between Mac and Windows save files.

It should be considered a "beta" version. Currently, you need to run it 3 times in order to save your current Mac profile, convert the downloaded profile to Mac format, and store it where the game will find it.

Okay. It requires Python 2.6 to run. Mac users are likely to have this already; if you don't have it, it's downloadable from <python.org>.

It's meant to be run from the command line, so mac users will have to launch Terminal, make sure the file has execution permission ("chmod +x cavesaveconv.py") and run it (something like "./cavesaveconv.py" or, alternatively, "python cavesaveconv.py"). It does take optional command line arguments, but I haven't tested them yet. If it receives no arguments, it goes in interactive mode, which basically lets you choose the options that could be specified on the command line.

I'm using the convention of a dsv file extension for Mac profile files, but that's not enforced.

Please report any bugs that may occur. Any suggestions would be welcome also.