Quote:
Originally Posted by chrispedersen
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.