forked from projectpokemon/PPRE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
54 lines (45 loc) · 1.69 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Project Pokemon ROM Editor 2 (PPRE)
URL: http://projectpokemon.org/ppre/
Author: Alpha
PPRE is a multi-purpose ROM editing tool for altering Nintendo DS Pokemon games.
The project was started originally to edit Pokemon Diamond and Pearl by SCV
based off of Treeki's Nitro Explorer and loadingNOW's thenewpoketext. pichu2000
created a strong basis for the scripting capabilities that PPRE will always
have. Alpha has added many new features to make PPRE as versatile as it is.
PPRE is written in Python and makes use of PyQt for its GUI. Development was led
by SCV and Alpha.
PPRE2 is a complete re-coring of PPRE. The original developers were still
immature in their programming practices, so there is a lot of room to grow. The
goal of PPRE2 is to provide a much better experience for ROM editing and to add
many new features. Development is led by Alpha and open to the Project Pokemon
community.
PPRE2 should be referred to as PPRE.
Requirements to run PPRE (Source Version):
* Python 2.6+ or Python 3.x
* PyQt4
* Git
Current Game Support:
* Diamond (US)
* Pearl (US)
* Platinum (US)
* Heart Gold (US)
* Soul Silver (US)
* Black (US)
* White (US)
* Black2 (US)
* White2 (US)
Current Editors (incomplete):
* Pokemon Editor (Read/Write)
* Text Editor (RW)
* Move Editor (RW)
How to setup and use:
1. Run setup.sh/setup.bat
Or
1a. Use git to fetch the rawdb dependency (`git submodule update`)
1b. Link rawdb/nds to nds (or copy it if your OS does not have link support)
2. Run ppre.sh or ppre.bat
3. Create a new project (File > New Project, and select your base ROM)
4. Name your project
5. Don't forget to save your project
6. Start Editing (Edit > Some editor)
7. Write your changes to a new ROM (File > Export)