This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Spell.dbc and languages  (Read 1421 times)

Twentynine

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 9
    • View Profile
[QUESTION] Spell.dbc and languages
« on: April 09, 2014, 11:43:21 am »
Well... first, i'm sorry for my english, now... to the point here.

viewtopic.php?f=60&t=4177

its something similar to that post there, the problem is, i have my own server, the DB is kind of double, first the english one, and inside that one its and spanish one, so that everyone that enters the server with any of those languages can see every npc or spell in their own language, now the problem is first:

wich one should i Mod to create and modify spells, and... is there a way to put the two of them in a MPQ archive?

 besides this, the dbcutil and csved and all that doesn't seem to work, i've read that this problem is resolved using this, but didnt work, so i'm tryng to see what am i doing wrong.

when i edited the english spell.dbc only people with the game in english could see everything well, spanish was all wrong, every spell lost their descriptions and names and everything, when i edited the spanish one, nothing happened (probably because of a mistake i have to retry this) so... what am i doing wrong, or what do i do to make this work for both languages, thats all, thanks to everyone
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

schlumpf

  • Administrator
  • Creator of Worlds
  • *****
  • Posts: 2967
    • View Profile
Re: [QUESTION] Spell.dbc and languages
« Reply #1 on: April 09, 2014, 02:08:01 pm »
Prior to Cata you can have all languages within one DBC by just filling out the additional columns, which are empty otherwise. If you do not have translations for that specific language, just add the English one as well, so that the game at least contains something in case a user of an unsupported locale joins. Tell them to give you their spell.dbc in order to add the translations to your multi-language one.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Twentynine

  • Registred Member
  • BLP Convertor
  • *****
  • Posts: 9
    • View Profile
Re: [QUESTION] Spell.dbc and languages
« Reply #2 on: April 09, 2014, 06:30:32 pm »
is there an easy way to do that?

is there any way to fix dbcutil and csved so they can work as they should? cause aparently to most people that was a solution to  this problem...
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [QUESTION] Spell.dbc and languages
« Reply #3 on: April 09, 2014, 06:56:50 pm »
.csv is excel-readable.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [QUESTION] Spell.dbc and languages
« Reply #4 on: April 09, 2014, 10:10:07 pm »
Quote from: "Ascathos"
.csv is excel-readable.

Spell DBC cannot be converted to CSV using DBCUtil.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [QUESTION] Spell.dbc and languages
« Reply #5 on: April 10, 2014, 03:09:36 pm »
Quote from: "stoneharry"
Quote from: "Ascathos"
.csv is excel-readable.

Spell DBC cannot be converted to CSV using DBCUtil.

[attachment=0:3a3288is]Am I doing it wrong then.jpg[/attachment:3a3288is]


Sorry to say that, but I think I am doing it wrong then  :shock:
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

stoneharry

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 617
    • View Profile
Re: [QUESTION] Spell.dbc and languages
« Reply #6 on: April 10, 2014, 03:13:14 pm »
Quote from: "Ascathos"
Quote from: "stoneharry"
Quote from: "Ascathos"
.csv is excel-readable.

Spell DBC cannot be converted to CSV using DBCUtil.

[attachment=0:226rh9dd]Am I doing it wrong then.jpg[/attachment:226rh9dd]


Sorry to say that, but I think I am doing it wrong then  :shock:

What is your version of DBCUtil? The public version is not able to and when I have asked before people have just said "this is my private version". This led me to write my own spell DBC editor.

edit:

Apparently I can convert it... What. I always got buffer overflow errors before, and people I spoke to had the same issue. Weird.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [QUESTION] Spell.dbc and languages
« Reply #7 on: April 10, 2014, 03:14:41 pm »
nneonneo's DBC <-> CSV Converter
1.3.2.0

No idea where I got it from. Don't think I got it privately though.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

deep6ixed

  • Contributors
  • Wiki Incarnate
  • *****
  • Posts: 189
    • View Profile
Re: [QUESTION] Spell.dbc and languages
« Reply #8 on: April 10, 2014, 06:07:20 pm »
When I merged German and English Dbc files I used myDbcEditor.

Mind you I'm not at my computer, but the general steps are the same, but the wording might not be.

1.) Open the English DBC file and click the menu option for export strings as patch, save this file .
2.) Open the Spanish dbc file and select apply patch, using the the one you extracted from the previous step.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »