• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.
you mean like flags you can select, when picking scenario?
 
open an eug file.

you will see something like this;
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
}

copy the same and change the country tags like:

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
}
 
could be i just copied it from a scenario file, dont blame me its fals multiplayer scenario for watk:D
 
Antiago said:
Shouldn't both be BRA :)
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.
 
MP related questions in the MP forum please.
*Moved