Skip to content

Commit

Permalink
Change CONVERTER_FOLDER_NAME from "_Mod Converter" to "LegacyModConve…
Browse files Browse the repository at this point in the history
…rter"
  • Loading branch information
MyNameIsTrez committed Mar 10, 2022
1 parent 44e8255 commit 0e61f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Python/shared_globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CONVERTER_VERSION = "1.0"
GAME_VERSION = "Pre-Release 4.0"
NO_PATH_SET_COLOR = "#b35858"
CONVERTER_FOLDER_NAME = "_Mod Converter"
CONVERTER_FOLDER_NAME = "LegacyModConverter"
WARNINGS_MOD_NAME_SEPARATOR = "-" * 50

NOT_RELEASE = False # This enables tests when set to True, as the release version shouldn't run tests.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This project automates ***most*** of the conversion work required to convert the legacy (old) `Cortex Command` mods into `Cortex Command Community Project` compatible mods.

## Getting started
If you have CCCP pre3 or an even newer version of it then you don't need to install anything. Just go to where you have CCCP installed, go into the `_Mod Converter` folder and put your legacy mods in the `Input` folder. Run the `Legacy Mod Converter.exe` program, hit the `Convert` button and you can now close the converter. The resulting converted mods are now placed in the CCCP folder next to the other .rte folders (like `Coalition.rte`). You can now test out your converted mod!
If you have CCCP pre3 or an even newer version of it then you don't need to install anything. Just go to where you have CCCP installed, go into the `LegacyModConverter` folder and put your legacy mods in the `Input` folder. Run the `Legacy Mod Converter.exe` program, hit the `Convert` button and you can now close the converter. The resulting converted mods are now placed in the CCCP folder next to the other .rte folders (like `Coalition.rte`). You can now test out your converted mod!

<p align="center"><img src="Media/legacy-mod-converter-screenshot.png" alt="Legacy Mod Converter screenshot"></p>

Expand Down

0 comments on commit 0e61f4e

Please sign in to comment.