+ Reply to Thread
Results 1 to 9 of 9

Thread: Should i bother encrypting level files, save game files and art files?

  1. #1
    Member
    Join Date
    Jan 2008
    Location
    London, UK
    Posts
    54

    Default Should i bother encrypting level files, save game files and art files?

    Should i bother encrypting level files, save game files and art files?

    The way I see it, the person has paid for the game so if they want to browse or edit their save game and the level files, then what's the harm?

    They could in theory make new levels by copying a level xml file, editing it to change positions and character types and adding it to the level index file. The game would then load it in and it would be playable.

    But is that such a bad thing. They paid for the game. Maybe they could share these new levels. After all i do plan to release an editor.

    As for the save game file they could unlock levels but the whole unlocking mechanism in the game is a game play thing. It is not an in-app-purchase or pay-wall.

    Of course there are the pirates but i would rather focus on making the game-play better.

    As for the art files, no one can legally use them in another game so what's the harm in having access to them.

    Can anyone give their opinion on what they did?

  2. #2
    Senior Member
    Join Date
    May 2005
    Location
    Warsaw, Poland
    Posts
    2,707

    Default

    id Software had these questions when they were making Doom. At the end they decided to allow editing.

    It worked out nicely for them, i think.

  3. #3
    Member
    Join Date
    Jan 2008
    Location
    London, UK
    Posts
    54

    Default

    Ha ha good point

  4. #4
    Admin
    Join Date
    Jul 2004
    Location
    Connecticut
    Posts
    1,056

    Default

    Recently on this forum there was someone whose level files were stolen and used in a 'clone' of their game directly. That may be one reason to encrypt... with that being said I usually don't encrypt my level files.
    Bruno Campolo, Bantam City Games
    Invadazoid - My Awesome Blog - Follow me on Twitter

  5. #5
    Senior Member
    Join Date
    Feb 2005
    Posts
    2,070

    Default

    You keep saying 'they paid for the game' - they didn't, they paid for a license to use it. By your logic they've assumed all ownership and you'd have no problem if they gave copies away?
    Dr Mal: Practice of Horror PC | Mac
    Crime Solitaire PC | Mac | iOS
    Magicville: Art of Magic PC | Mac
    Desktop Gaming Ltd | Facebook | YouTube | Twitter

  6. #6
    Member
    Join Date
    Jan 2008
    Location
    London, UK
    Posts
    54

    Default

    Thats a good point...also i would not like a clone appearing somewhere..i think a bit of time invested into this might be worthwhile...crypto c++ is what i will probably use.

  7. #7
    Junior Member
    Join Date
    Apr 2011
    Posts
    22

    Default

    You can pack config-files and scripts into singe pak-file, with (some) compression.

    This kinda solves problem of encryption -- it's not so easy to change any of game config/scripts without knowing the binary format of pak-file and compression algorithm.

  8. #8
    Junior Member
    Join Date
    Sep 2008
    Posts
    27

    Default

    Dont worry about it, once you go down that path "worrying about piracy, etc, etc" it will drive you mad. Spend your time working on new projects.

  9. #9
    Member
    Join Date
    Jan 2008
    Location
    London, UK
    Posts
    54

    Default

    In the end crypto++ was not that hard to implement, so i have encrypted level files and the save game. I did worry for a while though. its not worth it in the end. Thanks all.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts