No Available Opponents in Mod

I'm trying to convert a mod from regular GC2 to DA. I can select a race okay, but when I go to choose opponents, the game won't display any opponents to select. It also limits me to one other player. What am I doing wrong? I assume that I must be missing some tag in RaceConfig.xml.

Thanks,

Matt
2,463 views 3 replies
Reply #1 Top
RaceConfig.xml has a lot of new tags in DA. Your best bet is to start from the DA version and modify it to match the DL version, rather than trying to jam the DL version into DA.
Reply #2 Top
If you have MS Word you might try the Compare+Merge function (does Word open XML's? *shrug* if not you could convert them to .txt via notepad, merge them, and then resave as an xml i suppose)
Reply #3 Top
I figured out what was missing. It was the CivType tag. I assume that CivType 4 is major race, and CivType 3 is minor race. Anyway, when I added those, it worked.

Thanks,

Matt