martmol said:you mean like flags you can select, when picking scenario?
FRA = {
desc = "FRA_DESC"
picture = "scenarios\data\latin_data.bmp"
countrytactics = "FRA_DESC"
missioncountry = ""
missiontactics = ""
playername = "France : "
countrydifficulty = 3
countryeconomy = 4
countrymilitary = 4
countrydiplomacy = 3
missiontype = -35
}
ENG = {
desc = "ENG_DESC"
picture = "scenarios\data\latin_data.bmp"
countrytactics = "ENG_DESC"
missioncountry = ""
missiontactics = ""
playername = "England : "
countrydifficulty = 3
countryeconomy = 4
countrymilitary = 4
countrydiplomacy = 3
missiontype = -35
}
BAY = {
desc = "BRA_DESC"
picture = "scenarios\data\latin_data.bmp"
countrytactics = "BRA_DESC"
missioncountry = ""
missiontactics = ""
playername = "Bavaria : "
countrydifficulty = 3
countryeconomy = 4
countrymilitary = 4
countrydiplomacy = 3
missiontype = -35
}
Well, not really needed. The first tag tells the scenario which country is to be choosable. The rest of the crap is for the descriptive stuff on the setup page, telling you stuff about the country you are choosing. For Multi-play, that's not so important. Easier to cut and paste one set of description stuff and then only change the tag that matters.Antiago said:Shouldn't both be BRA![]()