View Single Post
  #39  
Old March 10th, 2009, 03:25 PM

pyg pyg is offline
BANNED USER
 
Join Date: Jan 2009
Location: a small farm
Posts: 340
Thanks: 73
Thanked 103 Times in 42 Posts
pyg is on a distinguished road
Default Re: ChrisCBM1.482

Quote:
Originally Posted by chrispedersen View Post
Llama, Qm.

I have started modularizing this. But I run into a problem, I don't know the answers to.

I have a bunch of changes grouped into what I call CBMChanges.dm
However, is there anyway to make sure it gets applied.

...snipped...

What the compiler would do is assemble one .dm file from several components. So for example, if you wanted to use CBM with my ABM[Age] - the compiler would have you load the first module, and then apply the patches to make a CBM+Age.dm.
I'm posting in this thread to answer your question in this one.

Yes, DMG will do what you want here because it can put multiple mods together as one and the order which you add .dm files to the mod is the order they end up in the mod. It is not well tested yet so it may take additional work to ensure it does everything correctly.
Reply With Quote