I was looking through the XML.....aren't there already custom dialougs in there?! I can't recall seeing them in game (I've long stopped paying attention to that) but I went into the XML folders and they seem to all have custom dialouge. Am I missing something?
There's some old custom dialogs for the four I previously mentioned (Hitler, Hirohito, Francis & Franz). The Francis/Franz were just "recanned" Charlemagne's though... nothing new. Also, the way diplomacy works, no dialog past the initial greeting is unique to any leader... since they all share the generic list of responses... even if I did custom dialog, the odds of you seeing it are very slim unless I remove all the generic dialog, which in-turn would force me to do a TON of unique responses for every leader to every possible post... a lot of work for little in return.
I've cleaned it up... I removed the old stuff, in-fact, ditched changing the dialog xml all-together... I'm just adding the unique greetings for all LHs in the WolfshanzeMod txt XML file. It's already up and running on my end.
Also some little stupid things....I was playing a game earlier and was up against Stalin....and I thought that it would be alot cooler to give Stalin the Soviet national anthem for his diplomacy music (Lenin's music is perfect though). Also....and I can't access the game right now or i'd just look myself....who gets the brighter red teamcolor in your mod? The Japanese? IIRC the Russians are a maroon color. I've always wanted the Russians to have the bright red. I know, I know really stupid but I want a "red menace" lol. Maroon isn't as menacing.
I might get around to doing more custom music for Stalin... I was just adding Lenin and tossed-in some revolutionary soviet music for Lenin and shared it with Stalin, but doing a custom USSR anthem for Stalin is easy.
As for the colors, it's hard...
everybody wants red. Problem is, if you use the EXACT same color code in the game, if two nations come up with it (say Poland and Russia had the exact same color code), then only ONE of them actually gets it and the other gets a RANDOM color (like maybe white, yellow or green). Of course, I can do different shades of red (which I have in-fact done), to prevent the duplicate-use bug, but I try and keep my reds of different enough shades so that if two "red" empires are next to each other, the borders are still distinquishable... nothing worse then having two "red" empires next to each other and not knowing where one begins and the other ends, so I always tried to limit how many "red" empires we get and keep the "red" colors different enough from each other to tell when/if they end-up next to one-another.
As for "who's the redest of red"... Probably a close tie between Poland and Japan... they're both "pretty red"... but the Ottomans are fairly red too... yes the Russians are the "darkest" shade of red. Also realize the Russian secondary color is YELLOW while these other nations have different secondary colors (mostly white I think)... this could/would effect the color of the hammer/sickle on a soviet flag if you change it. Of course, you could always make a new custom color and do whatever you want (fairly easy to do).
I would really like a Soviet or Soviet derivative flag (i'd be happy with just a hammer/sickle centered on red background)....could you toss one, even just the old in, in with the next release so that there's a choice like with the German flags....or is it actually still there anyway? I want my Russians to be Soviets.
It's already there... like the Germans... you just need change the Civ4ArtDefines_Civlization.xml file in the Wolfshanze Mod.
Change this:
<Button>,Art/Interface/Buttons/Civilizations/Russia.dds,Art/Interface/Buttons/Civics_Civilizations_Religions_Atlas.dds,4,7</Button>
<Path>Art/Interface/TeamColor/FlagDECAL_DoubleEagle.dds</Path>
to this for Soviet Russia:
<Button>,Art/Interface/Buttons/Civilizations/Russia.dds,Art/Interface/Buttons/Civics_Civilizations_Religions_Atlas.dds,4,7</Button>
<Path>Art/Interface/TeamColor/FlagDECAL_USSR.dds</Path>
Mind-you... it's the "actual" Soviet Union flag, so the hammer/sickle are very small in the corner and fairly hard to see on anything but the closest zoom, which is why I never changed it to be the default flag.