Skip to content

MinusGix/ElinExampleMod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elin Mod Template

Using this template:

  • Rename ExampleMod.csproj -> YourModName.csproj
  • Modify in .csproj
    • <ModName>Mod_ExampleMod</ModName> -> Mod_YourModName
  • Modify in Plugin.cs
    • [BepInPlugin("yourname.example.mod", "Example Mod", "1.0.0.0")] to have a unique mod id, and an interesting title for your mod
    • var harmony = new Harmony("yourname.example.mod"); with the same id.

Building: dotnet build. This will copy the resulting .dll to the folder Elin/Package/Mod_ExampleMod/ (or whatever you named it), you can edit the csproj to switch to only copying to a build/ directory in the current folder.


LICENSE: This template is under MIT/APACHE (very permissive). Your code can be under whatever license you want, with the default being not thinking about it at all.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages