Please note that new user registrations disabled at this time.

Don't kill me--multi-romance question

This forum is to be used for all discussions pertaining to BioWare's Baldur's Gate II: Throne of Bhaal expansion pack.
Post Reply
User avatar
Luther
Posts: 262
Joined: Sun Aug 19, 2001 10:00 pm
Location: Marin County, CA
Contact:

Don't kill me--multi-romance question

Post by Luther »

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-
User avatar
Nightmare
Posts: 3141
Joined: Fri Mar 30, 2001 11:00 pm
Location: Canada
Contact:

Post by Nightmare »

Well, "XX" should be "1", so you set the timer to 1.
If nothing we do matters, then all that matters is what we do.
User avatar
Sabre
Posts: 1658
Joined: Sun Apr 29, 2001 10:00 pm
Location: Melbourne, Australia
Contact:

Post by 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.
User avatar
Luther
Posts: 262
Joined: Sun Aug 19, 2001 10:00 pm
Location: Marin County, CA
Contact:

Post by Luther »

[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.
Post Reply