https://github.com/julianozelrose/tombextract
A savegame manager for Tomb Raider I-VI Remastered. Transfer individual savegames between files, convert savegames to PC/PS4/Nintendo Switch format, and delete/reorder savegames.
https://github.com/julianozelrose/tombextract
reverse-engineering save-editor save-manager savegame savegame-editor savegame-management tomb-raider tombraider
Last synced: 18 days ago
JSON representation
A savegame manager for Tomb Raider I-VI Remastered. Transfer individual savegames between files, convert savegames to PC/PS4/Nintendo Switch format, and delete/reorder savegames.
- Host: GitHub
- URL: https://github.com/julianozelrose/tombextract
- Owner: JulianOzelRose
- Created: 2024-02-21T09:05:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-05-09T23:59:41.000Z (25 days ago)
- Last Synced: 2026-05-10T00:10:38.718Z (25 days ago)
- Topics: reverse-engineering, save-editor, save-manager, savegame, savegame-editor, savegame-management, tomb-raider, tombraider
- Language: C#
- Homepage:
- Size: 3.67 MB
- Stars: 23
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tomb Raider I-VI Remastered Savegame Manager
An open source, cross-platform savegame manager for Tomb Raider I-VI Remastered. Main features are listed below. For installation and use instructions, navigate to the next section.
For a savegame editor for Tomb Raider I-VI Remastered, check out [TRR-SaveMaster](https://github.com/JulianOzelRose/TRR-SaveMaster).
### Features
- 📥 Import Savegames
- 🔄 Platform Conversion (PC/PS4/Android/Nintendo Switch)
- 🔀 Patch Conversion (Pre-Patch -> Patch 5)
- 💾 Savegame Management (Deletion & Reordering)
- 📍 Level Selection / Savegame Creation

## Installation and use
To use this program, navigate to the [Releases](https://github.com/JulianOzelRose/TombExtract/releases)
page, then download the .exe of the latest version under "Assets". Once downloaded, click the browse button next to source file textbox to select the savegame source. Then click the browse button
next to the destination file to select your savegame file. Alternatively, you can just drag and drop your savegame file onto the savegame list box, and it will populate. Be sure to select the platform
of the source and destination savegames using the dropdowns to ensure they are read properly.
## Extracting and converting savegames
Use the checklist on the left to select which savegames you would like to import/convert. This program detects patch versions automatically and will apply the necessary conversions. If the source and
destination platforms are different, it will also apply the necessary conversions. Click "Extract"/"Convert" to transfer the savegames, and the program will begin extraction. The progress display will indicate how far along the process is. Platform conversion is not required for Tomb Raider IV-VI.
If you are trying to convert from PS4, you must first decrypt the savegame file using [Apollo Save Tool](https://github.com/bucanero/apollo-ps4). For Nintendo Switch savegames, you can either use
[EdZion](https://github.com/WerWolv/EdiZon) or [Goldleaf](https://github.com/XorTroll/Goldleaf) to extract the savegame file from your console. You can find more detailed information on how to do this
[here](https://github.com/JulianOzelRose/TombExtract/issues/1#issuecomment-1978837071). It is recommended that you check the "Backup before writing" option before transferring or converting.
For Android, accessing the savegame file requires a rooted device. Rooting your device may void your warranty and can introduce security risks,
so it is generally not recommended. However, Android savegames can still be transferred and converted if your device is rooted.
## Deleting and reordering savegames
To delete and/or reorder savegames, load the savegame file you'd like to modify as the destination file, then click "Manage Slots".
Use the up and down arrows at the top to reorder the savegames to different slots.
When you are done reordering your savegames, click "Reorder", and a progress display will appear to show how far along the process is.
You can also use the trash can button to delete a savegame.
Again, it is recommended that you check the "Backup before writing" option in the main window before deleting or reordering savegames as a precautionary measure.
## Level selection
To use level selection, load the savegame file you'd like to modify as the destination file, then click "Manage Slots".
Next, select the slot you would like to add the new savegame to, then click the large plus button on the right.
You can then specify the level, platform, game mode, and save number you'd like. All premade savegames start at the beginning
of the level, with the metadata (statistics, time taken, distance travelled, etc.) all wiped clean.
## Dark Mode
If you prefer a darker interface, you can enable Dark Mode from the Settings menu at the top of the program.
Please note that Dark Mode may not display correctly when using very high or very low DPI settings.