Skip to content

VSModTemplate v1.5.7

Latest
Compare
Choose a tag to compare
@tyronx tyronx released this 07 Feb 20:44
· 9 commits to master since this release

To get started

  1. Double click on vsmodtools.exe (or type mono vsmodtools.exe in your terminal)
  2. Set up the env by typing setup
  3. Add a new dll mod by typing add-dll yourmodname.
  4. Exit the mod tools and open VSMods.sln in Visual Studio. Have fun!

Changelog:

  • Feature: Adding a new mod also adds a template ModSystem
  • Fixed: Actually fix compile errors due to wrong .net framework selection
  • Fixed: logging outputs not printed to the IDE debug console. Removed RedirectLogs.cs