NovFR / DoS-2-Savegame-Editor

Savegame Editor for Divinity Original Sin II
121 stars 15 forks source link

Add capability to add "AVATAR" tag to a character. #13

Closed rheavr closed 4 years ago

rheavr commented 4 years ago

DOS2 has a bug where if a player joins a multiplayer campaign later in the game that player is not considered a player character (avatar). I think this can be fixed by adding the avatar tag to that character.

NovFR commented 4 years ago

You can already add/modify any tag you want by modifying the Tags.txt file located in the Datas folder.

Just remove the minus sign before AVATAR if you want to be able to add that tag.

rheavr commented 4 years ago

Nice, thanks for the quick reply 👍