Results: 5990Comments by: Baertram
File: Azurah - Interface Enhanced05/16/22
Hey Phinix, coudl you maybe not...
Posted By: Baertram
Hey Phinix, coudl you maybe not uncheck the "Archive file" checkbox if you update the versions. If you do not uncheck it it will move the old version to the "Other files" history with date and time so one is able to see the history and when something changed. If you remove the checkbox though one is not able to see when actually...
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/16/22
Re: different menu
Posted By: Baertram
Hey. I do not get the usual menu when I click Settings->Addons->Pchat Not sure what to do :o I want to be able to see the menu where I can change @account name instead of character names in chat etc. Libraries are up to date. https://i.ibb.co/T2SSH2x/pchat.png :confused::confused::confused: This menu actually IS the usual menu...
File: pChat (Chat customization & help: look/notification/sound/automation/history)05/16/22
Hi, please test, as described in th...
Posted By: Baertram
Hi, please test, as described in the sticky comment post at the top, if this behaves the same as you only got pChat + needed libraries enabled. It often happens that other addons somehow interfere and I do not want to start to invest anything I cannot reproduce. If you already tested this tell me please ;) Beside that, I need mo...
File: Lykeion's Much Smarter AutoLoot05/15/22
If you add dependencies via Depends...
Posted By: Baertram
If you add dependencies via DependsOn or OptionalDependsOn you should check the current libraries's version (at the txt file tag of the library -> ## AddOnVersion) and add this version as the "current version to use at least" via the >= addition: ## DependsOn: LibAddonMenu-2.0>=33 These checks are done in c## code of the ad...
File: Lykeion's Much Smarter AutoLoot05/15/22
Please remove the libs sub folder!!...
Posted By: Baertram
Please remove the libs sub folder!!! Addons should not contain them anymore, especially LibStub is obsolete since Summerset. Just add DependsOn to your addon's txt file properly and name the needed libs in the addon description (LibAddonMenu). In your addon code do not use LibStub anymore, switch to the global variable names of...
File: Combat Cloud Updated05/12/22
Edit the file /Core/EventViewers/_b...
Posted By: Baertram
Edit the file /Core/EventViewers/_base.lua with a text editor Add this line at line 173 if not color then return end The function CombatCloud_EventViewer:PrepareLabel looks like this in the end function CombatCloud_EventViewer:PrepareLabel(label, fontSize, color, text) label:SetText(text) if not color then retur...
File: ChromaConfig05/10/22
Done
Posted By: Baertram
Done
File: ChromaConfig05/09/22
Hi there, just for your info: T...
Posted By: Baertram
Hi there, just for your info: The chosen main category "game controller" maybe a bit missleading. It means the addon is designed for Gamepad input. If this is not the purpose here, what I think, you might need to tell us which other category (Utility mds e.g.) you'd like to use as you cannot change that by yourself. You can only...
File: Advanced Filters - Updated05/09/22
Edited, moved up for an easier find...
Posted By: Baertram
Edited, moved up for an easier find as there was the one "winner" who registered at the forums to post a bug report here, but was not able to scroll down 3 posts... At least I did not write the part about "deleting post which relate to the errors" for nothing, thanks to this 1 guy :p
File: Circonians MyStatus05/06/22
Thanks, I know. It's not the only o...
Posted By: Baertram
Thanks, I know. It's not the only one :(
File: SWAPS Continued05/06/22
PTS error TopLevelControl Swaps...
Posted By: Baertram
PTS error TopLevelControl Swaps cannot be parented to any control but GuiRoot. The error says what the problem is. The control (top level) Swaps cnanot be parented to anythign else than GuiRoot. So this line 349 in swaps.lua is causing the problem most probably: SWAPS.UI:SetParent(ZO_Skills) It needs to be commented --SW...
File: FCO ItemSaver05/06/22
use case 3 is: Spelunker Divines -...
Posted By: Baertram
use case 3 is: Spelunker Divines - Non-desired set, so who cares if the trait is desired - Decon Non-desired set -> Move it to the right side of the sets list -> It will be skipped by any checks. Right, you will not be able to get the decon marker icon added to it for all item parts. I'm doing it manually btw. You only have to m...
File: FCO ItemSaver05/05/22
You are not overlooking any menu. T...
Posted By: Baertram
You are not overlooking any menu. There is 1 menu for desired sets AND undesired sets. The desired sets are all that you have not moved (left side) to the non-desired (right side) of the shifter box? This builds the "base" for the automatic set checks. It will skip all non-desired ones, that's all. And it combines with the other...
File: FCO ItemSaver05/04/22
Hi, I'll have a look why there cou...
Posted By: Baertram
Hi, I'll have a look why there could be missing the entries. @Sethz / @Brandino Test the automatic markers with the FCOIS beta version 2.2.6 please, see 1st "sticky" comment above, at the bottom of the comment is the link to the beta zip download from GitHub.
File: Swiss Knife05/04/22
Just for your info: The slash comm...
Posted By: Baertram
Just for your info: The slash command /tb is used by merTorchbug inspection tool since years. You should not add short slash commands if your addon is providing many of them (slash commands), better use something like a prefix of your addon name like for example /sktb -> sk for "Swiss Knife" or /sk/tb
File: FCO ItemSaver05/04/22
Re: Re: Re: Re: Re: Create Backup
Posted By: Baertram
The last syntax without any <> (just used to show a placeholder) and "" is the correct one. I'll have a look, thanks for the tests! Backups are saved to the SavedVariables (depends on your current save type: account, char, all accounts the same, all servers and accounts the same) subtable "backupData", and then with another subta...
File: FCO ItemSaver05/04/22
Re: Re: Re: Create Backup
Posted By: Baertram
Backups are saved to the SavedVariables (depends on your current save type: account, char, all accounts the same, all servers and accounts the same) subtable "backupData", and then with another subtable of the APIversion you have run the backup with https://www.esoui.com/portal.php?id=136&a=faq&faqid=129
File: FCO ItemSaver05/04/22
The conflict seems to be around fil...
Posted By: Baertram
The conflict seems to be around filtering on both a subset of sets and a subset of traits. You can't do both kinds of filtering at the same time. I think the only options are 1. to either define all undesirable sets (exclude desirable sets) to be marked for deconstruction regardless of trait and manually manage desirable sets w...
File: FCO Companion05/04/22
Re: New companion keybinds
Posted By: Baertram
Yes, in the future I'll add them. Quite busy with all the PTS changes with control layers, quickslots etc. Hello Baertram, is it possible that we get more keybinds / shortkeys to summon the new companions (High Isle)?
File: Map Pins05/03/22
Please do not include any hidden fo...
Posted By: Baertram
Please do not include any hidden folders like /.git/ in the zip files! They always come to our attention as we check the files and they disturb the process unnecessarily. Thank you
File: Calamath's Addon Diagnosis05/03/22
Thanks for the diagnosis tool for t...
Posted By: Baertram
Thanks for the diagnosis tool for the keybinds. One hint: Your functions KeybindsSlotTestPhase1 to 3 should not run at all if you are in combat so at the beginning of at least func 1, where you re-check if in combat, you should simply abort directly instead of doing 3 reloaduis and reverting then. Func1 is the start so just do a...
File: FCO ItemSaver05/02/22
FCOChangeStuff provides a feature f...
Posted By: Baertram
FCOChangeStuff provides a feature for that. But the current version is buggy, check the linked "beta" version at the comments section, it should work and fix that. Hi guys, does anyone have an idea how to disable the standard eso icon for new items or move it? It bugs me that the icon overlays with the FCO icons (and I find...
File: FCO ItemSaver05/02/22
Hi, the level dropdown should sh...
Posted By: Baertram
Hi, the level dropdown should show you levels to select if you have chosen "Level" at the box above ("Non desired" checks). I'll have a look why there could be missing the entries. But it should also just work with the disabled level entry as it should mark the non-enabled traits as non-desired then. Could you do me a favor...
File: Greymind Quick Slot Bar05/02/22
Thank you. btw: You can use the...
Posted By: Baertram
Thank you. btw: You can use the $(APIVersion) placeholder in the txt file of your addon to load different files: https://wiki.esoui.com/Addon_manifest_(.txt)_format#Variable_Expansion So if you just add these functions to another lua file and load it once apiversion dependent with the old code /functions_$(APIVersion).lua and...
File: FCO ItemSaver05/02/22
Re: Create Backup
Posted By: Baertram
What exactly did you choose for the backup, any more details (selected icons or all, etc.)? Was it a backup from the popup that showed after 1st login or a manually started one from the settings menu? Or doesn't it matter and it will raise the error each time? Today I wanted to create a backup and got this error: user:/AddO...