/ScrollOfTaiwuMods

Mod development repository for steam game scroll of taiwu

Primary LanguageC#MIT LicenseMIT

ScrollOfTaiwuMods

Main MIT License

======== Mod development repository for steam game scroll of taiwu.

Once code is merged into main branch, it will automatically deploy mod packages to this site

Development environment setup

Build from IDE

  • Double click on ScrollOfTaiwuMods.sln (Once VS2019 has been installed)
  • devenv ScrollOfTaiwu.sln (Run VS2019 from command line)

Build all mods from command line

  • dotnet build -c Release

Build single mod from command line

  • dotnet build Mods/HelloWorld -c Release

Publishing mod packages

  • Once release build is performed successfully on certain mod projects, it automatically generate mod package under _publish folder (Note that debug build does not publish mod package to _publish folder).
  • Once PR is merge into main branch, generated mod packages will be published to this site automatically.
  • Automatic update detection is enabled for UnityModManager during packaging so that mod users will be notified when new versions of mods are published.