Nerketur
PokéScripter
- 104
- Posts
- 14
- Years
- Cyberspace
- Seen Feb 4, 2025
I thought I'd make this thread to help with showcasing my own tools. Plus, so my tool won't clutter up the research I'm doing on PMD EoT. The tool I'm making isn't finished yet... but Alphas of it are out!. =D
News:
So I haven't updated in here in a while, and wanted to provide at least some explanation.
First of all, I finally fixed the download links (again). You can now download the alphas again!
Second, I now have no ETA on when beta and beyond will ever be released. I'm hoping some time in 2018, but that is entirely dependent on my motivation. I've been focusing on my job and on starting to actually make my own new games with Unity, so I haven't had much time at all to work on this. However! I did make a discord and made a hacking server on it so as to be able to collaborate efforts on doing this. So fret not, work is being done, albeit at a much slower rate. I still plan to finish this one day, even though there are now probably better tools that can do the same things. I'm just happy to have started a true want for PMD hacking, as its one of my favorite game series' of all time.
Third, I will still pop on here every so often and check PMs, but don't expect many updates going forward. The bulk of the work of my editor is done, and I'll probably release the source some time before 2020. When I do, I give everyone free permission to look at the source code and create derivative works without need of payment to me or anyone else. All I ask is that you include a link back to the original and give me attribution.
I thank everyone for their support in this process, and truly hope that my tool is and will be of use to many people in the future.
(Image in spoiler shows current screenshot)
Things may change with time... but as of yet, the features are as follows:
Current features:
Features not fully implemented:
Known bugs (Prone to change closer to release):
Download link of alpha 2: https://www.dropbox.com/s/xrgigc8z673syt4/PMDSE Alpha 2.zip?dl=0
Download link of alpha 3: https://www.dropbox.com/s/f0r29kj5m7r1wdw/PMDSE Alpha 3.zip?dl=0
Dowenload link of pre-beta! https://www.dropbox.com/s/dvauwnulw9qmgko/PMDSE v1.1A.zip?dl=0
(If the link doesn't work, please inform me. Apparently Dropbox has limits. Also, for obvious reasons, there are NO ROMs included with this download. Find them elsewhere. Do not ask for them. =) )
For more info on what I'm doing, exactly, you can check on my research thread, here, or click the link in my signature.
If you find anything wrong, please tell me so I can fix it. If the program crashes, please tell me so I can fix it. If you want the source, please tell me. I'll likely release the source once it gets into beta stage. It's still changing a lot, but I'll put it on GitHub later. Any questions, don't hesitate to ask. =D
Also, one last thing. There are a lot of question-marks. If there's a question mark, that means I'm not positive about the command. Names are prone to change, UI is prone to change, and if there are any needed updates, I'll update the program.
And now, for your viewing pleasure... a video of what I did with the tool:
https://www.dropbox.com/s/8823do6riu4rs74/pmd-eot_36_16350.avi
News:
- BETA 1 still in the works!
- Wow it's been a while!
- Download links fixed (again)!
So I haven't updated in here in a while, and wanted to provide at least some explanation.
First of all, I finally fixed the download links (again). You can now download the alphas again!
Second, I now have no ETA on when beta and beyond will ever be released. I'm hoping some time in 2018, but that is entirely dependent on my motivation. I've been focusing on my job and on starting to actually make my own new games with Unity, so I haven't had much time at all to work on this. However! I did make a discord and made a hacking server on it so as to be able to collaborate efforts on doing this. So fret not, work is being done, albeit at a much slower rate. I still plan to finish this one day, even though there are now probably better tools that can do the same things. I'm just happy to have started a true want for PMD hacking, as its one of my favorite game series' of all time.
Third, I will still pop on here every so often and check PMs, but don't expect many updates going forward. The bulk of the work of my editor is done, and I'll probably release the source some time before 2020. When I do, I give everyone free permission to look at the source code and create derivative works without need of payment to me or anyone else. All I ask is that you include a link back to the original and give me attribution.
I thank everyone for their support in this process, and truly hope that my tool is and will be of use to many people in the future.
PMDSE
Pokemon Mystery Dungeon Script Editor
Have you ever wanted to hack PMD, but felt discouraged by the lack of tools and info on it? Ever wanted to have your partner say a few choice words to Team Skull? Well, with my tool, you finally can!Pokemon Mystery Dungeon Script Editor
Spoiler:
![[PokeCommunity.com] Nerketur's Pile of Tools [PokeCommunity.com] Nerketur's Pile of Tools](https://dl.dropbox.com/u/15751634/PMD/PMDSE/Screenshot.png)
(Image in spoiler shows current screenshot)
Things may change with time... but as of yet, the features are as follows:
Current features:
- Strings, constants, and groups are shown below the files tree-view, and are editable!
- SAVING IMPLEMENTED! (for HEX ONLY)
- Overlap checking. The program will NOT let you save a file that overlaps a pre-existing file.
- Can read in the entire ROM, and parse the script files inside it.
- Hex (in words) and partial assembly are shown in the same textbox. A checkbox is used to change between them
- The file you are looking at in the ROM is Bold in the tree view!
- Can read .kao files, and limited support for AT4PX files
- Code database now included as a text file.
Features not fully implemented:
- ONLY .NDS roms can be parsed (and of those, only the PMD era of games are allowed.)
- It currently only allows for loading of PMD: EoT, PMD: EoD, PMD: EoS, and PMD: BRT, english versions. Other versions could possibly work, but are not currently supported.
- Files supported (alpha3): .SSB files
- Files supported (Beta 1 upcoming): .SSA, .SSB, .SSE, .SSS, .LSD, .KAO
- (prebeta) limited .at4px support
- (prebeta) limited .kao support (will only load a portion, and view only)
- (prebeta) editable names for commands in dict.txt (only change if you know what you're doing)
Known bugs (Prone to change closer to release):
- PMD: BRT will appear to have no script. This is because of how the script is stored. It's in ARM9.bin and the overlay files, which the program does not currently check.
- In double textbox mode (if I implement it (unlikely)) scrollboxes get out of sync easily if you use the arrow keys to move around the text boxes. If this happens, click the active scrollbar, and they will re-sync. (I have an idea of how to fix this, now. Might do so later.)
- In certain rare cases, if the commands don't parse correctly (or key ones are missing) then the strings and "constants" will get messed up which will prevent the script from loading properly. This is currently only fixable by adding the unknown command to the parser. (Later I may make it so it can safely ignore this and still parse strings and constants properly, but for now it's a bug that I don't care to fix, as it helps me to easily identify problem areas. (It's a trivial fix now, but eh.))
- Some commands are KNOWN incorrect and will be changed before beta.
- If it can't parse the dict.txt file properly, the program ceases to work.
- Saving assembly not working yet (will be implemented in full beta).
- UI enhancements (optional)
- Create documentation (optional)
- Allow for searching via "goto" (optional)
- Allow for searching via double/right clicking a string/constant (optional)
- learn more commands (stalled)
- remake "actions" to more accurately reflect what I know. (almost complete)
- make the code more efficient by removing redundancy (working on)
- filter out files (and folders) in the NDS file that can't be opened (Can do, but now it seems silly)
Download link of alpha 2: https://www.dropbox.com/s/xrgigc8z673syt4/PMDSE Alpha 2.zip?dl=0
Download link of alpha 3: https://www.dropbox.com/s/f0r29kj5m7r1wdw/PMDSE Alpha 3.zip?dl=0
Dowenload link of pre-beta! https://www.dropbox.com/s/dvauwnulw9qmgko/PMDSE v1.1A.zip?dl=0
(If the link doesn't work, please inform me. Apparently Dropbox has limits. Also, for obvious reasons, there are NO ROMs included with this download. Find them elsewhere. Do not ask for them. =) )
For more info on what I'm doing, exactly, you can check on my research thread, here, or click the link in my signature.
If you find anything wrong, please tell me so I can fix it. If the program crashes, please tell me so I can fix it. If you want the source, please tell me. I'll likely release the source once it gets into beta stage. It's still changing a lot, but I'll put it on GitHub later. Any questions, don't hesitate to ask. =D
Also, one last thing. There are a lot of question-marks. If there's a question mark, that means I'm not positive about the command. Names are prone to change, UI is prone to change, and if there are any needed updates, I'll update the program.
And now, for your viewing pleasure... a video of what I did with the tool:
https://www.dropbox.com/s/8823do6riu4rs74/pmd-eot_36_16350.avi
Last edited: