Mod that disables vanilla Civs.

Good idea. Sounds simple enough, I'm working on it. I made a little proof of concept:
Code:
DELETE FROM Players
WHERE CivilizationType = 'CIVILIZATION_AMERICA';

Should be on the workshop later today.
 
Top Bottom