Skip to content

stis1/shadow-moveset

Repository files navigation

shadow-moveset

dummy. TBD

Setting up the development environment

You will need to have the following prerequisites installed:

  • Visual Studio 2022
  • CMake 3.28 or higher
  • Git

Check out the project and make sure to also check out its submodules:

git clone --recurse-submodules https://github.com/stis1/shadow-moveset.git

Now let CMake do its thing:

cmake -A x64 -B build

If you have Shadow Generations installed in a non-standard location, you can specify that location with the GAME_FOLDER variable:

cmake -A x64 -B build -DGAME_FOLDER="C:\ShadowFrontiers"

Once CMake is finished, navigate to the build directory and open shadow-moveset.sln with VS2022. You should have a fully working environment available.

Building the INSTALL project will install the mod into HedgeModManager's Mods directory.

About

No description, website, or topics provided.

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published