Skip to content

Latest commit

 

History

History

update-module-arealist

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Module area list updater

Updates the module area list stored inside the module.ifo file. Useful if you want add or delete areas and don't want to open the module in the toolset to update the area list.

Usage

On Windows, you can drag and drop the module.ifo file on the executable, or use the command line.

./nwn2-update-module-arealist --help
# Usage: nwn2-update-module-arealist [options] module.ifo
# 
# Updates the module area list stored inside the module.ifo file
# 
# Options:
#   --areas-dir=PATH    Directory where the areas are located. Defaults to the same directory where the module.ifo file is
#   -i, --include=PATH  Only include areas listed by this flag
#   -e, --exclude=PATH  Do not include areas listed by this flag
#   -o, --output=PATH   Output IFO file. By default overwrites the given file.

# Example:
./nwn2-update-module-arealist modules/YourMod/module.ifo

Build

dub build -b release