Skip to content

Releases: mistzzt/tmodloader-mod-localizer

Mod.Localizer v2.0.2

24 Mar 03:41
Compare
Choose a tag to compare

Build properties patching/dumping supported!

  • Refactor LoadFiles method with generic syntax
  • Add extra file path support
  • Implement build prop processing

Mod.Localizer v2 0.1.2-rc

08 Mar 05:49
Compare
Choose a tag to compare
Pre-release
v0.1-rc

Update version

Mod Localizer 0.14.0

08 Feb 03:50
Compare
Choose a tag to compare
Mod Localizer 0.14.0 Pre-release
Pre-release
v0.14.0

Change version

Mod Localizer 0.14.0-beta

14 Jan 03:40
Compare
Choose a tag to compare
Pre-release

Fix possible IndexOutOfRange exception.

Mod Localizer 0.12.0

11 Dec 23:02
Compare
Choose a tag to compare

Fix bug with null version passed, update version

  • update version to 0.10.1.1
  • update terraria reference to 1.3.5.3
  • move changable vars to DefaultConfigurations
  • change tabs to spaces
  • minor fixes to codes
  • version tick

Mod Localizer 0.11.1

01 Jul 02:09
Compare
Choose a tag to compare
  • Implement recursive base type finder
  • Update for tModLoader 0.10.0.2

This version supports mods for tModLoader 0.10 or higher and need further tests.

Mod Localizer 0.10.4

27 Jun 07:12
Compare
Choose a tag to compare
  • Fix BuildProperties reading

This version supports mods for tModLoader 0.10 or higher and need further tests.

Mod Localizer 0.10.2

23 Jun 13:34
Compare
Choose a tag to compare
  • Implement Mod.Load() adding

This version supports mods for tModLoader 0.10 or higher and need further tests.

Mod Localizer 0.10.1

16 Jun 06:34
Compare
Choose a tag to compare
  • Fix an issue caused by transfer instruction in Mod.Load()
  • Fix crash when patching ModifyTooltip

This version supports mods for tModLoader 0.10 or higher and need further tests.

Mod Localizer 0.9.0

14 Jun 11:33
Compare
Choose a tag to compare

Fix mod loading problem (signature is not correct)

  • Use AssemblyRef of module
  • Remove instance field of mod
  • Make SetTranslation instance instead of static
  • Implement SetTranslation call
  • IL changes
  • Format codes

This version supports mods for tModLoader 0.10 or higher, and need further tests.