You need to be logged in to add this plugin to your list.
Have you used the SGS Save Editor on a specific title not mentioned here? Share your experiences in the community forums. The next version of the editor might be built on your feedback.
Most SGS games have no anti-cheat, but honorable play is expected. Moreover, editing a save in an active multiplayer session will cause a "Save mismatch" error, crashing the game for all players.
Modifying an SGS save file opens up a sandbox of possibilities. The editor translates raw data into a user-friendly interface. 1. Resource Manipulation
The editor will display a hierarchical view (similar to a registry editor):
def main(): if len(sys.argv) < 2: print("Usage: python sgs_save_editor.py path/to/save.json") sys.exit(1) path = sys.argv[1] if not os.path.isfile(path): print("File not found.") sys.exit(1)
To maintain a healthy game state while using an SGS save editor process, keep these rules in mind:
Save files are typically in the Documents or game installation folder, within a Saves or PBEM directory.
You need to be Logged in to Create a Plugin List.
You need to be logged in to submit a plugin.
Have you used the SGS Save Editor on a specific title not mentioned here? Share your experiences in the community forums. The next version of the editor might be built on your feedback.
Most SGS games have no anti-cheat, but honorable play is expected. Moreover, editing a save in an active multiplayer session will cause a "Save mismatch" error, crashing the game for all players.
Modifying an SGS save file opens up a sandbox of possibilities. The editor translates raw data into a user-friendly interface. 1. Resource Manipulation
The editor will display a hierarchical view (similar to a registry editor):
def main(): if len(sys.argv) < 2: print("Usage: python sgs_save_editor.py path/to/save.json") sys.exit(1) path = sys.argv[1] if not os.path.isfile(path): print("File not found.") sys.exit(1)
To maintain a healthy game state while using an SGS save editor process, keep these rules in mind:
Save files are typically in the Documents or game installation folder, within a Saves or PBEM directory.