WowDevTools / WDBXEditor

A communal program to edit all variants of Blizzard's client db files.
229 stars 157 forks source link

SkillLine.dbc Wrong columnName #119

Open Nawakland opened 10 months ago

Nawakland commented 10 months ago

WDBX Editor version 1.1.9.a Wotlk 3.3.5a (12340)

Column n°6 from SkiIlLine.dbc has wrong header name. Currently named "DisplayName_Lang_koKR" and should be "DisplayName_Lang_frFR" I double checked this by extracting DBC file from french client.

Best regards.

RainbowBridgeSoftware commented 5 months ago

I've just noticed this too: When you open different language dbc's the text is in the wrong columns. The only language that matches is enUS. The client sees enGB as enUS, as the databases are the same.

deDE = Title_Lang_frFR enCN = Title_Lang_deDE enGB = Title_Lang_enUS enUS = Title_Lang_enUS esES = Title_Lang_zhCN esMX = Title_Lang_enTW frFR = Title_Lang_koKR koKR = Title_Lang_enGB ruRU = Title_Lang_zhTW zhCN = Title_Lang_deDE zhTW = Title_Lang_enCN

It might be a good idea for the editor to check for the "component.wow-deDE.txt", or the "component.wow-enCN.txt", etc... file in the language directory.?

WOW Locales

0: deDE: German (Germany) 1: enGB: English (United Kingdom) 2: enUS: English (United States) 3: esES: Spanish (Spain) 4: frFR: French (France) 5: koKR: Korean (Korea) 6: zhCN: Chinese (Simplified, PRC) 7: zhTW: Chinese (Traditional, Taiwan) 8: enCN: English (Chinese Audio) 10: esMX: Spanish (Mexico) 11: ruRU: Russian (Russia)