Skip to content

sirkingbinx/GorillaTagModTemplate

Repository files navigation

GorillaTagModTemplate Version Downloads

This is a feature-packed mod template for Gorilla Tag with pre-built utilities and tools for newer mod developers to use.

  • Single-assembly BepInEx / MelonLoader support
  • Custom config file support
  • Log file management

It is loosely inspired by Graic's mod template.

Install

Note

If you are new to NuGet (the .NET package manager), these documentation pages may help you:

To install, run this command from the Terminal:

dotnet new install bingus.gorillatagmodtemplate

You can use your code editor's GUI to create the project, or use the shorthand name of the template when creating via the .NET CLI:

# Make sure you have the template installed or this will error
mkdir MyModName
dotnet new gtmod --Name MyModName --Author MyName --GUID MyName.MyModName

About

Template for building Gorilla Tag mods (inspired by Graic's GT mod template)

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages