Configuration
#
Custom optionsTo customize your Warcraft III specific project options we can modify the config.json
file.
Option | Values | Description |
---|---|---|
mapFolder | File path (relative to the maps folder) | Specifies the the map that you wan't to use. |
minifyScript | true , false (default: false ) | If true, the war3map.lua file will be minified. |
gameExecutable | File path of your Warcraft III.exe | This path is used to launch the game with npm run test |
outputFolder | File Path | The location to place .w3x files that are created with npm run build |
launchArgs | string[] | The launch arguments to pass to gameExectuable when launching the game. |