I'm not being clear here really. Let's say that somebody wanted to add the MAD to AA. The MAD, logically, requires a new explosion, we'll call BlowUpEverything. So, his modinfo file woudl be something like
Code: Select all
[MOD]
{
Name=TestName for AASpring211;
Description=none;
NumDependencies=1;
Depend0=AASpring211;
URL=http://pxtl.livejournal.com;
ModType=1;
}
Code: Select all
[BlowUpEverything]
{
usedefaultexplosions=1;
[groundflash]
{
flashSize = 20000;
flashAlpha = 2.4;
circleGrowth = 125;
circleAlpha = 4;
ttl = 35;
color = 1,0.7,0.7;
}
}
Would he have to include all the original explosions.TDF data from AA, since his explosions.TDF overrode the originals? Or would the AA explosions.TDF be preserved, and his new BlowUpEverything be added?