I get it.Yeah, or with just prestarting locations, like you have for Dawn Age, without cities settled yet.
old V2.06 beta contains S0802 and S0802 old scenarios, which is under developing and have not complete yet. so I update V2.06 beta and delete those 2 scenarios.V2.06 Beta is coming out, Featuring complete Night Watch civ.
Caution: due to this patch contains XML change, save from v2.05 or earlier version can't be loaded after apply v2.06 Beta patch.
Spoiler :
View attachment 673913
Watch Ranger Senior Ranger First Ranger New Recruit Watch Steward Senior Steward First Steward Wandering Crow Watch Builder Senior Builder First Builder
for the exception for Dance of the Dragons Westeros, it perhaps due to GAMEOPTION_WB_DOD_WESTEROS is not definite in CIV4GameOptionInfos.xml, it is used for next version, I'll remove this gameoption from Dance of the Dragons Westeros.I get - On Dance of the Dragons Westeros -
Python Exception
Can't find type enum for type tag
GAMEOPTION_WB_DOD_WESTEROS
Game crashes on launch
Might try a previous stable version?
I also get RuntimeError: unidentifiable C++ exception on the Game of Thrones Westeros scenario, causing CTD.
This is with a clean install of the mod and Civ 4 BTS on steam.
Hello Qgqqqqq, to meet your requirement for no cities settled map. I tried to add new game option to identify scenario to make different event python code, but new game option didn't work like the ones in FFH scenario. So I find another way to solve this problem, immediately use FFH scenario game option and disable these FFH scenario python code. Now I have 18 scenario game options to use.Yeah, or with just prestarting locations, like you have for Dawn Age, without cities settled yet.
FFH Scenario game option | Game of the Thrones Mod Westeros Scenario |
GAMEOPTION_WB_BARBARIAN_ASSAULT | Game of Thrones Westeros |
GAMEOPTION_WB_THE_SPLINTERED_COURT | Dance of Dragon Westeros |
GAMEOPTION_WB_RETURN_OF_WINTER | Game of Thrones Westeros Settler(New) |
GAMEOPTION_WB_RETURN_OF_WINTER | Game of Thrones Westeros FreeForAll(New) |
GAMEOPTION_WB_THE_BLACK_TOWER | Aegon's Conquest Westeros(New) |
GAMEOPTION_WB_WAGES_OF_SIN | Robert's Rebellion Westeros(New) |
Oh man I just spent a while scratching my head suffering the GFC crash issue too, as while I have a number of FFH2 mods installed, they're all standalone, so I didn't have base FFH2 installed. Strange that such small but critical changes for making the GoT mod truly standalone haven't been included all the patches since this was posted in 2016. Also a bit strange that the main download file doesn't package the mod in a 'Game of Thrones' folder (that the mod requires) and the download file itself is named 'Game_of_Thrones' likely resulting in most people extracting it to a folder with that exact name instead, triggering another round of GFC crashes as well! Seems like two very small trivial oversights ensuring you guys a decade of unnecessary (and surely frustrating for you Ciruela?) tech support for an endless line of confused players here and in the comments sections on ModDB lol!If you don't have Fall From Heaven II mod in your mod document,when load this mod from BTS will get this error and then crash.
'GFC error: failed to initialize the primary control theme'
this is because content of 2 mod files still link to Fall From Heaven II mod,you can change manually or use patch to replace old file.
for changing manually you can follow this guide to change.
1.
Game of Thrones\Resource\Civ4.thm
change all 2
'Fall from Heaven 2' to 'Game of Thrones'
after change ,this file content will like this:
// *** Control Bitmap Theme file
// Set the resource
resource_path "Mods/Game of Thrones/Resource";
// Setup common properties
include "Mods/Game of Thrones/Resource/Themes/Civ4/Civ4Theme.thm"
2.
Open the file "Assets\XML\Art\CIV4ArtDefines_Misc.xml" and search for "DEFAULT_THEME_NAME". In the next line, change the "path" to :
<Path>Mods/Game of Thrones/Resource/Civ4.thm</Path>