custom texture loader for rivals of aether 1
Works through versions 1.4.0 - 2.1.9.1
Wiki page for help creating your own texture pack: https://github.com/raicool/roa-texture-loader/wiki/Getting-Started
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-texture-loader --recurse-submodules
cd roa-texture-loader- 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/roa-texture-loader-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-texture-loader folder into the mods folder as well
