rivals 1 mod that implements a tas tool inspired by BizHawk's TAStudio.
requires roa-mod-loader to be installed to Rivals of Aether's game directory
requires Visual Studio 2022 in order to be built (older visual studio versions most likely work but i have not tested them)
- clone the repository as well as submodules:
git clone https://github.com/raicool/roa-tastudio --recurse-submodules
cd roa-tastudio
- using Visual Studio's x86 Dev command prompt vcvars32.bat run
cmake -G "Ninja" -DCMAKE_SYSTEM_PROCESSOR=i386 -B bin/
ninja -C bin/
- copy the dll
bin/bin/roa-hook-XXXXXX-MSVC.dllinto the mods directory of rivals of aether, e.gC:/Program Files (x86)/Steam/steamapps/common/Rivals of Aether/mods/- if the mods directory doesnt already exists, create one
- copy the roa-hook folder into the mods folder as well