Recent content by trap15

  1. T

    ROM Hack .gtd graphics. Can anyone help?

    You need to also move the libgd.a (or something along those lines) into lib/ And yes, you need to run it from command line. just type gtdparse, and it'll tell you how to use it.
  2. T

    ROM Hack .gtd graphics. Can anyone help?

    I was linked to this thread earlier today, and I bothered to get around to writing up a tool to decode these images. Here's a tool written in C that does it: https://github.com/SquidMan/gtdparse You'll need to compile it yourself, and you need libGD. Go nuts! EDIT: If you want a re-encoder, I...