Larian Banner: Baldur's Gate Patch 9
Previous Thread
Next Thread
Print Thread
Joined: Oct 2017
A
stranger
OP Offline
stranger
A
Joined: Oct 2017
Is it possible to untag/delete a player character from a save game? I've transitioned a save into single player and wish to use lone wolf but cant because of the extra undismissable character.

If this is in the wrong subforum my apologies.

Joined: Sep 2017
T
apprentice
Offline
apprentice
T
Joined: Sep 2017
I've been looking into a way to do this, I'll try to update if/when I find a solution.

Joined: Jan 2010
Location: USA
F
enthusiast
Offline
enthusiast
F
Joined: Jan 2010
Location: USA
You can do this from a story script. Something like:

Code
IF
GameStarted(_,_)
AND
DB_IsPlayer(_Character)
AND
CharacterIsControlled(_Character, 1)
THEN
CharacterRemoveFromParty(_Character);

So, when the save loads, whatever character you were last controlling when you saved would be removed from the party.

There's a safer way, but for a quick fix, eh. This just requires some minor prep.


Moderated by  Larian_KVN 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5