DBCEditor - A DBC-Editor! menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 38
  1. #1
    Cromon's Avatar Legendary


    Reputation
    840
    Join Date
    Mar 2008
    Posts
    714
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    DBCEditor - A DBC-Editor!

    Hello everybody!

    As there were a lot of people asking me to develop a DBC-Editor that is fast, flexible and userfriendly i yesterday decided to use tha little bit of time i have to work on a DBC-Editor. At the moment im kinda happy with the result. Modifying values works without problems. Spell.dbc works without problems. For colored fields there is a color-picker. You can name columns, you can add xrefs to other DBCs in the same folder. The format gets "guessed" completly on its own when you load a DBC. For DBCs with more than 5 entries it is usually completly correct guessing the format (including guessing the locale).

    But here some screenshots:
    1. Changing column names:




    2. Managing References:





    3. Screens from WoW:



    Download here:
    http://ul.to/jgxyn9

    Greetings
    Cromon
    Last edited by Cromon; 05-23-2010 at 11:08 AM.

    DBCEditor - A DBC-Editor!
  2. #2
    Xel's Avatar ★ Elder ★
    Authenticator enabled
    Reputation
    1179
    Join Date
    Jul 2008
    Posts
    2,906
    Thanks G/R
    94/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thread Approved

  3. #3
    Khira's Avatar Sergeant
    Reputation
    10
    Join Date
    Nov 2009
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this, is it possible to add lines ?

  4. #4
    Cromon's Avatar Legendary


    Reputation
    840
    Join Date
    Mar 2008
    Posts
    714
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes, it should be possible.

  5. #5
    Reflection's Avatar Legendary
    Reputation
    783
    Join Date
    Mar 2008
    Posts
    3,377
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome work, as always. +7.

    Freelance Digital Artist
    https://reflectionartwork.deviantart.com
    You did not desert me
    My brothers in arms


  6. #6
    davidfaca's Avatar Member
    Reputation
    2
    Join Date
    Oct 2008
    Posts
    96
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Good one. Can it edit strings and edit spell.dbc?

    Thanks anyway

  7. #7
    Toyoka's Avatar Contributor
    Reputation
    139
    Join Date
    Nov 2009
    Posts
    406
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweetness, this will come in handy, Cromon. Another job well done!
    ~ "When you find it hard doing right in what you do, you've got a problem" ~

  8. #8
    Cromon's Avatar Legendary


    Reputation
    840
    Join Date
    Mar 2008
    Posts
    714
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @davidfaca: Yes, works. Look at the second wow-picture. That was Heroic Strike.

  9. #9
    I Hypnotoad I's Avatar Contributor
    Reputation
    147
    Join Date
    Aug 2007
    Posts
    873
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is perfect! I was just trying to swap some shtuff. DBCutil doesn't like me.
    You win 3 Internetz


    Dragon[Sky] can get into our signatures, AND our pants.



  10. #10
    Subset's Avatar Vanaka
    Reputation
    355
    Join Date
    Nov 2009
    Posts
    603
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I like how it saves spell.dbc like 20 times faster than the other DBC Editor. Thanks!

  11. #11
    Khira's Avatar Sergeant
    Reputation
    10
    Join Date
    Nov 2009
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Cromon View Post
    Yes, it should be possible.
    Ok, so I have a bug :
    Code:
    Consultez la fin de ce message pour plus de détails sur l'appel du débogage
    juste-à-temps (JIT) à la place de cette boîte de dialogue.
    
    ************** Texte de l'exception **************
    System.InvalidCastException: Le cast spécifié n'est pas valide.
       à DBCEditor.Form1.dataGridView1_CellClick(Object sender, DataGridViewCellEventArgs e)
       à System.Windows.Forms.DataGridView.OnCellClick(DataGridViewCellEventArgs e)
       à System.Windows.Forms.DataGridView.OnMouseClick(MouseEventArgs e)
       à System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
       à System.Windows.Forms.Control.WndProc(Message& m)
       à System.Windows.Forms.DataGridView.WndProc(Message& m)
       à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Assemblys chargés **************
    mscorlib
        Version de l'assembly : 2.0.0.0
        Version Win32 : 2.0.50727.4200 (NetFxQFE.050727-4200)
        CodeBase : file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    DBCEditor
        Version de l'assembly : 1.0.0.0
        Version Win32 : 1.0.0.0
        CodeBase : file:///C:/Users/Ileanah/Desktop/DBCEditor/DBCEditor.exe
    ----------------------------------------
    System.Windows.Forms
        Version de l'assembly : 2.0.0.0
        Version Win32 : 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
        Version de l'assembly : 2.0.0.0
        Version Win32 : 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
        Version de l'assembly : 2.0.0.0
        Version Win32 : 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Windows.Forms.resources
        Version de l'assembly : 2.0.0.0
        Version Win32 : 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_fr_b77a5c561934e089/System.Windows.Forms.resources.dll
    ----------------------------------------
    System.Xml
        Version de l'assembly : 2.0.0.0
        Version Win32 : 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Configuration
        Version de l'assembly : 2.0.0.0
        Version Win32 : 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    8octwqwo
        Version de l'assembly : 1.0.0.0
        Version Win32 : 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Core
        Version de l'assembly : 3.5.0.0
        Version Win32 : 3.5.30729.1 built by: SP
        CodeBase : file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Data
        Version de l'assembly : 2.0.0.0
        Version Win32 : 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase : file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    ----------------------------------------
    mscorlib.resources
        Version de l'assembly : 2.0.0.0
        Version Win32 : 2.0.50727.4200 (NetFxQFE.050727-4200)
        CodeBase : file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    
    ************** Débogage JIT **************
    Pour activer le débogage juste-à-temps (JIT), le fichier de configuration pour cette
    application ou cet ordinateur (machine.config) doit avoir la valeur
    jitDebugging définie dans la section system.windows.forms.
    L'application doit également être compilée avec le débogage
    activé.
    
    Par exemple :
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    Lorsque le débogage juste-à-temps est activé, les exceptions non gérées
    seront envoyées au débogueur JIT inscrit sur l'ordinateur
    plutôt que d'être gérées par cette boîte de dialogue.

  12. #12
    Cromon's Avatar Legendary


    Reputation
    840
    Join Date
    Mar 2008
    Posts
    714
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  13. #13
    LIMEEE's Avatar Member
    Reputation
    172
    Join Date
    Apr 2009
    Posts
    284
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Awesome as always!,But do some more work on Yias.
    Sig removed by admin... upload elsewhere as that hosting site is marked malicious

  14. #14
    Khira's Avatar Sergeant
    Reputation
    10
    Join Date
    Nov 2009
    Posts
    42
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks but...i have a new error now x)
    When I try to edit value of a new line. I can continue but modifications are not saved :
    Code:
    Consultez la fin de ce message pour plus de détails sur l'appel du débogage
    juste-à-temps (JIT) à la place de cette boîte de dialogue.
    
    ************** Texte de l'exception **************
    System.Collections.Generic.KeyNotFoundException: La clé donnée était absente du dictionnaire.
       à System.ThrowHelper.ThrowKeyNotFoundException()
       à System.Collections.Generic.Dictionary`2.get_Item(TKey key)
       à DBCEditor.Form1.dataGridView1_CellEndEdit(Object sender, DataGridViewCellEventArgs e)
       à System.Windows.Forms.DataGridView.OnCellEndEdit(DataGridViewCellEventArgs e)
       à System.Windows.Forms.DataGridView.EndEdit(DataGridViewDataErrorContexts context, DataGridViewValidateCellInternal validateCell, Boolean fireCellLeave, Boolean fireCellEnter, Boolean fireRowLeave, Boolean fireRowEnter, Boolean fireLeave, Boolean keepFocus, Boolean resetCurrentCell, Boolean resetAnchorCell)
       à System.Windows.Forms.DataGridView.SetCurrentCellAddressCore(Int32 columnIndex, Int32 rowIndex, Boolean setAnchorCellAddress, Boolean validateCurrentCell, Boolean throughMouseClick)
       à System.Windows.Forms.DataGridView.OnCellMouseDown(HitTestInfo hti, Boolean isShiftDown, Boolean isControlDown)
       à System.Windows.Forms.DataGridView.OnCellMouseDown(DataGridViewCellMouseEventArgs e)
       à System.Windows.Forms.DataGridView.OnMouseDown(MouseEventArgs e)
       à System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
       à System.Windows.Forms.Control.WndProc(Message& m)
       à System.Windows.Forms.DataGridView.WndProc(Message& m)
       à System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       à System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       à System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    
    
    ************** Assemblys chargés **************
    mscorlib
        Version de l'assembly*: 2.0.0.0
        Version Win32*: 2.0.50727.4200 (NetFxQFE.050727-4200)
        CodeBase*: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    DBCEditor
        Version de l'assembly*: 1.0.0.0
        Version Win32*: 1.0.0.0
        CodeBase*: file:///C:/Users/Ileanah/Desktop/DBCEditor/DBCEditor.exe
    ----------------------------------------
    System.Windows.Forms
        Version de l'assembly*: 2.0.0.0
        Version Win32*: 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase*: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System
        Version de l'assembly*: 2.0.0.0
        Version Win32*: 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase*: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Drawing
        Version de l'assembly*: 2.0.0.0
        Version Win32*: 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase*: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Core
        Version de l'assembly*: 3.5.0.0
        Version Win32*: 3.5.30729.1 built by: SP
        CodeBase*: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    System.Windows.Forms.resources
        Version de l'assembly*: 2.0.0.0
        Version Win32*: 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase*: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_fr_b77a5c561934e089/System.Windows.Forms.resources.dll
    ----------------------------------------
    System.Xml
        Version de l'assembly*: 2.0.0.0
        Version Win32*: 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase*: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Configuration
        Version de l'assembly*: 2.0.0.0
        Version Win32*: 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase*: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    o0d3gxz9
        Version de l'assembly*: 1.0.0.0
        Version Win32*: 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase*: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Data
        Version de l'assembly*: 2.0.0.0
        Version Win32*: 2.0.50727.4016 (NetFxQFE.050727-4000)
        CodeBase*: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    ----------------------------------------
    mscorlib.resources
        Version de l'assembly*: 2.0.0.0
        Version Win32*: 2.0.50727.4200 (NetFxQFE.050727-4200)
        CodeBase*: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    
    ************** Débogage JIT **************
    Pour activer le débogage juste-à-temps (JIT), le fichier de configuration pour cette
    application ou cet ordinateur (machine.config) doit avoir la valeur
    jitDebugging définie dans la section system.windows.forms.
    L'application doit également être compilée avec le débogage
    activé.
    
    Par exemple*:
    
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    
    Lorsque le débogage juste-à-temps est activé, les exceptions non gérées
    seront envoyées au débogueur JIT inscrit sur l'ordinateur
    plutôt que d'être gérées par cette boîte de dialogue.
    Thanks again for your work.

  15. #15
    Cromon's Avatar Legendary


    Reputation
    840
    Join Date
    Mar 2008
    Posts
    714
    Thanks G/R
    0/7
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

Page 1 of 3 123 LastLast

Similar Threads

  1. Dbc Editor
    By ---free_kill--- in forum WoW EMU Programs
    Replies: 29
    Last Post: 01-09-2012, 06:27 AM
  2. a DBC Editor. Updated.
    By c0ddingt0n in forum Community Chat
    Replies: 0
    Last Post: 05-05-2008, 06:37 PM
  3. [Question] When i use DBC editor....
    By eldiablo in forum WoW ME Questions and Requests
    Replies: 4
    Last Post: 10-10-2007, 05:40 PM
  4. DBC Editor
    By Iazin12192 in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 12-07-2006, 02:47 PM
  5. DBC Editor
    By Charade in forum World of Warcraft General
    Replies: 0
    Last Post: 09-28-2006, 02:18 PM
All times are GMT -5. The time now is 01:18 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search