Tell me more ×
Arqade is a question and answer site for passionate videogamers on all platforms. It's 100% free, no registration required.

The starting bias is the setting (you can disable it in game set up) which allows your civilization to have a starting point similar to its original historical location. Like for instance if you play for ottomans you would start in a desert or if you play for iroquois you would start in a forest. So what is this bias for other factions?

Also, how does it work, is the part of the map generated specifically for a certain civilization, or is it generated randomly and then the best fitting spots found?

share|improve this question

1 Answer

up vote 35 down vote accepted

This is based on the comments and data inside the XML file (Assets/Gameplay/XML/Civilizations/CIV5Civilizations.xml).

The start bias just chooses the location on the map, it does not influence map generation itself.

There are 4 different start bias categories, a civilization can only belong in one category:

  • Start along Ocean
  • Start along River
  • Start in specific Region
  • Avoid specific Region

The start biases for the specific civilizations are the following:

Civilization    Start bias
---------------------------------------
England         Ocean
Ottoman         Ocean
Arabia          Desert
Aztec           Jungle
India           Grass
Iroquois        Forest
Russia          Tundra
Egypt           Avoid Jungle and Forest
Siam            Avoid Forest
Songhai         Avoid Tundra

DLC Civ         Start bias
---------------------------------------
Mongolia        Plains
Spain           Ocean
Inca            Hills
Polynesia       Ocean
share|improve this answer
@Fabian, great answer, but the list isn't full, what about the others? – Adj Oct 27 '10 at 15:26
All others don't have a start bias, as far as I can tell. – Mad Scientist Oct 27 '10 at 15:27
It might be possible that "start bias" also refers to the placement of natural wonders; I noticed once that when I was the Japanese, I spawned very close to Mt. Fuji. – ken Dec 28 '10 at 22:45
@Ken There is nothing in the XML suggesting that natural wonders play a role in civ placement. I would guess that it was just chance in your case. – Mad Scientist Dec 28 '10 at 23:19
5  
@ken I'm not a civ developer (AFAIK noone here is). The start bias XML is pretty well documented and natural wonders aren't mentioned in this documentation. So, in absence of any further information from the Civ 5 developers, I would think that this is a pretty reasonable base to conclude that natural wonders have no influence on start bias calculations. – Mad Scientist Dec 29 '10 at 21:32
show 4 more comments

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.