View Full Version : Tryiing to merge Inquisition 2.00G with Dale's RTW...


LoneTraveller
Apr 24, 2009, 07:06 AM
Well the MOD launches but I can't access the Civilopedia and when I start a game I see only the map, city and units. I dont see the interface like zooming on a city, the characteristics of the units (available actions, etc), the event text bar, the tech progress bar, etc.

All I did was paste the code inside the Inquisition files in the same files for the RTW mod. But I dont see what would be cancelling out the interface.

All help is appreciated

Thanks

Shiggs713
Apr 24, 2009, 11:12 AM
i think you messed up somewhere in the python files. probably in the cvMainInterface.py and perhaps others as well

LoneTraveller
Apr 24, 2009, 07:44 PM
I went through everyfile in the Inquisition mod and compared with the location of each entry with a #Inquisition tag for the RTW files. It's like everything that was custom made in the interface is just gone and the default popups (like the tech research chooser) still works.

Does anybody know where is located the code for forcing the appearance of the interface ? I don't really know the working of the objects yet.

I wonder if I should ask the modders who build it. I don't know what they would say if they saw me trying to fit it in another mod.

Any ideas ?

LoneTraveler

Shiggs713
Apr 25, 2009, 12:44 PM
Does anybody know where is located the code for forcing the appearance of the interface ? I don't really know the working of the objects yet.


that would be the cvMainInterface.py as I already stated ;)

LoneTraveller
Apr 25, 2009, 07:35 PM
I got it now. I didn't realized that Python was a indentation sensitive programming language.