Skip to content

Commit 0e61f4e

Browse files
committed
Change CONVERTER_FOLDER_NAME from "_Mod Converter" to "LegacyModConverter"
1 parent 44e8255 commit 0e61f4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Python/shared_globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
CONVERTER_VERSION = "1.0"
33
GAME_VERSION = "Pre-Release 4.0"
44
NO_PATH_SET_COLOR = "#b35858"
5-
CONVERTER_FOLDER_NAME = "_Mod Converter"
5+
CONVERTER_FOLDER_NAME = "LegacyModConverter"
66
WARNINGS_MOD_NAME_SEPARATOR = "-" * 50
77

88
NOT_RELEASE = False # This enables tests when set to True, as the release version shouldn't run tests.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This project automates ***most*** of the conversion work required to convert the legacy (old) `Cortex Command` mods into `Cortex Command Community Project` compatible mods.
66

77
## Getting started
8-
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!
8+
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!
99

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

0 commit comments

Comments
 (0)