
Re: how can I change/limit the factions being cycled through?
Open Constants.lua (found in base.rte) up in your favorite editor (notepad or whatever) and edit this line:
rte.TechList = {"Browncoats", "Coalition", "Dummy", "Imperatus", "Ronin", "Techion"};
to include/exclude which ever factions you want.
That should do it for skirmish and wave defense.