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-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,16 @@ Database files for use with [Firefall DISASM Name Manager](https://github.com/th
4
4
## How to Contribute
5
5
When working on reverse engineering the client, you can store subroutine names within the database files used by [Firefall DISASM Name Manager](https://github.com/themeldingwars/Firefall-DISASM-Name-Manager). These can then be committed back into this repository for users to add to their own local databases.
6
6
7
+
### Allowed Charcters In Names
8
+
The following is a list of characters approved for names that have been confirmed to be handled gracefully in all supported applications.
Pull Requests will not be merged that contain characters outside of the above list unless ample reasoning is provided for why the list should be expanded.
13
+
14
+
### Duplicate Name Handling
15
+
When duplicate names occur, they should be handled by appending `_#` to the end of the name. Where the `#` is incremented for each additional occurrence.
16
+
7
17
### For Public Users
8
18
1. Verify your local database includes the latest version of the matching Client Version database on this repo.
9
19
* You can download the latest version from here and import into yours to update it.
@@ -12,4 +22,4 @@ When working on reverse engineering the client, you can store subroutine names w
12
22
3. Create a Pull Request for the database to be placed into the proper directory.
13
23
* For example, Client Version beta-1962 would be located in `production\beta\FF_DISASM_V1962.json`.
14
24
15
-
NOTE: This tool does not currently perform automatic deduplication, you will need to handle duplicates/edits to existing items manually for now.
25
+
NOTE: This tool has basic [deduplication supported](https://github.com/themeldingwars/Firefall-DISASM-Name-Manager#deduplication). However, depending on your data you may still need to handle duplicates/edits to existing items manually.
0 commit comments