项目作者: aleksander

项目描述 :
Hafen alternative client
高级语言: Rust
项目地址: git://github.com/aleksander/xux.git
创建时间: 2021-09-08T11:47:32Z
项目社区:https://github.com/aleksander/xux

开源协议:

下载


Haven and Hearth MMORPG alternative client and tools

This repo contains:

  • several clients for Haven and Hearth (havenandhearth.com) MMORPG
  • hafen protocol parser
  • stapler tool to staple map tiles to one big picture

Prerequisites

  • Rust compiler
  • Cargo package manager
  • Registered account at havenandhearth.com

Building and running

To build and run a client do:

  1. cargo run --release -p client-macroquad -- <USERNAME> <PASSWORD>

To build and run parser tool do:

  1. cargo run --release -p parser -- <PCAP>

To build and run stapler tool do:

  1. cargo run --release -p stapler