<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://modiki.civfanatics.com/index.php?action=history&amp;feed=atom&amp;title=Civ4MainMenus</id>
	<title>Civ4MainMenus - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://modiki.civfanatics.com/index.php?action=history&amp;feed=atom&amp;title=Civ4MainMenus"/>
	<link rel="alternate" type="text/html" href="https://modiki.civfanatics.com/index.php?title=Civ4MainMenus&amp;action=history"/>
	<updated>2026-05-28T03:24:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://modiki.civfanatics.com/index.php?title=Civ4MainMenus&amp;diff=389&amp;oldid=prev</id>
		<title>Ginger Ale: Created page with &#039;The &#039;&#039;&#039;Civ4MainMenus&#039;&#039;&#039; file controls the audio and visual elements of the main menu screen (used to configure a new game, load a save, view the Hall of Fame, etc.).  All tags mu...&#039;</title>
		<link rel="alternate" type="text/html" href="https://modiki.civfanatics.com/index.php?title=Civ4MainMenus&amp;diff=389&amp;oldid=prev"/>
		<updated>2009-05-29T23:48:49Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;#039;The &amp;#039;&amp;#039;&amp;#039;Civ4MainMenus&amp;#039;&amp;#039;&amp;#039; file controls the audio and visual elements of the main menu screen (used to configure a new game, load a save, view the Hall of Fame, etc.).  All tags mu...&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The &amp;#039;&amp;#039;&amp;#039;Civ4MainMenus&amp;#039;&amp;#039;&amp;#039; file controls the audio and visual elements of the main menu screen (used to configure a new game, load a save, view the Hall of Fame, etc.).&lt;br /&gt;
&lt;br /&gt;
All tags must be opened and closed; the first is the &amp;quot;open&amp;quot;, the second the &amp;quot;close&amp;quot; tag. If nothing goes inside a &amp;quot;list tag&amp;quot;, then it should just be the opening tag with a &amp;quot;/&amp;quot; before the closing bracket. The following tables contain all available tags, as well as their purpose and accepted values. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tags==&lt;br /&gt;
===Text===&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; style=&amp;quot;text-align:left&amp;quot; cellpadding=&amp;quot;3&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#efefef;&amp;quot; | Tag Name&lt;br /&gt;
! style=&amp;quot;background:#efefef;&amp;quot; | Description&lt;br /&gt;
|-&lt;br /&gt;
!Type&lt;br /&gt;
|This is the name of the main menu type, prefixed by MAIN_MENU_.  The standard choices are CLASSICAL, VANILLA, WARLORDS, OR BEYOND_SWORD.  These refer to the four things listed under the Options menu in-game for the main menu style.&lt;br /&gt;
|-&lt;br /&gt;
!Description&lt;br /&gt;
|This is just a simple phrase explaining the above tag (e.g. BTS Classical, Civilization IV, etc.). &lt;br /&gt;
|-&lt;br /&gt;
!Scene&lt;br /&gt;
|This contains a tag which refers to an entry in the Civ4ArtDefines_Interface file, declaring the path to the main menu background file.&lt;br /&gt;
|-&lt;br /&gt;
!SceneNoShader&lt;br /&gt;
|This contains the same text as the Scene tag listed above.&lt;br /&gt;
|-&lt;br /&gt;
!Soundtrack&lt;br /&gt;
|This declares a tag, referring to an entry in the Audio2DScripts file, which specifies the background music.  For example, the MAIN_MENU_VANILLA main menu type has the &amp;quot;Baba Yetu&amp;quot; soundtrack.&lt;br /&gt;
|-&lt;br /&gt;
!Loading&lt;br /&gt;
|This also refers to an entry in the Civ4ArtDefines_Interface file.  It defines the path to the background file used when loading a saved game.&lt;br /&gt;
|-&lt;br /&gt;
!LoadingSlideshow&lt;br /&gt;
|Like the tag above, this declares the tag used to find the path to the loading screen&amp;#039;s background slideshow file.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Example==&lt;br /&gt;
&lt;br /&gt;
In the following example of code, please note that there is a specific order of all of the tags.  You &amp;#039;&amp;#039;must&amp;#039;&amp;#039; list the tags in this order for the game to properly interpret your file.&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;MainMenus&amp;gt;&lt;br /&gt;
  &amp;lt;MainMenu&amp;gt;&lt;br /&gt;
   &amp;lt;Type&amp;gt;MAIN_MENU_CLASSICAL&amp;lt;/Type&amp;gt;&lt;br /&gt;
   &amp;lt;Description&amp;gt;BTS Classical&amp;lt;/Description&amp;gt;&lt;br /&gt;
   &amp;lt;Scene&amp;gt;MAINMENU_SCENE_CLASSICAL&amp;lt;/Scene&amp;gt;&lt;br /&gt;
   &amp;lt;SceneNoShader&amp;gt;MAINMENU_SCENE_CLASSICAL&amp;lt;/SceneNoShader&amp;gt;&lt;br /&gt;
   &amp;lt;Soundtrack&amp;gt;AS2D_OPENING_MENU&amp;lt;/Soundtrack&amp;gt;&lt;br /&gt;
   &amp;lt;Loading&amp;gt;MAINMENU_LOAD_CLASSICAL&amp;lt;/Loading&amp;gt;&lt;br /&gt;
   &amp;lt;LoadingSlideshow&amp;gt;MAINMENU_SLIDESHOW_LOAD_CLASSICAL&amp;lt;/LoadingSlideshow&amp;gt;&lt;br /&gt;
  &amp;lt;/MainMenu&amp;gt;&lt;br /&gt;
 &amp;lt;/MainMenus&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Civ4_XML_Files}}&lt;/div&gt;</summary>
		<author><name>Ginger Ale</name></author>
	</entry>
</feed>