Orcs Must Die! Deathtrap

Orcs Must Die! Deathtrap

Not enough ratings
How to edit save files (Profile data)
By TimeMaster
Guide that shows how to edit save files which contain your profiles data
   
Award
Favorite
Favorited
Unfavorite
How to Edit Your Save File
A guide to manually edit your save file for Orcs Must Die! Deathtrap using the uesave tool.




🗂️ Where to Find Your Save File

If NOT using Steam Cloud Save:
Look here on your computer:
<SteamFolder>\steamapps\common\Orcs Must Die Deathtrap\OMDD\Saved\SaveGames

If using Steam Cloud Save:
Visit this URL:
Steam Cloud Storage for Deathtrap

Then find:
PlayerProfileX.sav
Replace X with your profile number (1–3), following the in-game order.




🛠️ How to Use uesave (by trumank)

Step 1: Download the Tool
Go to the official releases page:
https://github.com/trumank/uesave-rs/releases
Download the latest release for your operating system and install it.

Step 2: Open Terminal or PowerShell in the folder containing the .sav file
  • Press Windows + R, type `
    powershell
    ` and press Enter
  • Or right-click the folder background and select “Open in Terminal” or “Open PowerShell window here

Step 3: Run This Command to Edit the Save

uesave edit .\PlayerProfile1.sav ` -t '.PersistentStats.Key=Name' ` -t '.PersistentStats.SubStats.Key=Name' ` -t '.SavedRun.PerPlayerRunStats.IndexCache.Key=Name' ` -t '.SkinSelections.Key=Name'

This opens the save as JSON in your default text editor (like Notepad or VS Code). Edit it, save, and exit.




🧠 What You Can Edit

You can edit a variety of data, including:

  • Unlocks and upgrades
  • Historic Trap and hero stats (kills, combos, missions won, etc)
  • Milestones and achievements
  • Quick save state
  • Other collected stats seen in the book
  • And more!




⚠️ Safety Tips

  • Always back up your save file first (just copy it and rename to `.bck`)
  • Make sure JSON format is valid (use a proper editor like VS Code if unsure)
  • Editing incorrect values may cause glitches or crashes




📚 Tool Info

uesave by trumank[github.com]
Download the latest release here[github.com]
Converts Unreal Engine save files (.sav / GVAS) to and from plain JSON for manual editing.