Skip to content

danilwhale/ignitron-mod-template

Repository files navigation

ignitron template mod

use this template to get started with developing your mod for ignitron

usage

  1. create new repo from this template with Use this template
  2. clone the new repo on your pc
  3. install ignitron
  4. configure the workspace
  5. make some changes to make it yours:
    1. rename the project and solution files to match your mod name
    2. update metadata file:
      1. modify assembly_relative_path property to <PROJECT_NAME>.dll
      2. edit remaining properties to match your mod
    3. replace LICENSE with license you would like to use, such as MIT
  6. now you're ready to work on your mod

building

building in Debug configuration will automatically copy the mod to the 'mods/' directory of your game:

dotnet build -c Debug

but building in Release configuration won't copy it anywhere other than build folder ( ExampleMod/bin/Release/net9.0/):

dotnet build -c Release

About

ignitron mod template. migrated to https://codeberg.org/ignitron/mod-template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages