SDK Merging?

Tyranausaurus

Warlord
Joined
Dec 26, 2005
Messages
163
Hi guys,
Is there by any chance a program that combines SDK or Python mods?

If yes :) then What is it?

If no :( then what other method is possible?

Thanks.:cool:

PS: would WinMerge work with combining the SDK?
 
Python mods can be merged, it isn't too tough if you at least have a basic understanding of python (the tutorials here should help). You can use something like winmerge for them as long as you pay attention to what you're doing so you don't break them. Most mod authors are also pretty good about including comments in their python code so you know what needs to be merged, some even include instructions on how to merge their specific mods.

SDK mods will require you to merge the source code first and then compile it into a usable DLL. I don't think I would recommend trying that without some experience with C++.
 
Top Bottom