Search the Community
Showing results for tags 'pmd2'.
-
Project website: https://skytemple.org Hi! A few months ago I wondered if there are any tools to make custom PMD2 ROM Hacks. I found out that much work on the games had been done, but there wasn't really any user friendly GUI editor to make custom ROM hacks. So I decided, I'd give it a shot and try to make my own. This tool can edit both the ROMs of Pokémon Mystery Dungeon Explorers of Sky EU / NA. Now, before I begin, I want to stress that NONE of this would have been even remotely possible without people like @psy_commando, @Nerketur, @evandixon, @MegaMinerd or any of the other PMD ROM hackers. I'm not somebody who's good at reverse engineering ROMs or actually finding out how stuff works. They did all the hard work (especially Psy!) and they deserve all the credit for it! All I did was filling some gaps and building this editor, that I'll now present to you...: Features Map Background Editor Let's you view and edit the backgrounds of the map. Supports importing map backgrounds from image files. The collision of the map can also be changed. Scene Editor Let's you edit the position of Pokémon and Objects on the overworld maps and change how cutscenes are built. Script Editor / Debugger Let's you edit the script files of the game and debug them in realtime. > Script Editing You can edit all scripts in the game with features like auto-completion and calltips. > Debugging You can set breakpoints and let the game halt at different parts of the code. > Debug Overlay A debug overlay shows you where objects, triggers and Pokémon are rendered and what their hitboxes are > Game State View the current state of the Ground Engine, the game's script engine: What scripts and scenes are currently loaded and which actors and objects are placed on the map? > Variables View and modify the current game variables in real time. > ExplorerScript ExplorerScript is a new high level language that the scripts in SkyTemple are written in. It is compiled to the binary code (SSB) that the game uses. Dungeon Editor Edit and create your own dungeons and customize the spawns for each floor. Dungeon Tileset Editor Edit the graphics of dungeon tilesets. Fixed Room / Boss Fight Editor Edit treasure rooms and boss fights, create entirely new bosses and assign them to dungeons however you like. Ground Lists Change various lists in the game, such as the starters, the recruitment list, a list of placable NPCs (actors) or the world map. Pokémon Data Edit the data of Pokémon, including stats, move learnsets and portraits. More Features Apply ASM patches to add new functionality to the game Edit misc. graphics, such as the fonts or the message borders Edit all text in the game Source Code Can be found on GitHub: https://github.com/skytemple Downloads (Linux, Mac, Windows) Discord We have a Discord community for support: https://discord.gg/4e3X36f
-
Version 1.4.7
38358 downloads
Randomizer for Pokémon Mystery Dungeon Explorers of Sky. For Windows, macOS and Linux. This randomizer randomizes... - ... all NPCs on the overworld (with matching portraits and names; additional portraits are downloaded from the PMDCollab Sprite Repository) - ... all dungeon layouts (including tilesets, music, weather, darkness, traps, items, Pokémon spawns, etc.) - ... Pokémon moves, types, abilities - ... boss fights matching the NPCs and boss fight layouts - ... chapter names and location names. - ... if wanted: all text in the game. Pokémon level are randomized between -3/+3 of the minimum/maximum level that the Pokémon on that floor had in the original game. Additionally patches by End45 to improve gameplay are installed. All settings can be toggled off! Also contains additional optional patches, like the Complete Team Control Patch from Cipnit. Part of the SkyTemple project: Support Please join our Discord server for support: https://discord.gg/4e3X36f Install on Windows and Mac Download the Installer (exe Windows [we recommend the x64 Version if you have a 64bit Computer!], dmg Mac) and install it. After this run "SkyTemple Randomizer". Install on Linux The Linux version is available as a Flatpak at https://flathub.org/apps/details/org.skytemple.Randomizer. -
Version 1.4.7
35075 downloads
SkyTemple: The Explorers of Sky ROM editor for maps, backgrounds and scripts, including an interactive debugger for the game's script engine. This is a very early pre-release of SkyTemple, please expect many bugs and make backups of your ROMs! Windows version Is attached here, just click "Download" on the right! You may need to install the latest Microsoft Visual C++ Redistributable (2022) for your platform, otherwise the debugger and emulator will not work correctly: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 Mac version Is also attached, the minimum supported macOS version is macOS 11 Linux version The Linux version is available as a Flatpak at https://flathub.org/apps/details/org.skytemple.SkyTemple. Support For information and support: Github: https://github.com/skytemple Known issues: https://github.com/orgs/SkyTemple/projects/1 -
This a simple thread from Pokémon Mystery Dungeon: Explorers of Sky - Status Modifier. And here is the code in memory: North American (USA) Leader (1st Member): 221BA5FD 000000XX 221BA5FE 000000YY Partner (2nd Member): 221BA83D 000000XX 221BA83E 000000YY 3rd Member: 221BAA7D 000000XX 221BAA7E 000000YY 4th Member: 221BACBD 000000XX 221BACBE 000000YY XX - Status Name: 01 - Reflect. 02 - Safeguard. 03 - Light Screen. 04 - Counter. 05 - Magic Cape. 07 - Protect. 08 - Mirror Coat. 09 - Endure. 0B - Mirror Move. YY - Duration. (Only work with AR Code Trigger!) Link: https://projectpokemon.org/home/forums/topic/457-ar-code-triggers/ (Example) 01 - 1 turn. 02 - 2 turns. 03 - 3 turns. 04 - 4 turns. 05 - 5 turns. 06 - 6 turns. 07 - 7 turns. 08 - 8 turns. 09 - 9 turns. 0A - 10 turns. 0B - 11 turns. 0C - 12 turns. 0D - 13 turns. 0E - 14 turns. 0F - 15 turns. 14 - 20 turns. 1E - 30 turns. 28 - 40 turns. 32 - 50 turns. 3C - 60 turns. 46 - 70 turns. 50 - 80 turns. 5A - 90 turns. 64 - 100 turns. 96 - 150 turns. C8 - 200 turns. FF - 255 turns. [MAX VALUE!] European (EUR) Leader (1st Member): 221BAF3D 000000XX 221BAF3E 000000YY Partner (2nd Member): 221BB17D 000000XX 221BB17E 000000YY 3rd Member: 221BB3BD 000000XX 221BB3BE 000000YY 4th Member: 221BB5FD 000000XX 221BB5FE 000000YY XX - Status Name: 01 - Reflect. 02 - Safeguard. 03 - Light Screen. 04 - Counter. 05 - Magic Cape. 07 - Protect. 08 - Mirror Coat. 09 - Endure. 0B - Mirror Move. YY - Duration. (Only work with AR Code Trigger!) Link: https://projectpokemon.org/home/forums/topic/457-ar-code-triggers/ (Example) 01 - 1 turn. 02 - 2 turns. 03 - 3 turns. 04 - 4 turns. 05 - 5 turns. 06 - 6 turns. 07 - 7 turns. 08 - 8 turns. 09 - 9 turns. 0A - 10 turns. 0B - 11 turns. 0C - 12 turns. 0D - 13 turns. 0E - 14 turns. 0F - 15 turns. 14 - 20 turns. 1E - 30 turns. 28 - 40 turns. 32 - 50 turns. 3C - 60 turns. 46 - 70 turns. 50 - 80 turns. 5A - 90 turns. 64 - 100 turns. 96 - 150 turns. C8 - 200 turns. FF - 255 turns. [MAX VALUE!] WARNING: In the European version, it can cause problems with the language of the game you are playing, but don't worry it's not that contagious.
-
- pmd2
- action replay
-
(and 2 more)
Tagged with:
-
Hello everyone , I am working on a romhack of PMD Sky based on the 2021 rewrite of the "Explorers of Death" Creepypasta. The following screenshots are from what I have so far. Here is also a short video showcasing the hack: https://youtu.be/4SvShOFe41E And here is a download link for the cutscene demo: https://drive.google.com/file/d/1UicUpgDEk5Wa-Kj-H7crvdiL3BCqU_zk/view?usp=sharing (please note that features which require ASM hacking have not been implemented yet)
-
Hi everybody! I'm making some explorer badges from PMDEOS, and I would really appreciate if you guys could help me decide which badges would be cool to make! Please vote on this poll to let me know which colors you guys would be interested in. Poll Here! :^) Thanks !
-
I've decided to begin making a comic adaptation of Pokemon Mystery Dungeon: Explorers of Sky, but with a twist! Some of the characters are replaced with other Pokemon species, and all the main characters are just Pokemon-ified Milo Murphy's Law characters! For example, Guildmaster Wigglytuff and Chatot are now Guildmaster Dakota the Flareon and his partner Cavendish the Chatot. I have the first two pages already, and you can view them here! https://imgur.com/a/UIxniZS