Stellaris

Stellaris

Not enough ratings
Changing any empire's flag mid-game
By TheDongsmasher
For RP purposes, or just because you don't like randomly generated ones. It involves no save editing, but rather the use of console commands. Not possible with ironman on.
   
Award
Favorite
Favorited
Unfavorite
How to change flags
1. Create a text file in your stellaris root directory, "stellaris.exe" should be in the same folder. Name the file "flag".

2. Paste this into the text file.
change_country_flag = {

}

3. Start Stellaris, create a custom empire with the flag you want, save it. We just want to extract the flag data here, everything else doesn't matter.

4. Go to Documents\Paradox Interactive\Stellaris\user_empire_designs_v3.4.txt

5. Find the empire you've just created(you can search by name), copy its "empire_flag" section. It should look something like this
icon={
category="necroid"
file="necroid_10.dds"
}
background={
category="backgrounds"
file="flag_BG_27.dds"
}
colors={
"shadow_purple"
"black"
"turquoise"
"null"
}

6. Paste it inside the curly brackets in the "flag.txt" file. Be careful with the amount of brackets. The file should now look something like this
change_country_flag = {
icon={
category="necroid"
file="necroid_10.dds"
}
background={
category="backgrounds"
file="flag_BG_27.dds"
}
colors={
"shadow_purple"
"black"
"turquoise"
"null"
}
}

7. Load the game, enter the diplomacy screen with the empire you want to change the flag of(otherwise you will be changing your own flag), open console by pressing "~"(or "`") button, paste the following
effect_file flag.txt
press Enter.

The flag should now be changed.
5 Comments
GreaseHole 17 Sep @ 5:16pm 
great guide
hIvE-MiNd 31 Aug @ 9:57am 
This really saved my gaming experience
Marethyu2000 24 Jun @ 9:38am 
Thank you
GunGun 29 Oct, 2022 @ 7:32pm 
Thank you
Fallout4ever121 21 Oct, 2022 @ 12:09pm 
thank you!