Not sure if this is in the EEP or the game itself.
Event id = 160006 in fantasy_kni
Choosing
action_c ={ #Proclaim Ourselves the Kingdom of Jerusalem#
makes your save game file read:
JER = {
desc = "JER_DESC"
picture = "scenarios\data\orthodox_data.bmp"
countrytactics = "JER_DESC"
missioncountry = ""
missiontactics = ""
playername = "Kingdom of Jerusalem : "
countrydifficulty = 3
countryeconomy = 2
countrymilitary = 2
countrydiplomacy = 3
missiontype = -37
}
The old savegame file reads:
KNI = {
desc = "KNI_DESC"
picture = "scenarios\data\latin_data.bmp"
countrytactics = "KNI_DESC"
missioncountry = ""
missiontactics = ""
playername = "The Knights : DAFIDEN"
countrydifficulty = 3
countryeconomy = 2
countrymilitary = 2
countrydiplomacy = 3
missiontype = -36
}
Notice that now JER does not include the player name after Kingdom of Jerusalem :
So when one clicks on the save game, the other countries are not grayed out like normal. One can actually choose other countries from a saved game. Adding the player name manually seems to work.
i.e. make it read:
playername = "Kingdom of Jerusalem : DAFIDEN"
Event id = 160006 in fantasy_kni
Choosing
action_c ={ #Proclaim Ourselves the Kingdom of Jerusalem#
makes your save game file read:
JER = {
desc = "JER_DESC"
picture = "scenarios\data\orthodox_data.bmp"
countrytactics = "JER_DESC"
missioncountry = ""
missiontactics = ""
playername = "Kingdom of Jerusalem : "
countrydifficulty = 3
countryeconomy = 2
countrymilitary = 2
countrydiplomacy = 3
missiontype = -37
}
The old savegame file reads:
KNI = {
desc = "KNI_DESC"
picture = "scenarios\data\latin_data.bmp"
countrytactics = "KNI_DESC"
missioncountry = ""
missiontactics = ""
playername = "The Knights : DAFIDEN"
countrydifficulty = 3
countryeconomy = 2
countrymilitary = 2
countrydiplomacy = 3
missiontype = -36
}
Notice that now JER does not include the player name after Kingdom of Jerusalem :
So when one clicks on the save game, the other countries are not grayed out like normal. One can actually choose other countries from a saved game. Adding the player name manually seems to work.
i.e. make it read:
playername = "Kingdom of Jerusalem : DAFIDEN"