Search results

  1. Z

    Cave Story Mac Save File Transfer

    Oh, I was manually typing out the plist file name so I think I messed it up a bit. Thanks for the file though, I don't think I would be able to get Python working <_<
  2. Z

    Cave Story Mac Save File Transfer

    No, but after digging through the file, I did find this def convert(source, dest): orig = Profile.dat(Profile.dat,'rb') new = com.nakiwo.Doukutsu.plist(com.nakiwo.Doukutsu.plist,'wb') def copy(n): new.write(orig.read(n)) def swap(n): Which I'm assuming is for the actual converting And I copy...
  3. Z

    Cave Story Mac Save File Transfer

    I copy pasted it in. I've put it after "Print "--> Profile converted."" and I know it's running the line itself because if there is no Profile.dat, it gives me an error saying it cannot find a file name Profile.dat. I'm just gonna go out on a limb at assume that is not the correct place to put it.
  4. Z

    Cave Story Mac Save File Transfer

    I added it onto the end of csc_convert.py. I assume I need to rename the save file to Profile.dat for it to actually find the file, so I did, and it looks like it did, but when I place it into the preferences and rename it to com.nakiwo.Doukutu.plist and when I run the game it starts me off at...
  5. Z

    Cave Story Mac Save File Transfer

    I've been playing Cave Story, and in my save I've gotten to the Outer Wall, but I realized I didn't properly save Curly and drain her. I don't really want to play through the entire game again, so I've gotten a save file that is nearby the core room battle with the machine gun. Problem is...
Top