Skip to content

stis1/shadow-functional-slide

Repository files navigation

Functional Slide for Shadow Generations

Shrinks Shadow's hitbox when using certain states.

This mod is a port of Functional Slide for Sonic Frontiers made by angryzor

Huge thanks to angryzor and Ashrindy for helping me with miller-sdk and explaining many technical things

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-functional-slide.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:\Silver_Generations ヾ(•ω•`)o "

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

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

About

Functional Slide for Shadow Generations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published