Game Save Editor For Mac



Frequently Asked Questions

Item editor including some new ones! Points Modifier. Built-in Checksum Calculator. Save Editor for Animal Crossing: New Horizons. Edits savedata dumped from the Nintendo Switch. Bring your own save file data; this program does not dump it from your console. MyHorizons by Cuyler36. Some portions of code are liberally adapted from Cuyler36's project above. Refer to the Wiki for more information.

  1. What's your relationship to AtomTeam (the developer & publisher of ATOM RPG)

    None. Just a happy fan.

  2. Are you harvesting my personal data / saved game files?

    No. Thanks to some clever libraries by some clever folks, I was able to do all the work within your browser. Your IP address is probably in a server log somewhere, but that's all.

  3. Why a web page? Most editors are EXEs. If you were an EXE, we wouldn't have to mess around with the Load and Save Dialogs!

    Two reasons:

    • Firstly, I wouldn't download and trust a random EXE I found on the internet, so why should I expect you to?
    • Secondly, it's I needed a personal project to refresh my somewhat rusty JavaScript skills after a couple of years rocking backend services and big data ;-)
  4. You filthy cheater! Get gud you lozer!

    I don't like to play games twice (unless it's years apart), and I don't like to feel I'm missing things on my single playthrough.

    To be honest, I found myself save scumming a lot. So whacking up my Tinkering, Technology, Personality and Luck stats has greatly improved my experience without devaluating the value of the skill points I get through leveling. Similarly, the game is a lot more fun (for me) when I can see my follower's health and what the opposition is armed with, so I gave myself the corresponding perks rather than having to chose those and the 'mandatory' ones.

  5. Why don't the Load / Save game dialogs default to the correct location?

    Browser security prevents it. Trust me, its a good thing. If a web page could control where files were loaded from or saved to it could easily read a personal file or overwrite a system file with a virus.

    Even the path to places like MyDocuments can include the signed-in user's name, so the browser won't even share the name of the folder you selected in the File Open dialog with me...

  6. Wow. Why is your web-page like 750KB in size, yet looks like it was designed in 1995?!?

    Size: I was too lazy to work out how to lazy load the Monaco library (~710KB), and pull in more of JQuery than I really need. Maybe I'll optimize in a later version...

    Look: Umm... err... no real excuse. I suck at pushing pixels and have always depended on designers at work.

  7. Why are the stats limited to 10 and skills to 199?

    I haven't done any testing personally, but posts on Steam suggest going over these limits cause Bad Things To Happen™ for now. These limits only apply to values in the Simple Editor, so if you want to exceed them, you can do so through the Advanced Editor.

  8. Can you edit X for me / help me with my Save File?

    No, I'm lazy and this is a side project I mostly knocked together one Sunday. You can use the Advanced editor to edit pretty much anything yourself though.

  9. Have you seen anything interesting in the Save Game files?

    Yes. The original names of the stats, that Skeletons are actually chests (logical when you think about it, but it does mean they have associated properties for things like lock difficulty and pin number!), cars have a speed value, and that you character model is scaled down.


Release Notes

  • v. 2109-02-09 Beta Release
    • Fixed 'Cannot read property 'level' of undefined' error rendering the Simple Editor when the tutorial guy from the Training Camp is in the party.
    • Fixed bug where the cap for stats was also being applied to Free Skill Points, Free Stat Points, Free Spec Points and Spec Level.
    • Updated text on intro page.
    • Moved from Alpha to Beta since I've now completed the game on an edited save.
  • v. 2109-02-5 FireFox fix
    • Fixed FireFox specific error 'evaluating 'gzipFile.lastModifiedDate.toLocaleDateString'.'
  • v. 2019-01-26 Initial (Alpha) Release
    • Initial release.

was released on January 23, 2021. The main downloads of Ren'Py 7.4.1 are:

Thank you for downloading Ren'Py. Become a Sponsor!

You only need to download one of these three files. Each contains the full Ren'Py software development kit, with everything needed to develop Ren'Py games for Windows XP and up, Mac OS X 10.6 and up, and Linux x86/x86_64. The development environment contains the files needed to produce games for all three platforms, the Ren'Py tutorial, and 'The Question', an example game.

Ren'Py is free to download and use for commercial and non-commercial purposes. It may be modified and distributed under the terms of its license.

Additional Downloads. When necessary, the Ren'Py SDK will automatically download additional packages, such as text editors and Android/iOS support. These packages are available for direct download at the bottom of this page.

Save

Release History and Updates

Ren'Py 7.4.1 is the first patch release, addressing bugs and compatibilityissues found in Ren'Py 7.4.0. As some of these issues may affect end-usersof games without affecting creators, everyone is encouraged to upgrade assoon as possible.

Announcement

I'm happy to announce Ren'Py 7.4.1, the first patch release for the 7.4series. This release fixes a number of issues found in Ren'Py 7.4.0.Everyone should upgrade.

Ren'Py 7.4 is the the product of over a year ofdevelopment, and one of the biggest releases of Ren'Py to date. Thisseries of releases focuses on updating Ren'Py's internals so that Ren'Pyis ready for its next 15 years.

