From 882c3a987344d33cfb5dc1f1e4d59d4c3bec1b0d Mon Sep 17 00:00:00 2001 From: sm_afei <58504841+fang139842@users.noreply.github.com> Date: Fri, 10 Jan 2025 21:30:52 +0800 Subject: [PATCH] Update README.md --- README.md | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 01455fb..76810a8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# WoW-MPQ-Library - # MPQToolDev (Experimental) +## English + **MPQToolDev** is an open-source experimental project for managing MPQ files in the World of Warcraft: Wrath of the Lich King client. -## Project Overview +### 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`. @@ -12,12 +12,12 @@ This project consists of two main components: ⚠ **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 +### 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 +### 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. @@ -25,6 +25,30 @@ We are actively seeking contributors to help: 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. +--- + +## 中文 + +**MPQ工具开发版** 是一个针对《魔兽世界:巫妖王之怒》客户端 MPQ 文件管理的开源实验性项目。 + +### 项目概述 +该项目由以下两部分组成: +- **MPQDumper**:一个用于提取 MPQ 文件路径的 DLL 动态链接库。 +- **MPQInjector**:一个用于将 DLL 注入到 `wow.exe` 的工具。 + +⚠ **当前状态**: +该项目仍处于开发初期阶段,**尚未完全功能化**。MPQ 路径提取功能不完整,仍需要大量调试和完善。 + +### 开发目标 +本项目的主要目标是: +- 正确提取 MPQ 文件的路径。 +- 提供工具来清理和管理 MPQ 文件列表。 + +### 如何贡献 +我们正在寻找开发者来协助: +- 调试并修复 MPQ 路径提取问题。 +- 改进 DLL 注入过程,提高稳定性。 +- 扩充文档,使使用更加方便。 + +欢迎开设 issue、分叉仓库并提交 pull request!