|
|||||||
| Winning Eleven / PES Forum Forum dedicato alla mitica serie di Winning Eleven (Pro Evolution Soccer in Europa). Potete parlare qua delle patch uscite o che usciranno, di tattiche di gioco, savegame, replay e quant'altro di attinente al gioco. |
![]() |
|
|
LinkBack | Strumenti discussione |
|
||||
|
E anche quetsa:
Editing Music There are few housekeeping and preliminaries you need to carry out that will make things easier when it comes to creating your own music so I will go through those first. Make sure you have the following two utilities both should be readily available via the Internet:
Also you need to remember that the files that you are creating and then importing has to be of the same size or smaller than the existing ones (Check the file sizes in AFS Explorer of the existing adx files to see how long they can be). Disclaimer: Always back up original files when undertaking modifications to respective game files. I take no responsibility of any malfunctioning of the game after such changes are undertaken, insert modifications at your own risk. Creating your own music and converting to ADX format 1. Open Nero Wave Editor. 2. Select File > Open. 3. Select the audio file in mp3 format that you would like to use. For purpose of this tutorial I will use 'Hey Mama' by the Black Eyed Peas which is a cool track. ![]() 4. Edit the file until you have it the right length and are happy with the sequence. 5. Select Edit > Convert Sample Format. The Convert Sample Format Settings dialog box appears: ![]() 6. In the sample rate type 24000, and leave the bit depth should as 16bit. Don't select the stereo recording box since this double the audio file size. 7. Click OK. The file should format to new sample frequency. Wait patiently until it is done. 8. Select File > Save As. Then save as the same name as the file you want to replace ingame. Also Save it as a Wav file, see the dialog box below for details. ![]() 9. Make sure your newly created BG_MENU_01.wav is placed in the same directory as your adxencd files (Mine was C:/music). 10. Close Nero Wave Editor. 11. Now click your Start Menu from the Taskbar > Run. A Run dialog box appears. Type in cmd. ![]() 12. Click OK. A DOS prompt window should appear (Ahh the good old days... brings back memories of me coding in DOS ) From now on it is imperative you type everything I include in quotation marks as written by myself. Remember it is case sensitive. Check the images if unsure.13. Now Type "cd C:\music" (Press Enter) 14. Type "adxencd BG_MENU_01.wav (Press Enter) The following screen should appear: ![]() 15. Note down the number used in sample outputs (914594 for my case). The seconds will also vary depending on how long the file is (it should match the amount of space allocated for your BG_MENU_01 or be a bit below it). 16. Now we need to make your music looped so that it runs continuously in the menu. We type 'adxencd BG_MENU_01.wav -lps0 -lpe"914594"' (Press Enter) Remember we place number noted earlier and put it in quotation marks after –lpe. The quotation marks are very important, so don’t leave out. The next set of text as below should appear: ![]() If the loop start pos and end pos does not come up your music will not be looped in the game. 17. That's it! Now you have a new file BG_MENU_01.adx. It has been converted into .adx format and is looped. You can import it by following the instructions below. Importing music into the game Okay importing other music into the menus and replay is quite straight forward. Make sure you check out my AFS code list here that lists all the different music files in 0_sound.afs and which part of the game they are played. Hence you can dictate which piece of music is played where. 1. Open AFS Explorer. 2. Select File > Import AFS File.. Open your 0_sound.afs file using AFS Explorer which is located in the PES4 directory under the dat sub folder. 3. You should see list of adx files depicted BG_(filenames). These are the sound files. To listen to a particular adx file, you can use the inbuilt sound player in AFS Explorer (I have explained in the Quick Fix Page how to do this). 4. To import other music, first you need to make sure the music is in adx format. (see above for more details on how to do this). Hover over the file you want to replace, right click and chose import file, and select the file you want to replace the default music with. Make sure the file in question is no larger than the space for that music or else you won't be able to import it on face value (You would then need to do rebuilding AFS which is explained here). 5. Once you imported all the BG files you desired, click Update AFS and save the AFS over the existing one. 6. Close AFS Explorer and run the game normally. You will now have your new music playing in the corresponding menu where you inserted it in. |