I tried to take a look at xp_craft plugin in the past weeks from time to time, it would be nice
if someone with more experience with toolset/scripts took a look at it to confirm few things... or to investigate things.
Experience with toolset, setting up servers and module writing (and free time) are required... I could upload missing files somewhere, if you need them.
Here's what is needed:
1. Combine Kemo auctioneer and xp_craft modules into one (basically, put xp_crafter into kemo testing modules and make sure it works - when I did that, xp_crafter stopped working).
2. Track down rampant memory allocation that happens when someone tries to alter armor appearance for the first time. Judging from my test results, it occurs in when xp_craft scripts call "StoreCampaignObject" function for the first time. That needs confirmation.
Hidden: show
Reason for asking:
The issue prevents xp_craft from being used there. I attempted to debug xp_craft dll, and found that allocation of huge memory block happens elsewhere (basically, I think it is on StoreCampaignObject call), and can be mitigated by altering settings in xp_bugfix ini.
Baiscally...
1. If there's a leak in xp_craft dll, then I most likely will be able to fix that...
2. If the issue is with StoreCampaingObject, an attempt should be made to figure out if ALL calls to StoreCampaignObject causes extra memory allocation, or not. This function is used by Kemo Auctioneer, and it is already on the server... so, basically, there's need to figure out whether adding xp_craft to bgtscc would increase memory usage or not. As far as I know, when StoreCampaignObject causes memory allocation on server for the first time, consequent calls do not increase memory usage further. Amount of memory being allocated can be reduced by adjusting settings in xp_bugfix.ini... ( setting DatabaseBufferCount to 1024 reduces amount of allocated memory to about 70 megabytes).
That is... if people are interesting in getting better appearance changer here.
----
Failing that, someone with account on sigil could ask their admin if they used suffer from the same problem and/or how they fixed those. Sigil recently has seen increased population, so forums looks more active than before - good chance that someone will reply or will be even willing to share their setup.