Wartales Save Editor

Shiro Games designed Wartales to be a grueling simulation of mercenary life. Hunger, disease, and debt are features, not bugs. However, the Wartales Save Editor is a tool, not a judgment. If you have already beaten the game once legitimately, editing saves unlocks a new sandbox mode.

A purpose-built Wartales Save Editor (e.g., the community tool by “AlexByte” or “Zockermax”) provides a GUI abstraction over raw JSON. Typical features include:

| Category | Editable Properties | |----------|---------------------| | Resources | Gold, Influence, Knowledge points, Renown, Krowns | | Mercenaries | Level, XP, Attribute points (Strength, Dexterity, Willpower), HP, Wages, Traits (positive/negative) | | Inventory | Add/remove items by ID (weapons, armor, crafting mats, skill books) | | World State | Unlock all travel routes, faction standing, prison time, region bounties | | Miscellaneous | Remove debuffs (infestation, plague), prevent aging, unlock recipes, set animal loyalty | wartales save editor

Important limitation: The editor cannot change world geometry or quest logic—only numeric and string values stored in the save.

Because the files are plain JSON, any text editor could modify them, but manual editing is error-prone due to nested structures and ID references. Shiro Games designed Wartales to be a grueling

While powerful, save editing can break your experience or your save file. Follow these golden rules:

The most common risk. altering byte lengths in a hex editor or crashing the game while a memory editor is writing data can result in a corrupted save file that cannot be loaded. Backup of the Wartales save folder is essential before any editing. Because the files are plain JSON, any text

Shiro Games’ Wartales is a masterclass in open-world RPG strategy. It throws you into a gritty, low-fantasy world where every coin counts, every wound festers, and every mercenary can die permanently. The struggle is the point—until it isn’t.

Whether you’ve hit a game-breaking bug, lost a 40-hour save to a bad fight, or simply want to skip the grind and focus on exploration, the Wartales Save Editor (often referred to as the WT Save Editor) is a powerful tool. Let’s break down what it does, how it works, and the etiquette of using it.

Since a dedicated save editor is not widely available, the community standard for modifying Wartales is Cheat Engine.

Wartales saves are located typically in the user's AppData folder. While some early versions of the game used readable formats, current versions utilize binary serialization or compression that makes manual text editing difficult.