All Projects → SkyTemple → skytemple

SkyTemple / skytemple

Licence: GPL-3.0 license
GUI Application to edit the ROM of Pokémon Mystery Dungeon Explorers of Sky (EU/US)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to skytemple

flashcard-archive
An archive of all the firmwares for Nintendo DS flashcards
Stars: ✭ 170 (+42.86%)
Mutual labels:  nintendo-ds
Universal-Manager
Multimedia tool for Nintendo DSi, Nintendo 3DS and Nintendo Switch.
Stars: ✭ 26 (-78.15%)
Mutual labels:  nintendo-ds
GCFT
GameCube File Tools, a GUI tool for modifying some common file formats used by GameCube games
Stars: ✭ 49 (-58.82%)
Mutual labels:  romhacking
talestrakt
Traducciones y reimplementaciones de Tales Translations
Stars: ✭ 15 (-87.39%)
Mutual labels:  romhacking
tilemap-studio
A tilemap editor for Game Boy, Color, Advance, DS, and SNES projects. Written in C++ with FLTK.
Stars: ✭ 247 (+107.56%)
Mutual labels:  nintendo-ds
minishmaker
Level editing suite for The Legend of Zelda: The Minish Cap
Stars: ✭ 58 (-51.26%)
Mutual labels:  romhacking
PokemonBattleEngine
A C# library that can emulate Pokémon battles.
Stars: ✭ 92 (-22.69%)
Mutual labels:  romhacking
epicedit
Epic Edit, Track Editor for Super Mario Kart (SNES)
Stars: ✭ 30 (-74.79%)
Mutual labels:  romhacking
mazeman
MazeMan - A procedurally generated dungeon game for the Nintendo DS
Stars: ✭ 21 (-82.35%)
Mutual labels:  nintendo-ds
lips
MIPS R4300i assembler in Lua
Stars: ✭ 20 (-83.19%)
Mutual labels:  romhacking
dust
A DS emulator written in Rust
Stars: ✭ 56 (-52.94%)
Mutual labels:  nintendo-ds
powerslaves
Taking PowerSaves as a slave to your will.
Stars: ✭ 28 (-76.47%)
Mutual labels:  nintendo-ds
DSVEdit
Multi-purpose editor for ROM hacking DS and GBA Castlevania games
Stars: ✭ 70 (-41.18%)
Mutual labels:  romhacking
lazy-dsi-file-downloader
Automatically downloads, extracts and places files used for DSi modding
Stars: ✭ 78 (-34.45%)
Mutual labels:  nintendo-ds
N-Gage stuff
Some N-Gage stuff for translation and modding
Stars: ✭ 21 (-82.35%)
Mutual labels:  romhacking
Ninokuni
Hacks and tools for "Ni no Kuni" games
Stars: ✭ 23 (-80.67%)
Mutual labels:  romhacking
Yarhl
Yet Another ROM Hacking Library
Stars: ✭ 48 (-59.66%)
Mutual labels:  romhacking
in xsf
xSF Winamp plugins (2SF, GSF, NCSF, SNSF)
Stars: ✭ 15 (-87.39%)
Mutual labels:  nintendo-ds
Emblem-Magic
An all-purpose ROMhacking tool for the GBA Fire Emblem games
Stars: ✭ 15 (-87.39%)
Mutual labels:  romhacking
react-gbajs
🕹 GBA emulator on your React project - easy and powerful to use!
Stars: ✭ 35 (-70.59%)
Mutual labels:  romhacking

logo

SkyTemple

Build Status Localization Progress 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+ 3 (which you most likely both have). Additionally GtkSourceView 3 is required (package gtksourceview3 on Arch and libgtksourceview-3.0-dev on Ubuntu).

Then install SkyTemple via pip:

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".

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].