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
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,11 +14,6 @@ It allows you to edit all sorts of Flags and Event Work data from save files.
14
14
15
15
**Note: The lists may contain unused data, which will be filtered out later, as documentation on the flags progresses.**
16
16
17
-
### Dump all Flags
18
-
19
-
This action will export the entire flag database with the current flag states (True/False) and event work values, with additional description (when available).
20
-
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.
21
-
22
17
### Edit Flags
23
18
24
19
This action opens the main window of the plugin.
@@ -34,6 +29,11 @@ After finishing editing, export your save data from the base application.
34
29
**No safety checks are done at all, so any combination of changes may cause issues like softlocks, crashes and permanent data loss.**
35
30
**Save data backups are strongly recommended before going into flags editing.**
36
31
32
+
### Dump all Flags
33
+
34
+
This action will export the entire flag database with the current flag states (True/False) and event work values, with additional description (when available).
35
+
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.
36
+
37
37
## Supported Games
38
38
All mainline games are supported (limited descriptions for many of them)
39
39
@@ -77,15 +77,15 @@ The flags resources database can also be localized, but it is not recommended at
77
77
Those files are simple _tsv_ text files located at [_flagslist_](/flagslist) folder.
78
78
79
79
The header of the files, with some examples:
80
-
| Raw Idx | Event Type | Location | Complement | Text Description | Valid Values |Internal Name|
80
+
| Raw Idx | Event Type | Location | Complement | Text Description | Valid Values |Identifier |
0 commit comments