View Single Post
07/18/17, 01:16 AM   #38
manavortex
 
manavortex's Avatar
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 138
Yay for loading performance.

By raising the issue it might seem like i am one of these users who are never satisfied with your work.
You're right about that:

- You complain that we're secretly sneaking in code that we aren't telling the user about.
Yes, we are doing that. We're not doing anything harmful, though, and we're controlling each other pretty well. By continuing to complain you're basically saying
  • You are okay with using our AddOns and thus benefit from our work
  • You don't trust us to not do something harmful
  • You can't be bothered to control us yourselves
  • You want us to put in even more work to give you a way to control us
Point four is somewhat of a paradox, because if you don't trust our libraries, how can you trust our trigger to disable our libraries?

I hope you understand why many here aren't too constructive towards that sort of attitude.



A better way to solve that "problem" for the individual user would be a bat file to recursively delete the LibCustomTitles folder, something like
"%USERPROFILE%\Documents\Elder Scrolls Online"
FOR /d /r . %d IN (LibCustomTitles) DO @IF EXIST "%d" rd /s /q "%d"
and simply double-clicking on that every time you ran minion, or, if that's too much work, to set up a folder watch of your AddOns folder and automatically run that file every time a new file is added.

I haven't tried it, but that should work.

I hope that solves your problem.

Last edited by manavortex : 07/18/17 at 01:43 AM.
  Reply With Quote