 |
| Welcome to Elitist Jerks |
|
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.
To start viewing messages, select the forum that you want to visit from the selection below.
|
08/21/08, 10:07 AM
|
#101 (permalink)
|
|
Von Kaiser
Human Warrior
Argent Dawn
|
It somewhat clarifies things, I just hope the curse client does disembedded properly, because I suppose the libraries will not available on wowinterface etc, only in a repository and unreleased?
|
|
|
|
|
|
08/21/08, 11:31 AM
|
#102 (permalink)
|
|
Glass Joe
Gnome Warlock
Kazzak (EU)
|
Disembedding is discouraged greatly. If you want to go through the effort of disembedding you will probably have to do lots of manual actions.
It's causing more issues than it solves.
|
Author of Ace3, BigWigs, oRA2, Violation, WitchHunt, Necronomicon2, CrowBar, LockSmith, CandyBar and other stuff
|
|
|
|
08/21/08, 11:47 AM
|
#103 (permalink)
|
|
Von Kaiser
Undead Priest
Dalaran (EU)
|
Originally Posted by Ammo
Disembedding is discouraged greatly. If you want to go through the effort of disembedding you will probably have to do lots of manual actions.
It's causing more issues than it solves.
|
Such as ?
I've not had a problem with disembedding neither as a developper nor as an avid addon user... It may be a dead horse so feel free to direct me toward existing resources for your answer 
|
|
|
|
|
|
08/21/08, 11:57 AM
|
#104 (permalink)
|
|
Piston Honda
Dwarf Priest
Silvermoon (EU)
|
Originally Posted by Mokhtar
Such as ?
I've not had a problem with disembedding neither as a developper nor as an avid addon user... It may be a dead horse so feel free to direct me toward existing resources for your answer 
|
Too many new users coming on wowace and posting errors that are simply missing libraries, I blame this mainly on WAU.
|
|
|
|
|
08/21/08, 12:03 PM
|
#105 (permalink)
|
|
Von Kaiser
Undead Priest
Dalaran (EU)
|
Originally Posted by funkydude
Too many new users coming on wowace and posting errors that are simply missing libraries, I blame this mainly on WAU.
|
OK so it's not a problem of disembedded per se (from a performance / philosophy standpoint) but the way people use it brainlessly.
|
|
|
|
|
|
08/21/08, 2:49 PM
|
#106 (permalink)
|
|
Von Kaiser
Human Warrior
Argent Dawn
|
So essentially, if we want to run disembedded, we will probably need SVN accounts and to be using an svn client. That seems like a dumb idea on the part of Curse.
|
|
|
|
|
|
08/21/08, 3:15 PM
|
#107 (permalink)
|
|
Von Kaiser
Undead Priest
Dalaran (EU)
|
Not sure about that but I guess we should also edit the embeds.xml 
|
|
|
|
|
|
08/21/08, 4:11 PM
|
#108 (permalink)
|
|
Yattaa!
|
Originally Posted by Margot
So essentially, if we want to run disembedded, we will probably need SVN accounts and to be using an svn client. That seems like a dumb idea on the part of Curse.
|
Using an SVN client just to disembed for performance would defeat the object somewhat. The performance you gain from disembedding would happen in your loading screen when you log into WoW for the first time. Using SVN on Windows will deposit hidden .svn folders with a good dozen of base files within. When you start your client WoW.exe will spend extra time just to read all these files.
Disembedding does not actually increase your FPS or decrease your latency.
The only real reason for disembedding, realistically, is to profile addons properly. Unless you have FPS/lag issues, disembedding is really not needed.
|
|
|
|
|
|
08/21/08, 6:16 PM
|
#109 (permalink)
|
|
Piston Honda
|
Not that I expect this is widespread, but it is also useful for those of us who make occasional local modifications to shared libraries, since we don't have to guess/figure out which embedded copy is actually getting loaded.
|
|
|
|
|
|
08/21/08, 6:32 PM
|
#110 (permalink)
|
|
Piston Honda
Dwarf Priest
Silvermoon (EU)
|
Originally Posted by dinesh
Not that I expect this is widespread, but it is also useful for those of us who make occasional local modifications to shared libraries, since we don't have to guess/figure out which embedded copy is actually getting loaded.
|
In such a case you just increment the library's specific revision number to something stupidly high.
|
|
|
|
|
08/21/08, 11:03 PM
|
#111 (permalink)
|
|
Piston Honda
|
Well I tried to move to curse in anticipation of this, and all I have to say is that ... curse has a *LONG* way to go...
|
|
|
|
|
|
08/22/08, 1:29 PM
|
#112 (permalink)
|
|
Von Kaiser
Human Warrior
Argent Dawn
|
Originally Posted by Tallage
Using an SVN client just to disembed for performance would defeat the object somewhat. The performance you gain from disembedding would happen in your loading screen when you log into WoW for the first time. Using SVN on Windows will deposit hidden .svn folders with a good dozen of base files within. When you start your client WoW.exe will spend extra time just to read all these files.
Disembedding does not actually increase your FPS or decrease your latency.
The only real reason for disembedding, realistically, is to profile addons properly. Unless you have FPS/lag issues, disembedding is really not needed.
|
I never said a single word about performance. I just like being informed about what I have installed, and the dependencies, etc. This is somewhat of a hassle to track down with embedded, and it's just a convenience & control issue for me. Figuring out what addon or lib is the problem is also a lot easier with disembedded.
Essentially - I understand that the primary motivation for packing things with libraries is so that users don't mess things up. But for a competent user, the primary motivation for disembedding things is so that when authors mess things up, I can track it down and correct it within a few minutes.
|
|
|
|
|
|
08/23/08, 6:23 AM
|
#113 (permalink)
|
|
Banned
option
Blood Elf Druid
No WoW Account (EU)
|
Speaking of reverse engineering, here's some code that connects to their servers that can:
- pull the entire addon list
- pull changes for a list of addons specified by ids
- pull changelogs for addons
http://warp13.co.uk/static/purse.txt
Hopefully someone can convert this to C# and integrate this into the existing WAU code, or integrate it into WUU.
Note that the authentication uses a modified version of RC4[1], the key scheduling algorithm is different (and completely broken cryptographically), and the PRNG stream XORs the previous value into the next one.
1: I hope since they're US based they're paying RSA Data Security for use of their RC4 patent.
|
|
|
|
|
|
08/24/08, 12:53 AM
|
#114 (permalink)
|
|
Glass Joe
|
After reading most of this, it seems like some people are overreacting just a little bit. No one really knows everything that is going to happen when WAU stops working (and it hasn't yet.) With just a little patience we might all be very surprised.
|
|
|
|
|
|
09/07/08, 7:25 AM
|
#115 (permalink)
|
|
Von Kaiser
Human Priest
Tarren Mill (EU)
|
From a simple minded and not very code enthusiast user pov, what I'm mostly concerned about this entire thing, is where I have to go when WotLK hits live to update my addons and when Ace will stop working. Should I expect an announcement in the WAU itself or seek the information on it's homepage, on Curse or maybe another unkown place?
|
|
|
|
|
|
09/07/08, 8:38 PM
|
#116 (permalink)
|
|
Von Kaiser
Undead Priest
Ravencrest (EU)
|
Zenedra the community will make sure to let you know. It'll be posted on WowAce, Curse, here, mmo-champion, nihilum.eu and various other community-news sites.
I wouldn't worry now
If anything, I rather be concerned about Curse pushing the release of the new client to early. The current beta versions of the CurseUpdater is terrible.
|
|
|
|
|
|
09/15/08, 9:16 AM
|
#117 (permalink)
|
|
Piston Honda
Night Elf Rogue
Whisperwind
|
Originally Posted by windcape
If anything, I rather be concerned about Curse pushing the release of the new client to early. The current beta versions of the CurseUpdater is terrible.
|
That's my main concern as well. I trust wowace too much, mainly because I have never had or heard of anyone getting keyloggers etc from their site, curse on the other hand I have heard multiple issues about. If they push the release too soon, it will be filled with bugs. That's just my take on the situation.
|
|
|
|
|
|
09/29/08, 1:53 PM
|
#118 (permalink)
|
|
Von Kaiser
Draenei Shaman
Feathermoon
|
Today is the day it seems.
|
Today is the day that the below plans go into action. Please be patient while we transition to the new site.
|
Main Page - WowAce Wiki
|
|
|
|
|
|
09/30/08, 7:33 PM
|
#119 (permalink)
|
|
Thinks Your Tears are Delicious
|
This is crap. I don't want to be forced to use the crappy curse client. I have my addons just as I want them in jWowUpdater. Maybe I'll manually plug in all the project IDs from WowInterface or something, unless an alternative pops up.
|
And wow! Hey! What's this thing suddenly coming toward me very fast? Very, very fast. So big and flat and round, it needs a big wide-sounding name like...ow...ound...round...ground! That's it! That's a good name - ground! I wonder if it will be friends with me?
And the rest, after a sudden wet thud, was silence.
|
|
|
|
10/01/08, 10:19 AM
|
#120 (permalink)
|
|
Von Kaiser
|
I'd really love to see another alternative. Curse client is buggy and feels "spyware-ish", and WoWMatrix takes forever to update addons. Are there other options at the moment? Or does anyone know of something in development? I'd even pay for WAU to keep working!
If only i could code!
|
|
|
|
|
|
10/01/08, 11:35 PM
|
#121 (permalink)
|
|
Glass Joe
|
If most of your addons are available on WoWinterface or stuff, you can use JWoWupdater and just plug in the addon IDs. It's fairly fast and simple.
|
|
|
|
|
|
10/02/08, 12:07 PM
|
#122 (permalink)
|
|
Glass Joe
Meiriel
Night Elf Priest
Non-US/EU Server (EU)
|
I tried that, but it didn't work really well. Some really ancient versions of some addons kept appearing, apparently because the version on WoWAce was much more up to date than on WoWInterface. Other addons were never recognised from their ID. And some weeks ago it started to ignore Omen. Omen complained about not being up to date ingame but JWoWUpdater couldn't find any new versions. Not talking about what a hassle it was to feed it several dozend addon IDs from three different websites.
|
|
|
|
|
|
10/02/08, 1:05 PM
|
#123 (permalink)
|
|
Thinks Your Tears are Delicious
|
Seems like my only choice is going to be to drastically scale back my mod usage and only use mods that have regularly updated WoWInterface pages. 3.0 is going to be a total nightmare. I wish the WOWAce people had put it out there that they needed money so badly, I'd have gladly donated $20 a year or something to not have this happen. I tried the curse updater and it didn't even list most of my mods. And I don't trust it at all, and it won't update my Mac, only my PC. Awesome =/
|
And wow! Hey! What's this thing suddenly coming toward me very fast? Very, very fast. So big and flat and round, it needs a big wide-sounding name like...ow...ound...round...ground! That's it! That's a good name - ground! I wonder if it will be friends with me?
And the rest, after a sudden wet thud, was silence.
|
|
|
|
10/02/08, 1:12 PM
|
#124 (permalink)
|
|
Banned
|
I don't mind WowMatrix so much. Yeah, it takes forever and a day to update your addons, but then again I usually go to the men's room and fill my drink* before I log in anyways. Plus it actually works properly, which is more than I can say for the Curse client at the moment.
* Edit: It was suggested that I point out that I do not fill my drink in the men's room. It's two tasks.
Last edited by Theras : 10/02/08 at 1:20 PM.
|
|
|
|
|
10/02/08, 1:12 PM
|
#125 (permalink)
|
|
Glass Joe
|
You have to give them a little time to get eveything squared away Goatbert. On the WoWAce forums they are still talking about getting everything meshed together. People just need to give them some time
|
|
|
|
|
|
|