Just sent final Beta Verification release for EU testing
- bringoutyourdead
- Forums Admin & general flunky
- Posts: 1432
- Joined: Fri Nov 07, 2008 1:11 pm
- Location: Texas, USA
Just sent final Beta Verification release for EU testing
This version works fine on PTR
(which means I couldn't test Demon Hunters and 101->110 levels)
I don't expect any issues with this as previous testing on Beta showed no issues with those areas.
New French translations included.. (had to make minor tweaks to handle multi-line tooltips... replacing CR-LF with Lua \n coding.)
(which means I couldn't test Demon Hunters and 101->110 levels)
I don't expect any issues with this as previous testing on Beta showed no issues with those areas.
New French translations included.. (had to make minor tweaks to handle multi-line tooltips... replacing CR-LF with Lua \n coding.)
- bringoutyourdead
- Forums Admin & general flunky
- Posts: 1432
- Joined: Fri Nov 07, 2008 1:11 pm
- Location: Texas, USA
and oops!
I had forgotten to add the new class to CurseForge translations... fixed
and fixed for current localizations EN,DE,FR,ES,IT
and RU... though I do not know if what Blizzard had on web is also what is in game.
Apparently Blizzard may have a problem.. or just an Beta oddity..
I looks like
/who c-Demon Hunter
and
/who c-Hunter
may both trigger the same response from the server
We will need to see if that is true on live
(current impact is duplicate effort when scanning by those classes)
It may require another CensusPlus minor update before the expansion pack goes live.
I had forgotten to add the new class to CurseForge translations... fixed
and fixed for current localizations EN,DE,FR,ES,IT
and RU... though I do not know if what Blizzard had on web is also what is in game.
Apparently Blizzard may have a problem.. or just an Beta oddity..
I looks like
/who c-Demon Hunter
and
/who c-Hunter
may both trigger the same response from the server
We will need to see if that is true on live
(current impact is duplicate effort when scanning by those classes)
It may require another CensusPlus minor update before the expansion pack goes live.
It's 19/7-16, 8:20 CET, here in Europe and game is still not patched..
Maybe only US gets it today (EU normally gets patches on wednesday)..
I leave for Sardinia in a few hours, so I cannot test anything until tuesday or wednesday, next week..
EDIT: Could quotes help fix the Hunter/DH issue? /who c-"Demon Hunter" ?
Or maybe /who c-Demon (which will probably be a translation nightmare)...
Maybe only US gets it today (EU normally gets patches on wednesday)..
I leave for Sardinia in a few hours, so I cannot test anything until tuesday or wednesday, next week..
EDIT: Could quotes help fix the Hunter/DH issue? /who c-"Demon Hunter" ?
Or maybe /who c-Demon (which will probably be a translation nightmare)...
Doing census mainly on Draenor; Raluf - Nimsay - Lusmo - Quixx - Sosyan - Garthog - Trubin - Zalistra - Zesmi and Djaang
Yup... I was right --> http://eu.battle.net/wow/en/blog/201764 ... 15-07-2016FuxieDK wrote:Maybe only US gets it today (EU normally gets patches on wednesday)..
Doing census mainly on Draenor; Raluf - Nimsay - Lusmo - Quixx - Sosyan - Garthog - Trubin - Zalistra - Zesmi and Djaang
As I see it (I see no /census c-Demon Hunter in the log), Demon Hunters are not censussed at all, simply because they are covered by Hunter census..
While this works in English, are we ABSOLUTELY sure it works for all other languages as well? Both current and potential future localizations?
How about something like this (pseudo code):
This way, we would get a specific DH entry in the queue, if it (in the current localization) doesn't contain the same translation as HUNTER.
If it does contain it (like in English), it will be covered by the HUNTER entry..
Race can ofc be changed, once Blizzard decides to add additional races for this class.
And it will work for all future languages..
While this works in English, are we ABSOLUTELY sure it works for all other languages as well? Both current and potential future localizations?
How about something like this (pseudo code):
Code: Select all
if RACE = NELF or RACE = BELF then
if HUNTER is not a subset of DEMONHUNTER then
add DEMONHUNTER to queue
endif
add HUNTER to queue
endif
If it does contain it (like in English), it will be covered by the HUNTER entry..
Race can ofc be changed, once Blizzard decides to add additional races for this class.
And it will work for all future languages..
Doing census mainly on Draenor; Raluf - Nimsay - Lusmo - Quixx - Sosyan - Garthog - Trubin - Zalistra - Zesmi and Djaang
- bringoutyourdead
- Forums Admin & general flunky
- Posts: 1432
- Joined: Fri Nov 07, 2008 1:11 pm
- Location: Texas, USA
- bringoutyourdead
- Forums Admin & general flunky
- Posts: 1432
- Joined: Fri Nov 07, 2008 1:11 pm
- Location: Texas, USA
- bringoutyourdead
- Forums Admin & general flunky
- Posts: 1432
- Joined: Fri Nov 07, 2008 1:11 pm
- Location: Texas, USA
Odd the first time I tried to get translations for Demon Hunter and Hunter in Swahili.. Google returned no translation, as if Swahili had not term for hunter.
I can conceive of no language that fails to have a word/symbol for hunter..
Wikipedia was confusing to me.. as it shows a number of Swahali sounds needing character combinations to convert to writing.
But be that as it may... if and when Blizzard adds a Kiswahili language pack we are already covered.
hunter = wawindaji

I can conceive of no language that fails to have a word/symbol for hunter..
Wikipedia was confusing to me.. as it shows a number of Swahali sounds needing character combinations to convert to writing.
But be that as it may... if and when Blizzard adds a Kiswahili language pack we are already covered.
hunter = wawindaji


Well, Swahili was actually just a mock example 
The only two words I remember in Swahili, from when I was in Kenya and Tanzania, are "mbuzi" and "mbuni".. They are goat and ostrich..

The only two words I remember in Swahili, from when I was in Kenya and Tanzania, are "mbuzi" and "mbuni".. They are goat and ostrich..
Doing census mainly on Draenor; Raluf - Nimsay - Lusmo - Quixx - Sosyan - Garthog - Trubin - Zalistra - Zesmi and Djaang
- bringoutyourdead
- Forums Admin & general flunky
- Posts: 1432
- Joined: Fri Nov 07, 2008 1:11 pm
- Location: Texas, USA
They have the same problem as we do.. and so do you...
it is how blizzards server responds to the query.
and it only respond to specific queries.
you can (I have) manually do the who with CensusPlus not enabled... and you get the same results.
If Blizzard were to add a new language where ' Demon Hunter' is not treated as "somthing Hunter" then we will have to turn on both queries.. and yes I would put in code that said only for the specific language that is different then all of the rest we currently support.
but this is borrowing trouble, that may never happen.
it is how blizzards server responds to the query.
and it only respond to specific queries.
you can (I have) manually do the who with CensusPlus not enabled... and you get the same results.
If Blizzard were to add a new language where ' Demon Hunter' is not treated as "somthing Hunter" then we will have to turn on both queries.. and yes I would put in code that said only for the specific language that is different then all of the rest we currently support.
but this is borrowing trouble, that may never happen.
I know that LibWho have the same problem 
But since that Lib is doung the actual WHO-command, I was think alone the lines of some routines that refined the results, so only classes that match the search string 100% would be returned to the calling add (in our case CensusPlus)..

But since that Lib is doung the actual WHO-command, I was think alone the lines of some routines that refined the results, so only classes that match the search string 100% would be returned to the calling add (in our case CensusPlus)..
Doing census mainly on Draenor; Raluf - Nimsay - Lusmo - Quixx - Sosyan - Garthog - Trubin - Zalistra - Zesmi and Djaang
- bringoutyourdead
- Forums Admin & general flunky
- Posts: 1432
- Joined: Fri Nov 07, 2008 1:11 pm
- Location: Texas, USA