Please note that new user registrations disabled at this time.

console help (am i not doing ths right?)

This forum is to be used for all discussions pertaining to BioWare's Baldur's Gate II: Shadows of Amn.
Post Reply
User avatar
Illuman
Posts: 50
Joined: Wed Jan 23, 2002 1:11 pm
Contact:

console help (am i not doing ths right?)

Post by Illuman »

i want to use the CLUA Console to help speed up the romances (sometimes they go too slow and nothing happens before TOB,. which is crappy) but when i enter the following

CLUAConsole:SetGlobal("AeireRomance"."Global",1) or
CLUAConsole:SetGlobal("JahieraRomance"."Global",1)

it does nothing, not even reset the timer like it is supposed to. the names may be misspelled here, but i spell them right in the game. why isnt this working? i also tried capitalizing "Global" but to no effect. help me please, the slow romances drive me insane!
User avatar
liumm
Posts: 38
Joined: Sun Feb 22, 2004 3:30 am

Post by liumm »

It doesn't work for me neither. Now it seems I won't get the chance to see the baby coming, it is time to destroy the pocket plane already. :(
Ugh, I've never finished one romance completely.
User avatar
Soddy
Posts: 3
Joined: Sat Apr 10, 2004 3:51 am
Contact:

Post by Soddy »

Active?

Perhaps your romance isn't active anymore?
You can check this by typing:

CLUAConsole:GetGlobal("JahieraRomanceActive","GLOBAL") .
It should be.. uhm, 1 or 2, I think it's inactive if it's 3.

If soo, then type:
CLUAConsole:SetGlobal("JahieraRomanceActive","GLOBAL",2) .

Hope that will work, GL!

Edited: Hah, yeah yeah.. so I missed it too. :D
User avatar
UserUnfriendly
Posts: 4109
Joined: Mon Aug 06, 2001 10:00 pm
Location: Sluggy Zone
Contact:

Post by UserUnfriendly »

CLUAConsole:SetGlobal("AeireRomance","GLOBAL",1)

global should be all caps, and you use a comma, not a period.. ;)
They call me Darth...

Darth Gizka!

Muwahahahahhahahha!!!
User avatar
liumm
Posts: 38
Joined: Sun Feb 22, 2004 3:30 am

Post by liumm »

Does this work in TOB?
It works for me in SOA, but not TOB.
User avatar
UserUnfriendly
Posts: 4109
Joined: Mon Aug 06, 2001 10:00 pm
Location: Sluggy Zone
Contact:

Post by UserUnfriendly »

Originally posted by liumm
Does this work in TOB?
It works for me in SOA, but not TOB.


CLUAConsole:SetGlobal("AeireRomanceActive","GLOBAL",2) :p
They call me Darth...

Darth Gizka!

Muwahahahahhahahha!!!
User avatar
Ekental
Posts: 614
Joined: Mon Nov 10, 2003 12:14 am
Location: Sigil
Contact:

Post by Ekental »

maybe its different in the consoles... but isnt it Jaheira and Aerie? not "Jahiera and Aeire"?

Most of the time I use shadowkeeper unless I simply want a quick change in the game, I can change more values quickly in shadowkeeper than CLUA console
Tact is for people not witty enough to be sarcastic
User avatar
UserUnfriendly
Posts: 4109
Joined: Mon Aug 06, 2001 10:00 pm
Location: Sluggy Zone
Contact:

Post by UserUnfriendly »

Originally posted by Ekental
maybe its different in the consoles... but isnt it Jaheira and Aerie? not "Jahiera and Aeire"?

Most of the time I use shadowkeeper unless I simply want a quick change in the game, I can change more values quickly in shadowkeeper than CLUA console


omg...

CLUAConsole:SetGlobal("AerieRomanceActive","GLOBAL",2)

CLUAConsole:SetGlobal("AerieRomance"."Global",1) or
CLUAConsole:SetGlobal("JaheiraRomance"."Global",1)
:p :p :p
They call me Darth...

Darth Gizka!

Muwahahahahhahahha!!!
Post Reply