• 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.
Fridericus_Rex said:
Sorry, but at present, I have less time. So a little time will pass off till the next update releases. But I will try to expand the satellite flags for the whole world and not only for Europe.

Fridericus_Rex:

If you would like assistance in creating flags for the next version of your mod, I would happily help. I've been using your (great, convenient, awesome) flag maker for some time while making flags for people in the requests thread, and I've made several for various mods and for my own purposes. If you have ideas for satellites (yours for the last flag packs were very creative), I'd be happy to help you implement them. If you're interested, shoot me a PM, and I'd certainly enjoy working with you.
 
Ahh!!

I was just wondering today where I found a mod a while ago to get LOTS of new flags (as well as the events to change the flags)... and stumbled across this again!

I ended up without this mod because of several reinstalls and changing computers, etc... Anyway, I'll definitely use this mod again! It was brilliant last time I remember. Thanks very much for your hard work!
 
switch to war ensign

I just discovered this mod and had much fun with it, playing Prussia/Germany in VIP.R.0.2.
Well, I got an idea to write an event that switches the flags everytime I go to war.
This is that I made.

#############################################
event = {
id = 666672
persistent = yes
random = no
country = GER

trigger = { atwar = yes }

date = { day = 1 month = january year = 1800 }
deathdate = { day = 30 month = december year = 1950 }

name = "War Ensign"
desc = no
style = 0

action_a = {
command = { type = flagname which = "_war" }
command = { type = trigger which = 666673 }
}
}

event = {
id = 666673
persistent = yes
random = no
country = GER

trigger = { atwar = no }

date = { day = 1 month = january year = 1800 }
deathdate = { day = 30 month = december year = 1950 }

name = "Peactime Flag"
desc = no
style = 0

action_a = {
command = { type = flagname which = "_peace" }
command = { type = trigger which = 666672 }
}
}
###################################################

It's a bit rough, with no proper description at the moment, but it workes quite fine.
Everytime I go to war, the game changes my Flag to the imperial War ensign, if i go to peace, it switches back to the national Flag.
It's quite fun, and if you want to "steal" this idea and adapt it to other countries in your Mod, be my guest.
 
Well, this is how I use it now,

#################
event = {
id = 165609
persistent = yes
random = no
country = GER

trigger = { atwar = yes }

date = { day = 1 month = january year = 1800 }
deathdate = { day = 30 month = december year = 1950 }

name = "AI_EVENT"
desc = "AI_EVENT"
style = 0

action_a = {
command = { type = flagname which = "_war" }
command = { type = trigger which = 165610 }
}
}

event = {
id = 165610
persistent = yes
random = no
country = GER

trigger = { atwar = no }

date = { day = 1 month = january year = 1800 }
deathdate = { day = 30 month = december year = 1950 }

name = "AI_EVENT"
desc = "AI_EVENT"
style = 0

action_a = {
command = { type = flagname which = "_peace" }
command = { type = trigger which = 165609 }
}
}
####################

it is the same, but I changed the description to ai_event, so no pop ups happen.


I tested it for a while, and it workes quite fine, there is just on bug, the small flag the diplomatic menu shows is always the flag you have when you load the game, so if you save a game when you are at war, and then reload, the diplomatic menu shows the war flag even if you go to peace.

If you now save the game again and reload, the flag shown in the diplomatic menu is the peace flag.
 
I just installed the mod, great flags!
 
Hi!
When I digged in the shielda catalog of te mod? I found flag of .... nazi USA! But revolutions may be monarchistic? liberal and socialistic. How I can done a nazi USA? It is neseccery? that the fascist party rule in the USA?
 
Hi!
When I digged in the shielda catalog of te mod? I found flag of .... nazi USA! But revolutions may be monarchistic? liberal and socialistic. How I can done a nazi USA? It is neseccery? that the fascist party rule in the USA?

USA will get its fascist flag if a fascist government rules (for example in succeed of elections).

Here are all conditions for the different flag changes:

democratic
The constitution IS a presidential dictatorship OR a democracy,
but the government IS NOT fascist OR communist.

monarchy
The constitution IS a monarchy OR a constitutional monarchy.

communistic
The government IS communist.

fascist
The government IS fascist.

By the way, after tests I noticed, that in a later game an AI USA decides often to get fascist.
 
I think that the Russia's fascist flag dont answer to historical realityes. You use flag from HoI 2, aren't? But many russians Nationalisten and Nazi use imperial Black-Yellow-White banner with a changed orthodoxial cross.
 
I think that the Russia's fascist flag dont answer to historical realityes. You use flag from HoI 2, aren't? But many russians Nationalisten and Nazi use imperial Black-Yellow-White banner with a changed orthodoxial cross.

I used the flag of the "Russian Liberation Army" of an Anti-Soviet Russian unit in WWII:
http://flagspot.net/flags/ru^naz.html

I declined to take the black-yellow-white tricolour, because in my mod it is also possible that russia decides to take this (historic) flag in 1858.

Of course, there are many other alternatives for an fascist flag.
 
would you accept some suggestions on spanish, vasque and catalan flags?

never created a flag/shield set, but could try if you like my designs.
 
any updates fro VIP 0.3?)

At the moment I have not enough time for any updates.

But my mod is now full compitable with the new VIP:R 0.3.
Download the files at the beginning of the thread.


I only change the events-direction file, that my mod is running well, at the moment. I did not compare my flags with the new ones of VIP 0.3, so it is possible, that some of new nice flags are replaced with my - maybe not anymore so good - ones.