Index loading some modules but not others.
Alright, My index is loading certain selected ini's but not others. My tabbing is correct and checked over and is clean. I have no idea why it would only be loading one over all....
Code:
DataModule
ModuleName = Iron Legion
IconFile = ContentFile
Path = Iron.rte/IronLogo.bmp
IncludeFile = Iron.rte/ROBOT/ROBOT.ini <---This loads and works
IncludeFile = Iron.rte/Craftz/Pod/Pod.ini <-Doesn't even load in game loader vvvvv
IncludeFile = Iron.rte/Bombz/DeepImpact/Rocket.ini
IncludeFile = Iron.rte/Gunz/Images/MachineGun.ini
The weird thing is the I have another file of the same things except with local dependencies, that when switched out loads them all. weird.