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.
- Host: GitHub
- URL: https://github.com/marioalexsan/atlysstemplatemod
- Owner: Marioalexsan
- License: unlicense
- Created: 2024-11-27T04:32:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-11T14:48:35.000Z (over 1 year ago)
- Last Synced: 2025-01-28T18:16:32.508Z (over 1 year ago)
- Topics: atlyss, bepinexmod, game-modding, video-game-mods
- Language: Python
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)