Modular modding problem

macantas

Chieftain
Joined
Mar 17, 2007
Messages
15
I'm trying to change a mod I've been working on from the old Warlords style of modding to the new modular way. The first step in making your mod load Modules is to set ModularLoading to 1 in the mods config file. But I don't see ModularLoading=0 anywhere. Can I simply just add it into the config file, or is it supposed to already be there? Or am I missing something altogether?
 
It should be there already...the text file is in the Beyond the Sword folder of both My Documents\My Games and C:\Program Files\Firaxis Games\Sid Meier's Civilization 4\. You might be looking in the wrong file is what I'm thinking.
 
Okay, I found the modular programming setting in the My Documents\My Games location. Should I copy that file from that location and paste it into the mod folder, or will it work from that location?
 
Okay, I found the modular programming setting in the My Documents\My Games location. Should I copy that file from that location and paste it into the mod folder, or will it work from that location?

No need, once you open up the game and load your mod, it will be created in that location. Then you can change the 0 to a 1.
 
Back
Top Bottom