Masterplan is an application that helps you to build D&D 4E campaigns.
You can outline your plot structure, build encounters and maps, detail your campaign world, and create custom creatures and NPCs.
To install Masterplan, get the Masterplan.zip
file from the latest release, which can be found here:
https://github.com/andyaiken/masterplan/releases/latest
Extract all the files in this zip into their own folder, and run Masterplan.exe
.
Prerequisites You'll need to have Visual Studio installed (community edition is fine).
To build Masterplan:
- Open
Masterplan.sln
in Visual Studio - There should be two projects -
Masterplan
andUtils
- Build the solution (F6)
Bear in mind that every time you build Masterplan, the library files are copied from ./Libraries
into the output folder, so any changes you make to these libraries won't be retained.
If you find a bug, or you think of a feature that should be in Masterplan, please add something to the GitHub Issues tab (https://github.com/andyaiken/masterplan/issues).
If you're a coder, feel free to submit pull requests to the main repo.