PES 2020 OBH Anthem Pack v2.0

PES 2020 OBH Anthem Pack

PES 2020 OBH Anthem Pack

New anthem pack for PES 2020 PC by OBH.

Completed Anthems

Premier League: Missing only Sheffield United & Leicester.
Bundesliga: All anthems included
Serie A: Juventus, Roma, Inter, Milan
Eredivisie : Ajax
SPL : Celtic, Rangers
La Liga : Barcelona, Real Madrid, Athletico Madrid, Real Betis
Ligue 1 : PSG, Marseille

v2.0

New Bayern Munich Anthem added
Dortmund anthem corrected
Smoke Patch compatibility added
Volume levels corrected across all leagues

v1.01 update

Liverpool's YNWA volume was really quiet. This is now fixed.
Bournemouth was also very, very quiet.
Norwich & Brighton have now been added (Sheffield United is now the only PL team missing as I can't find a good clip to use, and the Leicester theme needs updating).

Description

I've taken genuine fans singing chants (where possible) and turned them into anthems for PES.
They start off quieter when the team is in the tunnel and then raise in volume when the players walk out onto the pitch.

There is also an additional file to remove Konami's vanilla anthems.

If you want any other examples please check through the 2019 thread linked above, as most are exactly the same as last year.

Things to note:

I've gone through each team to make sure it all works okay, but you may find some teams where the audio doesn't line up exactly, or it is too loud. If any anthem is way, way off, then please let me know here, if you just believe the volume is a tad too quiet or too loud, then you can go into the lua yourself and make changes to whatever you prefer.

I'll polish up the details with additional versions of the mod.

There are also little details that I need to fix at a later date, such as the anthem will not stop until the game kicks-off, or you hit the pause menu. I plan to shorten all the anthems but that's not high on the to-do-list at the moment.

** Important ** Please read before installing
HOW TO ENSURE THIS MOD IS COMPATIBLE WITH OTHER MODS

If you install any other mod with an anthem that is also available in this pack, you will need to disable one of the anthems in order for it to work. I'll explain how to below:

1. Sider mods: Disabling an anthem within the .lua file

However, both Preds mod and ours include anthems for Barcelona, Liverpool, and Dortmund. If you would prefer to use their anthems you need to disable those 3 teams from this mod. If you would prefer to use these anthems then you'll need to disable their 3 anthems. Both are very easy to do.

Disabling OBH anthems:

1. Open Team_Anthems.lua in notepad+

2. Search for 'Liverpool'

3. You'll find this

[*]
elseif (tid == 17 or tid == 79 or tid == 83 or tid == 86 or tid == 86 or tid == 23 or tid == 65535 or tid == 99) and ctx.home_team == 103 and string.match(filename, "common\\demo\\fixdemo\\ent\\cut_data\\ent_009_st0%d+_cmn_cam%.fdc") ~= nil then
log("game loaded: " .. filename)
anthem = audio.new(ctx.sider_dir .. "content\\Anthems\\teams\\OBH_liverpool_v1.wav")
anthem:set_volume(0.7)
anthem:play()
anthem:when_done(function(ctx)
anthem = audio.new(ctx.sider_dir .. "content\\Anthems\\dummy.wav")
anthem:set_volume(0.7)
anthem:play()
end)
[*]

4. By adding -- in front of each line you turn it into a comment, thus disabling it. It will end up looking like this

[*]
-- elseif (tid == 17 or tid == 79 or tid == 83 or tid == 86 or tid == 86 or tid == 23 or tid == 65535 or tid == 99) and ctx.home_team == 103 and string.match(filename, "common\\demo\\fixdemo\\ent\\cut_data\\ent_009_st0%d+_cmn_cam%.fdc") ~= nil then
-- log("game loaded: " .. filename)
-- anthem = audio.new(ctx.sider_dir .. "content\\Anthems\\teams\\OBH_liverpool_v1.wav")
-- anthem:set_volume(0.7)
--  anthem:play()
-- anthem:when_done(function(ctx)
-- anthem = audio.new(ctx.sider_dir .. "content\\Anthems\\dummy.wav")
-- anthem:set_volume(0.7)
-- anthem:play()
-- end)
[*]

5. You can tell it's worked because if you're using notepad+ the line will turn green, indicating it's now a comment

6. Repeat the above steps for Barcelona & Dortmund

Disabling Preds anthems

If you would prefer to use ours, it's exactly the same, but instead, you are disabling some different lines within their lua:

1. Open 'tournament_anth_tunnel.lua'

2. Near the top you'll see a section neatly headed 'TEAM ANTHEMS -- ATTEMPT TO PLAY THESE FIRST'

3. Below are the following lines

[*] 
if teamid == 103 and (tid == 65535 or tid == 17 or tid == 79 or tid == 83) then
tunnel_anthem = audio.new(ctx.sider_dir .. "content\\tournament_anth_tunnel\\Teams\\England\\Liverpool.mp3")
elseif teamid == 126 and (tid == 65535 or tid == 50) then
tunnel_anthem = audio.new(ctx.sider_dir .. "content\\tournament_anth_tunnel\\Teams\\Germany\\Borussia_Dortmund.mp3")
elseif teamid == 2293 and (tid == 65535 or tid == 50) then
tunnel_anthem = audio.new(ctx.sider_dir .. "content\\tournament_anth_tunnel\\Teams\\Germany\\Borussia_Dortmund.mp3")
elseif teamid == 108 and (tid == 65535 or tid == 19) then
tunnel_anthem = audio.new(ctx.sider_dir .. "content\\tournament_anth_tunnel\\Teams\\Spain\\Barcelona.mp3")
[*]

4. Add -- in front of each line, and turn it into this:

[*] 
-- if teamid == 103 and (tid == 65535 or tid == 17 or tid == 79 or tid == 83) then
-- tunnel_anthem = audio.new(ctx.sider_dir .. "content\\tournament_anth_tunnel\\Teams\\England\\Liverpool.mp3")
-- elseif teamid == 126 and (tid == 65535 or tid == 50) then
-- tunnel_anthem = audio.new(ctx.sider_dir .. "content\\tournament_anth_tunnel\\Teams\\Germany\\Borussia_Dortmund.mp3")
-- elseif teamid == 2293 and (tid == 65535 or tid == 50) then
-- tunnel_anthem = audio.new(ctx.sider_dir .. "content\\tournament_anth_tunnel\\Teams\\Germany\\Borussia_Dortmund.mp3")
-- elseif teamid == 108 and (tid == 65535 or tid == 19) then
-- tunnel_anthem = audio.new(ctx.sider_dir .. "content\\tournament_anth_tunnel\\Teams\\Spain\\Barcelona.mp3")
[*]

5. Job done.

Should you download any other Sider mod which includes an anthem which is also included in this pack, you will need to do the same again; find the relevant lines, and disable them.

2. cpk mods: extracting, and disabling the correct files

Mauri_d has an excellent goal songs mod.  This is a great example of a cpk mod which also includes anthems. In this case, it's Fenerbache, Inter, and Juventus.

If you would prefer to use Mauri_d's anthems, no problem, just follow the steps above to disable the appropriate anthems within this mod.

If you want to use his goal sounds, but would prefer to use our anthems, it's a little more time consuming, but it isn't difficult, just follow these instructions:


  1. Download and open CRI Packed File Maker
  2. Create a New Folder on your Desktop
  3. Drag 'GoalSong&Anthem_Mauri_d.cpk' onto the right-hand side of the tool (the part with labels such as 'filename', 'ID' etc), and extract it to the New Folder
  4. Download 'eternity_audio_tool (1.0 beta1) ' (it's easy to find, just google it and it's the first link in the search results).
  5. Go back into the New Folder where you extracted the cpk, and in there you will find two folders - an acb and awb folder, with one file in each folder.
  6. Copy the acb file into the awb folder. (Basically, in order for the eternity audio tool to open the audio files correctly, you need these two files to be in the same folder for it to work.)
  7. Open the acb file via eternity audio tool
  8. You will see a list of all the audio files, towards the top you will see the 3 anthem files we are looking to replace
  9. Download the silent mp3 file I have attached to bottom of this post.
  10. Highlight the 3 anthems, click on "replace all" and select the silent mp3 file. Select "don't loop" when prompted.
  11. Click save, and exit
  12. Cut and paste the acb file back into the acb folder


Okay, now the anthems have been disabled, so you now just need to repack the cpk and copy it back into the PES directory


  1. Open CRI Packed File Maker
  2. Drag the 'common' folder onto the left-hand sideof the tool, labeled 'Root'
  3. Click 'Build CPK'
  4. Select the desktop as your save file path (don't worry about naming it right now, we'll change that in a second)
  5. Click 'Clean Build'. (You do not need to change anything on this screen)
  6. Close the tool
  7. On your desktop is your shiny new cpk, rename it 'GoalSong&Anthem_Mauri_d.cpk'
  8. Copy it into your PES\download folder, and replace the old file.
  9. Job done!


I cannot explain it any better than that, so hopefully, you don' have any problems.

Installation

1. Install the latest version of Sider  6

2. Download & Extract the files with WinRAR

3. Copy extracted folders to where your sider is installed

3a. For SmokePatch Users, use specified lua modules for smokepatch and replace it into your modules folders.

4.  Open up sider.ini and add the following lines:

cpk.root = ".\livecpk\Vanilla Anthem Killer"

and

lua.module = "Team_Anthems.lua"

5. Disable any conflicting updates using the instructions above

6. Enjoy!

In-game Volume Settings

Due to the in-game volume settings having no effect on the volume of these anthems, they could sound extremely loud if you happen to have your own in-game volume settings set very low.

Because of this, I would strongly recommend setting the crowd volume to maximum.

YouTube Channel : https://www.youtube.com/channel/UCWCDyUxeS92wCs2kA0PQlLg

Visit youTube channel for more previews !



NO PASSWORD !
Share:

2 comments:

  1. is compatible with tournament anthems v4 by Predator002? Anyway great mod, i love it.

    ReplyDelete

Rules :

1. Use English ! Your comment won't be shown if you're not using English !.

2. Don't spam.

3. Report dead link !

- Thanks :D

Follow me on Social Media

Support Me or Get Some Unreleased PES 2021 Menus

PESNEWUPDATE.COM Blog Archive