The Gold Road Chapter – which includes the Scribing system – and Update 42 is now available to test on the PTS! You can read the latest patch notes here: https://forums.elderscrollsonline.com/en/discussion/656454/

Trying to edit an addon

Xaemyl
Xaemyl
✭✭
I'm trying to add a feature to a quest tracker addon (ravalox' quest tracker) https://www.esoui.com/downloads/info13-RavaloxQuestTracker.html to add an option to make all the text in the tracker window right justify (so it looks better imo when I pin the window to the right side of the screen), but Im in over my head on this. I suggested this feature, but I fear the addon may have been abandoned. Does anyone have any pointers or documentation that I can read? Thanks in advance!
  • Enodoc
    Enodoc
    ✭✭✭✭✭
    ✭✭✭✭✭
    If it has an XML file, it'll probably be part of that. You'll want to find something like a <Label> or <Control> which defines the tracker entries, and add horizontalAlignment="RIGHT" somewhere inside the Label definition.

    This isn't an accurate example for that add-on, but the final line would look something like this:
    <Label name="$(parent)QuestList" horizontalAlignment="RIGHT" font="ZoFontHeader">
    
    Edited by Enodoc on June 20, 2020 3:15PM
    UESP: The Unofficial Elder Scrolls Pages - A collaborative source for all knowledge on the Elder Scrolls series since 1995
    Join us on Discord - discord.gg/uesp
  • Xaemyl
    Xaemyl
    ✭✭
    Thanks for this! I'll see what I can come with.
Sign In or Register to comment.