Skip to content

Commit e5c39b1

Browse files
committed
Updated REAME.
1 parent f7f0cf1 commit e5c39b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ Download the [Legacy Mod Converter](http://www.mediafire.com/file/yx021ce1yt6idz
1111
## Disclaimer
1212
This program will do most of the conversion work for you, but some conversion steps are too hard to automate, so it's likely that `CCCP` will still crash or print errors in the console. If this happens you'll have to manually fix these issues in the legacy mod folder. If you want to properly fix these errors then you should download this repository and follow the instructions below so you can add your own conversion cases to `conversion_rules.py`.
1313

14-
## How to use the repository
14+
## How to add your own conversion rules
1515
* Download Python 3 and this GitHub repository.
1616
* Change your directory to the `cc-legacy-mod-converter` repository in your terminal.
1717
* Run `python gui.py` when you want to convert old mods.
1818
* `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.
1919

20+
## Detailed tutorials on creating conversion rules
21+
* [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)
22+
2023
## Contributing
2124
Feel free to submit `Pull Requests` or `Issues` on this GitHub project for any additional cases that you'd like to have supported.
2225

@@ -25,8 +28,5 @@ Feel free to submit `Pull Requests` or `Issues` on this GitHub project for any a
2528
* [Download “SourceTree”](https://www.sourcetreeapp.com/) - Like GitHub Desktop. Allows searching for specific words across all commits.
2629
* [Download “NotePad++”](https://notepad-plus-plus.org/downloads/) - Like Notepad. Allows mass replacing across many files. You can also use an IDE like [VS Code](https://code.visualstudio.com/) instead for this.
2730

28-
## Tips for fixing crashes/errors
29-
* [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)
30-
3131
## Getting help
3232
If you need help with anything, you can contact the creator of this repository directly (`#MyNameIsTrez1585` on Discord), or you can ask the friendly regulars in the CCCP Discord server in `#modding-discussion` for help. It helps us if you mention where you've gotten stuck while reading this tutorial, so please do that! :)

0 commit comments

Comments
 (0)