[XML] Simple Ancient Era Soundtrack

NeverMind

Proud to be Russian
Joined
Apr 29, 2005
Messages
618
Location
Moscow, Russia
+ CIV 1.61-1.74

I don't like the lack of music in Ancient Era and just found a very easy way to make it more "musical" without looking for new mp3s. All you need is a simple Copy-Paste operation with some lines of Civ4EraInfos.xml. I use music of Classical Era for Ancient Era either. BTW, Classical Era music files named as AncientSoundtrack# :D

"Vanilla" сode for Ancient Soundtrack
Code:
<EraInfoSoundtracks/>

Changes
Code:
<EraInfoSoundtracks>
	<EraInfoSoundtrack>AS2D_ANCIENT_SOUNDTRACK_1</EraInfoSoundtrack>
	<EraInfoSoundtrack>AS2D_ANCIENT_SOUNDTRACK_2</EraInfoSoundtrack>
	<EraInfoSoundtrack>AS2D_ANCIENT_SOUNDTRACK_3</EraInfoSoundtrack>
	<EraInfoSoundtrack>AS2D_ANCIENT_SOUNDTRACK_4</EraInfoSoundtrack>
</EraInfoSoundtracks>


The file, to be unzipped in CustomAssets folder.
 

Attachments

  • music_ancient161.zip
    2.2 KB · Views: 387
Great idea, some thing always did seem to be missing from the Ancient Era. Although, I do get tired of those four long songs playing over and over again so I added a few from the Medieval Era, they are mostly just pipes and simple instruments so they go pretty well in the Ancient Era. :>

Code:
<EraInfoSoundtracks>
	<EraInfoSoundtrack>AS2D_ANCIENT_SOUNDTRACK_1</EraInfoSoundtrack>
	<EraInfoSoundtrack>AS2D_ANCIENT_SOUNDTRACK_2</EraInfoSoundtrack>
	<EraInfoSoundtrack>AS2D_ANCIENT_SOUNDTRACK_3</EraInfoSoundtrack>
	<EraInfoSoundtrack>AS2D_ANCIENT_SOUNDTRACK_4</EraInfoSoundtrack>
	<EraInfoSoundtrack>AS2D_ANONYMOUS_AY_SANTA_MARIA</EraInfoSoundtrack>
	<EraInfoSoundtrack>AS2D_ANONYMOUS_LA_GAMBA</EraInfoSoundtrack>
	<EraInfoSoundtrack>AS2D_DE_LA_TORRE_ALTA</EraInfoSoundtrack>
	<EraInfoSoundtrack>AS2D_PRAETORIUS_VOLTE</EraInfoSoundtrack>
</EraInfoSoundtracks>
 
Top Bottom