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-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,15 @@ This line from `rules/ini_copy_of_rules.json`:
19
19
20
20
`"Round M16": "Round Ronin M16",`
21
21
22
-
states that whenever `Round M16` is encountered by the converter, it should change it to `Round Ronin M16`.
22
+
states that whenever `Round M16` is encountered by the converter, it should change it to `Round Ronin M16`.
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
26
[This tutorial](https://github.com/cortex-command-community/Cortex-Command-Legacy-Mod-Converter/wiki/Fixing-CCCP-crashes-and-errors-with-Fork) goes over how you can use Fork to figure out what things were renamed to in the newer versions of the game, so you can add missing conversion rules.
27
+
28
+
## Compiling the program
29
+
30
+
1. Download [Zig](https://ziglang.org/) version 0.11.
31
+
2. Clone this repository somewhere on your computer.
32
+
3. Clone the [Cortex Command Mod Converter Engine](https://github.com/MyNameIsTrez/Cortex-Command-Mod-Converter-Engine) repository next to it.
33
+
4. Open this repository in VS Code, and hit the `F5` key to compile and run the program.
0 commit comments