Skip to content

Releases: trigger-segfault/TerrariaItemModifier

Terraria Item Modifier - Terra Launcher Integration

24 Sep 19:43
Compare
Choose a tag to compare

TerrariaItemModifier-1.0.3.1.exe:

  • Now launches Terraria from the configured save folder in Terra Launcher if present on the computer.
  • Fixed incorrect tool name and GitHub page in error message box window.

Terraria Item Modifier - Fixes and Improvements

23 Sep 22:07
Compare
Choose a tag to compare

TerrariaItemModifier-1.0.3.0.exe:

  • Crafted items now correctly have their defaults set.
  • Item and tooltip renaming is now less hacky and conforms with how
    Terraria handles localization. (You'll still need to restart the game in
    order to remove changes made to names or tooltips)
  • Now tells you if your executable has already been patched.
  • Required files are now copied first so that if an error occurs at that
    point, the executable will still remain untouched.
  • Every required file and dll is now embedded into the executable.
  • Now waits half a second before making the executable large address
    aware. This should fix an issue where it couldn't write to the exe
    because it wasn't closed by the patching library yet.
  • Now asks if you'd like to cleanup required files from the executable
    directory on restore.
  • A bit of code refactoring.

Terraria Item Modifier - Hotfix B

12 Sep 00:15
Compare
Choose a tag to compare

TerrariaItemModifier-1.0.2.1.zip:

  • Fixed bugs caused when failing to find a path.
  • Added improved Terraria exe locator.
  • Removed background as it made the window look tacky.

TerrariaItemModifier - Improved Error Logging

27 Aug 03:28
Compare
Choose a tag to compare

TerrariaItemModifier-1.0.2.0.zip:

  • Added more advanced error logging that should make it much easier to determine the problem.
  • NoSwingAnimation renamed to NoSwingDamage and moved to Combat list.
  • IsDD2Summon moved to Restrictions list.
  • CanChangeDirection renamed to UseTurn.
  • Added Width variable to Visuals list.
  • Added Height variable to Visuals list.

Terraria Item Modifier - Hotfix A

25 Aug 03:31
Compare
Choose a tag to compare

TerrariaItemModifier-1.0.1.1.zip:

  • Fixed a bug that caused an exception while loading players and worlds.

Terraria Item Modifier - Spawn any NPC

25 Aug 02:29
Compare
Choose a tag to compare

TerrariaItemModifier-1.0.1.0.zip:

  • Added carriage returns to created example ItemModifications.xml. Now everything should be on its own line, even in dumb text editors.
  • Added Name and Tooltip variables to the created example ItemModifications.xml.
  • Added Launch Terraria option in the File menu.
  • Message boxes now use Windows sounds.
  • NotAmmo variable moved to Details list.
  • IsVanity variable moved to Details list.
  • IsMaterial variable added to Details list.
  • IsWiring variable added to Tools list.
  • IsPotion renamed to IsHealingPotion and moved to Restrictions list.
  • SpawnNPCID now works for any NPC and not just catchable critters. (Singleplayer only)

Terraria Item Modifier - First Release

24 Aug 03:54
Compare
Choose a tag to compare

TerrariaItemModifier-1.0.0.0.zip

Comes with all of the essentials needed to patch Terraria and perform item modification. The ItemModifications.xml and required dlls are automatically copied into the Terraria folder upon patching.