Romances not starting / romance situation mixed up - any help, please?
xzar_monty
Member Posts: 631
So, I was traveling for quite some time with Jaheira as the only romanceable companion in my group. We got as far as the "this is a dangerous life" lovetalk, after which I did the "summoned to the Harper Hold" quest. And then, a little bit later, Jaheira got killed. Oh well. I dropped her from the party.
And then, I decided to change things around a bit, and I went to pick both Aerie and Viconia.
But now I notice that neither of them has had anything to say in terms of any potential romance. Somehow I'm getting the impression that either they or the game engine think I'm going steady with Jaheira, which is why nothing at all is happening.
Is there any way to verify my theory, and if it turns out to be correct, is there any way to "reset" romances?
And then, I decided to change things around a bit, and I went to pick both Aerie and Viconia.
But now I notice that neither of them has had anything to say in terms of any potential romance. Somehow I'm getting the impression that either they or the game engine think I'm going steady with Jaheira, which is why nothing at all is happening.
Is there any way to verify my theory, and if it turns out to be correct, is there any way to "reset" romances?
0
Comments
C:GetGlobal("Viconiaromanceactive","Global")
If they return a 3, the respective romance is killed.
They both gave me a 1. I don't know what that means, but from what you just said, clearly the romance is not killed. No lovetalks seem to be triggered, either, for some reason. Perhaps I'll have to leave the game running on pause for a long time, or something.
C:GetGlobal("AerieMatch","GLOBAL") >>>1
C:GetGlobal("AerieRomance","GLOBAL") >>> make sure it exists with some value (time)
C:GetGlobal("LoveTalk","LOCALS") >>>> 1 to read out Locals you must have the respective NPC selected.
Viconia uses similar globals just replace Aerie with Viconia to check.
Of course, things may be different if you have some mods installed that change romance behaviour.