Skip to content

Releases: anegostudios/vsmodtemplate

VSModTemplate v1.5.7

07 Feb 20:44
Compare
Choose a tag to compare

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

VSModTemplate v1.5.6

30 Sep 08:28
Compare
Choose a tag to compare

To get started

  1. Double click on vsmodtools.exe
  2. Set up the env with typing setup
  3. Add a new dll mod by typing add-dll yourmodname
  4. Open VSMods.sln in Visual Studio. Have fun!

Changelog:

  • Update vsmodtools.exe to latest version
  • Fix compile errors due to wrong .net framework selection

VSModTemplate v1.5.5

11 Sep 06:33
4597a35
Compare
Choose a tag to compare
  • Fixed Client Startup arguments

VSModTemplate v1.5.4

12 Jun 14:04
0f7c37e
Compare
Choose a tag to compare
  • Updated to modtools v1.5.4

VSModTemplate v1.5.3

13 May 09:51
feb345b
Compare
Choose a tag to compare
  • Updated to modtools v1.5.3

VSModTemplate v1.5.2

09 May 15:46
5a93e6c
Compare
Choose a tag to compare
  • Updated to modtools v1.5.2

VSModTemplate v1.5.1

07 May 10:38
ef31504
Compare
Choose a tag to compare
  • Updated to modtools v1.5.1

VSModTemplate v1.5.0

29 Apr 08:48
ad9a4f6
Compare
Choose a tag to compare
  • Updated to modtools v1.5.0

VSModTemplate v1.4.1

19 Oct 09:44
da66ee4
Compare
Choose a tag to compare
  • Updated to modtools v1.4.1

VSModTemplate v1.4.0

17 Oct 09:56
8e766d9
Compare
Choose a tag to compare
  • Updated to modtoolvs v1.4.0
  • Changed version of redirectlogs from 1.0 to 1.0.0