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-SSE
To build the project, run the following command:
xmake
Note: This will generate a
build/windows/
directory in the project's root directory.
To package the project, run the following command:
xmake package
Note: 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 --upgrade
To generate a Visual Studio Project, run the following command:
xmake project -k vsxmake
Note: This will generate a
vsxmakeXXXX/
directory in the project's root directory using the latest version of Visual Studio installed on the system.