From 9f50bf911a71e15f4795a41ed7cb8a88507f6a4e Mon Sep 17 00:00:00 2001 From: Manmadedrummer <140130825+Manmadedrummer@users.noreply.github.com> Date: Thu, 4 Sep 2025 20:56:28 -0400 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa3f843..8829f47 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,27 @@ Copy the provided SQL file to your server's database. This file includes the nec ### 4. Custom Assets -Make sure any custom assets (like card images and sounds) are placed in the appropriate directories on both the client and server. For example: +This project includes custom assets (card images, sounds, etc.) inside the **`MPQ/`** folder in this repository. + +#### Installation +1. Take the provided **MPQ folder** and pack it into a custom patch file (e.g. `patch-A.MPQ`). +2. Place the MPQ into your WoW client’s `Data` directory. + ~~~ + World of Warcraft\Data\patch-A.MPQ + ~~~ +3. The MPQ already contains the correct directory structure: + ~~~ + Interface\Cards\ + Sound\Blackjack\ + ~~~ + So you don’t need to rearrange anything. + +#### Notes +- You may rename the MPQ (`patch-A`, `patch-B`, etc.) but ensure it doesn’t conflict with existing patches. +- Without this MPQ installed, card textures and sounds will not appear in-game. + + -- **Card Images:** Should be placed in `Interface\Cards\` ### 5. Credits