True - the module actually had the stable scripts moved to a hak a while ago.
Eg: quest scripts etc
But even then, was well over the 16k in the module....
I kinda just kept expanding using nwnx_resman.
Eventually I moved to a Continuous Integration system, where I had the module content in individual folders that then got pulled together via batch file prior to opening toolset.
This gives rise to the large script count
Then when the module is finished, saved etc I run another batch file to separate the module out into the individual file types.
Then it commits to SVN, and gets built by Jenkins. (scripts compiled etc)
Only NCS files get saved to the module, which then cuts down on the script count.
Its just the mdoule editing phase that is laggy.