Yeah, weegee explained me what the problem was, it is with tabbing.
If you have in the index.ini three IncludeFiles which open other "index.inis", for example:
Code:
DataModule
ModuleName = LOLOLOL
IncludeFile = lol.rte/Devices/Index.ini
IncludeFile = lol.rte/Actors/Index.ini
IncludeFile = lol.rte/Effects/Index.ini
And in the lol.rte/Actors/Index.ini I have:
Code:
IncludeFile = lol.rte/Actors/SoldierLight.ini
IncludeFile = lol.rte/Actors/SoldierHeavy.ini
IncludeFile = lol.rte/Actors/SoldierOP.ini
Those tabs shouldn't be there. CC will load those files though, but won't read anything else in the main Index.ini, so the Index.ini of the Effects won't load. You won't get any kind of errors; but the mod will load halfways.
I hope you guys get my explanation, and remember: IncludeFiles only need tabs if they are in the main Index.ini, anywhere else they don't need tabs. At all.