xienwolf
Deity
While you can get a makefile from most of the mod-modders, most of us also have added files to the DLL for various reasons. I believe however that Kael has not added any files, so you could use the basic BtS makefile without issue.
Where can I change it so that the Mercurians spawn separately like the Infernals rather than join the game teamed up?
bSpy is for BtS espionage missions, which no unit in FfH can do (plus there are no active missions in BtS's espionage defines). Units with bSpy are sometimes randomly discovered and destroyed (I found this out the hard way a while back when I had added BtS espionage to .25 and let a few units act as spies; I lost Loki and a few shadows)
Oh, thanks...Thanks a lot Valkironn! Opera and Lena have brought everything to FfH that I could ever want to mod.
For both python and xml, I use Notepad++. It can edit both files, it helps with their formatting, and just makes it easy to read.
That said, I believe FfH (and I know Orbis) uses an editor, an excel sheet. Should be able to use that just as easily.
<Alignment>ALIGNMENT_GOOD</Alignment>
<AlignmentBest>ALIGNMENT_GOOD</AlignmentBest>
<AlignmentWorst>ALIGNMENT_NEUTRAL</AlignmentWorst>
Evil = 0
Neutral = 1
Good = 2
If (YourAlignment > BestAlignment)
YourAlignment = BestAlignment
if (YourAlignment < WorstAlignment)
YourAlignment = WorstAlignment