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
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.gitNow let CMake do its thing:
cmake -A x64 -B buildIf 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.