Sid Meier's Civilization V

Sid Meier's Civilization V

Not enough ratings
Metal Gear Rising Soundtrack
   
Award
Favorite
Favorited
Unfavorite
Tags: Other
File Size
Posted
99.779 MB
15 Sep, 2015 @ 5:27pm
1 Change Note ( view )

Subscribe to download
Metal Gear Rising Soundtrack

Description
Replaces all soundtracks with the soundtrack from Metal Gear Rising. It's been tested, but let me know if there are any problems with the mod. Should be compatible with Vanilla, G&K, and Brave New World. The only conflicts would most likely be from other soundtrack mods that attempt to override all the soundtracks like this one.

Since Steam doesn't like mods that are 100 MB or larger, there are only 6 peace themes, but the 14 war themes should make up for that. If you're at war a lot of the time like me, the quantity of peace themes won't really matter. If enough people request it, I will make a larger version with more peace themes, but it will have to be downloaded elsewhere for reasons already stated.

If for some reason you have trouble downloading it from the Steam Workshop, you may also download it here:
https://www.dropbox.com/sh/9hrm8yd4oh7isi0/AAD7W3-efMVu1zvRO8iLIKWla?dl=1
(Download and place it in the mod folder at Documents/My Games/Sid Meier's Civilization 5/MODS)

There is now also a version that only replaces the soundtrack for World Marshal, and it can be found here:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=524114692

Disclaimer: All the music in this mod is not mine, and was made by Jamie Christopherson and Logan Mader.
18 Comments
SpiralD 9 Mar, 2021 @ 2:04pm 
So I don't know how many people know or have known this as their are literally no comments on this mod or the other mass music import? replace? whatever you call it

Anyway if you want different songs just replace the tracks with your own and rename the files to the replaced track name.
0 modding experience needed.
backup your changes for the off chance it gets updated.

Just letting people know this is doable with this mod

@Augustus Martialis Awesome mod :steamthumbsup:
Vyllckart 5 Sep, 2019 @ 3:03pm 
@Augustus Martialis have tried the direct download too, still doesnt work. World Marshall still has americas ost.
Vyllckart 5 Sep, 2019 @ 2:57pm 
It doesnt seem to work for me, with this and the version that only replaces world marshall. Havent tried the second option that just adds the mod to the MOD folder.
Slikside 2 Nov, 2015 @ 3:25pm 
cant wait to comand an army and hear RULES OF NATURE
Martialis  [author] 24 Sep, 2015 @ 7:51pm 
@Vice Virtuoso
Cool. I'll get to work on it now.
Vie S 24 Sep, 2015 @ 7:50pm 
@Kaiser Wraythe
Awesome, I will link to it from my mod's description.
You're free to make it. If you do, I might incorporate it into the mod after its next update, giving proper credit to you of course.
Martialis  [author] 24 Sep, 2015 @ 4:54pm 
@Vice Virtuoso
Your suggestion worked. I'll be uploading it after I post this comment. Also, what do you think of me making an addon for the MSF that adds all the random codenames from Peace Walker to the Stealth Operatives?
Martialis  [author] 24 Sep, 2015 @ 4:39pm 
@Vice Virtuoso
No. I didn't think of that. I'll go try it and see if that fixes it.
Vie S 24 Sep, 2015 @ 4:24pm 
@Kaiser Wraythe
Did you add a reference to the world marshal mod? If not, your mod may end up loading first and the update will fail.
Martialis  [author] 24 Sep, 2015 @ 10:21am 
@Vice Virtuoso
I'm gonna need your help with the coding after all. I tried XML and SQL but it just wouldn't override his soundtrack.

I'll show you what I did for each:

XML:
<Gamedata>
<Civilizations>
<Update>
<Where Type="CIVILIZATION_WORLD_MARSHAL"/>
<Set SoundtrackTag="MGR"/>
</Update>
</Civilizations>
</Gamedata>

SQL:
UPDATE Civilizations
SET SoundtrackTag = 'MGR'
WHERE Type = 'CIVILIZATION_WORLD_MARSHAL';

I don't know why it wouldn't work, but maybe you know.