[UI] VinyUI [OUTDATED]
Forum rules
Before posting in this forum, please read the Terms of Use and visit Idrinth's Addons site for most available addons.
Before posting in this forum, please read the Terms of Use and visit Idrinth's Addons site for most available addons.
Re: [UI] VinyUI
May I ask how did you manage to add College sc to Warboard QQ addon? I tried it for some time and couldnt create extra tickable box.
Slacking (checking out EvE)
Ads
Re: [UI] VinyUI
In QueueQueuer.lua you need to update QueueQueuer_SavedVariables and QueueQueuer.ScenarioNames to include the new IDs and names (I've added a comment block with IDs I got from running a for loop on GetScenarioName(index)).
After that you add a new checkbox in QueueQueuer_GUI_TabTier4.xml like so:
Code: Select all
<!-- The Ironclad -->
<Window name="$parent_BlacklistCheckBox36" inherits="BlacklistCheckBox" id="36">
<Anchors>
<Anchor point="bottomleft" relativePoint="topleft" relativeTo="$parent_BlacklistCheckBox35">
<AbsPoint x="0" y="5" />
</Anchor>
</Anchors>
</Window>
Re: [UI] VinyUI
My bad, I couldnt create extra checkbox so I tried utilise sc we dont have yet and replace its ID and name. All I got a mess:)
Slacking (checking out EvE)
Re: [UI] VinyUI
Whats the enemy health bar above head called?
Re: [UI] VinyUI
Caffeine wrote: ↑Tue Jul 31, 2018 3:06 pm
See this post: viewtopic.php?f=66&t=6371&start=370#p293358
It doesn't work, i mean, with /hidebar command i can make it visible all the time (i assume command /hidebar disable/reset it) but it only last till zone change or relog, after that it goes invisible again. I tried to delete/disable addon completly, but then whole bar disappear.
Re: [UI] VinyUI
/hidebar 3 should work.
Also /tb allows you to adjust a lot of hot bar details.
Somehow i managed to make my hotbar 3 stay visible but it took a lot of tinkering to fix it.
Also /tb allows you to adjust a lot of hot bar details.
Somehow i managed to make my hotbar 3 stay visible but it took a lot of tinkering to fix it.
Guild - High & Mighty
Main - Dolgen - RP 40 - RR 72
Alt - Calist- KOTBS 40 - RR 63
Main - Dolgen - RP 40 - RR 72
Alt - Calist- KOTBS 40 - RR 63
Re: [UI] VinyUI
as i said... /hidebar command make it visible but it last only till zone change or relog, it does not save settings for some reason, i even tried to change it to hide other bar, same result.
and /tb has nothing to do with "visibility" of that bar
and /tb has nothing to do with "visibility" of that bar
Ads
Re: [UI] VinyUI
I had few addons that didnt save their possition or settings after relog/log off.
I found that when you place in their XXX.xml file the line : savesettings="true" it saves.
The problem with hidebar is that has no xml file in interface/addons/hidebar/ there usually that line goes, but instead has got xml file in user/settings/martyr square/XXX/XXX/hidebar (XXX is a character name).
So you got 2 ways of fixing it.
1- get rid of hidebar anyway, cause you dont want it to hide anything:
Remove Hidebar from interface/addons/, log into game, find layout edition, start editing, press load defaults and press NO on exiting. That will temporary reset all UI to default settings, pressing NO will make it goes back to settings before.
Let us know did it work.
2. Edit xml file in user/settings/martyr square/XXX/XXX/hidebar/ where XXX is your PROFILE character you share presets from. (the source of profile you using on other characters - not only the character you usually play now) and edit and save ModSettings.xml:
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<UiModuleSettings xmlVersion="1.0" enabled="true" lastLoadedVersion="1.2" messagingEnabled="false">
<VersionSettings xmlVersion="1.0" gameVersion="1.4.8" windowsVersion="" savedVariablesVersion="" />
<Windows>
<Window savesettings="true">
<Windows />
</UiModuleSettings>
Slacking (checking out EvE)
Re: [UI] VinyUI
Telperien wrote: ↑Wed Aug 22, 2018 3:20 amI had few addons that didnt save their possition or settings after relog/log off.
I found that when you place in their XXX.xml file the line : savesettings="true" it saves.
The problem with hidebar is that has no xml file in interface/addons/hidebar/ there usually that line goes, but instead has got xml file in user/settings/martyr square/XXX/XXX/hidebar (XXX is a character name).
So you got 2 ways of fixing it.
1- get rid of hidebar anyway, cause you dont want it to hide anything:
Remove Hidebar from interface/addons/, log into game, find layout edition, start editing, press load defaults and press NO on exiting. That will temporary reset all UI to default settings, pressing NO will make it goes back to settings before.
Let us know did it work.
2. Edit xml file in user/settings/martyr square/XXX/XXX/hidebar/ where XXX is your PROFILE character you share presets from. (the source of profile you using on other characters - not only the character you usually play now) and edit and save ModSettings.xml:
Let us know did it work.Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <UiModuleSettings xmlVersion="1.0" enabled="true" lastLoadedVersion="1.2" messagingEnabled="false"> <VersionSettings xmlVersion="1.0" gameVersion="1.4.8" windowsVersion="" savedVariablesVersion="" /> <Windows> <Window savesettings="true"> <Windows /> </UiModuleSettings>
First step worked, 2nd didn't because new version of HideBar doesnt allow to use command w/o number so it only let choose between /hidebar 1-5, which means, if u have addon on u no longer can make bar visible whenever u want.
Overall, thanks for help, 1st step worked !
Who is online
Users browsing this forum: No registered users and 2 guests