Jump to content


melik

Member Since 05 Oct 2017
Offline Last Active Mar 01 2019 04:48 AM

Posts I've Made

In Topic: Jaheira's moonwalk/stutter walk

28 February 2019 - 01:41 PM

Thank you very much Jastey and The Imp; the CLUAConsole:SetGlobal("PhaereInnuendo","GLOBAL",4) worked !! :)
Cheers and have a nice weekend to both of you (I know I will, I'm planning on doing nothing but playing Baldur's Gate :D )


In Topic: Jaheira's moonwalk/stutter walk

28 February 2019 - 01:32 PM

Was this helpful?

Yes... if you want it to stop, all you probably need to do is, use the console and use this code in the console:

CLUAConsole:SetGlobal("PhaereInnuendo","GLOBAL",3)

..which sets it to 3 or something similar. That of course might not stop other things that influence the game from bugging Phaere, but those are less sevear.

PS, the BWS install will by default enable the use of the console with, so all you need to mostly do is to push the SPACE and CTRL -buttons together.

 

@jastey... why both: DisplayString & DisplayStringHead ? Wouldn't one be, generally enough ? Not that I oppose... as one is more than welcome to utilize your tool, or my LStest...

Thank you for the quick answser The Imp :)
I tried 

CLUAConsole:SetGlobal("PhaereInnuendo","GLOBAL",3

but it's still stuttering.
The new responsible Block is: Block 92 of Jaheire.BCS
And here is what it says in Near Infinity:

IF
    Global("PhaereInnuendo","GLOBAL",3)
    !Range("Phaere",6)  // Phaere
    Global("JaheiraMad3","LOCALS",0)
    OR(2)
        Global("JaheiraRomanceActive","GLOBAL",1)
        Global("JaheiraRomanceActive","GLOBAL",2)
THEN
    RESPONSE #100
        StartDialogueNoSet([PC])
        ActionOverride(Player1,DisplayString(Myself,579928))  // Running block 92 of JAHEIRA.BCS
        ActionOverride(Player1,DisplayStringHead(Myself,579928))  // Running block 92 of JAHEIRA.BCS
END

BTW I'm on chapter 6 so Phaere is long gone.

OK will try setting it to CLUAConsole:SetGlobal("PhaereInnuendo","GLOBAL",4) and post the results.
Thank you :)


In Topic: Jaheira's moonwalk/stutter walk

28 February 2019 - 12:14 PM

OK I did that and the responsible block was: block 91 of Jaheira.BCS


First time using NI so I hope I got this right:
On the left looked up Jaheira.BCS in the BCS folder; then I scrolled down until I found Block 91 and this is what it says:

IF
    Global("PhaereInnuendo","GLOBAL",2)
    !Range("Phaere",6)  // Phaere
    Global("JaheiraMad2","LOCALS",0)
    OR(2)
        Global("JaheiraRomanceActive","GLOBAL",1)
        Global("JaheiraRomanceActive","GLOBAL",2)
THEN
    RESPONSE #100
        StartDialogNoSet([PC])
        ActionOverride(Player1,DisplayString(Myself,579927))  // Running block 91 of JAHEIRA.BCS
        ActionOverride(Player1,DisplayStringHead(Myself,579927))  // Running block 91 of JAHEIRA.BCS
END


Was this helpful?


In Topic: Jaheira's moonwalk/stutter walk

28 February 2019 - 11:43 AM

Thank you jastey will do this right now and post my results