» Wed Mar 30, 2011 3:49 am
Yes, found it.
Go to the zvRefShowState function script and, a few lines from the bottom, replace the line
let sLine := sLine + sv_construct "= = WS: %i %n " refWS
with
let sLine := sLine + sv_construct "= = WS: %i %n " refWS refWS
This error should not interfere with the mod. This function spits a lot of information about an actor to the console (AI Package Name, AI Procedure, Anim, position, etc). The faulty line adds the worldspace FormID and Name when the player is not in Tamriel or in an interior cell.
Yes, I am around. I work on my mod a couple of hours a day and I usually keep an eye on some forums.
As for the performance, this mod simplifies the AI package list as it adds a simple one at a time, but I doubt this would make any noticeable difference in performance.