MayorS's Civilizations

I don't know why I've neglected your civs for so long, but I'm going to download them when I get home from work today. Is there anything wrong with the ones listed as "Old Civs" or are they still playable?

They should still be playable, its just that those civs are not up to date like the newer ones.
 
Oh, before I forget. I had a lot of messages from City States requesting "Stolen Horses" which I presume come from your Comanche mod, even though the Comanche weren't even in the game.
 
I found a couple bugs in your mod support SQL:

Omaha:
Code:
UPDATE Leaders 
SET Description = 'Blackbird [ICON_STRENGTH][ICON_TRADE]'
WHERE Type = 'LEADER_BLACKBIRD'
needs a semicolon afterward (and should probably have an AND EXISTS (SELECT * FROM Policies WHERE TYPE = 'POLICY_PHILOSOPHICAL_X'), so that Blackbird's name doesn't change when Civ IV Traits isn't being used)

Yuan:
Code:
UPDATE Civilizations 
SET ArtStyleSuffix = (CASE WHEN EXISTS(SELECT ArtStyleSuffix FROM Civilizations WHERE ArtStyleSuffix = _MONGOL)
	THEN '_MONGOL'
	ELSE '_ASIA' END) 
WHERE Type = 'CIVILIZATION_S_YUAN';
needs quotes around the first _MONGOL.
 
For me, the Chukchi icon doesn't appear (it looks like a small black ball). Also Eyhell's diplo scene was blank. I think I found out why, because his xml document was Eyheli_Scene.
 
That looks great! I always thought that someone would have to make a mod for this guy at some point. Between this and JFD's Clemenceau, we now have two of the 'big three' following the first world war. Now someone just needs to make David Lloyd George (who incidentally was prime minister of the UK at the time of the British empire's territorial peak).
 
Should had been an Edith Wilson civ

Hey, nice design, and pretty appropiate for this date. :)

AU looks a tad powerful, reducing the cost of Social Policies does have that effect, particularly early game it can snowball big time.

Shouldn't the Auto Plant only increase production of armor units?
 
Two questions. First, what do the unique Specialists for Andrew Jackson do (like the Post Master, Corrupt Official, etc.)? Second, the Woodrow Wilson civilization isn't working for me - it says "this mod is missing required dependencies" when I hover over it.
 
I've got the Cheyenne partially complete, but of course I'd need to team up with someone to get it done.
 
Will you update the Comanche mod? The hunting camp improvement appears invisible when built.
 
Top Bottom