An open API service indexing awesome lists of open source software.

https://github.com/marioalexsan/atlysstemplatemod

Template mod for ATLYSS using BepInEx 5.
https://github.com/marioalexsan/atlysstemplatemod

atlyss bepinexmod game-modding video-game-mods

Last synced: 11 months ago
JSON representation

Template mod for ATLYSS using BepInEx 5.

Awesome Lists containing this project

README

          

# ATLYSS Template Mod using BepInEx 5

This is a VS 2022 project that can be used as a basis for making BepInEx 5 plugins for ATLYSS.

To be able to properly utilize this project, you'll need Python 3 installed. It is used for running prebuild and postbuild scripts.

You also need to have BepInEx 5 already installed in the game's folder, so that the template can grab the dependencies from there.

You can download BepInEx 5 from here: https://github.com/BepInEx/BepInEx/releases/tag/v5.4.23.2

# Contributors

- [nyxical420](https://github.com/nyxical420)