where do you put INI files from mod components if you use CustomAssets?

jray

King
Joined
Jan 31, 2006
Messages
925
Location
North Carolina (USA)
I merged some mod components together and placed their INI files in My Games\Sid Meier's Civilization 4\ (the parent directory of CustomAssets). But they are not being read. Do I need to put them somewhere else, or merge them perhaps?
 
You don't need INI files, if you place mods in CustomAssets folder.
 
If you combine one of my mod components with another mod you need to put the configuration INI file in the root directory of the resulting mod.

So if you were to take the specialist stacker mod and combine it with the composite mod you would need to put the config INI file in the <install dir>\Mods\Composite Mod\ directory. Also you would need to update the line in the CvModName.py file to read:
modName = "Composite Mod"
instead of:
modName = "Specialist Stacker"
 
Back
Top Bottom