https://reddit.com/r/halomods/comments/e6htyd/i_made_a_simple_python_script_to_automatically/
Prerequisites:
- Install Python3
- Create a folder inside your steam MCC installation folder called "MODS"
- Create a folder inside your MODS folder called "Vanilla Files"
- Put your Modded forge_halo.map and MCC-WindowsNoEditor.pak inside the "MODS" folder
- Put a copy of the Vanilla forge_halo.map and MCC-WindowsNoEditor.pak inside the "Vanilla Files" folder
How to Use:
- Extract MCCFileCopier.py to your desktop / wherever you want
- Launch MCCFileCopier.py
- When asked for MCC install location, type YES if it's on your C: drive, type NO if it's on another drive and paste in the location
- Enter 1 or 2 (1 - Copies Vanilla Files, 2 - Copies Modded Files)
- Hit Enter
- Add mod files to: \Halo The Master Chief Collection\MODS
- Add a copy of the vanilla files to: \Halo The Master Chief Collection\MODS\Vanilla Files
- Open MCCFileCopier.py in a text edior of you choice (Recommended: NotePad++ or VSCODE)
- Find # HOW TO ADD A MOD(Line #24), follow these instructions
- Add the mod to modList = [ ]
- Launch the program