Is it Possible to Manually Add a NPC to My Party
Torvald
Member Posts: 19
My party of six is in Chapter 4, about to escape from Brynnlaw, and Jaheira just left my party due to some sort of Harper quest requirement. This reduces my party down to only five members, which will make it harder to battle through the Sahuagin City and the Underdark in Chapter 5.
So, is there a way to manually edit my game to add another NPC to my party, such as adding Korgan?
I was not able to get EEKeeper to do this; don't know if it can't or if I am simply too dense to use it properly, and NearInfinity seems to complicated for me to try using. Is there perhaps a CLUAConsole command that might let me add another NPC to my party in Brynnlaw?
So, is there a way to manually edit my game to add another NPC to my party, such as adding Korgan?
I was not able to get EEKeeper to do this; don't know if it can't or if I am simply too dense to use it properly, and NearInfinity seems to complicated for me to try using. Is there perhaps a CLUAConsole command that might let me add another NPC to my party in Brynnlaw?
0
Comments
More productively, you could find NPCs that are actively meant to go in the party by using the console to jump to another area. In the EE, opening that up puts a bunch of preset options at the top of your screen, including a long list of areas and a "Travel" button. Select your party and use that to go to another area entirely and sort out your issues.
But ... this wasn't supposed to happen in the first place. Character quests like Jaheira's Harper business are supposed to be on hold during chapters 4 and 5. For example, here are the blocks for triggering Meronia's arrival in Jaheira's script:
Something else has gone wrong here to make it possible for Jaheira to leave.
Thank you very much for your assistance.
Per your recommendation, instead of trying to edit in Jaheira to my party, I used the console to jump my party from Brynnlaw (AR1600) to The Docks (AR0300). I then entered the Harper's building, fought a battle, and was afterwards able to get Jaheira to rejoin my party via a dialogue choice. Still not sure why Jaheira left my party in Chapter 4, but I've got her back now.
I next used the console to jump back to Brynnlaw, sailed my party away with Saemon, encountered the Sahuagin ship, and ended up in the Sahuagin City (the beginning of Chapter 5). So far, so good.
My guess is that the game somehow glitched and got the chapter count wrong. So if it thought you were actually in chapter 3...
If that's the case, the chapter is probably still wrong, and will likely need a correction before it causes more things to break. I think you can test the chapter value with the GetGlobal command, and set it with SetGlobal if needed.
C: GetGlobal("Chapter","GLOBAL")
C: SetGlobal("Chapter","GLOBAL",value)
Okay, I just ran the GetGlobal command, and it said my chapter global was set to 15.
I forgot to mention earlier that I am playing an EE Trilogy game, where BGEE, SoD, and BGEE2 are combined into one continuous game via the EET mod. Therefore, I think my chapter being set to 15 might be okay.
However, this is my first time playing through an EE Trilogy game, so I am not sure of the EE Trilogy chapter numbering scheme for the BGEE2 part of my game.
As to what chapter you should be in? Chapter 5 begins when you actually enter the Underdark; the variable gets updated during the transition cutscenes. If you're still in the sahuagin city, that's chapter 4 (16 in EET). If you've moved on to the Underdark, that's chapter 5 (17 in EET).
Any errors in the chapter count will propagate until explicitly corrected; the game uses the "IncrementChapter" action, which adds 1 to the chapter variable.
Thanks again. I was in the Sahuagin City (about to leave for the Underdark), and noticed that the Chapter numbers in my Journal and my Quest Log did not match.
So, I followed your advice of using the console command to set the global chapter number to 16, used the magic rope to travel to the Underdark, and the chapter number then correctly transitioned to 17.
Everything seems to be working correctly now in my EET game, plus my Quest Log shows that Jaheira's quest of needing to return to the Harper Hold in The Docks has now been completed. My party of six can now venture forth with no more risk of Jaheira wandering away.