- Joined
- Feb 27, 2011
- Messages
- 5,383
- Reaction score
- 388
Everytime you launch honorbuddy, all the customclasses, bots, and plugins get recompiled. The biggest issue is singular, it consists of 94 Files, 19 Folders. On a SSD like mine, that still takes time to load over and over again. So what I have gone and done is written a wrapper that grabs the compiled DLL, and copies it, and then on the next load it will use that instead of recompiling singular again. What this means is that after using this you'll get much faster launch times.
Notes:
It must be extracted to
If it successfully copies the dll, it will the remove the folder called Singular in the CustomClasses folder.
I may have missed an override or two that is important, if you have any issues please let me know. I tested it a little bit and it worked fine with lazyraider and questbot so I will assume it is working fine.
Notes:
It must be extracted to
*Remove the space in the word xSingularLoader its being inserted by the forums to break XSS attacks.HonorbuddyFolderNameHere\CustomClasses\xSingularLoader
If it successfully copies the dll, it will the remove the folder called Singular in the CustomClasses folder.
I may have missed an override or two that is important, if you have any issues please let me know. I tested it a little bit and it worked fine with lazyraider and questbot so I will assume it is working fine.
Attachments
Last edited: