• Stars
    star
    355
  • Rank 119,201 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created over 9 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Maplestory online Extractor

使用前先大喊 niconiconi! poi! duang!以减少bug发生率

Build Status

Maintenance Status

⚠️ The WzComparerR2 project is now in deep maintenance status. This means that only critical bugs or wz file format breaking changes are being considered for inclusion by owner. Expect slow replies to issues.

WzComparerR2

这是一个用C#7/.Net4.6.2组装的冒险岛提取器...
包含了一些奇怪的机能比如stringWZ搜索 客户端对比 装备模拟 地图模拟等等..

tips: WcR2将尽力维持每周更新,Releases里不会提供最稳定版下载,最新版会通过azure-pipeline自动发布。
links: [更新日志] [版本计划] [最新版下载]

Modules

  • WzComparerR2 主程序
  • WzComparerR2.Common 一些通用类
  • WzComparerR2.PluginBase 插件管理器
  • WzComparerR2.WzLib wz文件读取相关
  • CharaSimResource 用于装备模拟的资源文件
  • WzComparerR2.LuaConsole (可选插件)Lua控制台
  • WzComparerR2.MapRender (可选插件)地图仿真器
  • WzComparerR2.Avatar (可选插件)纸娃娃

Prerequisite

  • 2.x: Win7sp1+/.net4.6.2+/dx11.0
  • 1.x: WinXp+/.net2.0+/dx9.0

Installation

git clone --recurse-submodules -j8 git://github.com/Kagamia/WzComparerR2.git

Clone repository with submodules.

Compile

  • vs2017 or higher

Credits and Acknowledgement