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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ states that whenever `CopyOf = Round M16` is encountered by the converter, it sh
23
23
24
24
This means you can make the converter "smarter" by adding more rules to the JSON files in the `rules/` directory.
25
25
26
-
Look at the names of the JSON files (or how they're used in `src/main.zig`) to figure out how the converter uses each JSON file.
26
+
Look at the names of the JSON files (or check how they're used in the [Engine repository's src/main.zig](https://github.com/MyNameIsTrez/Cortex-Command-Mod-Converter-Engine/blob/master/src/main.zig)) to figure out how the converter uses each JSON file.
27
27
28
28
Note that the converter will ignore any extra JSON files you put in the `rules/` directory.
0 commit comments