
And there are occasions when the game just mysteriously bombs out completely, dropping me back to the desktop.
Moderator: Moderator
Some of this depend on the addon's themselves, for instance, stone warden is laggy as all blazes, even when it's the only thing loaded. (People have reported the same issue with some versions of the barbarian addon, IIRC; which might indicate issues with race/class addon's.) I tend to RUN acceptable after loading with my 3, so long as stone warden isn't one of the three, but even it just seems to quadruple load times, I haven't noticed huge lag issues while playing, though what I have might be attributable to other sources.Omega Blue wrote:It appears that it is true that the game slows down to a crawl when you have 3 or more addons active at a time, including official addons such as the item vault. It's funny to watch the character going on auto-explore in slow motion.![]()
And there are occasions when the game just mysteriously bombs out completely, dropping me back to the desktop.
SadistSquirrel wrote:DarkGod has two arms, one with an opened hand, one with a closed fist. You got the fist.
One thing I've seen cause problems in my addon development is overloading stuff in data/. Stone Warden and Items Vault both do this, and race/class addons are probably disproportionately likely to do so also, since their new race/class talents will need toolbar icons and possibly particle effects, both of which are hardwired to look in /data/gfx for their files. No Adventuers Parties, for instance, used to overload the entities file for worldmap encounters; it broke when Stone Warden was released (in that it got stuck in the load sequence for several minutes and bloated up to ~8GB memory before I finally killed it), and started working again when I rewrote it to use hooks instead.Crim, The Red Thunder wrote:Some of this depend on the addon's themselves, for instance, stone warden is laggy as all blazes, even when it's the only thing loaded. (People have reported the same issue with some versions of the barbarian addon, IIRC; which might indicate issues with race/class addon's.)