Cadwaller wrote:
Hi, I'm new to modding in Cortex Command, and recently I copied a turret from coalition.rte into a new folder I made. To test it before editing it, I changed its name to "A.ini", included it in my index, and launched the game. When it got to the part where the index included my turret, it said "failed to include data file in line 6" and quit.
I checked for syntax errors and couldn't find any. Please help me!
Heres the index:
DataModule
ModuleName = The Red Skull Bandits
IconFile = ContentFile
Path = Coalition.rte/ModuleIcon.bmp
IncludeFile = Extra.rte/Mini Pistol.ini
IncludeFile = Extra.rte/A.ini
This could happen for a couple reasons:
1) A.ini has something wrong with it inside.
2) The Extra.rte doesn't include A.ini in it. Make sure A.ini isn't in a subfolder.
Best thing to do would be to upload A.ini so we can take a look.