• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

Editing TC 4.3.4 DBC easier!

Portals

Banned
This program I just found on github will let you edit the 4.3.4 dbc files as SQL.

https://github.com/tomrus88/dbcviewer

acdbeb07bf4aa1a040aaf6fabc446299.png
 

Cupid

Enthusiast
Not to necro a rather old thread but I just downloaded this and I can't seem to get it to work right. I have managed to find the .exe version since I have no idea how to compile a c# into an .exe but when I try and open the item_sparse.db2 it says the definitions are wrong and then closes the file. Any direction would be greatly appreciated. Thanks in advance.
 

Tommy

Founder
Not to necro a rather old thread but I just downloaded this and I can't seem to get it to work right. I have managed to find the .exe version since I have no idea how to compile a c# into an .exe but when I try and open the item_sparse.db2 it says the definitions are wrong and then closes the file. Any direction would be greatly appreciated. Thanks in advance.

No such thing as "necro" on here. IF you find the need to reply to an old thread, do it. This might not be something someone should download and expect it to work. The last time anything was edited ranges from 1-3 year(s) ago meaning it is more than likely outdated.

Compiling a C# project is simple:
To open this project, download VS C# 2010 Express Edition, VS 2011 or VS 2012 (Pick one that fits your needs or whatever the project was made in) and double click "DBC Viewer.sln". Compiling is just like compiling in C++, Set the options to Release (not debug), right click the project and Build Solution.
 

Cupid

Enthusiast
Im trying this because all other attempts to edit/add items to 4.3.4 db have failed. Not to mention when I try and edit stats on level the max it goes is 255 when editing the SQL's. I am completely new to all this stuff so a lot of the more advanced video tutorials just leave me more confused then when I started watching them. I am just looking for an easier way to edit stats on my characters and on items so I can run dungeons without using GM commands, just figured editing the dbc/db2 files would be easiest but it keeps opening in hex or it seems as though files are missing. But it is probably just because I don't know what I am doing. Thanks for the help, it is always appreciated.
 

Carbinfibre

Sexy Member
Attempted to open the DBC Viewer.sln with Microsoft Visual C# 2010 Express but cannot. Error pops up with the following "The selected file is a solution file, but was created by a newer version of this application and cannot be opened". I guess i better start downloading Microsoft Visual C# 2013 Express, this program is incredibly helpful to my projects. Saves me from googling which column means what and what.

Or if someone could upload and link me there's that would be awesome.
 
Last edited:
Top