isenchine
Empress
On page 1 of this thread I read:
"Install by putting into your:
Beyond the Sword/Mods/YOUR MOD NAME/Assets/Modules/CustomCivilizations
"
So the question is: where did you extract this? If you had a mod, you would see an .ini file there (created automatically).
Otherwise, just create a Mod: in your Program Files, add one folder under Beyond the Sword/Mods, whatever name you want. Then inside of it create folders like:
/Assets/Modules/CustomCivilizations and extract the stuff here.
Launch "your" Mod (without success). But automatically an *.ini file will be created. Open it with a text editor (Notepad, Notepad++), the first entry will be:
Change it to ModularLoading = 1, done.
"Install by putting into your:
Beyond the Sword/Mods/YOUR MOD NAME/Assets/Modules/CustomCivilizations
"
So the question is: where did you extract this? If you had a mod, you would see an .ini file there (created automatically).
Otherwise, just create a Mod: in your Program Files, add one folder under Beyond the Sword/Mods, whatever name you want. Then inside of it create folders like:
/Assets/Modules/CustomCivilizations and extract the stuff here.
Launch "your" Mod (without success). But automatically an *.ini file will be created. Open it with a text editor (Notepad, Notepad++), the first entry will be:
PHP:
; Modular XML Loading
ModularLoading = 0
Change it to ModularLoading = 1, done.