Come here if you create saves from beta

  • mniip
    9th Nov 2013 Developer 0 Permalink
    @boxmein (View Post)
    i'm pretty sure saves can contain 0-bytes
  • MiningMarsh
    9th Nov 2013 Member 0 Permalink

    @boxmein (View Post)

    The loop to read the file never executes, memory by default is all 0.

  • mniip
    9th Nov 2013 Developer 0 Permalink
    bash/coreutils:
    xxd -r - yoursave.cps <<< '4: 00'
    Edited once by mniip. Last: 9th Nov 2013
  • china-richway2
    11th Nov 2013 Member 0 Permalink

    @jacob1 (View Post)

    I doubt the previous 'test save please ignore' includes some particle types that do not exist the latest version. Or why he made that useless save?

    I am sure that any version(that supports OPS save format) can read it, leaving the unknown types of particles empty. All my experiments I have ever done support this.

    Edited once by china-richway2. Last: 11th Nov 2013
  • mniip
    11th Nov 2013 Developer 0 Permalink
    @MiningMarsh (View Post)
    yeah it seems xxd comes with vim
    sed -i '1 s/\(....\)./\1\x00/' yoursave.cps