Search the Community
Showing results for tags 'soundtrack'.
-
Soundtracks! They shape the atmosphere of a mod and can control the emotion and tone of the player's game session. With many modders opting to replace the soundtrack of the base game (courtesy of Kevin MacLeod), actually getting new songs for the game can be very tedious. However, I have cracked the code of soundtrack creation and discovered 3 techniques to automate and simplify this otherwise time-consuming process. NOTE: This modding instruction assumes you're using Windows and have Notepad++ installed. If you don't have Notepad++, you can install it here. 1. Using yt-dlp and FFmpeg to Download Playlists Let's begin with downloading songs! You're most likely going to grab songs from YouTube, in which case there are two special tools that can speed this up. My go-to YouTube downloader is yt-dlp because it's feature-rich, open-source, and way faster compared to services like Kapwing or those shady online downloaders. yt-dlp works from the command-line, meaning you can only use it through Command Prompt. And trust me, it's actually way easier than it sounds. One of the most useful features yt-dlp has for creating a soundtrack is the ability to download entire playlists. It also works with a media framework called FFmpeg to convert video and audio into other formats. By using both of these tools together, we can quickly download a set of videos and then convert them to .ogg format without having to process each video one at a time. So now let's learn how to use these tools to download a playlist for use as an AoH2 soundtrack! To get started, create a new folder on your desktop and name it whatever you want. Download the latest version of yt-dlp from here. (scroll down and get the file named yt-dlp.exe) Download the full build of FFmpeg from here. 7-Zip File Manager is required to extract the builds. Once you've downloaded yt-dlp and FFmpeg, place everything in the folder you just created and rename the extracted FFmpeg folder to "ffmpeg". Open Command Prompt and run this command: cd Desktop\[folder name] Replace [folder name] with the name of the folder you created. Now, you need to find a playlist. For an AoH2 mod, I recommend search terms like "epic trailer music" or "strategy game soundtrack" since it's what most modders usually go for. Go back into Command Prompt and run this command: yt-dlp -U -f ba -o "%(title)s.%(ext)s" --restrict-filenames --no-abort-on-error -x --audio-format "vorbis" --ffmpeg-location ffmpeg\bin [playlist-url] Replace [playlist url] with the link to the playlist you've chosen. Once you run the command, all the files from the playlist you chose will be downloaded and converted into a music file you can use in AoH2. 2. Editing an Age_of_Civilizations File This step deals with making your music files play in AoH2 itself. See, Age of History 2 uses files named "Age_of_Civilizations" (a relic of the game's previous identity) to store lists of game elements like civilizations and scenarios. If something doesn't appear in Age_of_Civilizations, it won't show up when you go to play the game. AoH2's music folder contains 3 files of interest: an Age_of_Civilizations file, Impact_Allegretto.ogg, and Scheming_Weasel.ogg. Impact_Allegretto.ogg is the music you hear whenever you start the game, while Scheming_Weasel.ogg is the music you hear while using the console. Here's how to use your downloaded music files in AoH2! Start by deleting all the files in the AoH2 music folder except for the 3 files I just mentioned. Drag all the audio files you got from YouTube into the music folder. Open the Age_of_Civilizations file in Notepad++ and delete everything in it. After that, you'll want to open Command Prompt again. This time, you'll want to run this command: cd C:\Program Files (x86)\Steam\steamapps\common\AoCII\music This is the location for vanilla AoH2. A lot of mods will rename "AoCII" to something different, so just replace "AoCII" to whatever the mod directory is named. Once you've done that, run the dir command. This will list each file in the music folder and allow you to copy all the file names at once. Hold down ALT and drag over each file name until all the file names are selected, then copy them and paste them into Notepad++. In Notepad++, delete Age_of_Civilizations, Impact_Allegretto.ogg, and Scheming_Weasel.ogg from the list. On the very last item in the list, add a semicolon at the end. Hit Ctrl+A to select the list, Ctrl+J to join all the items into one line, and Ctrl+F to bring up the Find and Replace tool. Click on Replace, put a space in the "Find what" box and a semicolon in the "Replace with", hit Replace All, and you're all set to use your new soundtrack in AoH2. Just don't forget to save! 3. The Hidden Power of .obb Files This one is specific to Android, but it can save your players a ton of storage space, which is a big deal for people who have issues installing mods on their phones. Open MT Manager, tap on "Android", and then on "obb". You'll notice a folder named "age.of.civilizations2.jakowski.lukasz". If you have mods installed, you'll see a similarly named folder for each mod you have. If there aren't any folders, you can create one and name it age.of.civilizations2.jakowski.lukasz. If you open the folder, you may see an .obb file which contain the soundtrack for your mod. If not, that's OK! You can download my recreation of HoI4's Sabaton Soundtrack and use that. But if you see an .obb already in the folder, take note of the file name, "main.4.age.of.civilizations2.jakowski.lukasz". You can swap the .obb that gets loaded by renaming it to that string. Now comes the part where you add your soundtrack to an .obb file. Have an .obb file ready. Again, you can use my Sabaton Soundtrack if you haven't already found the one AoH2 actually uses. Open the .obb with "ZIP Viewer", open the "music" folder inside it, and delete everything except Age_of_Civilizations. Download your AoH2 music folder from your PC to your phone. Open your downloaded music folder and select everything inside. Prepare to add everything from your own music folder to the music folder in the .obb. Set the level to "Storage" and keep "Replace all" as the update mode, and then hit OK. Once that's finished, exit the .obb and rename it to main.4.age.of.civilizations2.jakowski.lukasz if needed. Or if you're working with a mod, name the .obb file main.4.[whatever the folder for the mod is called]. And with that, you've successfully ported your soundtrack to Android without touching any ay-pea-kays! If the songs don't play, try setting the level to "AРK mode" instead of "Storage". If you want to use someone else's .obb file in AoH2, simply go to Android/obb/age.of.civilizations2.jakowski.lukasz and overwrite the .obb in there with the one you downloaded.
-
ENG Mc poze do rodo is a brazilian funk musician who made a lot of - in my opinion - good songs, in the process became a meme. There's a soundtrack I made to the game with a playlist from youtube. PTBR Não preciso dizer quem é o mc poze do rodo, né? Bom, aqui eu posto a playlist de mc poze que eu tirei do youtube para colocar no jogo. DOWNLOAD: https://www.mediafire.com/file/oprbv3794sjhhw9/music.rar/file
-
This is a recreation of the Sabaton Soundtrack DLCs for Hearts of Iron IV. The loading and console music are the normal songs from Kevin MacLeod. Everything else is Sabaton songs. PC (.zip) - Android (.obb) The original DLCs from HoI4 are here and here.
- 2 replies
-
- sabaton
- soundtrack
-
(and 1 more)
Tagged with:
-
preview EU4 Soundtrack Mod Download link : https://drive.google.com/open?id=1bUglo5PXIeX0QKre99sOXRgwjnLjk2EI C:\Program Files\Steam\steamapps\common\Age of Civilizations II\music
-
Hearts of iron II Soundtrack Link:https://drive.google.com/file/d/1OnIsoBluLRgh8Zkv2U0cj67grCZ3vXgw/view?usp=sharing
-
preview video Download Link: https://drive.google.com/file/d/1a_LsiqOvaCyf8GMt20hKeVS8Z6KI9VAP/view Not all soundtrack update soon Mod is update! Update Download link https://drive.google.com/file/d/1HGVKNP0HtIc0QWbDXBTenRt4YH-WI5gU/view?usp=sharing
-
Hi guys, for your information Total War: Three Kingdoms is coming out on March 7 this year. There are a few trailers out already about the gameplay and faction trailers. But out of all the videos posted on youtube, my favorite is their soundtrack. After some researching, I managed to find the soundtracks at Total War Access and downloaded them. Changed the format from .wav to .ogg, all you need to do is to keep the original music folder in any folder/ desktop, replace the music folder and there you go. If no music, just go to audio and play one of it. Below are the musics. Credits to CA for making them free for download. Will add more when new soundtracks are released by CA😃😃. Link: music.rar
- 2 replies
-
- total war: three kingdoms
- mod
-
(and 1 more)
Tagged with: