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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ This program will do most of the conversion work for you, but some conversion st
17
17
## How to add your own conversion rules
18
18
* Download Python 3 and this GitHub repository.
19
19
* Change your directory to the `cc-legacy-mod-converter` repository in your terminal.
20
-
* Run `python gui.py` when you want to convert old mods.
21
-
*`conversion_rules.py` has the `conversion_rules` dictionary inside of it. The dictionary contains entries that look like `'foo': 'bar',` which means means that any time `foo`will be encountered by `convert.py`, it will replace it with `bar`. You can add extra cases to it, see the next sections on how to do this.
20
+
* Run `python main.py` when you want to convert old mods.
21
+
*`conversion_rules.py` has the `conversion_rules` dictionary inside of it. The dictionary contains entries that look like `'foo': 'bar',` which means means that any time `foo`is encountered in a legacy mod it will be replaced with `bar`. You can also add extra conversion cases to it; see the next sections on how to do this in detail.
22
22
23
23
## Tutorials on constructing conversion rules efficiently
24
24
*[Fixing CCCP crashes/errors with the program Everything](https://github.com/cortex-command-community/Cortex-Command-Legacy-Mod-Converter/wiki/Fixing-CCCP-crashes-errors-with-the-program-Everything)
returninput_folder_path.replace(config.sg.user_settings_get_entry("mods_folder") +"\\", "") # TODO: Find proper replacement for removing the \\ part that will also work for Unix.
62
+
returninput_folder_path.replace(cfg.sg.user_settings_get_entry("mods_folder") +"\\", "") # TODO: Find proper replacement for removing the \\ part that will also work for Unix.
0 commit comments