You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,18 @@ It allows you to edit all sorts of Flags and Event Work data from save files.
5
5
## Setup Instructions
6
6
- Download the plugin from the latest release [here](https://github.com/fattard/FlagsEditorEXPlugin/releases/latest).
7
7
- Extract and unblock them in Windows' Properties Menu.
8
-
- Put them in the *plugins* folder that is in the same directory as the PKHeX program path.
8
+
- Put them in the *plugins* folder that is in the same folder as the PKHeX program path.
9
+
- If the *plugins* folder does not exist, create a new one, all lowercase letters.
9
10
- Check for more instructions examples if you have trouble: [Manually Installing PKHeX Plugins](https://github.com/architdate/PKHeX-Plugins/wiki/Installing-PKHeX-Plugins#manual-installation-or-installing-older-releases).
10
11
11
12
## Actions
12
13
14
+
**Note: The lists may contain unused data, which will be filtered out later, as documentation on the flags progresses.**
15
+
13
16
### Dump all Flags
14
17
15
18
This action will export the entire flag database with the current flag states (True/False) and event work values, with additional description (when available).
16
19
This action is mainly for researching flag states and diffing previous/current states to discover and document the flag usages, that will be added as human readable information.
17
-
The exported file will contains the name *flags_dump_VERSION.txt* that will be created alongside the PKHeX program path.
18
20
19
21
### Edit Flags
20
22
@@ -28,7 +30,6 @@ All sorts of Flags and Event Work data can be edited through several tabs, that
28
30
29
31
After finishing editing, export your save data from the base application.
30
32
31
-
**Note: The lists may contain unused data, which will be filtered out later, as documentation on the flags progresses.**
32
33
**No safety checks are done at all, so any combination of changes may cause issues like softlocks, crashes and permanent data loss.**
33
34
**Save data backups are strongly recommended before going into flags editing.**
34
35
@@ -104,3 +105,10 @@ To contribute, create a copy of the above, fill the info you researched, and con
104
105
105
106
Priority for community contribution would be the 3DS games.
106
107
B2W2 had some progress right now.
108
+
109
+
## Credits
110
+
111
+
[Kurt](https://github.com/kwsch) for [PKHeX](https://github.com/kwsch/PKHeX) and [pkNX](https://github.com/kwsch/pkNX)
112
+
[Matt](https://github.com/sora10pls) for a lot of research over event flags and datamining
113
+
[Pret](https://github.com/Pret) and all the disassemblies
114
+
All the people in [PPOrg](https://projectpokemon.org) that have contributed to event flags research
0 commit comments