/Neos-Mods-Template

A manually crafted template repository for making NeosVR Mods.

Primary LanguageC#MIT LicenseMIT

Neos-Mods

NOTE; When using this template, change the LICENSE to your own and remove this disclaimer, as well as most likely rename the subfolder. To add more projects, just copy a subfolder and rename it.

This repository contains mods for NeosVR using NeosModLoader.

Feel free to join the Neos Modding Discord server if you need more help after reading NeosModLoader's README.

Mod list

If you want the feature enough to get the mod for it, you should probably also go give a thumbs up on the issue tracker if there is one linked.

Template mod

Does X things.

Example mod

Does Y things.

Building<

Ensure that the required DLL's (listed in the Directory.Build.props file and in the individual .csproj files) can be found from standard installation paths (check Directory.Build.props). Then use the dotnet build command to build.

Alternatively you can open the folder in Visual Studio and just use the GUI.