Hello, im beginner at modding and i decided to make my mod Killertech that i will post for a few weeks. Now when everything WAS fine, i had devices.ini location in my index.ini file. all worked like a charm. then i made some aircrafts and added the location into index.ini, Worked like a charm again. then i made actors (before a few days) then i put them into index.ini too and it didnt work. it didnt even load crafts.ini, i tried to make another ini called Root.ini in folder Root, index.ini was:
Code:
DataModule
ModuleName = Killer Tech
IconFile = ContentFile
Path = KillerTech.rte/ModuleIcon.bmp
IncludeFile = KillerTech.rte/Root/Root.ini
then i set up root.ini with
Code:
IncludeFile = KillerTech.rte/Devices/Devices.ini
IncludeFile = KillerTech.rte/Devices/Crafts.ini
then it worked again, but if i add the actors.ini thingy, both crafts and actors dont work. when i try index.ini with ONLY:
Code:
DataModule
ModuleName = Killer Tech
IconFile = ContentFile
Path = KillerTech.rte/ModuleIcon.bmp
IncludeFile = KillerTech.rte/Actors/Actors.ini
It works, but when i make them all in one, then... crafts and actors DONT work.
anyone has a fix for this? if you have any things like "Can you post your script" ill do it, i just want to fix that thing.
BTW Thanks.