BepInEx Mods: Setup

From Astrea Wiki
Jump to navigation Jump to search
 dotnet new -i BepInEx.Templates --nuget-source https://nuget.bepinex.dev/v3/index.json


Note1: If you have some problems installing BepInEx templates follow this step (This will be important to have Harmony library): How we generated our first BepInEx project
Note2: This setup was created using this BepInEx documentation: https://docs.bepinex.dev/articles/dev_guide/plugin_tutorial/1_setup.html

Note3: If you want log to appear you can enable the BepInEx console following this path:

...\Steam\steamapps\workshop\content\1755830\3150758320\BepInEx\config\BepInEx.cfg

and changing this part below:

[Logging.Console]

## Enables showing a console for log output.
# Setting type: Boolean
# Default value: false
Enabled = true


Next: Astrea BepInEx Mod Template
Go Back to Mods page: Mods