Quick tutorial on how to fix duplicate title belt showing when porting certain 2K15/2K16 champion entrances. I will be using The Rock's Champion entrance from 2K16. I have it ported under a different evt slot (1059).Synopsis:When porting over certain WWE 2K15/2K16 champion entrances, you may notice that the title is duplicated around the waist and in the hand. This is because the animation used to be a hidden double title entrance.To fix this for 2K19, you need to edit a text file in the file evt_data.pac. It can be found in pac\evt.1. Open this file in PacEditor and view the SHDC (just double click the file "6A95E7DD7C121B66.pac" in the list).2. Scroll down and decompress the file 0019/19.bpe.3. Once the file has been decompressed, open it in Notepad. You will see a listing like this:--604 1609 1661 1--These are the old champion animation IDs that used to be used with WWE 2K15. 4. Just add a new line below with your evt ID followed by " 1", like this:--604 1609 1661 11059 1--5. Save the file and reinject it as a BPE using PacEditor.