Results: 6243Comments by: Baertram
File: PerfectPixel08/24/24
Companions were introduced with Bla...
Posted By: Baertram
Companions were introduced with Blackwood DLC afaik. I'm pretty sure we had added support for that already some day to PP but I cannot find it anymore :-( Basically it's all the same as normal non companion like inventory, skills and collections (menubar buttons in that order left to right). https://github.com/esoui/esoui/tree/l...
File: PerfectPixel08/24/24
You can play around in scenes/skill...
Posted By: Baertram
You can play around in scenes/skillsScene.lua at line 42 PP:CreateBackground(ZO_Skills, --] nil, nil, nil, -10, -5, --] nil, nil, nil, 0, 44) And this line below PP.Anchor(ZO_Skills, --] TOPRIGHT, GuiRoot, TOPRIGHT, 0, 85, --] true, BOTTOMRIGHT, GuiRoot, BOTTOMRIGHT, 0, -104) You can change the x 0 and y 85 values here at th...
File: PerfectPixel08/24/24
Well, for that all other controls b...
Posted By: Baertram
Well, for that all other controls below need to shift down and then space left is not enough anymore so I doubt it "can" actually look the same. The skills list is mch longer than the actual collections and it's different, so we can only change the look not the total list (like add scroll bars here and there and categories with subc...
File: PerfectPixel08/24/24
Can confirm I have the same issue....
Posted By: Baertram
Can confirm I have the same issue. Also I'd love to see the skills menu fixed soon, the tabs shouldn't be overlapping like this: https://i.imgur.com/v57wxht.png What do you mean where exactly? Looks totally okay for me? https://i.imgur.com/YFgTDiy.png https://i.imgur.com/lM1nP1j.png You mean the icons should be above the b...
File: PerfectPixel08/24/24
I see, got the same bug. https://i...
Posted By: Baertram
I see, got the same bug. https://i.imgur.com/NQAZ03o.png @Klisk I noticed companion scene is totally vanilly all of sudden too. Maybe some other deferred init. fix we need to address https://i.imgur.com/xUihjfd.jpeg
File: PerfectPixel08/24/24
It seems that with today's update,...
Posted By: Baertram
It seems that with today's update, the tabs for selling, buying etc at a merchant are now in the middle of the vendor page, leaving them unclickable behind the things that you can buy. You can only see whatever the default tab is, but are unable to switch to selling things Could you show us a screenshot of that problem please where...
File: Mer Quickslot Filters - Split up consumables (drink, food, potion)08/24/24
You post here absolutely shows how...
Posted By: Baertram
You post here absolutely shows how not to do it :rolleyes: Keeping errors for you, not providing any info and then blaming the addon dev to not maintain anything :( Why do you think it's not maintained? Is it in the discontinued & outdated category ? There is no need to maintain a working addon. So no way to tell is not maint...
File: Caro's Skill Point Saver (Builds, Champion Points, Presets, Gear, Quickslots, Appearances/Outfits)08/22/24
Just a hint to the dev(s): local m...
Posted By: Baertram
Just a hint to the dev(s): local myZoSlotCtr = WINDOW_MANAGER:GetControlByName(string.format("ZO_ChampionPerksActionBarSlot%s", mySlot)) You can ease and improve performance of that code via GetControl function -- GetControl now calls into C++ to avoid memory allocations resulting from string concatenation. -- Previously this...
File: FCO ChatTabBrain (Automatic chat tab&message channel switch)08/21/24
Re: System messages still appearing on tabs that I don't want to
Posted By: Baertram
I have set a special tab just for system messages, such as addon ones, but they keep appearing on tabs that I didn't specified, which is annoying.. any way to set a config to get rid of it? No. My addon here only can control what incoming message's channel should trigger: Show the chat tab where that channel is configured and wh...
File: PerfectPixel08/21/24
Yeah, OneDrive is a usual issue her...
Posted By: Baertram
Yeah, OneDrive is a usual issue here with ESO and addons :-( If you enable OneDrives "Backup" -> "Documents" then it will restore older files from the cloud after you updated local from esoui.com/Minion... Sucks somehow and only fix curently is to disable onedrive's backup of documents folder The Minion troubleshooting guide "st...
File: PerfectPixel08/21/24
Update the/your addon, your PP vers...
Posted By: Baertram
Update the/your addon, your PP version seems to be old (at least 2 versions older than current 0.13.1)? Line 36 in init is PP.lootScene() and got nothing to do with restyleStation anymore and the code that the error shows in restyleStation is also at anothr line since 3 patches!
File: CyrHUD08/21/24
Afaik a RedirectTexture always does...
Posted By: Baertram
Afaik a RedirectTexture always does the same no matter what load order of addons is used. It's redirecting the textures until you redirect them again or the UI reloads (sometimes even until logout of client or even until cache files are manually deleted on your disk). Means: If your addon was laoded before CyrHud or after makes no d...
File: Wizard's Wardrobe08/20/24
Copied from official ESO forums her...
Posted By: Baertram
Copied from official ESO forums here, maybe someone got a fix/info how to setup it properly: What is causing Wizard's Wardrobe to auto-swap back to the Trash setup after I die during a boss fight in a trial? This happens even when I have auto turned off. As an example it occurs during Oax in vRG, Orphic Shattered Shard in vLC, X...
File: PerfectPixel08/19/24
Re: Re: Re: Re: Re: New Update
Posted By: Baertram
AwesomeGuildSore and MM have been updated some hours ago already and addressed that "SellPrice" fix there. Thank you Baertram and ApoAlia. Seems a few of the add-ons might be causing issues: Tamriel Trade Centre (x) Show TTC Price (x) AwesomeGuildStore (x) Arkadius' Trade Tools : Auction House & Vendors Master Merc...
File: FCO ChangeStuff08/19/24
Hi! Could you please, perchance...
Posted By: Baertram
Hi! Could you please, perchance add a keybind to toggle the Quest Tracker? There is none in the base game, even though it's an option in the Settings > Interface menu. Thank you. <3 https://www.esoui.com/downloads/info3809-ToggleQuestTracker.html
File: PerfectPixel08/19/24
Re: Re: Re: New Update
Posted By: Baertram
Check the error fix that was posted there at the comments that ApoAlia linked! It should hopefully fix it. Unless you got other addons enabled with the same error at "SellPrice" column in inventory. ATT MM TTC (maybe) AGS .... I completely understand what you are saying. I went ahead and ran PP and it's Lib. You are cor...
File: FCO StarveStop08/19/24
Thanks hobotron, I already know...
Posted By: Baertram
Thanks hobotron, I already know it and am working on a fix. Got to do with the quickslots and some other controls not being iniialized (and thus nil) until they get opened first time now with update 43. Just a heads up: with the release of Update 43 on 19 August 2024, an error is throw by attempting to index a nil array. By ch...
File: Show TTC Price08/19/24
Here is more info what changed and...
Posted By: Baertram
Here is more info what changed and what addons using inventory "SellPrice" (or currencies) need to consider now: https://www.esoui.com/forums/showthread.php?t=11040
File: PerfectPixel08/19/24
Re: Re: Re: New Update
Posted By: Baertram
As I thought (and wrote) and was meanwhile added with more detail here too: https://www.esoui.com/forums/showthread.php?t=11040 Thanks for the confirmation ApoAlaia Thanks, but PP is not breaking my UI so far. The error you posted also does not mention it and just disabling PP to chekc if everything else works might not b...
File: PerfectPixel08/19/24
Re: New Update
Posted By: Baertram
Thanks, but PP is not breaking my UI so far. The error you posted also does not mention it and just disabling PP to chekc if everything else works might not be a real proper test IF thos other addons are broken with PP disabled alone too somehow. It's most likely that other addons did not update the "SellPrice" column of invento...
File: PerfectPixel08/19/24
Hey Klisk, nice to read you! Tha...
Posted By: Baertram
Hey Klisk, nice to read you! Thanks Hi @Baertram. Update the code, there are a lot of changes. Mostly here: layouts.lua --new* table.lua functions.lua inventoryScene.lua tabs.lua
File: PerfectPixel08/19/24
Can someone send me some time pleas...
Posted By: Baertram
Can someone send me some time please ;) ZOs changed a lot of list handling (initializes on first open and not on addon load) and the sellPrice colums etc, so some font's won't apply properly anymore if oen does not change code... If I find the time I'll see what chanegd where, guess the banks are deferred initialized now too...
File: Votan's Search Box08/19/24
Many thanks for adding the item- an...
Posted By: Baertram
Many thanks for adding the item- and weapon trait search! :banana:
File: PerfectPixel08/16/24
I was only involved asking and mana...
Posted By: Baertram
I was only involved asking and managing, all work done by code and Dak :banana:
File: PerfectExtendedJournal08/16/24
PP and LibExtendedJournal were upda...
Posted By: Baertram
PP and LibExtendedJournal were updated now, no extra addon needed anymore: Pelase delete the extra addon PerfectExtendedJorunal and update code's addons and PP instead! Thanks for the official support at LibExtendedJournal, and thanks to DakJaniels for his compatibility addon here too!