Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

This Adds in fixes for HD patch #49

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is no longer being maintained.

# Worgoblin Module

[![core-build](https://github.com/benjymansy123/mod-worgoblin/actions/workflows/core-build.yml/badge.svg)](https://github.com/benjymansy123/mod-worgoblin/actions/workflows/core-build.yml)
Expand All @@ -26,9 +24,20 @@ Or you can do it manually through a text editor of your choice by changing the l

Upon downloading the repo, you'll have the patch-contents file available to you. Copy all the contents of the DBFilesClient folder to your AzerothCore Data directory. Feel free to make a backup of the DBCs you'll be replacing, as backups never hurt.

If you have added existing custom content (Spells, Items, SkillLines..etc) to any of the DBC files listed in patch, you will want to merge and DBC file conflicts that happen. There are multiple paths of doing this easiest likely being using DBXeditor with import on any conflicting files.

If you have added existing custom content (Spells, Items, SkillLines..etc) to any of the DBC files listed in patch, you will want to merge and DBC file conflicts that happen. There are multiple paths of doing this easiest likely being using DBXeditor with import on any conflicting files.

### 3) Compile and install AzerothCore.

### 4) Move the [patch-contents](https://github.com/benjymansy123/mod-worgoblin/tree/master/patch-contents) folder to your Data folder in your WoW client and rename the folder to `patch-A.MPQ`.
### 4) **Non-HD** : Move the [patch-contents](https://github.com/benjymansy123/mod-worgoblin/tree/master/patch-contents) folder to your Data folder in your WoW client and rename the folder to `patch-A.MPQ`.

> [!IMPORTANT]
> If you are running a patched HD Client support use the following instructions instead or you will have game crashes.

1. Install the client file [patch-K.MPQ](https://github.com/araxiaonline/wow-client-patches/) in to your WoW Client folder C:/(path to World of Warcraft)/Data/
2. Copy the files in patch-hd/DBFilesClient onto your server DBC location similar to NonHD version.
3. The character creation pages also are updated with a more modern look to incorporate the 2 new races.

### 5) Remove signature checks from your WoW executable.
I recommend Windows users to use [this patcher](https://model-changing.net/index.php?app=downloads&module=downloads&controller=view&id=314&tab=details) created by kebabstorm to patch your Wow.exe file. I recommend macOS users to download this [pre-patched .app file](https://github.com/benjymansy123/custom-race-ac-12_6_21/releases/download/sig-check/WoW.app.zip), since no easy patcher exists for macOS.
Expand Down
Binary file added data/patch-hd/DBFilesClient/Achievement.dbc
Binary file not shown.
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/AnimationData.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/BarberShopStyle.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/CharBaseInfo.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/CharHairGeosets.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/CharHairTextures.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/CharSections.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/CharStartOutfit.dbc
Binary file not shown.
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/ChrRaces.dbc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/EmotesTextSound.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/Faction.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/HelmetGeosetVisData.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/Item.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/ItemDisplayInfo.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/NameGen.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/SkillLine.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/SkillLineAbility.dbc
Binary file not shown.
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/SoundEntries.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/Spell.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/SpellIcon.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/SummonProperties.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/TalentTab.dbc
Binary file not shown.
Binary file added data/patch-hd/DBFilesClient/VocalUISounds.dbc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Loading