From 5cc6fe3451558243d094adbae02926663be91154 Mon Sep 17 00:00:00 2001 From: sm_afei <58504841+fang139842@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:13:23 +0800 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bee773..01455fb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,30 @@ # WoW-MPQ-Library -一个针对《魔兽世界:巫妖王之怒》客户端 MPQ 文件的实验性工具,目前功能尚未完善,无法正确提取 MPQ 路径 + +# MPQToolDev (Experimental) + +**MPQToolDev** is an open-source experimental project for managing MPQ files in the World of Warcraft: Wrath of the Lich King client. + +## Project Overview +This project consists of two main components: +- **MPQDumper**: A DLL library aiming to extract file paths from MPQ archives. +- **MPQInjector**: A utility for injecting the DLL into `wow.exe`. + +⚠ **Current Status**: +The project is in an early stage of development and is **not yet fully functional**. The extraction of MPQ paths is incomplete, and significant debugging and refinement are required. + +## Goals +The primary goal of this project is to: +- Correctly extract file paths from MPQ files. +- Provide tools for cleaning and managing MPQ file lists. + +## How to Contribute +We are actively seeking contributors to help: +- Debug and fix issues with MPQ path extraction. +- Improve the injection process for better stability. +- Expand the documentation for easier usage. + +Feel free to open issues, fork the repository, and submit pull requests! + +## Disclaimer +This tool is experimental and may not work as expected. Use it at your own risk. +