Page 1 of 1

US Census Version, but localization is set to french/german

Posted: Sat Feb 19, 2005 3:53 am
by Guest
I get the following Error after installing 1.6:
You appear to have US Census Version, yet your localization is set to french/german.
Please do not upload stats until ...
I had the 1.51 installed, but completely removed it before installing 1.6.(I did not get this message with 1.51)
I am currently using cosmos, yet census is turned off in the addon list.

Maybe I just installed the wrong Version ;(
Here is the link I used : http://www.warcraftrealms.com/censusplus.php


Hope the provided info helps to solve it ;)

Posted: Sat Feb 19, 2005 10:19 am
by Rollie
Are you playing on EURO servers? Did you make sure to click the EURO box? If you need to reselect, type

/census locale

and select the proper local from the box (US or EURO).

Tell me what servers you play on (US vs EURO) and what client you are using (EN, FR, DE).

Posted: Sat Feb 19, 2005 4:57 pm
by Guest
I am playing EURO Server(German to be exact) and choose the EURO Version on first startup with censusplus 1.6.

Tried /census locale and got the following message:
You have set your locale to EU from EU-
You appear to have US Census Version, yet your localization is set to french/german.
Please do not upload stats until ...
Pretty confusing hope this helps

Posted: Sun Feb 20, 2005 10:59 am
by Rollie
There is a bug in the code. To quick fix it, just open the CensusPlus.lua file. It is in your Interface/AddOns/CensusPlus directory (or Census directory if you are a Cosmos user).

Near the very bottom of the file is this line:

if(( CENSUSPlus_DWARF == "Nain" or CENSUSPlus_DWARF == "Zwerg" ) and GetLocale() ~= "usEN") then

It should read:

if(( CENSUSPlus_DWARF == "Nain" or CENSUSPlus_DWARF == "Zwerg" ) and GetLocale() <b>==</b> "usEN") then


Not the change from ~= to ==

Posted: Sun Feb 20, 2005 12:20 pm
by Guest
Thanks Rollie,

works fine now