0.3.8 • Published 9 months ago

haax v0.3.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Haax - WoW DevTools

This package contains collection of tools that help make developing custom content for Vanilla WoW easier.

Note: Curretnly only works on Windows

Usage

Most convenient way of using this package is inside folder with unpacked MPQ patch.

npx haax mpq-extract -f path/to/patch.mpq -o path/to/working/directory

Then add a haax-config.json file inside the working directory.

{
	"ClientPath": "C:/path/to/wow/client", // Path to WoW client directory
	"PatchName": "Patch-4.mpq", // Name of the patch that the dev action should create

	// (Optional) If extracted patch is not in current folder
	"PatchPath": "C:/path/to/patch/directory"
}

Both ClientPath and PatchName are required. You can also change PatchPath which is by default current directory. You can also fill out optional auto-login info to start WoW with pre-filled login info and skip character select screen.

Now you can start development environment that will watch for file changes inside working directory, rebuild various assets and automatically rebuild patch and reopen WoW after you close it. To exit dev mode, press Enter.

npx haax dev

Available actions

You can find full list of available actions by running following command

npx haax --help
0.3.8

9 months ago

0.3.7

9 months ago

0.3.0

1 year ago

0.3.6

1 year ago

0.3.5

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago