• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Serena, Kris, Dawn, Red - which Pokémon protagonist is your favorite? Let us know by voting in our grand final favorite protagonist poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Essentials Tutorial] Changing location of the save file

  • 1
    Posts
    7
    Years
    • Seen Jun 7, 2018
    Hello friends! This is my first post in poke community.
    Today I am sharing a little bit of information I found on my own. What I wanted from my game is that it saves the files in the game folder instead of C drive. I tried to find it on the internet but didn't find it. At last I opened the script editor searched 'game.rxdata' without quote marks(because it is the save files name). When I checked them all it was written RTP.getsavefile(game.rxdata). I was a little curious and tried experimenting it by changing the line with "Graphics/Game.rxdata" with quote marks. And it did worked.

    Now let me tell you, what to do exactly: (To change save file location)
    1) Right click on the list of scripts window on the left side and click on find....
    2) Type RTP.getsavefile(game.rxdata) and note down the results.
    3) Replace them with any location you want. Ex - "Saves/Game.rxdata" The games.rxdata is to be added at the last as I did.
    Note: Keep it in double inverted commas. If the line before it says Open.file then keep it in brackets too. Done. Now your save files will be stored and loaded from your desired location.

    If you want to change the location of other files like error logs and screenshots, then simply search for RTP.getsavefile and replace them with your desired location. But this time add the filename which was in the line, instead of game.rxdata

    If there is any problem in understanding my weak english or there is an error, post it here.
     
    Last edited:
    1.) The reason save files aren't stored in the game folder is so they aren't lost upon updating the game.
    2.) Why are you storing the save files in the Graphics folder? That's for Graphics, I'm not sure why you'd want a save file in there.
    3.) This is a tutorial, you can't expect people to credit you for a step-by-step tutorial, especially if it's so straight-forward as this one.
     
    Back
    Top