Running MegaPack without Launcher

CometHalo

Chieftain
Joined
Apr 12, 2020
Messages
38
I am having a lot of trouble trying to run the game with the MegaPack downloaded without the Launcher being able to activate it. Specifically my question is where should the MegaPack and MegaPack 3.0.1 patch folders/folders' contents go.

As far as ROM AND itself, I have changed all the bLoad's from 0 to 1 in all the MLF XML, making me think it is an installation location issue.

The MegaPack files I am using are straight from the source, but I do not know where the folders "MegaPack and "MegaPackPatch_3.0.1" need to go.

Or do I need to add/change something else in the MLFs to get it to work?

Thanks!
 
Your MegaPack folders should be inside the Assets\Modules folder. The main MLF_CIV4ModularLoadingControls.xml in the Modules folderalso needs to have the right code to activate the modules, like this:
Code:
                <Module>
                    <Directory>***</Directory>
                    <bLoad>1</bLoad>
                </Module>

The *** is the name of your MegaPack folder.
 
Top Bottom