Terraria Developer Patch

10/27/2013 12:31 MrYeah#1
Use Red's Wings without any debuffs!
10/27/2013 22:52 GodHacker#2
Is it from you?
If yes... how does you do it?
10/28/2013 22:16 MrYeah#3
Quote:
Originally Posted by GodHacker View Post
Is it from you?
If yes... how does you do it?
Yes, I made it. Here's how:
  1. Decompile and disassemble the game
  2. Find all the item checks in the decompiled code
  3. Find the corresponding positions in the disassembled code
  4. Find a way to patch the checks away at assembly level
  5. Find the corresponding positions in the binary
  6. Create a patched version
  7. Create a diff file
  8. Create an easy-to-use patch which uses the diff file to patch the game