Skip to content

Releases: ConfuzzedCat/TerrariaInjector

v1.3.0 - Server support, config, lifecycle hooks and more

19 Feb 00:32

Choose a tag to compare


For TerrariaModder users

Don't download the version in the releases, instead use the supplied version from inidar
https://github.com/Inidar1/terraria-modder


What's Changed

  • Add server support, blocked DLL loading, and configurable folders by @Inidar1 in #4
  • Add lifecycle hooks for mod initialization by @Inidar1 in #11
  • changed to nuget packages (Harmony and Mono.Cecil)

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1 - Small fix in project files

05 May 08:46

Choose a tag to compare

Forgot to change the project files to what Deltaone had made, to fix other issues.

NOTE: With this release, I might mainly have this in maintaining. So unless issues comes up, i wont add more functionality.
Reason being too many projects and school

v1.2.0 - Deltaone rewrite

27 Apr 10:16

Choose a tag to compare

This is the release of deltaone's rewrite, to fix issue #3

Mods can now have both an Init or Initialize and a PrePatch method

v1.1.0 - Init methods

30 Nov 12:04

Choose a tag to compare

Mods can now have init methods that will get invoked before game start.

v1.0.3 - Fixed issues

25 Nov 16:37

Choose a tag to compare

Fixed issues with latest terraria version.

v1.0.2 - Bugfix

27 May 10:42

Choose a tag to compare

Mod Dependencies is now loaded from ".\Mods\Libs"
and some other stuff i dont remember

Initial Release - v1.0.0

01 Apr 22:47
3c4f0af

Choose a tag to compare

Just drag and drop the exe into Terraria's install folder, and download the latest Harmony lib from here, and copy the dll from net35 in to terraria's folder too.