Skip to content

lStewieAl/BetterHelpCommand-SSE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Better Help Command

Adds form type filtering to the Help command in Skyrim Special Edition.

Dependencies

  • XMake [2.7.2+]
  • C++20 Compiler (MSVC, Clang?)

Getting started

git clone https://github.com/lStewieAl/BetterHelpCommand-SSE
cd BetterHelpCommand-SSE

Building

To build the project, run the following command:

xmake

Note: This will generate a build/windows/ directory in the project's root directory.

Packaging

To package the project, run the following command:

xmake package

Note: This will generate a build/packages/ directory in the project's root directory.

Upgrading

To upgrade the project's dependencies, run the following command:

xmake require --upgrade

Extra

Project Generation

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.

About

Skyrim SE plugin to improve the help command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published