Adds form type filtering to the Help command in Skyrim Special Edition.
- XMake [2.7.2+]
- C++20 Compiler (MSVC, Clang?)
git clone https://github.com/lStewieAl/BetterHelpCommand-SSE
cd BetterHelpCommand-SSETo build the project, run the following command:
xmakeNote: This will generate a
build/windows/directory in the project's root directory.
To package the project, run the following command:
xmake packageNote: This will generate a
build/packages/directory in the project's root directory.
To upgrade the project's dependencies, run the following command:
xmake require --upgradeTo generate a Visual Studio Project, run the following command:
xmake project -k vsxmakeNote: This will generate a
vsxmakeXXXX/directory in the project's root directory using the latest version of Visual Studio installed on the system.