PES 2021 Intro Copa America 2021, AFC Champions League 2020 & ASIAN CUP 19
New IntroServer for PES 2021 made by Rogerwilco19866.
Copa America 2021, AFC Champions League 2020 & ASIAN CUP 19 INTROS
1. Install IntroServer.lua
2. Extract file with WinRAR and copy all .usm files to
livecpkintroservermovieintro
3. Open introserver.lua inside modules folder and add
elseif (tid == 15 or tid == 1039 or tid == 2063 or tid == 3087 or tid == 4111 or tid == 5135 or tid == 6159 or tid == 7183 or tid == 8207) and ctx.match_info == 0 then
intro_file = “afc_champ_league”
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif (tid == 43 or tid == 104 or tid == 1128 or tid == 2152 or tid == 3176) and ctx.match_info == 0 then
intro_file = “com_copaamerica”
if filename == check then ctx.match_info = ctx.match_info + 1 end
elseif (tid == 44 or tid == 45 or tid == 1068 or tid == 2092 or tid == 3116 or tid == 4140) and ctx.match_info == 0 then
intro_file = “afc_asiancup”
if filename == check then ctx.match_info = ctx.match_info + 1 end
4. Done