======== 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
- Install .NET Framework 4.7.2 Developer Pack (Direct download link)
- Install Visual Studio 2019 Community Edition (Prefered IDE, lightweight ones like VS code also works)
- And that is ALL. No other setup is needed, good to go now.
- Double click on ScrollOfTaiwuMods.sln (Once VS2019 has been installed)
- devenv ScrollOfTaiwu.sln (Run VS2019 from command line)
- dotnet build -c Release
- dotnet build Mods/HelloWorld -c Release
- 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.