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
* report decimal information to user
* Support multiple baselines and verification result is able to categorize findings
* add origin information
* CRC guard uses correct file exists reassurance
* support multiple baselines, even for creating baselines
* parallel runs are not supported for baselines
Copy file name to clipboardExpand all lines: README.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,22 @@ Uses manual mod setup, including sub-mods and the EaW fallback game, and uses th
116
116
--useDefaultBaseline
117
117
```
118
118
119
+
#### Example 3: Layering a mod-specific baseline on top of the default baseline
120
+
A typical mod-dev workflow: filter the base game's known findings with the embedded default baseline, *and* filter your mod's own accepted findings with your own baseline. The two baselines stay independent — you can regenerate your mod baseline without touching the default.
### Creating a mod baseline on top of a base baseline
177
+
178
+
If you maintain a mod and only want your baseline to contain findings your mod is responsible for, supply the base baselines you want to subtract out. Findings already covered by the base baselines are excluded from the new file. The base baselines themselves are not modified, so they can keep being maintained independently.
0 commit comments