I still play Titan Quest, mainly on my notebook which runs Linux. Recently I wanted to "experiment" a bit, but I couldn't this app work on Linux properly. I recon the problem was not the app itself but the UI framework, (Jetpack) Compose Multiplatform, which I know nothing about. So I converted the code that makes the actual work to Java, slapped a lousy Swing UI, and called it a day. Actual credit goes to the original author.
Below is the original README. This version of the app won't look like that.
A simple savegame editor for Titan Quest AE
Mostly build as a proof of concept and for getting familiar with the Compose desktop framework.
Currently it is possible to edit the following values:
- Character name
- Gold
- Available attribute points
- Available skillpoints
- Quit Titan Quest (this is important, do not use while game is running)
- Start 'Titan Quest Mutator'
- Click 'Load character' and select your savefile (
%USERPROFILE%\Documents\My Games\Titan Quest - Immortal Throne\SaveData\<_CharacterName>\Player.chr
) - Edit values as desired
- Click 'Save character' to write the changes to the savefile
Disclaimer: This application alters your savefile and may corrupt it. It is strongly recommend to make backups of your savefile. Use at your own risk
Dual-licensed under MIT or Apache 2.0