Help merging SDK mods

Blitzscream

Warlord
Joined
Jun 27, 2008
Messages
120
Hi guys I'm trying to combine Archery barrage mod (http://forums.civfanatics.com/downlo...=file&id=14884) and Route air bombing mod (http://forums.civfanatics.com/downlo...=file&id=13807) after frustrating attempt to merge the two I found out they were SDK mods.

If anyone has the spare time to help merge the mods or give detailed instructions on how to it would be much appreciated.

http://forums.civfanatics.com/downloads.php?do=file&id=13807

http://forums.civfanatics.com/downloads.php?do=file&id=14884
 
So nobody knows? Keep in mind I'm not a advanced computer person and this is why I'm asking for help. I've attempted doing it myself with various programs and looking at the modwiki but to no avail.
 
Here are some tutorials to help you. Merging SDK mods is not easy if they have a lot of differences. They might even conflict if they make changes to the same parts of code, so then you need some programming knowledge to resolve the conflicts. I just wanted to warn you. It might not be a problem for the mods you are merging.

Here are some tutorials to help you:
A Simple Guide to Compiling the DLL
How to Merge Mods

I only have time to point you in the right direction. First you should compile the DLL of one of the mods - preferably whichever makes a larger number of changes because then you will have less to merge later. After you do that then use WinMerge to merge the other mod into it.
 
Here are some tutorials to help you. Merging SDK mods is not easy if they have a lot of differences. They might even conflict if they make changes to the same parts of code, so then you need some programming knowledge to resolve the conflicts. I just wanted to warn you. It might not be a problem for the mods you are merging.

Here are some tutorials to help you:
A Simple Guide to Compiling the DLL
How to Merge Mods

I only have time to point you in the right direction. First you should compile the DLL of one of the mods - preferably whichever makes a larger number of changes because then you will have less to merge later. After you do that then use WinMerge to merge the other mod into it.

Thank you! I almost gave up. I'll give it a try when I can.
 
Top Bottom