Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
barncastle committed Jan 30, 2018
1 parent bf8b4e0 commit f1b8d46
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5,209 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -4,20 +4,20 @@
[![WoWDevDiscord](https://img.shields.io/badge/Discord-WoWDev-blue.svg)](https://discord.gg/EzKJjtv)


## Build Status
### Build Status

CI | Build
:------------: | :------------:
AppVeyor | [![Build status](https://ci.appveyor.com/api/projects/status/y4sp6sijsdvu2v80/branch/master?svg=true)](https://ci.appveyor.com/project/majorcyto/wdbxeditor/branch/master) |


## About
### About
This editor has full support for reading and saving all release versions of DBC, DB2, WDB, ADB and DBCache. This does include support for Legion DB2 and DBCache files and works with all variants (header flags) of these.
Like the other editors I've used a definition based system whereby definitions tell the editor how to interpret each file's columns - this is a lot more reliable than guessing column types but does mean the definitions must be maintained. So far, I've mapped almost all expansions with MoP being ~50% complete and everything else being 99%+ (excluding column names).

You will need [Microsoft .NET Framework 4.6.1](https://www.microsoft.com/en-us/download/details.aspx?id=49982) to run this application

##Features:
### Features:
* Full support of release versions of DBC, DB2, WDB, ADB and DBCache (WCH3 and WCH4 are not supported as I deem them depreciated)
* Supports being the default file assocation
* Opening and having open multiple files regardless of type and build
Expand All @@ -35,15 +35,15 @@ You will need [Microsoft .NET Framework 4.6.1](https://www.microsoft.com/en-us/d
* A simple memory reader to get player's co-ordinates from the client
* A colour picker for LightData and LightIntBand

##Tools:
### Tools:
* Definition editor for maintaining the definitions
* WotLK Item Import to remove the dreaded red question mark from custom items
* Legion Parser which is an attempt to automatically parse the structure of WDB5 and WDB6 files

##Project Goal:
### Project Goal:
The goal of this project is to create a communal program that is compatible with all file variants, is feature rich and negates the need to use multiple different programs.
This means any and all contribution in the form of commits, change requests, issues etc are more than welcome!

##Credits:
### Credits:
Credits go to Ladislav Zezula for the awesome StormLib and thanks to all those that contribute to the WoWDev wiki.
I've also patched the definitions together for various sources across the internet, there are too many to name, but thanks to all.
9 changes: 5 additions & 4 deletions WDBXEditor/Definitions/Cata 4.3.4 (15595).xml
Expand Up @@ -326,10 +326,11 @@
<Field Name="Field07" Type="int" />
<Field Name="Field08" Type="int" />
</Table>
<Table Name="CharBaseInfo" Build="15595">
<Field Name="ID" Type="int" IsIndex="true" AutoGenerate="true" />
<Field Name="RaceID" Type="byte" />
<Field Name="ClassID" Type="byte" />
<Table Name="CharBaseInfo" Build="18414">
<Field Name="ID" Type="int" IsIndex="true" />
<Field Name="RaceID" Type="byte" />
<Field Name="ClassID" Type="byte" />
<Field Name="Padding" Type="byte" ArraySize="2" />
</Table>
<Table Name="CharHairGeosets" Build="15595">
<Field Name="ID" Type="int" IsIndex="true" />
Expand Down

0 comments on commit f1b8d46

Please sign in to comment.