CensusPlus for 2.4

General discussion of WarcraftRealms UI Mods
Post Reply
SirCotare
Posts: 11
Joined: Sun Mar 30, 2008 7:47 am

CensusPlus for 2.4

Post by SirCotare »

Hi there!

Since 2.4 CensusPlus didn't work properly on german and french clients. There have been a few bugreports here in the forum but there has not been an updated version to fit the changes.

I took the liberty to adjust CensusPlus to 2.4 for german and french clients:
EDIT: link removed sice the changes have been releaed officially now

Code: Select all

I added some lines to adjust CensusPlus to the new Class and Race namings in WoW 2.4
This includes only German and French localizations, as I had no information on other
languages.

As for German and French clients:
CensusPlus should now finish scans correctly and no longer generate the LUA error, looping
the finishing sound.
yours SirCotare
Last edited by SirCotare on Tue Apr 08, 2008 10:29 am, edited 1 time in total.

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

So they changed the class names in 2.4?
phpbb:phpinfo()

SirCotare
Posts: 11
Joined: Sun Mar 30, 2008 7:47 am

Post by SirCotare »

in the german version, they only changed class names to fit male and female characters, eg.: male-> Druide, female->Druidin

In the french version they did the same, but also adjusted some of the race names.

(http://www.warcraftrealms.com/forum/vie ... php?t=3742) here the changes have been posted

All of that depends on which gender the character has. I added a reference to the localization.lua telling CensusPlus, which female notaions belong to which male notaion.
In the CensusPlus.lua I just added some if the else checks to rewrite encountered female names to the standard male ones.

Hybuir
Gear Dependent Squirrel
Gear Dependent Squirrel
Posts: 1471
Joined: Tue Sep 06, 2005 6:22 am
Location: Austin, TX
Contact:

Post by Hybuir »

woohoo german client fix plus version update! :)

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

I have updated CP with your changes. I expect there to be similar changes for the spanish version, but I don't know the translations. If folks can keep an eye out, I would be very appreciative!
phpbb:phpinfo()

SirCotare
Posts: 11
Joined: Sun Mar 30, 2008 7:47 am

Post by SirCotare »

I just installed the spanish client. I found the follwing changes:

Code: Select all

	CENSUSPlus_DRUID            = "Druida";------------
	CENSUSPlus_HUNTER           = "Cazador";Cazadora
	CENSUSPlus_MAGE             = "Mago";Maga
	CENSUSPlus_PRIEST           = "Sacerdote";Sacerdotisa
	CENSUSPlus_ROGUE            = "P?caro";P?cara
	CENSUSPlus_WARLOCK          = "Brujo";Bruja
	CENSUSPlus_WARRIOR          = "Guerrero";Guerrera
	CENSUSPlus_SHAMAN           = "Cham?n";----------
	CENSUSPlus_PALADIN          = "Palad?n";----------

	CENSUSPlus_DWARF            = "Enano";Enana
	CENSUSPlus_GNOME            = "Gnomo";Gnoma
	CENSUSPlus_HUMAN            = "Humano";Humana
	CENSUSPlus_NIGHTELF         = "Elfo de la noche";Elfa de la noche
	CENSUSPlus_ORC              = "Orco";---------------
	CENSUSPlus_TAUREN           = "Tauren";--------
	CENSUSPlus_TROLL            = "Trol";---------
	CENSUSPlus_UNDEAD           = "No-muerto";No-muerta
	CENSUSPlus_DRAENEI          = "Draenei";-----------------
	CENSUSPlus_BLOODELF         = "Elfo de sangre";Elfa de sangre
-------- means no change
the others have the femae names at the end of the line after the ;

you just gotta edit the localization.lua and add the references just like I did it with the german and french sections :)

Hybuir
Gear Dependent Squirrel
Gear Dependent Squirrel
Posts: 1471
Joined: Tue Sep 06, 2005 6:22 am
Location: Austin, TX
Contact:

Post by Hybuir »

doesn't that mean that WCR wont have to mine for some of the male/female information to supplement, right?

User avatar
Rollie
Site Admin
Posts: 4783
Joined: Sun Nov 28, 2004 11:52 am
Location: Austin, TX
Contact:

Post by Rollie »

Not without some updates. This will basically just translate all the feminine translations into the masculine so they all fit the way it was.

Thank you for those Spanish tranlations!
phpbb:phpinfo()

SirCotare
Posts: 11
Joined: Sun Mar 30, 2008 7:47 am

Post by SirCotare »

Here is the updated loclization.lua (http://www.3025-game.de/localization.zip)
* I added the 2.4 translations for the feminine spanish chars
* Added german translation for the "Prune" button

pakrete
Posts: 2
Joined: Wed Oct 26, 2005 2:41 pm

Post by pakrete »

hello :)

i'm a Horde player and..
i've not counted the update for Alliance races in my post http://www.warcraftrealms.com/forum/vie ... php?t=3742
*pink face*


in french armory ( eu.wowarmory.com ) Alliance races for female population are these :

- female Draene? : no add, same as male

- female Dwarf : doesn't exist in armory !! :P

- female Gnome : no add, same as male

- female Human : is now Humaine

- female Nightelf : no add, same as male



anyway, great thanks for datas already updated :wink:
french Horde localization now works fine :)

SirCotare
Posts: 11
Joined: Sun Mar 30, 2008 7:47 am

Post by SirCotare »

http://www.3025-game.de/localization.zip
- female Human : is now Humaine
ADDED

Post Reply