Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Can't edit save files.

    Help wanted · · · – – – · · ·
    4
    4
    3117
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Matthew Martell
      Matthew Martell last edited by

      DISCLAIMER: I’m totally new to using Notepad ++, and do minimal programming.
      I have attempted to edit save files for certain games multiple times. The files always open as a bunch of garbled null values, with some random characters strewn in between. Is it possible to “fix” this, and somehow edit/read it in plain language? The safe files are saved as Save.dat files. They MAY contain Japanese characters, but I don’t think all of them do. I have tried using a Japanese language pack, but that doesn’t really solve the issue at all. My guess is it isn’t detecting the proper encoding, but I’m not sure if there is an easy way to figure out which encoding is right. Here is my debug information (don’t think its necessary, since this isn’t really a “bug”, but more so an issue that I am totally clueless about).

      Notepad++ v7.6.3   (64-bit)
      Build time : Jan 27 2019 - 17:16:47
      Path : C:\Program Files\Notepad++\notepad++.exe
      Admin mode : OFF
      Local Conf mode : OFF
      OS : Windows 10 (64-bit)
      Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll 
      
      1 Reply Last reply Reply Quote 1
      • Terry R
        Terry R last edited by

        @Matthew-Martell said:

        as a bunch of garbled null values, with some random characters strewn in between

        Are you SURE they are (plain) text files, as Notepad++ will ONLY work with text files. Given you are experiencing garbled information (including random characters) it sounds like the save.dat files are a proprietary type file (so possibly text based but with data formatted in a particular fashion only recognized by the game in question), possibly even a binary file.

        I can only suggest you do some searching on the internet to see if anyone else has had success in editing these files.

        Terry

        Ekopalypse 1 Reply Last reply Reply Quote 4
        • Ekopalypse
          Ekopalypse @Terry R last edited by

          @Matthew-Martel, @Terry-R

          or it might be that you are affected by the utf-8 bug.
          See here and check if temporary solution posted by @meta-chuh solves it.

          Meta Chuh 1 Reply Last reply Reply Quote 3
          • Meta Chuh
            Meta Chuh @Ekopalypse last edited by

            @Matthew-Martell

            game saves are usually proprietary binary format files, which can not be cheated/edited with notepad++, so the settings mentioned above will not help you.
            newer games and all online games also have a tampering mechanism for all saves.

            note: if you follow a guide on how to cheat at your specific game, you will find the tools or hex editors you need, mentioned there.

            @Ekopalypse

            good news: autodetect character encoding is already fixed and available at the upcoming 7.6.5 release.

            1 Reply Last reply Reply Quote 4
            • First post
              Last post
            Copyright © 2014 NodeBB Forums | Contributors