Panopticon
Utilitarian
It should be working now. Re-download, or simply change the following line of code:
Code:
Sid Meier's Civilization 4\Beyond the Sword\Mods\Rhye's and Fall of Civilization\Assets\Python\screens
Line 198: change
if (not gc.getPlayer(0).isPlayable() and i !- 0 and i != 2): #late start condition (2 == Islam)
to
if (not gc.getPlayer(0).isPlayable() and i != 0 and i != 2): #late start condition (2 == Islam)