Game mode: [(Online private | Single-player)]
Type of issue: [Misc]
Server type: [PvP | PvE-Conflict | PvE]
Region: [Any]
[My character is gone]
Get my toon back.
How to get your character back if you have access to the game.db
- If you’re playing locally and have steam installed to default location, the game db is here:
C:\Program Files (x86)\Steam\steamapps\common\Conan Exiles\ConanSandbox\Saved\game.db
Next download DB Browser for SQLite
Now login first and create a new character. This way you can see the “new” ID, Funcom has assigned you. I created a toon call my toon “Noob”
Now stop the server or game and copy or open your game.db (This is where you need Sqlite browser)
Go to the “Browse Data” table and select “characters” by table.
See image: “Characters”
Her playerID is 8… my old character playerID is 2. (used to be steamID)
First delete Noob. Noob’s ID is 19639
delete FROM properties WHERE properties.object_id = 19639
delete FROM actor_position where id = 19639
delete FROM item_properties WHERE owner_id = 19639
delete FROM item_inventory WHERE owner_id = 19639
delete from characters where playerId = 8
See: “SQLCommand” image
Now go back to the browse Data tab and change the playerID to the new one you have now… In my case 8. And hit apply
See: “EditCharacter” image
And finnally Write Changes to database.
see “SaveChanges”
And now copy your game.db back and restart server or game.
2.
3.
4.
5.
This temp fix is provided by Teella. I am in game playing now with everything intact.