Re: ChrisCBM1.482
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.
In other words, suppose
CBM.dm
#select... Scorpion King
#descr "This hsa a tpyo"
#gcost 10
#end
CBMfix.dm
#descr "This has a typo"
#gcost 15
#end
Does this work...? Isn't it fairly subject to load order? And how would dominions determine?
Idea: Lch has written a module that reports on module numbers. Is there any way someone could make a .dm patcher or compiler?
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.
Last edited by chrispedersen; March 6th, 2009 at 11:37 PM..
|