Recent content by pokedude31

  1. P

    Tool: Awesome Map Editor (AME)

    Hey guys, thanks for your interest (still)! The aspect Deokishisu mentioned is a quite important one when it comes to the development of AME. As soon as there's a full-fledged disassembly of Emerald/FireRed, everyone could add, modify and design maps with ease. Without the need to mess with...
  2. P

    Is Rom Hacking Illegal?

    Where should I begin ...? Downloading the ROM image sure is illegal, but ROM-Hacking itself is not illegal, since we simply manipulate the data privately, compare it to the original ROM and share a patch in various formats that can apply these changes to any copy of the original ROM. What...
  3. P

    Tool: Awesome Map Editor (AME)

    Hey, screw VisualStudio. For Qt-only development, one should use the QtCreator IDE shipped with the Qt SDK. There are plenty of tutorials on how to set up kits in QtCreator and actually compile stuff. When you use QtCreator, there should be none of the errors you are getting, as Diego and me...
  4. P

    Tool: Awesome Map Editor (AME)

    You need to download the Qt SDK at https://qt.io and use QtCreator to open the *.pro file and compile the project. You should also download the dependencies, but everything is described here: https://github.com/Diegoisawesome/AwesomeMapEditor/blob/master/README.md Best regards
  5. P

    Tool: Pokemon Text Editor

    Haha, Qt for sure has it's little issues, and one of them is the proper deployment of the application. This tool ships the qwindows.dll in the exact same folder the actual application resides. Seems legit, but Qt does not expect qwindows.dll to be in the same folder as the executable, but...
  6. P

    Tool: Awesome Map Editor (AME)

    This project is not dead. It's just that Diego and me are lacking time (as for me, I do a full-time study and need to do a full-time job simutaneously in order to survive, I work 80-90 hours per week) and working on this project does not have a high priority for us. We will, in case we have some...
  7. P

    [Tool] help compiling AME and ASE

    Hey aMammoth, as I am one of the creators of AME and ASE, I could help you easily if you described your problem more precisely. What exactly isn't working? Did you make sure to install QtCreator with Qt 5.7.0 and MInGW options checked in the installer? Thanks for your interest in AME and ASE...
  8. P

    Tool: Awesome Script Editor (ASE)

    1. All of the commands (and also macroes like msgbox) are stored in an XML file and can therefore be edited as desired. You can even use multiple script command files and switch between them within the editor. 2. The macroes can be as complex as possible, as they are replaced by their actual...
  9. P

    Tool: Awesome Script Editor (ASE)

    OT: Jesus Pokecommunity, why won't you let me log in? I also can't reset my password, because Hotmail keeps telling me that my account may have been hacked... Hello guys, sorry for being absent for so long. As you know, university and work is time-consuming and I really lack spare time. What I...
Back
Top