Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Elekester committed Jul 17, 2022
1 parent ad65450 commit 80c01b9
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,16 @@ You may select any number of files in the log or log_ngs folders in your PSO2 do

![File Selecting Example](images/file_select.png)

### 2. Name Filter File Upload
### 3. Player ID Filter File Upload

The Player ID filter file is a plain text document containing numerical Player IDs separated by a new line, tab, or comma. The resutls are limited to just those players who have those Player IDs.

```
11212306,10077092, 10991589
12214386
```

### 3. Name Filter File Upload

The name filter file is a plain text document containing names separated by a new line, tab, or comma. The results are limited to just those players who have a Player ID Name or Character Name in the filter.

Expand All @@ -29,21 +38,21 @@ Nett

Uploading more chat log files will increase the likelihood of the name filter catching players who use multiple characters with unknown names, but may increase the time required to perform calculations.

### 3. Name Filter Sensitivity
### 4. Name Filter Sensitivity

You can specify a sensitivity setting to allow for spelling errors in the name. The setting ranges from 0, which will accept all names as equivalent, to 100, which will only count exact spelling.

At 50 for example, Nel and Neol are treated as the same name, while at 80 they'd be two different names.

### 4. Message Filter
### 5. Message Filter

You can filter by message content. Only messages containing the given case-insensitive text will be included in the calculation. Alternatively you can set the message filter using a regular expression (will not work on Safari).

### 5. Date Filter
### 6. Date Filter

The results may also be filtered by message date. By default this is set to only include messages from the past four weeks, but can be set to as early as PSO2's launch date.

### 6. Calculate Button
### 7. Calculate Button

Hit this button to calculate the statistics for the uploaded chat logs with the given filters. The results will be displayed below in the Output, unsorted.

Expand Down

0 comments on commit 80c01b9

Please sign in to comment.