How long does it take for Terminsel to appear at the end of Jaheira's questline?
Lammas
Member Posts: 228
^topic
It's been ages since I've done this questline and I want to finish now that I've mostly done it but I'm not actually looking to have Jaheira in my party beyond that. I had forgot the last interaction can not be sped up by resting / traveling and the wiki just says "a long, long time".
So I'm interested how long that time is? I avoid using console stuff as much as I possibly can and if we're talking like 5 hours or less I'll just live with it but if I'll be dragging Jaheira around for closer to 10 or so hours then I guess I'll just begrudgingly advance the plot with console commands.
Also if anyone has an answer to this, how do you guys go about finding it out? I'm guessing it's on some files somewhere but what do you look at and what do you need to be able to look at it?
It's been ages since I've done this questline and I want to finish now that I've mostly done it but I'm not actually looking to have Jaheira in my party beyond that. I had forgot the last interaction can not be sped up by resting / traveling and the wiki just says "a long, long time".
So I'm interested how long that time is? I avoid using console stuff as much as I possibly can and if we're talking like 5 hours or less I'll just live with it but if I'll be dragging Jaheira around for closer to 10 or so hours then I guess I'll just begrudgingly advance the plot with console commands.
Also if anyone has an answer to this, how do you guys go about finding it out? I'm guessing it's on some files somewhere but what do you look at and what do you need to be able to look at it?
0
Comments
IF
Global("DerminSpawn","GLOBAL",9)
OR(2)
Global("JaheiraRomanceActive","GLOBAL",0)
Global("JaheiraRomanceActive","GLOBAL",3)
THEN
RESPONSE #100
SetGlobal("DerminSpawn","GLOBAL",10)
SetGlobal("TerminselSpawn","GLOBAL",4)
RealSetGlobalTimer("TerminselAppear","GLOBAL",TWELVE_HOURS)
END
usually when i play SoA it only takes me around 12 or so hours to beat the entire game ( although i play at 60 fps so my "real time" is halved, so mechanically it would be "24" ) and i've seen terminsel appear many times ( even before i would go off to chapter 4 )
so i dont know if that 12 hours is game hours or actual hours, i always thought that once you finish the dermin encounter he would appear 5 game days later but im not sure anymore
Then again, and I want to emphasize I'm no coder so I might be horribly wrong here, but since the parameter is "TWELVE_HOURS" instead of 12 it does make me wonder if it's just pointing at a number elsewhere that might've been changed in EE's to be something shorter than 12 hours that it might've originally been?
hmm, weird, i wonder what the 12 hour timer is then
because if im not mistaken, even 24 game hours is around 2 hours real time which doesnt match the 12 hour scripting line