From 0e61f4e8bb7c809acc26f1a5f095e9c731dc7e95 Mon Sep 17 00:00:00 2001 From: MyNameIsTrez Date: Thu, 10 Mar 2022 06:17:59 +0100 Subject: [PATCH] Change CONVERTER_FOLDER_NAME from "_Mod Converter" to "LegacyModConverter" --- Python/shared_globals.py | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Python/shared_globals.py b/Python/shared_globals.py index 25f7e0fc..92a37108 100644 --- a/Python/shared_globals.py +++ b/Python/shared_globals.py @@ -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. diff --git a/README.md b/README.md index 9cacea71..4f435114 100644 --- a/README.md +++ b/README.md @@ -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!

Legacy Mod Converter screenshot