
Help with Nathaniel (non-romancing)
#1
-guest-
Posted 11 April 2009 - 02:44 PM
Is there something I need to do to kickstart his quest?
#3
-Guest-
Posted 20 April 2009 - 01:08 PM
#5
-guest-
Posted 22 April 2009 - 03:59 AM
No, I haven't had either of those yet.Have you had the conversation about letting Latimer go? How about the one that is triggered by resting outdoors?
Even though he's being a bit on the quiet side, he's turning out to be a rather excellent character and fighter.
#6
Posted 22 April 2009 - 02:13 PM
No, I haven't had either of those yet.Have you had the conversation about letting Latimer go? How about the one that is triggered by resting outdoors?
Even though he's being a bit on the quiet side, he's turning out to be a rather excellent character and fighter.
Yeah, he can be quite a powerhouse... As a kensai in BGII, how could he be any other way?
Have you had any of his quest banter at all? The first one where he comes out to the PC and talks about his lover?
#7
-guest-
Posted 22 April 2009 - 05:26 PM
Yeah, I've had that conversation, then the one about having to keep our spirits up.No, I haven't had either of those yet.Have you had the conversation about letting Latimer go? How about the one that is triggered by resting outdoors?
Even though he's being a bit on the quiet side, he's turning out to be a rather excellent character and fighter.
Yeah, he can be quite a powerhouse... As a kensai in BGII, how could he be any other way?
Have you had any of his quest banter at all? The first one where he comes out to the PC and talks about his lover?
Oh, and he and Viconia have been bitching away merrily, which is always amusing.
I usually run quite a few mods, so it might be a compatibility issue; this run has angelo, assassinations, item upgrade and xp-cap removal.
#9
-guest-
Posted 24 April 2009 - 02:36 PM
Try checking the values of NathFriend and NathFriendMatch globals via the console or Shadow Keeper.
How do I check the values?
#10
Posted 25 April 2009 - 01:45 AM
The second way is using the console. Enable debug mode by opening the file baldur.ini in your SoA folder using Notepad, and under Program Options adding in:
Debug Mode=1
Save, start BG2, load the saved game. Press Ctrl+Spacebar to open the console, then type CLUAConsole:GetGlobal("NathFriend", "GLOBAL") and hit Enter. After that, CLUAConsole:GetGlobal("NathFriendMatch", "GLOBAL").
#11
-guest-
Posted 25 April 2009 - 08:42 AM
NathFriend is 1, but the NathFriendMatch global apparently doesn't exist. Think I may have found the problem then...
#13
-guest-
Posted 25 April 2009 - 04:47 PM
Okay, create a variable called NathFriendMatch with the value 1.
CLUAConsole:SetGlobal("NathFriendMatch", "GLOBAL", 1)
or in Shadow Keeper, under Global Variables, add variable.
That seems to have done the trick! Thanks!