more then 1 mod?

almeida_cohen

Chieftain
Joined
May 1, 2006
Messages
46
Location
Melbourne
Hey everyone,

is it possible to have more then one mod active in the game? i have the M.A.D Nukes mod and i want to put the boarders over oceans mod in my game aswell but the Nukes one is the only one that shows up?

how do i make it so that they both show up?
 
There have been countless posts, all with their individual responses of the best way to go about it. Since all mods are created by modding the same set of files, it's impossible for the game to be able to put both of them together. Attempts have been made to standardize the way mods are made so that they can be put together, but that task has been too daunting for anyone to come up with a proveable solution. Simply put, you'll have to learn how to combine the two mods together yourself (or find a friend willing to do it). Try researching the forum for things such as combining mods, there are tons of posts that give a quick explanation of how one would go about it.

For a one-sentence synopsis, best chance is to take the smaller mod, and try to find all the lines of code that have changed, and copy and paste those lines of code into the other mods sources.

Good luck!
 
almeida_cohen said:
Hey everyone,

is it possible to have more then one mod active in the game? i have the M.A.D Nukes mod and i want to put the boarders over oceans mod in my game aswell but the Nukes one is the only one that shows up?

how do i make it so that they both show up?

Well, seeing as how its my mod you're trying to add in I guess I should offer some help. ;)
You are in luck. My "Borders over Ocean" mod is a SDK-only mod and TheLopez's MAD mod is non-SDK. That means that combining them should be very easy. Just put my DLL into your customAssets directory and load up the MAD mod. Both should work together fine.

Roger Bacon
 
Back
Top Bottom