Need help, cannot choose civ

Encleadus

Chieftain
Joined
Jul 4, 2012
Messages
40
Location
England
I made a worldbuilder map mod and when i go into the game and choose a civ e.g. napoleon it forces me to play as suleiman

Spoiler :
ScenarioFixedMap = "MAPS/Napoleanic Wars.Civ5Map" -- Set to nil to disable option
--ScenarioRandomMap = "MAPS/ScenarioMapScript.lua" -- Set to nil to disable option
--ScenarioMapSize = "WORLDSIZE_STANDARD" -- Only needed for random maps
--ScenarioMinorCivs = 16 -- Only needed for random maps


-- If using a WorldBuilder (.Civ5Map) map,
-- this table MUST match the placed playable civs
ScenarioCivilizations = {
[0] = "CIVILIZATION_ENGLAND",
[1] = "CIVILIZATION_GERMANY",
[2] = "CIVILIZATION_OTTOMAN",
[3] = "CIVILIZATION_RUSSIA",
[4] = "CIVILIZATION_FRANCE",
}
-- ScenarioDefaultCivilization = "CIVILIZATION_ARABIA" -- Set to nil to set initial value to "random"
ScenarioDefaultCivilization = CIVILIZATION_FRANCE
-- Other AI (non-playable) civs - only needed for random maps
ScenarioAICivilizations = {
Spoiler :


Please I need your support!!!
 
Probably easier if you zip the mod (the one from the MODS sub-directory not the ModBuddy project) and attach it here (especially as that looks like some of the sample code from my custom scenario tutorial)
 
-- If using a WorldBuilder (.Civ5Map) map,
-- this table MUST match the placed playable civs
ScenarioCivilizations = {
[0] = "CIVILIZATION_ENGLAND",
[1] = "CIVILIZATION_GERMANY",
[2] = "CIVILIZATION_OTTOMAN",
[3] = "CIVILIZATION_RUSSIA",
[4] = "CIVILIZATION_FRANCE",
}

Your WorldBuilder civs are
  • 1 = England
  • 2 = France
  • 3 = Germany
  • 4 = Russia
  • 5 = Ottomans
  • 6 = Roman

ScenarioDefaultCivilization = "CIVILIZATION_FRANCE"
Missing the double quotes to make it a string


There may be others, but as I don't have the other mods required by your scenario I can't tell.
 
something wierd has occured
 

Attachments

  • CivilizationV_DX11 2012-07-14 16-14-06-58.jpg
    CivilizationV_DX11 2012-07-14 16-14-06-58.jpg
    124.5 KB · Views: 31
Check the log files, specifically database.log and lua.log
 
Back
Top Bottom