Some of the bigger changes are:

  • A new model-based renderer. While this is opt-in for the moment, itopens the way to features that creators have been requesting for along time, such as being able to recolor displayables, blurring thescreen, and using Live2D to animate sprites. The model-based rendereris extensible with shaders, allowing for custom effects.
  • A new Python 3 compatibility mode has been added, to pave the way for Python 3support in the next release. This mode changes the ways in which Ren'Pyruns, to allow you to begin porting your game before full Python 3comes out in Ren'Py 8.0.
  • Ren'Py's build system has been modernized, and the libraries underlying ithave been updated. This allows 64-bit Windows to be supported.
  • The web platform has been updated, to allow for the incremental downloadof games.

Game Save Editor For Mac Download

This release also raises the minimum requirements to run a Ren'Py game. It isnow required that a user's computer have OpenGL 2, DirectX 9, OpenGL ES 2,or WebGL to run Ren'Py. The model-based renderer requires OpenGL ES 3 or WebGL 2.

With these changes, there have been a few deprecations. Ren'Py no longer runson Windows XP. The minimum version of macOS Ren'Py uspports is now 10.10.The 32-bit armv7l platform has been removed on iOS, as this platform hasn't been supportedby Apple for several years. The Editra text editor has been removed, asit hasn't been supported for quite some time, and wasn't compatible withthe new build system.

It's my hope that this release will enable creators to take on projectsthey couldn't before, and will provide a solid basis for the next releasesof Ren'Py.

Ren'Py 7.4 is brought to you by:

  • Andrej
  • Andy_kl
  • Capntrips
  • Cherie Davidson
  • CobaltCore
  • Daniel Conley
  • Daniel Luque
  • Dogtopus
  • Eric Ahn
  • GimmiRuski
  • Gio
  • Gouvernathor
  • Gratusfr
  • Hyper Sonic
  • Jackmcbarn
  • Joaquin Garmendia Cabrera
  • Joshua Fehler
  • Joshua Stone
  • Kapil Gain
  • Kyouryuukunn
  • Lee Yunseok
  • Lezalith
  • Lucas Ramage
  • Maciej Katafiasz
  • Mal Graty
  • Mason Chou
  • Maxwell Paul Brickner
  • Moshibit
  • Neotus
  • Paul J Martinez
  • Remix
  • Shawna-p
  • Sylvain Beucler
  • Uyjulian
  • Zedraxlo

everyone who's tested this release, and myself, Tom 'PyTom' Rothamel.


Game Save Editor For Mac Os

Downloads of Ren'Py 7.4.1 can be found at:

A full list of changes to Ren'Py can be found at:

A list of changes that may require you to update your game can be found at:

Please also check out the credits and list of sponsors.

Editor Downloads

Game Save Editor For Mac Windows 10

When first asked to edit a file, the Ren'Py launcher will prompt you to download and install an editor. As this may fail if your Internet connection is unreliable, the editors can be downloaded separately. To install, extract the contents of the editor archive to the Ren'Py directory.

Atom (Windows):renpy-7.4.1-atom-windows.zip
Atom (Mac):renpy-7.4.1-atom-mac.zip
Atom (Linux):renpy-7.4.1-atom-linux.tar.bz2
jEdit:renpy-7.4.1-jedit.zip

Android and iOS Support

When building Android packages, iOS packages, or web distributions, Ren'Py will prompt you to download RAPT (Ren'Py Android Packaging Tool), Renios (Ren'Py iOS Support), or Renpyweb (Web Platform Support). As these downloads may fail if your Internet connection is unreliable, these packages can be downloaded separately. To install, extract the contents of the archive to the Ren'Py directory. (Place the 'rapt', 'renios', or 'web' directory into the 'renpy-7.4.1' directory.)

Game save editor for mac os
Android Support (RAPT):renpy-7.4.1-rapt.zip
iOS Support (Renios):renpy-7.4.1-renios.zip
Web Platform Support (Renpyweb):renpy-7.4.1-web.zip

Additional Downloads

Save Game Editor Mac

Raspberry Pi Support:renpy-7.4.1-raspi.tar.bz2
Contains files required to allow Ren'Py to run on the Raspberry Pi. This should be untarred in the Ren'Py sdk directory.
Ren'Py Source Code:renpy-7.4.1-source.tar.bz2
Contains the source code of the Ren'Py distribution without any binary components.
Pygame_SDL2 Source Code:pygame_sdl2-2.1.0-for-renpy-7.4.1.tar.gz
Contains the source code for the version of pygame_sdl2 required to run this version of Ren'Py. This may be newer than any released version of pygame_sdl2.
Other Dependencies:https://www.renpy.org/doc/html/license.html
Ren'Py contains free software licensed under a number of licenses, including the GNU Lesser General Public License. A full list of software and links to git repositories from which the software can be downloaded is linked above.
Checksums:checksums.txt
Checksums for the various files making up the Ren'Py distribution.

Game Save Editor For Mac Windows 7

We also maintain a complete list of releases.