I've run into a little snag while building, and I may have done something today while populating a city with NPCs. Although, I can't recall doing anything out of the ordinary. My override directory is always empty while building, and I've not imported any script sets either, or modified the hakpak for about four days now.
OnEnter scripts for an area work fine. NPCs are spawned in to their waypoints. Heartbeat scripts for an area work as well in testing to try to track this down, but it's the list below that is of a big concern.
1. A conversation for an NPC I wrote yesterday does exist on the NPC, but when I click on the NPC to initiate conversation, nothing happens. In checking the NPC, the dialog file is there, the dialog exists, and their OnConversation script is the default x2_def_onconv. This also is a problem now with all NPCs now in the module, even those that are marked complete and are no longer being modified.
2. Any script that calls ExecuteScript() is no longer firing. Taverns and Inns that got populated with random NPCs are not firing. The NPCs exist in the toolset, all the waypoints are accounted for. Basically, I've not modified any completed tavern or inn, but those completed areas now experience this issue.
3. Any OnUserDefined script on an NPC, such as NPCs that are bartenders, cooks, waitress, etc., that would normally move to specified objects, just stand there now. These NPCs also encounter the issue with #2. In one instance, clicking on an NPC waitress in one of the completed inns to track this down, crashed the module.
4. A backup of the module from July works as expected.
5. I don't know if perhaps I've reached a 16k limit that I've read about, but I can't quite recall how to check that. Here is the statistics from the /temp0 directory if that is of any assistance:
Size: 107 MB (112,658,162 bytes)
Size on Disk: 156 MB (164,098,048)
Contains: 16,409 Files, 0 Folders
6. The only difference between yesterday and today, is the population of an inn in progress, with additional scripts, waypoints and created NPCs.
I am stumped and need some guidance to track this down.
FP!