Skip to content

#11175 Dorn should not stop moving if the protagonist has a romance with both him and with Hexxat

BasedowBasedow Member Posts: 2
edited January 2015 in BGII:EE Bugs (v1.3.2064)
I have a bug where after the 2nd time you bed down with Dorn, it breaks his movements. When you press the left mouse button for him to move, the movement cancels almost immediately. Didn't happen before this, and my only other save is a while back. This is on the 1.3 version on steam, windows 8. Ill post a zipped save right after it happens, if anything else is needed let me know. Any solution to this?
Post edited by Gate70 on

Comments

  • MaxxximusMaxxximus Member Posts: 322
    edited January 2015
    -
    Post edited by Maxxximus on
  • Gate70Gate70 Member, Developer Posts: 3,883
    A missing R in the script to close off Hexxat's romance. Not sure what Maxximus has done but have attached a save with the corrected value in case his causes other issues.
    Thanks

  • MaxxximusMaxxximus Member Posts: 322
    Gate70 said:

    A missing R in the script to close off Hexxat's romance. Not sure what Maxximus has done but have attached a save with the corrected value in case his causes other issues.
    Thanks

    I thought Dorn was stuck by some interaction problem after lots of experiments i spawned dorn12.cre and talked to him then killed him ctrl+y .
  • BasedowBasedow Member Posts: 2
    Very awesome. Thanks for the help guys!
  • MidimattMidimatt Member Posts: 12
    I'm also having this issue, Dorn won't move more than a few steps before stopping. Is it possible for you to correct the issue in my saved game please.
  • Gate70Gate70 Member, Developer Posts: 3,883
    Here you go @Midimatt

    & for anyone else who is stuck but has access to the console (or EE Keeper) the variable for this is below.

    C:GetGlobal("HexxatomanceActive","GLOBAL")
    Should not be set, probably set to 3.

    C:GetGlobal("HexxatRomanceActive","GLOBAL")
    Should be set to 3 if Hexxat's romance is superceded.

    C:SetGlobal("HexxatRomanceActive","GLOBAL",3)
  • MidimattMidimatt Member Posts: 12
    Thanks :)
Sign In or Register to comment.