Maintenance for the week of October 13:
• PC/Mac: No maintenance – October 13
• NA megaservers for maintenance – October 15, 4:00AM EDT (8:00 UTC) - 12:00PM EDT (16:00 UTC)
• EU megaservers for maintenance – October 15, 8:00 UTC (4:00AM EDT) - 16:00 UTC (12:00PM EDT)
• ESO Store and Account System for maintenance – October 15, 4:00AM EDT (8:00 UTC) - 12:00PM EDT (16:00 UTC)
https://forums.elderscrollsonline.com/en/discussion/683901

A little help with Bandit UI and PerfectPixel?

zelaminator
zelaminator
✭✭✭✭✭
https://drive.google.com/file/d/15R75RKVO94Q-8Hp0-yj6t8fG31-vdYk4/view?usp=sharing

Yes, apparently I can't make images work :smile:

That being said, can anyone help me with Bandit UI? I would like to remove 1: The boss % bar for mechanics, and 2, one of the 2 hp bars.. Makes me confused to have 2 of them, but I can't seem to get rid of any of them
Edited by zelaminator on August 5, 2021 9:17PM
  • CyberOnEso
    CyberOnEso
    ✭✭✭✭✭
    For the first, you click the 'Bosses Frame' check box on this menu.
    75o15tn.png

    For the second the best thing to do in my opinion would be remove the compass boss bar by using an addon called 'Lilith's Lazy Hacks'
    Edited by CyberOnEso on August 4, 2021 10:21PM
    @CyberOnEso PC | EU - Jack of all Trades - Armory Style Manager Planesbreaker | Godslayer | Dawnbringer | Immortal Redeemer | Tick Tock Tormentor | Gryphon Heart
  • zelaminator
    zelaminator
    ✭✭✭✭✭
    CyberOnEso wrote: »
    For the first, you click the 'Bosses Frame' check box on this menu.
    75o15tn.png

    For the second the best thing to do in my opinion would be remove the compass boss bar by using an addon called 'Lilith's Lazy Hacks'

    I'll definitely take a look at that :smile:
  • zelaminator
    zelaminator
    ✭✭✭✭✭
    https://drive.google.com/file/d/18sEmoGvFkvXxTexj40wpP9OD8Ajz0BQK/view?usp=sharing

    Another addon out to get me :smiley:

    As the image shows, I have installed PerfectPixel.. But the gear progress bar from the base game appears to be overlapping when I look in the stickerbook :smile: Can anyone direct me to where I can change this?
  • CyberOnEso
    CyberOnEso
    ✭✭✭✭✭
    https://drive.google.com/file/d/18sEmoGvFkvXxTexj40wpP9OD8Ajz0BQK/view?usp=sharing

    Another addon out to get me :smiley:

    As the image shows, I have installed PerfectPixel.. But the gear progress bar from the base game appears to be overlapping when I look in the stickerbook :smile: Can anyone direct me to where I can change this?

    For this issue, you will need to do the following
    1. Go to Documents\Elder Scrolls Online\live\AddOns\CollectionSetBookTotal
    2. Open the file called CollectionSetBookTotal.lua
    3. Find
      csbtTexture:SetAnchor(CENTER,csbtTlw,TOPLEFT,0, -265)
      
      on line 17.
    4. Change the final value in that function call to something like -350, changing this value will change the position of the progression bar in the item set collection pane. Experiment with different values to find the one that works best for you.
    5. Line 17 of the CollectionSetBookTotal.lua file should now look like this
      csbtTexture:SetAnchor(CENTER,csbtTlw,TOPLEFT,0,-350)
      
    6. Go back into the game and type /reloadui
    7. You should now see the progression bar has changed position.

    Screenshot from my end using a value of -350 on a 1920*1080 monitor with Custom Interface Scale disabled.
    lM5RalT.png
    Edited by CyberOnEso on August 5, 2021 9:35PM
    @CyberOnEso PC | EU - Jack of all Trades - Armory Style Manager Planesbreaker | Godslayer | Dawnbringer | Immortal Redeemer | Tick Tock Tormentor | Gryphon Heart
  • zelaminator
    zelaminator
    ✭✭✭✭✭
    CyberOnEso wrote: »
    https://drive.google.com/file/d/18sEmoGvFkvXxTexj40wpP9OD8Ajz0BQK/view?usp=sharing

    Another addon out to get me :smiley:

    As the image shows, I have installed PerfectPixel.. But the gear progress bar from the base game appears to be overlapping when I look in the stickerbook :smile: Can anyone direct me to where I can change this?

    For this issue, you will need to do the following
    1. Go to Documents\Elder Scrolls Online\live\AddOns\CollectionSetBookTotal
    2. Open the file called CollectionSetBookTotal.lua
    3. Find
      csbtTexture:SetAnchor(CENTER,csbtTlw,TOPLEFT,0, -265)
      
      on line 17.
    4. Change the final value in that function call to something like -350, changing this value will change the position of the progression bar in the item set collection pane. Experiment with different values to find the one that works best for you.
    5. Line 17 of the CollectionSetBookTotal.lua file should now look like this
      csbtTexture:SetAnchor(CENTER,csbtTlw,TOPLEFT,0,-350)
      
    6. Go back into the game and type /reloadui
    7. You should now see the progression bar has changed position.

    Screenshot from my end using a value of -350 on a 1920*1080 monitor with Custom Interface Scale disabled.
    lM5RalT.png

    You have the answers for everything :smiley: I love it
Sign In or Register to comment.