Re: Bunker Systems Request
So the main issue here is that your Index.ini is within another folder. For CC to find and load your Index properly, it needs to be in the root folder of your mod.
Filepath should be:
Code:
DockingBay.rte/Index.ini
Not:
Code:
MyMods/DockingBay/Index.ini
I don't believe CC will load your sprites if they are not a .bmp file, although when I exported them to .bmp the game still didn't find them which is strange. So for now, the initial problem is solved. You'll have to do something about the sprites not loading though.