Results: 5Comments by: Curather
File: CQuestTracker02/12/22
I troubleshot it and found the main...
Posted By: Curather
I troubleshot it and found the main root of the issue. The issue was that the addon was ignoring choicesValues is and selecting the choices value instead. This came down to other addons including "LibAddonMenu-2.0" in their libs folder which was older than the LibAddonMenu-2.0 in the main addon folder. After removing these old...
File: CQuestTracker02/05/22
Re: Re: What I changed to get it to work
Posted By: Curather
I have no intention to make a variant of the mod. As for going back to the other version, I have this running atm with the fixes and it is running fine so I don't really have a intention to do that right now. I just wanted to get it running since the version that was released wasn't working. The bug was when you change to "Custo...
File: CQuestTracker02/05/22
What I changed to get it to work
Posted By: Curather
The bug was when you change to "Custom" The custom area would still be disabled. This was for both font options. Furthermore, when fixing that bug because it was changing the value to "Custom" instead of "custom", the font would not render for quest info area. The font sizes would not change. I did delete the save data and see if...
File: CQuestTracker02/05/22
The latest release had quite a few...
Posted By: Curather
The latest release had quite a few bugs. I consolidated the font into a single drop down menu so it doesn't confuse people as easily. See: https://pastebin.com/RqB541CF
File: CQuestTracker02/03/22
Please consider adding in additiona...
Posted By: Curather
Please consider adding in additional font support using the LibMediaProvider library. It pulls in more than just 2 fonts. It is much appreciated 💖 To do this: local fontList = LMP:List('font') local fontStyles = {"normal", "outline", "shadow", "soft-shadow-thick", "soft-shadow-thin", "thick-outline"} Then in th...