It took a while to figure this out, but was really quite easy.
NOTE: Always make a backup copy of any file you edit first in case you make a mistake!
To make the animation go away, simply edit the following file:
c:\Documents and Settings\you_name_here\Application Data\Firaxis Games\Sid Meier's Civilization 4\Warlords\Assets\XML\Art\CIV4ArtDefines_Interface.xml
Find the two nodes
<InterfaceArtInfo>
<Type>MAINMENU_SCENE</Type>
<Path>Art/Interface/Main Menu/CIV4MainMenuBG.kfm</Path>
</InterfaceArtInfo>
<InterfaceArtInfo>
<Type>MAINMENU_SCENE_NO_SHADER</Type>
<Path>Art/Interface/Main Menu/CIV4MainMenuBG_noshader.kfm</Path>
</InterfaceArtInfo>
And simply remove the path to the animation..ie,
<InterfaceArtInfo>
<Type>MAINMENU_SCENE</Type>
<Path></Path>
</InterfaceArtInfo>
<InterfaceArtInfo>
<Type>MAINMENU_SCENE_NO_SHADER</Type>
<Path></Path>
</InterfaceArtInfo>
Now when you restart, there will be a solid blue background instead of the endlessly looping animation.
Enjoy!
NOTE: Always make a backup copy of any file you edit first in case you make a mistake!
To make the animation go away, simply edit the following file:
c:\Documents and Settings\you_name_here\Application Data\Firaxis Games\Sid Meier's Civilization 4\Warlords\Assets\XML\Art\CIV4ArtDefines_Interface.xml
Find the two nodes
<InterfaceArtInfo>
<Type>MAINMENU_SCENE</Type>
<Path>Art/Interface/Main Menu/CIV4MainMenuBG.kfm</Path>
</InterfaceArtInfo>
<InterfaceArtInfo>
<Type>MAINMENU_SCENE_NO_SHADER</Type>
<Path>Art/Interface/Main Menu/CIV4MainMenuBG_noshader.kfm</Path>
</InterfaceArtInfo>
And simply remove the path to the animation..ie,
<InterfaceArtInfo>
<Type>MAINMENU_SCENE</Type>
<Path></Path>
</InterfaceArtInfo>
<InterfaceArtInfo>
<Type>MAINMENU_SCENE_NO_SHADER</Type>
<Path></Path>
</InterfaceArtInfo>
Now when you restart, there will be a solid blue background instead of the endlessly looping animation.
Enjoy!