Releases: ConfuzzedCat/TerrariaInjector
v1.3.0 - Server support, config, lifecycle hooks and more
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
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
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
Mods can now have init methods that will get invoked before game start.
v1.0.3 - Fixed issues
Fixed issues with latest terraria version.
v1.0.2 - Bugfix
Mod Dependencies is now loaded from ".\Mods\Libs"
and some other stuff i dont remember
Initial Release - v1.0.0
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.