Configuration

Custom options#

To customize your Warcraft III specific project options we can modify the config.json file.

OptionValuesDescription
mapFolderFile path (relative to the maps folder)Specifies the the map that you wan't to use.
minifyScripttrue, false (default: false)If true, the war3map.lua file will be minified.
gameExecutableFile path of your Warcraft III.exeThis path is used to launch the game with npm run test
outputFolderFile PathThe location to place .w3x files that are created with npm run build
launchArgsstring[]The launch arguments to pass to gameExectuable when launching the game.