How to merge CvEventInterface?

Patricius

Dominus de Bellum
Joined
Dec 2, 2005
Messages
152
Location
California
Hi,
I was recently attempted to merge two mods that both modify the Python file CvEventInterface. However, I am having trouble doing this since it seems this event interface can only call up one type of event not both...:confused:

If anyone even knows what I am blathering about, could you give me some advice? :crazyeye:

Patricius
 
Patricius said:
Hi,
I was recently attempted to merge two mods that both modify the Python file CvEventInterface. However, I am having trouble doing this since it seems this event interface can only call up one type of event not both...:confused:

If anyone even knows what I am blathering about, could you give me some advice? :crazyeye:

Patricius

You are going to have to manually merge the files into one. Or cut them down to their changed functions and import them seperatly. But if they both modify the same function you will be stuck manually redoing that one.
 
Top Bottom