2025-01-10 21:13:23 +08:00
# MPQToolDev (Experimental)
2025-01-10 21:30:52 +08:00
## English
2025-01-10 21:13:23 +08:00
**MPQToolDev** is an open-source experimental project for managing MPQ files in the World of Warcraft: Wrath of the Lich King client.
2025-01-10 21:30:52 +08:00
### Project Overview
2025-01-10 21:13:23 +08:00
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.
2025-01-10 21:30:52 +08:00
### Goals
2025-01-10 21:13:23 +08:00
The primary goal of this project is to:
- Correctly extract file paths from MPQ files.
- Provide tools for cleaning and managing MPQ file lists.
2025-01-10 21:30:52 +08:00
### How to Contribute
2025-01-10 21:13:23 +08:00
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!
2025-01-10 21:30:52 +08:00
---
## 中文
**MPQ工具开发版** 是一个针对《魔兽世界:巫妖王之怒》客户端 MPQ 文件管理的开源实验性项目。
### 项目概述
该项目由以下两部分组成:
- **MPQDumper**:一个用于提取 MPQ 文件路径的 DLL 动态链接库。
- **MPQInjector**:一个用于将 DLL 注入到 `wow.exe` 的工具。
⚠ **当前状态** :
该项目仍处于开发初期阶段,**尚未完全功能化**。MPQ 路径提取功能不完整,仍需要大量调试和完善。
### 开发目标
本项目的主要目标是:
- 正确提取 MPQ 文件的路径。
- 提供工具来清理和管理 MPQ 文件列表。
### 如何贡献
我们正在寻找开发者来协助:
- 调试并修复 MPQ 路径提取问题。
- 改进 DLL 注入过程,提高稳定性。
- 扩充文档,使使用更加方便。
欢迎开设 issue、分叉仓库并提交 pull request!
2025-01-10 21:13:23 +08:00