Results: 42Comments by: Swizzy
File: CraftExport04/27/15
Thanks :) I'll try to improve it a...
Posted By: Swizzy
Thanks :) I'll try to improve it a bit, too. Still trying to figure out the API though... It's a little bit different from Rift or Wildstar. Could you add me as co-author? I wouldn't have to set up a new project and it would still be yours :D Should be added to the team now i hope :)
File: CraftExport04/23/15
Actually, the SavedVars seem to be...
Posted By: Swizzy
Actually, the SavedVars seem to be in a working format. I've changed some lines in the lua, now it works again (at least fo me...) If anyone is interested, i could upload it (with the original authors permission, ofc.) Feel free, i haven't had time for this project in quite a while :/
File: CraftExport07/22/14
Re: How...
Posted By: Swizzy
.. do I access the info? I can find no actual openable file to look at, I see an .exe file that when run matches the look in the screenshots, but doesn't load any data... I've had the .exe running when I log in/out with my main character and still no data... The add-on is tagged to load in eso... So... what am I missing?...
File: CraftExport06/10/14
Re: Web-craft
Posted By: Swizzy
For our guild I just made a php/mysql page where people can upload their lua from craftstore and it will then allow searching or browsing in all members from the guild. Best way to do this kind of thing tbh, but code maybe a bit too quick and dirty for me to open it to the public - so for now it is just private to give us 'competitiv...
File: CraftExport06/08/14
I'll look into possibly adding this...
Posted By: Swizzy
I'll look into possibly adding this to the client, was thinking of it before, but didn't write it yet... ** Edit: ** Looking at the Google API's docs for Spreadsheets it's a total mess, i've spent a couple of hours now with figuring out how to keep your authentication keys so you don't have to re-authorize the application every...
File: LibAddonMenu-2.005/22/14
Example : lam:AddDropdown( cont...
Posted By: Swizzy
Example : lam:AddDropdown( controlPanelID, "ZAM_TESTDROPDOWN", "Test Dropdown", "Pick something!", {"thing 1", "thing 2", "thing 3"}, function() return "thing 2" end, function(self,valueString) d(valueString) end ) Outputs : nil nil When selecting any item in the dropdown list. At least here :D remove that "se...
File: Luminary - FishMe - Update 605/19/14
http://i59.tinypic.com/nch9fs.jpg...
Posted By: Swizzy
http://i59.tinypic.com/nch9fs.jpg If you find the messages which looks like the screenshot annoying, here's a patch: replace: d("chatter") d(index) @ line 64 in the file FSHLuminary_FishMe.lua with: if mSavedFHVars.Enable_Help_Dev then d("chatter") d(index) end or comment/remove them completly...
File: Luminary - FishMe - Update 605/19/14
http://i59.tinypic.com/nch9fs.jpg...
Posted By: Swizzy
http://i59.tinypic.com/nch9fs.jpg If you find the messages which looks like the screenshot annoying, here's a patch: replace: d("chatter") d(index) @ line 64 in the file FSHLuminary_FishMe.lua with: if mSavedFHVars.Enable_Help_Dev then d("chatter") d(index) end or comment/remove them completly
File: DynamicConfig05/16/14
This resets my custom UI scale quit...
Posted By: Swizzy
This resets my custom UI scale quite often which is really annoying. With v 1.0.9 or with the fixes described later?
File: LibAddonMenu-2.005/15/14
Have you assigned your sub-menu pan...
Posted By: Swizzy
Have you assigned your sub-menu panel to a new variable? For me it works fine like this: local SubPanel = LAM:AddSubMenu(MainPanel, ... LAM:AddCheckbox(SubPanel, ... Yep, this. As I wrote in the documentation for this function: I however have another small issue: When I click on the button to open/display the sub-menu, it is...
File: DynamicConfig05/15/14
Yes, download this file and replace...
Posted By: Swizzy
Yes, download this file and replace the files in the addon folder: https://github.com/Swizzy/eso-dynamic-config/archive/master.zip Once you've done that do /reloadui (if the game was running while you replaced the files) and go to the settings menu, you'll now have an option to disable refresh/apply as i mentioned above, no need f...
File: DynamicConfig05/15/14
Tried to unselect everything in opt...
Posted By: Swizzy
Tried to unselect everything in options, did a /reloadui but it still increases UI scale when I enter combat :/ Try opening Settings -> Video, this might solve the problem... if not, grab the code from my github and disable the refresh/apply, see if it makes a difference for you... Hey thx alot for your help! Can you maybe e...
File: DynamicConfig05/14/14
Tried to unselect everything in opt...
Posted By: Swizzy
Tried to unselect everything in options, did a /reloadui but it still increases UI scale when I enter combat :/ Try opening Settings -> Video, this might solve the problem... if not, grab the code from my github and disable the refresh/apply, see if it makes a difference for you...
File: DynamicConfig05/13/14
Since I updated to 1.0.9, every tim...
Posted By: Swizzy
Since I updated to 1.0.9, every time I go into combat my UI scale will increase, making everything very big on my UI. This does not go away when I exit combat. I tried disabling alot of the variables in the options menu, but it keeps happening, and it didnt do it on 1.0.7. Perhaps something is changing the value of the UI Scale...
File: DynamicConfig05/13/14
is it possible switch graphic when...
Posted By: Swizzy
is it possible switch graphic when you are in cyrodill? not in cyrodill? instead of combat/no combat? Disable the automatic combat detection and do it manually...
File: DynamicConfig05/13/14
I think we all agree that this is a...
Posted By: Swizzy
I think we all agree that this is a pretty sweet add-on but is there every going to be support for minion? This is the only add-on that I have seen that doesn't work in minion and I keep forgetting to go get the newest version from git and update manually since minion is doing all my automatic updating of add-on's. I just realized...
File: DynamicConfig05/13/14
using 1.0.7 I get significant hiccu...
Posted By: Swizzy
using 1.0.7 I get significant hiccups (estimated around 500ms) when going down and coming back up. Reverting to 1.0.6 to see if it still exhibits the same hiccups. I had been using 1.0.3 which worked fine so not sure if this is a beta .9 thing or introduced somewhere along the line for my setup and my installed add-ons. It would...
File: DynamicConfig05/12/14
Re: Re: Re: Just released 1.0.7
Posted By: Swizzy
YES!!!!!!!!!! i figured out how to make the SUB_SAMPLING shift properly :D making a new version now, however... the new version will require a fair bit of altering xD ** edit: ** https://github.com/Swizzy/eso-dynamic-config Uploaded the changes to github, i'd recommend doing some more testing before publishing it tho, just to mak...
File: DynamicConfig05/12/14
I think we all agree that this is a...
Posted By: Swizzy
I think we all agree that this is a pretty sweet add-on but is there every going to be support for minion? This is the only add-on that I have seen that doesn't work in minion and I keep forgetting to go get the newest version from git and update manually since minion is doing all my automatic updating of add-on's. I just realized...
File: DynamicConfig05/12/14
Re: Just released 1.0.7
Posted By: Swizzy
I've just released 1.0.7. This release has a configurable cool down period for high quality switching. I also prevents the switching to the same configuration multiple times. Reducing the number of times the configuration is changed. YES!!!!!!!!!! i figured out how to make the SUB_SAMPLING shift properly :D making a new version n...
File: DynamicConfig05/11/14
seems after alot of testing SUB_SAM...
Posted By: Swizzy
seems after alot of testing SUB_SAMPLING looks like it toggles setting wise but doesnt actually toggle with the addon the only way to toggle sub sampling setting is to manually click it i dont know its really strange, like the addon actually does change the setting and if you go into video its will be changed but it doesnt seem to ac...
File: DynamicConfig05/11/14
Btw: is the subsampling switch work...
Posted By: Swizzy
Btw: is the subsampling switch working on your system? On my Mac it doesn't update the render engine. Though the switch is set, the system isn't updating. It's a bit anoying because subsampling is a big performance killer. I don't know if it's working, not sure how to check xD all i know is that when i enable low it'll change my...
File: Luminary - Teleporter v305/11/14
awesome addon, but like Demonstorm...
Posted By: Swizzy
awesome addon, but like Demonstorm said below the latest version wont load up for me. here is a screenshot http://i.imgur.com/ayeyzFF.png?1 Change line 109 to: Teleporter.win.Searcher.SearchTextureLBL = WINDOW_MANAGER:CreateControl("TELEPORTERALERTS", Teleporter.win.Searcher, CT_BUTTON) from: Teleporter.win.Searche...
File: DynamicConfig05/11/14
There is still the unanswered quest...
Posted By: Swizzy
There is still the unanswered question why this addon is not visible through Minion. Is it intentionally? No, it's not intentional... i'll look into it and see what's up... ** edit: ** It's something with Minion, there are plenty of other addons which don't show up in minion etheir, for instance i have several Wykkyd's addon...
File: DynamicConfig05/10/14
Any chance to add the following: S...
Posted By: Swizzy
Any chance to add the following: SET GOD_RAYS_v2 SET DISTORTION SET WATER_FOAM SET MAX_ANISOTROPY SET MIP_LOAD_SKIP_LEVELS SET RAIN_WETNESS SET SPECULAR_MAPS Yes, it's probably possible, if you want i can test it see if it works and add it as an option... ** edit: ** If you grab the files from here: https://github.com...