Skip to content

raicool/roa-texture-loader

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

RivalsofAether_GVG7mwkqPg

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-XXXXXX-MSVC.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

Resources

License

Stars

Watchers

Forks

Packages

No packages published