Yes, I know this is a taboo patch. I only used it this time because I don't get to play the game often and wanted to see all I could this time through. I won't ever use it again.
Spoilers are below.
The question if any veterans out there know: I have a multi-romance installed with Jaheira, Viconia and Tashia. The Forest or Mir episode with Wraith Gorion happened. It picked up Tashia's romance and played through that. I got her lovetalk after the fight. How will this affect Jaheira and Viconia now? Does this freeze their love talks? Will they still play through? Will I need to force their next love talk?
If so how? I tried CLUAConsole:SetGLobal("Lovetalk","LOCALS",XX) and the romance dialogue did not trigger. Is this the correct console command?
Any help, insight or general ranting will be appreciated.
-Luther-
Don't kill me--multi-romance question
A bit late perhaps, but better than nothing. The command that you want is actually:
- CLUAConsole:SetGlobal("JaheiraRomance","GLOBAL",1) - forces Jaheira's romance dialogue
- CLUAConsole:SetGlobal("ViconiaRomance","GLOBAL",1) - forces Viconia's romance dialogue
Although, a lot of the dialogues in Throne of Bhaal are related to certain events in the game - so I guess you should just keep playing. Also, the romances should continues fine, you simply will not get the dialogue from Jaheira and Viconia regarding the event - since nothing happened to them. The game will skip over that dialogue and the romance will continue (if the script is done correctly).
To check this, use the following codes, they both should returns 2:
- CLUAConsole:GetGlobal("JaheiraRomanceActive","GLOBAL")
- CLUAConsole:GetGlobal("ViconiaRomanceActive","GLOBAL")
Hope that helped.
- CLUAConsole:SetGlobal("JaheiraRomance","GLOBAL",1) - forces Jaheira's romance dialogue
- CLUAConsole:SetGlobal("ViconiaRomance","GLOBAL",1) - forces Viconia's romance dialogue
Although, a lot of the dialogues in Throne of Bhaal are related to certain events in the game - so I guess you should just keep playing. Also, the romances should continues fine, you simply will not get the dialogue from Jaheira and Viconia regarding the event - since nothing happened to them. The game will skip over that dialogue and the romance will continue (if the script is done correctly).
To check this, use the following codes, they both should returns 2:
- CLUAConsole:GetGlobal("JaheiraRomanceActive","GLOBAL")
- CLUAConsole:GetGlobal("ViconiaRomanceActive","GLOBAL")
Hope that helped.
[QUOTE=Sabre]A bit late perhaps, but better than nothing. The command that you want is actually:
- CLUAConsole:SetGlobal("JaheiraRomance","GLOBAL",1) - forces Jaheira's romance dialogue
- CLUAConsole:SetGlobal("ViconiaRomance","GLOBAL",1) - forces Viconia's romance dialogue
Although, a lot of the dialogues in Throne of Bhaal are related to certain events in the game - so I guess you should just keep playing. Also, the romances should continues fine, you simply will not get the dialogue from Jaheira and Viconia regarding the event - since nothing happened to them. The game will skip over that dialogue and the romance will continue (if the script is done correctly).
To check this, use the following codes, they both should returns 2:
- CLUAConsole:GetGlobal("JaheiraRomanceActive","GLOBAL")
- CLUAConsole:GetGlobal("ViconiaRomanceActive","GLOBAL")
Hope that helped.[/QUOTE]
Yeah it helped, thanks a lot Sabre! For the record, the romances all kept going without a hitch.
- CLUAConsole:SetGlobal("JaheiraRomance","GLOBAL",1) - forces Jaheira's romance dialogue
- CLUAConsole:SetGlobal("ViconiaRomance","GLOBAL",1) - forces Viconia's romance dialogue
Although, a lot of the dialogues in Throne of Bhaal are related to certain events in the game - so I guess you should just keep playing. Also, the romances should continues fine, you simply will not get the dialogue from Jaheira and Viconia regarding the event - since nothing happened to them. The game will skip over that dialogue and the romance will continue (if the script is done correctly).
To check this, use the following codes, they both should returns 2:
- CLUAConsole:GetGlobal("JaheiraRomanceActive","GLOBAL")
- CLUAConsole:GetGlobal("ViconiaRomanceActive","GLOBAL")
Hope that helped.[/QUOTE]
Yeah it helped, thanks a lot Sabre! For the record, the romances all kept going without a hitch.