Jump to content


Hard Reset


  • Please log in to reply
5 replies to this topic

#1 -Mrs.Makaveli-

-Mrs.Makaveli-
  • Guest

Posted 18 December 2016 - 06:21 PM

Hi, after initial recruitment Isra completely bugged out. Is threrr a way to do a hard reset on the character, without restarting the game?



#2 -Mrs.Makavel-

-Mrs.Makavel-
  • Guest

Posted 18 December 2016 - 06:29 PM

With getting her to maybe even respawn entirely at the inital tavern?



#3 agb1

agb1
  • Member
  • 1623 posts

Posted 18 December 2016 - 07:10 PM

Changes in an NPC's behavior over time are determined by global variables that are stored in your saved game.  Respawning the NPC itself does not reset those variables.  You can use a saved game editor such as EEKeeper (newest version of ShadowKeeper) or Near Infinity to remove (or set to zero) all of the RH# variables.  That would "mostly" restore Isra to her original state.  I say "mostly" because some global variables are modified by area scripts and depending on how they were coded, those scripts might not trigger more than once, meaning you wouldn't be able to perfectly re-create the intended sequence of events.

 

Having answered your technical question... I advise you not to do it.  It would be more productive to investigate why Isra is not functioning correctly in your game and resolve that.  The issue is likely to occur again if you simply reset her variables.

 

So:

 

Please upload your weidu.log (or paste it here, inside [spoiler ] [/ spoiler] tags).  Please describe the problem in more detail and/or provide a screenshot.  Please upload a saved game exhibiting the problem.

 

You can use a site like uploadfiles.io to upload your saved game if you don't have an account on this forum.


BiG World Fixpack (community collection of mod fixes and compatibility patches, with user-friendly cross-platform script)

 

BiG World Setup (tool to automate best-practice installation of Infinity Engine mods on Windows, with conflict analysis)

Latest version:    https://bitbucket.or.../get/master.zip


#4 -Mrs.Makaveli-

-Mrs.Makaveli-
  • Guest

Posted 18 December 2016 - 08:50 PM

Thanks. Learned how to use eeKeeper, and fixed hte problem. 



#5 -Nininini-

-Nininini-
  • Guest

Posted 19 December 2016 - 01:33 PM

I have a similiar, but slightly different question. Isra  was dismissed from my party, but isn't in her usual spot in the temple. Is there a spawn code for her?



#6 agb1

agb1
  • Member
  • 1623 posts

Posted 19 December 2016 - 01:38 PM

With Enhanced Edition, you could do C:Eval('MoveGlobal("areaname","rh#isra",[x.y])')

 

Hover over the map somewhere nearby and press CTRL+X.  Note the area name and coordinates.  Replace areaname, x and y above with the appropriate values.  Keep the period between x and y and the square brackets.  Keep the quotes around the area name.

 

I'm not sure if you can do CLUAConsole:MoveGlobal() with the classic (non-EE) engine but you can try it.


Edited by agb1, 19 December 2016 - 01:38 PM.

BiG World Fixpack (community collection of mod fixes and compatibility patches, with user-friendly cross-platform script)

 

BiG World Setup (tool to automate best-practice installation of Infinity Engine mods on Windows, with conflict analysis)

Latest version:    https://bitbucket.or.../get/master.zip