Skip to content

Repository files navigation

roa-texture-loader

Release Maintenance GitHub last commit

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
image

planned future features

  • add custom sound effects to attack windows (e.g. normals, taunts, articles, etc)

building & installing

requires Visual Studio 2022 in order to be built (older visual studio versions most likely work but i have not tested them)

  1. clone the repository as well as submodules:
	git clone https://github.com/raicool/roa-texture-loader --recurse-submodules
	cd roa-texture-loader
  1. using Visual Studio's x86 Dev command prompt vcvars32.bat run
	cmake -G "Ninja" -DCMAKE_SYSTEM_PROCESSOR=i386 -B bin/
	ninja -C bin/
  1. copy the dll bin/roa-texture-loader.dll into the mods directory of rivals of aether, e.g C:/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

About

custom texture loader for rivals of aether 1

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages