Modcraft - The community dedicated to quality WoW modding!

Legion- / WoD- / Mop- / Cata-Modding => Getting started the WoD Tutorial => Topic started by: Mr. DK on March 08, 2017, 05:13:39 pm

Title: 04: The Client Files
Post by: Mr. DK on March 08, 2017, 05:13:39 pm
(https://imagr.eu/up/BCjql_WoD_Modding_04_text.png)

Hello everyone,
this tutorial explains the relevent contents of your WoW Client. Inside the CASC everything is organized in a folder structure.
It is key to maintain this structure of the client will not load your data. So I will explain what belongs in the folders.

General folder overview
Some folders have been left out since they are not really important for modding.
If you are interested you can have a look for yourself.

Important file types

Replacing Client Files
The simplest way tp  mod the client is replacing exiting files. A example would be changing the Color of a Item.
Todo so create a folder called item within your WoD Client. Locate the texture you want to replace and copy it with its folder structure. Edit the blp as you like and place it in your folder. You modified WoW will load this file and repalce the original one.

Though its very easy its not recommended to replace original files. A better way of creating items can be found in the tutorial explaining Item creation.

WDBX and DBC/DB2
In WoD there is a new db format called DB2. Both files can be opened with the WDBX editor. There are different editors out there but I reccomend using WDBX.
When opening up a file with WDBX you will be asked wich version to use. Pick WoD 6.2.4.
It should then look something like this:
(https://imagr.eu/up/24ICy_WDBC.png)
Dont be afraid. I will explain alot of that in more depth once we need it.

<< 03: Server setup (http://www.modcraft.io/index.php?topic=11180.0)
05: First map >> (http://www.modcraft.io/index.php?topic=11184.0)