laggron42 / skytemple

GUI Application to edit the ROM of Pokémon Mystery Dungeon Explorers of Sky (EU/US)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

SkyTemple

Build Status Version Downloads License (GPLv3) Supported Python versions Discord

ROM hacking tool for Pokémon Mystery Dungeon Explorers of Sky.

It is available for Linux, macOS and Windows.

It includes a Python library for editing the ROM through Python (skytemple-files) and a debugger / script editor is integrated into the UI of SkyTemple (skytemple-ssb-debugger). Inside the debugger you can edit the game's scripts via the programming language ExplorerScript.

Ko-Fi

Support and Features

See the Project Pokémon forums page.

Windows & macOS

To download SkyTemple for Windows and macOS head over to the Project Pokémon page.

If you want to set up SkyTemple for development, see the "BUILDING_WINDOWS.md" or "BUILDING_MACOS.md" file.

Linux

The Linux version can be installed via Pip. For this Python 3.6+ must be installed and GTK+ (which you most likely both have):

pip install --upgrade skytemple[eventserver,discord]

You may need to run pip3 instead and/or need to update pip by running:

pip3 install --upgrade pip

After this, you can run skytemple to run it. If this doesn't work, you don't have ~/.local/bin in your PATH. Run ~/.local/bin/skytemple instead.

To be able to apply patches, you need to install armips. Sadly they don't provide builds. However for Arch Linux a version is available through the AUR.

Are you a package maintainer for a distribution like Ubuntu or Arch Linux? Get in touch with me!

If you want to set up SkyTemple for development, clone the repos and install in editable mode instead. See the steps 4 and onward in "BUILDING_WINDOWS.md".

About

GUI Application to edit the ROM of Pokémon Mystery Dungeon Explorers of Sky (EU/US)

License:GNU General Public License v3.0


Languages

Language:Python 99.3%Language:Shell 0.4%Language:CSS 0.2%Language:NSIS 0.2%