https://github.com/whampson/gta-save-data
A .NET library for manipulating Grand Theft Auto save files.
https://github.com/whampson/gta-save-data
gta gta3 save-files savedata savegame
Last synced: 5 months ago
JSON representation
A .NET library for manipulating Grand Theft Auto save files.
- Host: GitHub
- URL: https://github.com/whampson/gta-save-data
- Owner: whampson
- Created: 2019-12-19T10:59:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:52:44.000Z (over 3 years ago)
- Last Synced: 2025-11-27T13:41:46.586Z (6 months ago)
- Topics: gta, gta3, save-files, savedata, savegame
- Language: C#
- Homepage:
- Size: 4.22 MB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GTASaveData
[](https://github.com/whampson/gta-save-data/actions)
[](https://github.com/whampson/gta-save-data/actions)
[](https://github.com/whampson/gta-save-data/actions)
[](https://github.com/whampson/gta-save-data/actions)
[](https://github.com/whampson/gta-save-data/actions)
A .NET library for reading and writing save files from various
*Grand Theft Auto* games.
## Overview
This project aims to create a versatile API for reading and writing save data
files from various *Grand Theft Auto* games. The API provides access to all
currently-known data fields for each game's save file. Each editable property
fires a `PropertyChanged` event when modified, making this API WPF-friendly.
## Support
Fully supported:
* *Grand Theft Auto III*
* *Grand Theft Auto: Liberty City Stories*
In progress:
* *Grand Theft Auto: Vice City*
* *Grand Theft Auto: Vice City Stories*
Planned:
* *Grand Theft Auto: San Andreas*
* *Grand Theft Auto IV & Episodes*