-
Notifications
You must be signed in to change notification settings - Fork 25
Building the Module
Please note that I developed this using Windows 10, so the instructions and batch file will be for that.
You will need Docker to run the .bat files to pack or unpack the mods as well as run the server. Get it here. There are .bat files that will pack/unpack the module files using Nasher.
Alternatively, you can install and use nasher.nim to build the .mod file yourself.
Building the module is relatively simple - just run nasher_install.bat. This will be located in the root of your repository. You can access it in GitHub Desktop by going to Repository > Show in Explorer, or pressing Control + Shift + F (Command + Shift + F on a Mac)
Running the nasher_install.bat will create the mod file which is located at modules/and_the_Wailing_Death.mod in the root of the repo that was cloned, as well as it's associated mod folder.
IMPORTANT: Do not run this before committing any changes you have made, as you may lose them!
We need to run the toolset with a special argument that points to the files here.
If you run into any issues, please hop into Discord and I will help.

