TheMarshmallowBear
Benelovent Chieftain of the Ursu Kingdom
I was just looking through the XML files in Civ 5 folder, mostly to look if it's possible to add Scientific/Production/etc Traits for City States, when I stumbled upon something very peculiar indeed.
So is this from Civ IV? Because I also found "Civ5VoteSource" and "Apostolic Palace" inside it? Why on earth would they have kept this in? Is this a planned feature? or just some residue?
I'll be honest I'm quite annoyed that they removed A.P and U.N voting stuff? Has anyone tried to make this work?
Code:
<Table name="Votes">
<Column name="ID" type="integer" primarykey="true" autoincrement="true" />
<Column name="Type" type="text" notnull="true" unique="true" />
<Column name="Description" type="text" />
<Column name="PopulationThreshold" type="integer" default="0" />
<Column name="MinVoters" type="integer" default="0" />
<Column name="CityVoting" type="boolean" default="false" />
<Column name="CivVoting" type="boolean" default="false" />
<Column name="SecretaryGeneral" type="boolean" default="false" />
<Column name="Victory" type="boolean" default="false" />
<Column name="FreeTrade" type="boolean" default="false" />
<Column name="NoNukes" type="boolean" default="false" />
<Column name="DefensivePact" type="boolean" default="false" />
<Column name="OpenBorders" type="boolean" default="false" />
<Column name="ForcePeace" type="boolean" default="false" />
<Column name="ForceNoTrade" type="boolean" default="false" />
<Column name="ForceWar" type="boolean" default="false" />
<Column name="AssignCity" type="boolean" default="false" />
</Table>
So is this from Civ IV? Because I also found "Civ5VoteSource" and "Apostolic Palace" inside it? Why on earth would they have kept this in? Is this a planned feature? or just some residue?
I'll be honest I'm quite annoyed that they removed A.P and U.N voting stuff? Has anyone tried to make this work?