# WWE 2K22 # Beginner's Guide to Modding # Introduction to Textures #### Prerequisites
Compressonator[**Download Here**](https://github.com/GPUOpen-Tools/compressonator/releases)
#### Texture Asset Type Table \[DRAFT\]
**TYPE** **FORMAT** **QUALITY**
ClothingBC11.0
Crowd SignsBC31.0
#### Texture Data Table
**TYPE** **FORMAT** **QUALITY**
\_color**BC1****1.0**
\_nrm**BC7****0.05 (Dev) | 0.5 (Production)**
\_roughness **ATI1N****0.05 (Dev) | 1 (Production)**
\_metal**ATI1N** **0.05 (Dev) | 1 (Production)**
\_normal**ATI2N****0.05 (Dev) | 1 (Production)**
#### Introduction We have been acquainted over the years with saving textures through **Photoshop** or **Paint.NET** into the **DDS** format. This is still the case in **WWE 2K22**, however the compression settings and process is entirely different to before. If you do not follow this walkthrough, your textures may work, but will appear with artifacts or crash the game itself.

Please remember to now use **.TIF** files instead of Photoshop **.PSD**. PSD is a deprecated file format and Compressonator will not accept it.

**\_color**: This is a very common texture that you will find inside the games archives. This is now your diffuse/albedo map, which contains all the colour information for your mesh. **\_nrm**: Also common, this file controls the prominent characteristics of whatever mesh the textures point too. The breakdown is as follows. - Red/Green channels control the actual normal map information, however the green channel is now flipped from previous games. - Blue channel is your roughness. Roughness controls how rough or smooth a Material's surface is. Rough materials scatter reflected light in more directions than smooth materials, which controls how blurry or sharp a reflection is (or how broad or tight a specular highlight is). - Alpha (if it exists) channel is your metallic, this controls how 'metal-like' your surface will be. Nonmetals have metallic values of 0 and metals have metallic values of 1 **\_roughness**: This is the same logic as above, except in certain cases (belts for example) have it separated from the normal map. These separated files have different compression settings than the combined nrm. **\_metallic:** This is the same logic as above, except in certain cases (belts for example) have it separated from the normal map. These separated files have different compression settings than the combined nrm. **\_normal:** This is the same logic as above, These separated files have different compression settings than the combined nrm. #### Step #1 | Project Setup We are now working with Compressonator, this tool will handle the compression and output of our DDS files with a single click **once** setup. When you open Compressonator, you will be presented with the image below. Follow the next steps. - File, New Project. - Enter a name for your project and select the location of your mod work directory. - Perform a save to make sure your project has successfully been stored. [![image-1651064040799.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/scaled-1680-/image-1651064040799.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/image-1651064040799.png) #### Step #2 | Texture Setup We are now going to add textures to our project, when this step has been done you will only need to select the textures you wish to process and click Process. - Double click ***Double click here to add files*** and select your \_color.**tif** - You will see your texture on the left side. Expand it inside the list and double click ***Add destination settings***. The software will now look something similar to this: [![image-1651064944035.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/scaled-1680-/image-1651064944035.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/image-1651064944035.png) - Refer to the data table at the beginning of this tutorial for which Format you may need. For this tutorial we will need - - Format: **DXT1** - Quality: **1** (production) - Configure the folder path to where you wish the textures to be saved too once processed. - Configure the name of your texture to match the required suffix. In this case \_color [![image-1651065193859.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/scaled-1680-/image-1651065193859.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/image-1651065193859.png) - Now we must generate mipmaps for this texture (recommend for finalized production, but for the sake of this tutorial we will do it now. - Select your texture, making sure it is highlighted and click the generate mipmap button found on the toolbar. [![image-1651065385940.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/scaled-1680-/image-1651065385940.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/image-1651065385940.png) - A popup will appear, select OK with the default settings and the tool will the generate mipmaps for that particular texture. [![image-1651065451601.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/scaled-1680-/image-1651065451601.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/image-1651065451601.png) - Repeat this entire texture process for the rest of your texture(s), following the data sheet provided at the beginning of this page. For us, we will be doing the nrm texture. - We do not recommend that you set the quality to 1 for nrm. For time saving it is best to use 0.05 for quality testing, and then 0.5 for production (finished). [![image-1651065520310.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/scaled-1680-/image-1651065520310.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/image-1651065520310.png) #### Step #3 | Processing Textures This is the fun bit, once you have setup your textures correctly. Highlight the textures that you wish to process, and click ***Process Selected Images*** in the toolbar. [![image-1651067919403.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/scaled-1680-/image-1651067919403.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/image-1651067919403.png) This will save out your images in high quality compression with very minimal if at all destruction of your texture. Using the correct settings will get you the same result that 2K use for their texture pipeline.

Always remember to save your project when adding new textures and once you configure their output.

[![image-1651068149587.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/scaled-1680-/image-1651068149587.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/image-1651068149587.png) #### Step #4 | Finished Once you have processed your images, they are game ready. If you followed this process and used the correct texture configuration, the result in game will be identical to the 2K formatting. [![image-1651069439233.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/scaled-1680-/image-1651069439233.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-04/image-1651069439233.png) # Installing Your First Mod This is a very basic guide on installing your first mod. Following each step below, will teach you the fundamentals behind what tools you need and they operate. #### Prerequisites
CakeTools[**Download Here**](https://www.patreon.com/PWMods)
Mod for installation
CakeTools Fonts[**Download Here**](https://storage.prowrestlingmods.io/misc/CakeTools-UI-Fonts_1.zip)

This tutorial assumes that you have patched your WWE 2K22 exe to enable custom CAK files!

#### Step #1 | Preparation For the purposes of this tutorial, we will be using **[Dimma's WWE 2K22 Red/Blue mod](http://prowrestlingmods.io/file/6126f6a56b974ea447170c2e4b04426d)**. [![image-1655131868227.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655131868227.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655131868227.png) It is good practice once you have downloaded your mod, to extract it to a folder of its own somewhere on your computer.

Make sure to install the required fonts for CakTools.

#### Step #2 | Setup Modding Inside your WWE 2K22 game directory, create a folder called **\_mods**. This is now a dummy folder which will contain all your downloaded mods; CakeTools will use this to bake a new CAK archive. [![image-1655130724100.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655130724100.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655130724100.png) When we extracted Dimma's mod, inside we see an existing \_mods folder. Copy and paste this to merge with your existing folder that is located in your WWE 2K22 game directory. [![image-1655130883644.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655130883644.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655130883644.png) #### Step #3 | Baking Load CakeTools. Then choose '**File > Bake a Folder'**. [![image-1655131018635.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655131018635.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655131018635.png) - Locate your \_mods folder. - Click to go through to your \_mods folder and select '**Select Folder'**. [![image-1655132076574.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655132076574.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655132076574.png) - You will be asked what index number you would like for your CAK. For unexperienced modders, the default 8 is what you're looking for. [![image-1655131164447.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655131164447.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655131164447.png) - Clicking OK will begin the process of baking your new CAK file. Once complete you will receive an alert notifying you of the successful bake. [![image-1655131256743.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655131256743.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655131256743.png) Inside your WWE 2K22 game directory, you will now see a bakedfile08.cak. This is your new CAK file that contains the mod you installed.

You **MUST** re-bake your CAK every time that you install a new mod.

#### Step #4 | Success Well done! If you followed the steps correctly, your mod will now be visible the next time that you load the game. [![image-1655131562401.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655131562401.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655131562401.png) # Converting a Video Loop for Home Screen This is a guide to show you how to take a simple 10 - 20 second video loop and convert it to work with 2K22. #### Prerequisites
CakeTools[**Download Here**](https://www.patreon.com/PWMods)
RAD Tools (Zip Password is RAD)[**Download Here**](http://www.radgametools.com/down/Bink/RADTools.7z)
Sample Video (MP4)[**Download Here**](https://mega.nz/folder/ohVjEZhD#ldwORA_QbDEfeii152CGYw)
7 Zip 64-Bit \*OPTIONAL\*[**Download Here**](https://www.7-zip.org/a/7z2107-x64.exe)
#### Step #1 | Converting MP4 to BK2

Make sure to install the RAD Video Tools before proceeding.

We will use a sample video loop which is copyright free and no credit needed. You would want to make your own with your favorite video editing/productions software (Sony Vegas, Fimora, After Effects, etc).

Open RAD Video Tools on your computer and select the video loop file, then click **\[Bink It!\]** [![image-1655331506603.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655331506603.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655331506603.png) Change the name of the output file to *HomeScreenLoop-V4-1080.bk2* and click **\[Bink\]**! [![image-1655331724626.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655331724626.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655331724626.png)

You will see a compression results box, when it is finished, you can close RAD Video Tools.

[![image-1655331738605.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655331738605.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655331738605.png)

Now you can move this video into the ***\_mods\\UI\\Assets\\2K22\_video\\*** folder in your 2K22, create the folders inside \_mods if they are not already created.

#### Step #2 | Baking Load CakeTools. Then choose '**File > Bake a Folder'**. [![image-1655131018635.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655131018635.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655131018635.png) - Locate your \_mods folder. - Click to go through to your \_mods folder and select '**Select Folder'**. [![image-1655132076574.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655132076574.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655132076574.png)

You will be asked what index number you would like for your CAK. For new inexperienced modders, the default BakedFile Index 8 is what you're looking for.

[![image-1655131164447.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655131164447.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655131164447.png) - Clicking OK will begin the process of baking your new CAK file. Once complete you will receive an alert notifying you of the successful bake. [![image-1655131256743.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655131256743.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655131256743.png) Inside your WWE 2K22 game directory, you will now see a bakedfile08.cak. This is your new CAK file that contains the mod you installed.

You **MUST** re-bake your CAK every time that you install or create a new mod.

#### Step #3 | Success [![image-1655332562003.png](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/scaled-1680-/image-1655332562003.png)](https://wiki.prowrestlingmods.io/uploads/images/gallery/2022-06/image-1655332562003.png) # Arenas Arena Information, including bytes. # Arena List

**Updated for WWE 2K22 v1.21**

Arena IDArena Name
1RAW APR 2019
23Move Set Arena
31WCW Monday Nitro
32WCW Halloween Havoc 1997
43SummerSlam 1988
45WrestleMania 33
62Locker Room RAW
63Locker Room SmackDown
64Locker Room NXT
69Performance Center - Weight Room
70Smoke Test
78BACKSTAGE
86(null)
87UI Background
91CAA Arena
9290s 1
9390s 2
102Mae Young Classic
117Conference Room
118Sandbox Basic
119Sandbox Brawl
123LEGACY - NXT UK
131Sandbox Basic
132Sandbox Brawl
133Sandbox Brawl
135Sandbox Basic
140Lighting CAS
141CAA Arena
142CAA Arena
143CAA Arena
144CAA Arena
145CAA Arena
146CAA Arena
147CAA Arena
148CAA Arena
149CAA Arena
150CAA Arena
151CAA Arena
152CAA Arena
169Performance Center - Weight Room
250Hotel Room 2029
262BCW
287Studio Lighting
290Janitors Closet
291LAW
300SmackDown 2020
301RAW 2020
310Mexico Plaza
317Japan Hall
322Backstage Brawl
323Backstage Brawl
324Backstage Brawl
325Backstage Brawl
326Backstage Brawl
327Backstage Brawl
328Backstage Brawl
330GM Office RAW
332GM Office SmackDown
333GM Office NXT
334Backstage - Hallway (Professional)
335Backstage - Hallway Indie
340Evolution
341WrestleMania - MyRISE
342King of the Ring
343Queen Of The Ring
360Firefly Funhouse
361Jiu-Jitsu School
363Pool Hall
364Gym (Public/Travel Gym)
366Hotel Lounge
379Performance Center - Locker Room
380Performance Center - Training Ring
381Performance Center - Training Ring
382Performance Center - Training Ring
460WrestleMania 21
461RAW 2005
462Judgment Day 2006
463SmackDown 2009
464RAW 2011
467SummerSlam 2009
468Cyber Sunday 2008
469Royal Rumble 2010
470Starrcade 1996
471RAW SEP 2019
500SmackDown - ThunderDome
501RAW - Thunderdome
502NXT
503205 LIVE
504Money In The Bank 2021
505NXT TakeOver: In Your House
506WrestleMania Backlash
507Horror Show at Extreme Rules
508NXT TakeOver: XXX
509SummerSlam 2020
510Payback 2020
511Clash Of Champions 2020
512NXT TakeOver 31
513Hell In A Cell 2020
514Survivor Series 2020
515TLC 2020
516Royal Rumble 2021
517Elimination Chamber 2021
518NXT TakeOver LA
519WrestleMania 37
523Mixed Match Challenge
525Fastlane 2021
526Main Event 2021
527NXT UK 2020
528NXT Vengeance Day
529NXT Takeover: Stand & Deliver
530NXT 2.0
531WrestleMania 38
540Souled Out 97
542Bash at the Beach 96
560SmackDown - Gym
561RAW - Gym
562NXT - Gym
563NXT UK - Gym
564SmackDown - LA Hall
565RAW - LA Hall
566NXT - LA Hall
567NXT UK - LA Hall
568SmackDown - Capitol Wrestling Center
569RAW - Capitol Wrestling Center
574NXT - Thunderdome
575NXT UK - Thunderdome
576SmackDown - MetLife
577RAW - MetLife
578NXT - MetLife
579NXT UK - MetLife
580SmackDown - RJS
581RAW - RJS
582NXT - RJS
583NXT UK - RJS
600SmackDown - ThunderDome
601RAW - Thunderdome
604Money In The Bank 2021
606WrestleMania Backlash
609SummerSlam 2020
610Payback 2020
611Clash Of Champions 2020
613Hell In A Cell 2020
614Survivor Series 2020
615TLC 2020
616Royal Rumble 2021
617Elimination Chamber 2021
623Mixed Match Challenge
625Fastlane 2021
626Main Event 2021
640Evolution
642King of the Ring
643Queen Of The Ring
700SmackDown 2021
701RAW 2021
SmackDown 2018
# #000 - SmackDown Live!

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00000.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00000.jsfb
0x000000050Environment/PropsSet/PropsSet\_1.jsfb
0x000000060Environment/PropsSet/PropsSet\_1.jsfb
0x000000078Environment/PropsSet/PropsSet\_1.jsfb
0x0000000F8Arena/Commonness/Skydome/Sky\_Black
0x000000100Arena/Global/Skydome/Skydome.mdl
0x000000130Audience/AudienceDefs/Crowd00.jsfb
0x000000140Arena Name
0x000000158Arena/Main/00000/ibl
0x000000178Arena/Commonness/Turnbuckle/Modern/Textures
0x000000198Arena/Commonness/Turnbuckle/Modern/Textures
0x0000001B8Arena/Commonness/Rope/Blue/Textures
0x0000001D8Arena/Commonness/Ring\_Mat/White/Textures
0x000000208Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb
0x000000228Arena/Commonness/LED\_Corner\_Post/SmackDown/Textures
0x000000248Arena/Commonness/LED\_Apron/RAW/Textures
0x000000250Arena/Commonness/LED\_Apron/RAW/LED\_Apron.mdl
0x000000270Arena/Commonness/Fence/Modern\_2017/Textures
0x000000278Arena/Commonness/Fence/Modern\_2017/Fence.mdl
0x000000298Arena/Commonness/Floor\_Mattress/Modern\_SmackDown/Textures
0x0000002A0Arena/Commonness/Floor\_Mattress/Modern\_SmackDown/Floor\_Mattress.mdl
0x0000002C0Arena/Commonness/Stairs/Silver/Textures
0x0000002E0Arena/Global/Stadium\_Chair/Textures
0x0000002E8Arena/Global/Stadium\_Chair/Stadium\_Chair.mdl
0x0000002F0Arena/Stadium/FleetCenter\_New/Layout\_Stadium\_chair.inst
0x000000320Arena/Global/Arena\_Chair/Textures
0x000000328Arena/Global/Arena\_Chair/Arena\_Chair.mdl
0x000000330Arena/Stadium/FleetCenter\_New/Layout\_Arena\_chair.inst
0x000000360Arena/Stadium/FleetCenter\_Ads/Textures
0x000000368Arena/Stadium/FleetCenter\_Ads/FleetCenter\_Ads.mdl
0x000000398Arena/Stadium/FleetCenter\_New/Textures
0x0000003A0Arena/Stadium/FleetCenter\_New/FleetCenter\_New.mdl
0x0000003A8Arena/Stadium/FleetCenter\_New/light/lightObjects.jsfb
0x0000003C8Arena/Commonness/Titan\_Logo/SmackDown\_2019/Textures
0x0000003E8Arena/Commonness/Commentary\_Seat/SmackDown17/Textures
0x000000408Arena/Commonness/Ceiling\_Lighting/Modern/Textures
0x000000410Arena/Commonness/Ceiling\_Lighting/Modern/Ceiling\_Lighting.mdl
0x000000430Arena/Commonness/Corner\_Post/Silver/Textures
0x000000450Arena/Commonness/Barricade/SmackDown2017/Textures
0x000000458Arena/Commonness/Barricade/SmackDown2017/Barricade\_SmackDown2017\_SPM.mdl
0x000000488Arena/Commonness/Barricade/SmackDown2017/Textures
0x000000490Arena/Commonness/Barricade/SmackDown2017/Barricade\_SmackDown2017.mdl
0x0000004C0Arena/Commonness/Apron/SmackDown2017/Textures
0x0000004F0Arena/Commonness/Titan\_Logo/SmackDown\_2019/Textures
0x000000520Arena/Main/00000/Textures
0x000000528Arena/Main/00000/WWE19\_00\_SmackDown.mdl
0x000000530Arena/Main/00000/light/lightObjects.jsfb
# #001 - WWE RAW

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00001.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00001.jsfb
0x000000050Environment/PropsSet/PropsSet\_RAW\_2019.jsfb
0x000000068Environment/PropsSet/PropsSet\_RAW\_2019.jsfb
0x000000080Environment/PropsSet/PropsSet\_RAW\_2019.jsfb
0x000000100Arena/Commonness/Skydome/Sky\_Black
0x000000108Arena/Global/Skydome/Skydome.mdl
0x000000138Audience/AudienceDefs/Crowd00.jsfb
0x000000148Arena Name
0x000000160Arena/Main/00001/ibl
0x000000180Arena/Commonness/Turnbuckle/Modern/Textures
0x0000001A0Arena/Commonness/Turnbuckle/Modern/Textures
0x0000001C0Arena/Commonness/Rope/Red/Textures
0x0000001E0Arena/Commonness/Ring\_Mat/White/Textures
0x000000210Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb
0x000000230Arena/Commonness/LED\_Corner\_Post/RAW2018/Textures
0x000000250Arena/Commonness/LED\_Apron/RAW/Textures
0x000000258Arena/Commonness/LED\_Apron/RAW/LED\_Apron.mdl
0x000000278Arena/Commonness/Fence/Modern\_2017/Textures
0x000000280Arena/Commonness/Fence/Modern\_2017/Fence.mdl
0x0000002A0Arena/Commonness/Floor\_Mattress/Modern\_RAW/Textures
0x0000002A8Arena/Commonness/Floor\_Mattress/Modern\_RAW/Floor\_Mattress.mdl
0x0000002C8Arena/Commonness/Stairs/Silver/Textures
0x0000002E8Arena/Global/Stadium\_Chair/Textures
0x0000002F0Arena/Global/Stadium\_Chair/Stadium\_Chair.mdl
0x0000002F8Arena/Stadium/FleetCenter\_New/Layout\_Stadium\_chair.inst
0x000000328Arena/Global/Arena\_Chair/Textures
0x000000330Arena/Global/Arena\_Chair/Arena\_Chair.mdl
0x000000338Arena/Stadium/Fleet\_Center2017/Layout\_Arena\_chair.inst
0x000000368Arena/Stadium/FleetCenter\_Ads/Textures
0x000000370Arena/Stadium/FleetCenter\_Ads/FleetCenter\_Ads.mdl
0x0000003A0Arena/Stadium/FleetCenter\_New/Textures
0x0000003A8Arena/Stadium/FleetCenter\_New/FleetCenter\_New.mdl
0x0000003B0Arena/Stadium/FleetCenter\_New/light/lightObjects.jsfb
0x0000003D0Arena/Commonness/Commentary\_Seat/RAW18/Textures
0x0000003F0Arena/Commonness/Ceiling\_Lighting/Modern/Textures
0x0000003D8Arena/Commonness/Ceiling\_Lighting/Modern/Ceiling\_Lighting.mdl
0x000000418Arena/Commonness/Corner\_Post/White/Textures
0x000000438Arena/Commonness/Barricade/RAW2017\_NEW/Textures
0x000000440Arena/Commonness/Barricade/RAW2017\_NEW/Barricade\_RAW2017\_NEW\_SPM.mdl
0x000000470Arena/Commonness/Barricade/RAW2017\_NEW/Textures
0x000000478Arena/Commonness/Barricade/RAW2017\_NEW/Barricade\_RAW2017\_NEW.mdl
0x0000004A8Arena/Commonness/Apron/RAW2018/Textures
0x0000004D8Arena/Commonness/Titan\_Logo/RAW\_2019/Textures
0x000000508Arena/Main/00001/Textures
0x000000510Arena/Main/00001/WWE18\_01\_RAW.mdl
0x000000518Arena/Main/00001/light/lightObjects.jsfb
# #031 - WCW Nitro

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00031.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00031.jsfb
0x000000050Environment/PropsSet/PropsSet\_505.jsfb
0x000000068Environment/PropsSet/PropsSet\_505.jsfb
0x000000080Environment/PropsSet/PropsSet\_505.jsfb
0x0000000F0Arena/Commonness/Skydome/Sky\_Black
0x0000000F8Arena/Global/Skydome/Skydome.mdl
0x000000128Audience/AudienceDefs/Crowd00.jsfb
0x000000138Arena Name
0x000000150Arena/Main/00031/ibl
0x000000170Arena/Commonness/Turnbuckle/WCW\_Red/Textures
0x000000190Arena/Commonness/Turnbuckle/WCW\_Red/Textures
0x0000001B0Arena/Commonness/Rope/Black/Textures
0x0000001D0Arena/Commonness/Ring\_Mat/White/Textures
0x000000200Arena/Commonness/Spotlight/Classic/light/lightObjects.jsfb
0x000000220Arena/Commonness/Fence/Steel\_Silver\_short/Textures
0x000000228Arena/Commonness/Fence/Steel\_Silver\_short/Steel\_Silver\_short.mdl
0x000000248Arena/Commonness/Floor\_Mattress/WCW\_Nitro/Textures
0x000000250Arena/Commonness/Floor\_Mattress/WCW\_Nitro/WCW\_Nitro\_Mattress.mdl
0x000000270Arena/Commonness/Stairs/Black/Textures
0x000000290Arena/Global/Stadium\_Chair/Textures
0x000000298Arena/Global/Stadium\_Chair/Stadium\_Chair.mdl
0x0000002A0Arena/Stadium/MSG/Layout\_Stadium\_chair.inst
0x0000002D0Arena/Global/Arena\_Chair/Textures
0x0000002D8Arena/Global/Arena\_Chair/Arena\_Chair.mdl
0x0000002E0Arena/Stadium/MSG\_Square\_Barricade/Layout\_Arena\_chair.inst
0x000000310Arena/Stadium/MSG\_adverts/Textures
0x000000318Arena/Stadium/MSG\_adverts/MSG\_adverts.mdl
0x000000348Arena/Stadium/MSG/Textures
0x000000350Arena/Stadium/MSG/MSG.mdl
0x000000358Arena/Stadium/MSG/light/lightObjects.jsfb
0x000000378Arena/Commonness/Commentary\_Seat/Black/Textures
0x000000398Arena/Commonness/Ceiling\_Lighting/Classic/Textures
0x0000003A0Arena/Commonness/Ceiling\_Lighting/Classic/Ceiling\_Lighting.mdl
0x0000003D0Arena/Commonness/Corner\_Post/Black/Textures
0x000000400Arena/Commonness/Barricade/Steel\_Silver\_Square/Textures
0x000000408Arena/Commonness/Barricade/Steel\_Silver\_Square/Barricade\_Steel\_Silver\_Square.mdl
0x000000438Arena/Commonness/Apron/WCW\_Nitro/Textures
0x000000468Arena/Main/00031/Textures
0x000000470Arena/Main/00031/WWE17\_WCW\_Nitro.mdl
0x000000478Arena/Main/00031/light/lightObjects.jsfb
# #032 - WCW Halloween Havoc 1998

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00032.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00032.jsfb
0x000000050Environment/PropsSet/PropsSet\_7.jsfb
0x000000068Environment/PropsSet/PropsSet\_7.jsfb
0x000000080Environment/PropsSet/PropsSet\_7.jsfb
0x0000000F0Arena/Commonness/Skydome/Sky\_Black
0x0000000F8Arena/Global/Skydome/Skydome.mdl
0x000000128Audience/AudienceDefs/Crowd00.jsfb
0x000000138Arena Name
0x000000150Arena/Main/00032/ibl
0x000000170Arena/Commonness/Turnbuckle/WCW\_Yellow/Textures
0x000000190Arena/Commonness/Turnbuckle/WCW\_Yellow/Textures
0x0000001B0Arena/Commonness/Rope/Black/Textures
0x0000001D0Arena/Commonness/Ring\_Mat/Halloween\_Havoc96/Textures
0x000000200Arena/Commonness/Spotlight/Classic\_HHavoc/light/lightObjects.jsfb
0x000000240Arena/Commonness/Floor\_Mattress/WCW\_white/Textures
0x000000248Arena/Commonness/Floor\_Mattress/WCW\_white/Classic\_Mattress.mdl
0x000000268Arena/Commonness/Stairs/Black/Textures
0x000000288Arena/Global/Stadium\_Chair/Textures
0x000000290Arena/Global/Stadium\_Chair/Stadium\_Chair.mdl
0x000000298Arena/Stadium/MSG/Layout\_Stadium\_chair.inst
0x0000002C8Arena/Global/Arena\_Chair/Textures
0x0000002D0Arena/Global/Arena\_Chair/Arena\_Chair.mdl
0x0000002D8Arena/Stadium/MSG\_No\_Table/Layout\_Arena\_Chair.inst
0x000000308Arena/Stadium/MSG\_adverts/Textures
0x000000310Arena/Stadium/MSG\_adverts/MSG\_adverts.mdl
0x000000340Arena/Stadium/MSG/Textures
0x000000348Arena/Stadium/MSG/MSG.mdl
0x000000350Arena/Stadium/MSG/light/lightObjects.jsfb
0x000000370Arena/Commonness/Commentary\_Seat/Black/Textures
0x000000390Arena/Commonness/Ceiling\_Lighting/Classic/Textures
0x000000398Arena/Commonness/Ceiling\_Lighting/Classic/Ceiling\_Lighting.mdl
0x0000003C8Arena/Commonness/Corner\_Post/Red/Textures
0x0000003F8Arena/Commonness/Barricade/Steel\_Silver\_Square/Textures
0x000000400Arena/Commonness/Barricade/Steel\_Silver\_Square/Barricade\_Steel\_Silver\_Square.mdl
0x000000430Arena/Commonness/Apron/WCW\_Navy/Textures
0x000000460Arena/Main/00032/Textures
0x000000468Arena/Main/00032/WWE17\_WCW\_Halloween\_Havoc1998.mdl
0x000000470Arena/Main/00032/light/LightGroup.jsfb
# #043 - WWE SummerSlam 1998

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00043.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00043.jsfb
0x000000050Environment/PropsSet/PropsSet\_505.jsfb
0x000000068Environment/PropsSet/PropsSet\_505.jsfb
0x000000080Environment/PropsSet/PropsSet\_505.jsfb
0x0000000F0Arena/Commonness/Skydome/Sky\_Black/Textures
0x0000000F8Arena/Global/Skydome/Skydome.mdl
0x000000128Audience/AudienceDefs/Crowd00.jsfb
0x000000138Arena Name
0x000000158Arena/Main/00043/ibl
0x000000170Arena/Commonness/Turnbuckle/Classic/Textures
0x000000190Arena/Commonness/Turnbuckle/Classic/Textures
0x0000001B8Arena/Commonness/Rope/Red\_White\_Blue/Textures
0x0000001D8Arena/Commonness/Ring\_Mat/White/Textures
0x000000208Arena/Commonness/Spotlight/Classic/light/lightObjects.jsfb
0x000000230Arena/Commonness/Fence/Steel\_Silver/Steel\_Silver.mdl
0x000000250Arena/Commonness/Floor\_Mattress/Classic/Textures
0x000000258Arena/Commonness/Floor\_Mattress/Classic/Classic\_Mattress.mdl
0x000000278Arena/Commonness/Stairs/Blue/Textures
0x000000298Arena/Global/Stadium\_Chair/Textures
0x0000002A0Arena/Global/Stadium\_Chair/Stadium\_Chair.mdl
0x0000002A8Arena/Stadium/MSG/Layout\_Stadium\_chair.inst
0x0000002D8Arena/Global/Arena\_Chair/Textures
0x0000002E0Arena/Global/Arena\_Chair/Arena\_Chair.mdl
0x0000002E8Arena/Stadium/MSG\_Square\_Barricade/Layout\_Arena\_chair.inst
0x000000318Arena/Stadium/MSG\_adverts/Textures
0x000000320Arena/Stadium/MSG\_adverts/MSG\_adverts.mdl
0x000000350Arena/Stadium/MSG/Textures
0x000000358Arena/Stadium/MSG/MSG.mdl
0x000000360Arena/Stadium/MSG/light/lightObjects.jsfb
0x000000380Arena/Commonness/Commentary\_Seat/PPV\_Classic\_Block/Textures
0x0000003A0Arena/Commonness/Ceiling\_Lighting/Classic/Textures
0x0000003A8Arena/Commonness/Ceiling\_Lighting/Classic/Ceiling\_Lighting.mdl
0x0000003D8Arena/Commonness/Corner\_Post/Blue\_Classic/Textures
0x000000408Arena/Commonness/Barricade/Steel\_Silver\_Square/Textures
0x000000410Arena/Commonness/Barricade/Steel\_Silver\_Square/Barricade\_Steel\_Silver\_Square.mdl
0x000000440Arena/Commonness/Apron/SummerSlam88/Textures
0x000000470Arena/Main/00043/Textures
0x000000478Arena/Main/00043/Textures
0x000000480Arena/Main/00043/light/lightObjects.jsfb
# #045 - WWE WrestleMania 33

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00045.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00045.jsfb
0x000000050Environment/PropsSet/PropsSet\_1.jsfb
0x000000068Environment/PropsSet/PropsSet\_8.jsfb
0x000000080Environment/PropsSet/PropsSet\_8.jsfb
0x000000110Audience/AudienceDefs/Crowd00.jsfb
0x000000120Arena Name
0x000000138Arena/Main/00045/ibl
0x000000158Arena/Commonness/Turnbuckle/Scratch/Textures
0x000000178Arena/Commonness/Turnbuckle/Scratch/Textures
0x000000198Arena/Commonness/Rope/White/Textures
0x0000001B8Arena/Commonness/Ring\_Mat/White/Textures
0x0000001E8Arena/Commonness/Spotlight/WM33/light/lightObjects.jsfb
0x000000208Arena/Commonness/LED\_Corner\_Post/WrestleMania33/Textures
0x000000228Arena/Commonness/LED\_Apron/RAW/Textures
0x000000230Arena/Commonness/LED\_Apron/RAW/LED\_Apron.mdl
0x000000250Arena/Commonness/Fence/Modern/Textures
0x000000258Arena/Commonness/Fence/Modern/Fence.mdl
0x000000278Arena/Commonness/Floor\_Mattress/Modern\_SmackDown/Textures
0x000000280Arena/Commonness/Floor\_Mattress/Modern\_SmackDown/Floor\_Mattress.mdl
0x0000002A0Arena/Commonness/Stairs/Silver/Textures
0x0000002C0Arena/Commonness/Skydome/Sky\_Night\_03/Textures
0x0000002C8Arena/Global/Skydome/Skydome.mdl
0x0000002F8Arena/Global/Stadium\_Chair/Textures
0x000000300Arena/Global/Stadium\_Chair/Stadium\_Chair.mdl
0x000000308Arena/Stadium/Orlando\_Citrus\_Bowl/Layout\_Stadium\_chair.inst
0x000000338Arena/Commonness/Arena\_Chair/Snickers/Textures
0x000000340Arena/Global/Arena\_Chair/Arena\_Chair.mdl
0x000000348Arena/Stadium/Orlando\_Citrus\_Bowl/Layout\_Arena\_chair.inst
0x000000378Arena/Stadium/Orlando\_Citrus\_Bowl/Textures
0x000000380Arena/Stadium/Orlando\_Citrus\_Bowl/Orlando\_Citrus\_Bowl.mdl
0x000000388Arena/Stadium/Orlando\_Citrus\_Bowl/light/lightObjects.jsfb
0x0000003A8Arena/Commonness/Commentary\_Seat/WrestleMania33/Textures
0x0000003C8Arena/Commonness/Ceiling\_Lighting/WM33/Textures
0x0000003D0Arena/Commonness/Ceiling\_Lighting/WM33/Ceiling\_Lighting.mdl
0x0000003F0Arena/Commonness/Corner\_Post/Silver/Textures
0x000000410Arena/Commonness/Barricade/SmackDown2017/Textures
0x000000418Arena/Commonness/Barricade/SmackDown2017/Barricade\_SmackDown2017\_SPM.mdl
0x000000448Arena/Commonness/Barricade/SmackDown2017/Textures
0x000000450Arena/Commonness/Barricade/SmackDown2017/Barricade\_SmackDown2017.mdl
0x000000480Arena/Commonness/Apron/WrestleMania33/Textures
0x0000004B0Arena/Commonness/Titan\_Logo/WrestleMania33/Textures
0x0000004E0Arena/Main/00045/Textures
0x0000004E8Arena/Main/00045/WrestleMania33.mdl
0x0000004F0Arena/Main/00045/light/lightObjects.jsfb
# #062 - Backstage Area (Locker Room)

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00062.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00292.jsfb
0x000000050Environment/PropsSet/PropsSet\_292.jsfb
0x000000060Environment/PropsSet/PropsSet\_292.jsfb
0x000000078Environment/PropsSet/PropsSet\_292.jsfb
0x0000000B0Arena/Commonness/Skydome/Sky\_Black
0x0000000B8Arena/Global/Skydome/Skydome.mdl
0x0000000E8Arena/Main/00062/ibl
0x000000118Arena/Main/00062/Textures
0x000000120Arena/Main/00062/Backstage\_Locker.mdl
0x000000128Arena/Main/00062/light/lightObjects.jsfb
# #063 - Backstage Area (SmackDown)

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00063.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00292.jsfb
0x000000050Environment/PropsSet/PropsSet\_292.jsfb
0x000000060Environment/PropsSet/PropsSet\_292.jsfb
0x000000078Environment/PropsSet/PropsSet\_292.jsfb
0x0000000B0Arena/Commonness/Skydome/Sky\_Black/Textures
0x0000000B8Arena/Global/Skydome/Skydome.mdl
0x0000000E8Arena/Main/00063/ibl
0x000000118Arena/Main/00063/Textures
0x000000120Arena/Main/00063/Backstage\_Locker\_Smackdown\_063.mdl
0x000000128Arena/Main/00062/light/lightObjects.jsfb
# #064 - Backstage Area (NXT)

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00064.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00292.jsfb
0x000000050Environment/PropsSet/PropsSet\_292.jsfb
0x000000060Environment/PropsSet/PropsSet\_292.jsfb
0x000000078Environment/PropsSet/PropsSet\_292.jsfb
0x0000000B0Arena/Commonness/Skydome/Sky\_Black
0x0000000B8Arena/Global/Skydome/Skydome.mdl
0x0000000E8Arena/Main/00062/ibl
0x000000118Arena/Main/00062/Textures
0x000000120Arena/Main/00062/Backstage\_Locker.mdl
0x000000128Arena/Main/00062/light/lightObjects.jsfb
# #069 - WWE Performance Center

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00069.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00078.jsfb
0x000000050Environment/PropsSet/PropsSet\_69.jsfb
0x000000068Environment/PropsSet/PropsSet\_69.jsfb
0x000000080Environment/PropsSet/PropsSet\_69.jsfb
0x0000000C8Arena/Commonness/Skydome/Sky\_Black
0x0000000D0Arena/Global/Skydome/Skydome.mdl
0x0000000F0Arena/Main/00069/ibl
0x000000110Arena/Commonness/Turnbuckle/NXT/Textures
0x000000130Arena/Commonness/Turnbuckle/NXT/Textures
0x000000150Arena/Commonness/Rope/White/Textures
0x000000170Arena/Commonness/Ring\_Mat/White/Textures
0x000000190Arena/Commonness/Stairs/Silver/Textures
0x0000001C0Arena/Commonness/Ceiling\_Lighting/PC/Textures
0x0000001C8Arena/Commonness/Ceiling\_Lighting/PC/Ceiling\_Lighting.mdl
0x0000001F8Arena/Commonness/Corner\_Post/Black/Textures
0x000000228Arena/Commonness/Apron/PC/Textures
0x000000258Arena/Main/00069/Textures
0x000000260Arena/Main/00069/69\_Performance\_Center.mdl
0x000000268Arena/Main/00069/light/lightObjects.jsfb
# #070 - WWE Performance Center Arena

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00070.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00070.jsfb
0x000000050Environment/PropsSet/PropsSet\_7.jsfb
0x000000068Environment/PropsSet/PropsSet\_7.jsfb
0x000000080Environment/PropsSet/PropsSet\_7.jsfb
0x0000000E0Audience/AudienceDefs/Crowd00.jsfb
0x0000000F0Arena Name
0x000000108Arena/Main/00001/ibl
0x000000128Arena/Commonness/Turnbuckle/Modern/Textures
0x000000148Arena/Commonness/Turnbuckle/Modern/Textures
0x000000168Arena/Commonness/Rope/Red/Textures
0x000000188Arena/Commonness/Ring\_Mat/White/Textures
0x0000001B8Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb
0x0000001D8Arena/Commonness/Stairs/Silver/Textures
0x000000208Arena/Commonness/Ceiling\_Lighting/Modern/Textures
0x000000210Arena/Commonness/Ceiling\_Lighting/Modern/Ceiling\_Lighting.mdl
0x000000240Arena/Commonness/Corner\_Post/White/Textures
0x000000270Arena/Commonness/Apron/RAW2018/Textures
0x0000002A0Arena/Main/00070/70\_Performance\_Center.mdl
0x0000002A8Arena/Main/00070/light/lightObjects.jsfb
# #301 - WWE RAW 2020

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00301.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00001.jsfb
0x000000050Environment/PropsSet/PropsSet\_301.jsfb
0x000000068Environment/PropsSet/PropsSet\_301.jsfb
0x000000080Environment/PropsSet/PropsSet\_301.jsfb
0x000000100Arena/Commonness/Skydome/Sky\_Black
0x000000108Arena/Global/Skydome/Skydome.mdl
0x000000138Audience/AudienceDefs/Crowd00.jsfb
0x000000148Arena Name
0x000000160Arena/Main/00301/ibl
0x000000180Arena/Commonness/Turnbuckle/Modern/Textures
0x0000001A0Arena/Commonness/Turnbuckle/Modern/Textures
0x0000001C0Arena/Commonness/Rope/Red/Textures
0x0000001E0Arena/Commonness/Ring\_Mat/White/Textures
0x000000210Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb
0x000000230Arena/Commonness/LED\_Corner\_Post/RAW2021/Textures
0x000000250Arena/Commonness/LED\_Apron/RAW/Textures
0x000000258Arena/Commonness/LED\_Apron/RAW/LED\_Apron.mdl
0x000000278Arena/Commonness/Fence/Modern\_2017/Textures
0x000000280Arena/Commonness/Fence/Modern\_2017/Fence.mdl
0x0000002A0Arena/Commonness/Floor\_Mattress/RAW\_2020/Textures
0x0000002A8Arena/Commonness/Floor\_Mattress/RAW\_2020/RAW\_2020.mdl
0x0000002C8Arena/Commonness/Stairs/Silver/Textures
0x0000002E8Arena/Global/Stadium\_Chair/Textures
0x0000002F0Arena/Global/Stadium\_Chair/Stadium\_Chair.mdl
0x0000002F8Arena/Stadium/FleetCenter\_New/Layout\_Stadium\_chair.inst
0x000000328Arena/Global/Arena\_Chair/Textures
0x000000330Arena/Global/Arena\_Chair/Arena\_Chair.mdl
0x000000338Arena/Stadium/Fleet\_Center2017/Layout\_Arena\_chair.inst
0x000000358Arena/Stadium/FleetCenter\_Ads/Textures
0x000000360Arena/Stadium/FleetCenter\_Ads/FleetCenter\_Ads.mdl
0x000000368Arena/Stadium/FleetCenter\_New/light/lightObjects.jsfb
0x000000398Arena/Stadium/FleetCenter\_New/Textures
0x0000003A0Arena/Stadium/FleetCenter\_New/FleetCenter\_New.mdl
0x0000003A8Arena/Stadium/FleetCenter\_New/light/lightObjects.jsfb
0x0000003C8Arena/Commonness/Commentary\_Seat/RAW21/Textures
0x0000003E8Arena/Commonness/Ceiling\_Lighting/Modern/Textures
0x0000004F0Arena/Commonness/Ceiling\_Lighting/Modern/Ceiling\_Lighting.mdl
0x000000410Arena/Commonness/Corner\_Post/White/Textures
0x000000430Arena/Commonness/Barricade/Raw\_2020/Textures
0x000000438Arena/Commonness/Barricade/Raw\_2020/Barricade\_SPM.mdl
0x000000468Arena/Commonness/Barricade/Raw\_2020/Textures
0x000000470Arena/Commonness/Barricade/Raw\_2020/Barricade.mdl
0x0000004A0Arena/Commonness/Apron/RAW2021/Textures
0x0000004D0Arena/Commonness/Titan\_Logo/RAW\_2019/Textures
0x000000500Arena/Main/00301/Textures
0x000000508Arena/Main/00301/WWE22\_01\_RAW.mdl
0x000000510Arena/Main/00301/light/lightObjects.jsfb
# #310 - Mexico Plaza

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00310.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00180.jsfb
0x000000050Environment/PropsSet/PropsSet\_Basic.jsfb
0x000000060Environment/PropsSet/PropsSet\_Basic.jsfb
0x000000078Environment/PropsSet/PropsSet\_Basic.jsfb
0x0000000C8Arena/Commonness/Floor\_Mattress/Classic\_Navy/Textures
0x0000000D0Arena/Commonness/Floor\_Mattress/Classic\_Navy/Classic\_Mattress.mdl
0x0000000F0Arena/Commonness/Barricade/Steel\_Mexico/Textures
0x0000000F8Arena/Commonness/Barricade/Steel\_Mexico/Steel\_Mexico.mdl
0x000000118Arena/Commonness/Apron/Mexico\_Plaza/Textures
0x000000138Arena/Commonness/Stairs/Silver/Textures
0x000000158Arena/Commonness/Ring\_Mat/Mexico\_Mat/Textures
0x000000178Arena/Commonness/Turnbuckle/Black\_Dirty/Textures
0x000000198Arena/Commonness/Turnbuckle/Black\_Dirty/Textures
0x0000001B8Arena/Commonness/Rope/Mexico\_LuchaLibre/Textures
0x0000001E8Arena/Commonness/Corner\_Post/Mexico\_Plaza/Textures
0x000000218Audience/AudienceDefs/Crowd\_mexican.jsfb
0x000000228Arena Name
0x000000250Arena/Global/Arena\_Chair/Textures
0x000000258Arena/Stadium/Mexico\_S\_Gorilla/Layout\_chair\_audience.inst
0x000000288Arena/Commonness/Skydome/Sky\_Sunset\_05/Textures
0x000000290Arena/Global/Skydome/Skydome.mdl
0x0000002C0Arena/Main/00310/ibl
0x0000002F0Arena/Main/00310/Textures
0x0000002F8Arena/Main/00310/WWE19\_Mexico\_Plaza.mdl
0x000000300Arena/Main/00310/light/lightObjects.jsfb
# #461 - WWE RAW 2005

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00461.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00001.jsfb
0x000000050Environment/PropsSet/PropsSet\_461.jsfb
0x000000060Environment/PropsSet/PropsSet\_461.jsfb
0x000000078Environment/PropsSet/PropsSet\_461.jsfb
0x0000000E8Arena/Global/Skydome/Skydome.mdl
0x000000118Audience/AudienceDefs/Crowd00.jsfb
0x000000120Arena Name
0x000000140Arena/Main/00461/ibl
0x000000160Arena/Commonness/Turnbuckle/Scratch/Textures
0x000000180Arena/Commonness/Turnbuckle/Scratch/Textures
0x0000001A0Arena/Commonness/Rope/Black/Textures
0x0000001B0Arena/Commonness/Ring\_Mat/White/Textures
0x0000001F0Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb
0x000000210Arena/Commonness/Fence/Modern/Textures
0x000000218Arena/Commonness/Fence/Modern/Fence.mdl
0x000000238Arena/Commonness/Floor\_Mattress/Modern/Textures
0x000000240Arena/Commonness/Floor\_Mattress/Modern/Floor\_Mattress.mdl
0x000000260Arena/Commonness/Stairs/Silver/Textures
0x000000290Arena/Global/Stadium\_Chair/Textures
0x000000298Arena/Global/Stadium\_Chair/Stadium\_Chair.mdl
0x0000002A0Arena/Stadium/MSG/Layout\_Stadium\_chair.inst
0x0000002D0Arena/Global/Arena\_Chair/Textures
0x0000002D8Arena/Global/Arena\_Chair/Arena\_Chair.mdl
0x0000002E0Arena/Stadium/MSG/Layout\_Arena\_chair.inst
0x000000310Arena/Stadium/MSG/Textures
0x000000318Arena/Stadium/MSG/MSG.mdl
0x000000320Arena/Stadium/MSG/light/lightObjects.jsfb
0x000000340Arena/Commonness/Ceiling\_Lighting/Modern/Textures
0x000000348Arena/Commonness/Ceiling\_Lighting/Modern/Ceiling\_Lighting.mdl
0x000000378Arena/Commonness/Corner\_Post/Black/Textures
0x000000398Arena/Commonness/Barricade/Mat\_OLD/Textures
0x0000003A0Arena/Commonness/Barricade/Mat\_OLD/Barricade\_Mat\_OLD\_SPM.mdl
0x0000003D0Arena/Commonness/Barricade/Mat\_OLD/Textures
0x0000003D8Arena/Commonness/Barricade/Mat\_OLD/Barricade\_Mat\_OLD.mdl
0x000000408Arena/Commonness/Apron/RAW2005/Textures
0x000000438Arena/Main/00461/Textures
0x000000440Arena/Main/00461/00461\_RAW\_2005.mdl
0x000000448Arena/Main/00461/light/lightObjects.jsfb
# #464 - WWE RAW 2011

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00464.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00001.jsfb
0x000000050Environment/PropsSet/PropsSet\_Classic.jsfb
0x000000068Environment/PropsSet/PropsSet\_Classic.jsfb
0x000000080Environment/PropsSet/PropsSet\_Classic.jsfb
0x000000108Audience/AudienceDefs/Crowd00.jsfb
0x000000110Arena Name
0x000000130Arena/Main/00301/ibl
0x000000150Arena/Commonness/Turnbuckle/Scratch/Textures
0x000000170Arena/Commonness/Turnbuckle/Scratch/Textures
0x000000190Arena/Commonness/Rope/White/Textures
0x0000001B0Arena/Commonness/Ring\_Mat/White/Textures
0x0000001E0Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb
0x000000200Arena/Commonness/Fence/Modern/Textures
0x000000208Arena/Commonness/Fence/Modern/Fence.mdl
0x000000228Arena/Commonness/Floor\_Mattress/RAW\_2011/Textures
0x000000230Arena/Commonness/Floor\_Mattress/RAW\_2011/RAW\_2011.mdl
0x000000250Arena/Commonness/Stairs/Silver/Textures
0x000000270Arena/Global/Stadium\_Chair/Textures
0x000000278Arena/Global/Stadium\_Chair/Stadium\_Chair.mdl
0x000000280Arena/Stadium/FleetCenter\_New/Layout\_Stadium\_chair.inst
0x0000002B8Arena/Global/Arena\_Chair/Arena\_Chair.mdl
0x0000002C0Arena/Stadium/FleetCenter\_New/Layout\_Arena\_chair.inst
0x0000002E0Arena/Stadium/FleetCenter\_Ads/Textures
0x0000002E8Arena/Stadium/FleetCenter\_Ads/FleetCenter\_Ads.mdl
0x0000002F0Arena/Stadium/FleetCenter\_New/light/lightObjects.jsfb
0x000000320Arena/Stadium/FleetCenter\_New/Textures
0x000000328Arena/Stadium/FleetCenter\_New/FleetCenter\_New.mdl
0x000000330Arena/Stadium/FleetCenter\_New/light/lightObjects.jsfb
0x000000350Arena/Commonness/Commentary\_Seat/RAW11/Textures
0x000000370Arena/Commonness/Ceiling\_Lighting/Modern/Textures
0x000000378Arena/Commonness/Ceiling\_Lighting/Modern/Ceiling\_Lighting.mdl
0x000000398Arena/Commonness/Corner\_Post/White/Textures
0x0000003B8Arena/Commonness/Barricade/Mat\_WWEHD/Textures
0x0000003C0Arena/Commonness/Barricade/Mat\_WWEHD/Barricade\_Mat\_WWEHD\_SPM.mdl
0x0000003F0Arena/Commonness/Barricade/Mat\_WWEHD/Textures
0x0000003F8Arena/Commonness/Barricade/Mat\_WWEHD/Barricade\_Mat\_WWEHD.mdl
0x000000428Arena/Commonness/Apron/RAW11/Textures
0x000000458Arena/Commonness/Titan\_Logo/RAW\_2019/Textures
0x000000488Arena/Main/00464/Textures
0x000000490Arena/Main/00464/00464\_Raw2011.mdl
0x000000498Arena/Main/00464/light/lightObjects.jsfb
# #501 - WWE Thunderdome

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00023.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00001.jsfb
0x000000050Environment/PropsSet/PropsSet\_5.jsfb
0x000000068Environment/PropsSet/PropsSet\_5.jsfb
0x000000080Environment/PropsSet/PropsSet\_5.jsfb
0x0000000F0Arena/Commonness/Skydome/Sky\_Black
0x0000000F8Arena/Global/Skydome/Skydome.mdl
0x000000118Arena/Main/00501/ibl
0x000000138Arena/Commonness/Turnbuckle/Modern/Textures
0x000000178Arena/Commonness/Rope/White/Textures
0x000000198Arena/Commonness/Ring\_Mat/White/Textures
0x0000001C8Arena/Commonness/Spotlight/Thunderdome/light/lightObjects.jsfb
0x0000001E8Arena/Commonness/Fence/Modern\_2017/Textures
0x0000001F0Arena/Commonness/Fence/Modern\_2017/Fence.mdl
0x000000210Arena/Commonness/Floor\_Mattress/Smackdown\_2020/Textures
0x000000218Arena/Commonness/Floor\_Mattress/Smackdown\_2020/Smackdown\_2020.mdl
0x000000238Arena/Commonness/Stairs/Silver/Textures
0x000000268Arena/Stadium/FleetCenter\_Thunderdome/light\_banner/lightObjects.jsfb
0x000000298Arena/Global/Stadium\_Chair/Textures
0x0000002A0Arena/Global/Stadium\_Chair/Stadium\_Chair.mdl
0x0000002A8Arena/Stadium/FleetCenter\_New/Layout\_Stadium\_chair.inst
0x0000002D8Arena/Global/Arena\_Chair/Textures
0x0000002E0Arena/Global/Arena\_Chair/Arena\_Chair.mdl
0x0000002E8Arena/Stadium/FleetCenter\_New/Layout\_Arena\_chair.inst
0x000000318Arena/Stadium/FleetCenter\_New\_NoCrowdFight/Textures
0x000000320Arena/Stadium/FleetCenter\_New\_NoCrowdFight/FleetCenter\_New\_NoCrowdFight.mdl
0x000000328Arena/Stadium/FleetCenter\_New/light/lightObjects.jsfb
0x000000348Arena/Commonness/Commentary\_Seat/WWE/Textures
0x000000368Arena/Commonness/Ceiling\_Lighting/Thunderdome/Textures
0x000000370Arena/Commonness/Ceiling\_Lighting/Thunderdome/Ceiling\_Lighting.mdl
0x0000003A0Arena/Commonness/Corner\_Post/White/Textures
0x0000003C0Arena/Commonness/Barricade/Smackdown\_2020/Textures
0x0000003C8Arena/Commonness/Barricade/Smackdown\_2020/Barricade\_SPM.mdl
0x0000003F8Arena/Commonness/Barricade/Smackdown\_2020/Textures
0x000000400Arena/Commonness/Barricade/Smackdown\_2020/Barricade\_SmackDown\_2020.mdl
0x000000430Arena/Commonness/Apron/WWE/Textures
0x000000460Arena/Main/00501/Textures
0x000000468Arena/Main/00501/WWE22\_00\_Thunderdome.mdl
0x000000470Arena/Main/00501/light/lightObjects.jsfb
# #611 - WWE Clash of Champions 2017

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00611.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00001.jsfb
0x000000050Environment/PropsSet/PropsSet\_501.jsfb
0x000000068Environment/PropsSet/PropsSet\_501.jsfb
0x000000080Environment/PropsSet/PropsSet\_501.jsfb
0x0000000F0Arena/Commonness/Skydome/Sky\_Black
0x0000000F8Arena/Global/Skydome/Skydome.mdl
0x000000118Arena/Main/00501/ibl
0x000000138Arena/Commonness/Turnbuckle/Modern/Textures
0x000000158Arena/Commonness/Turnbuckle/Modern/Textures
0x000000178Arena/Commonness/Rope/White/Textures
0x000000198Arena/Commonness/Ring\_Mat/White/Textures
0x0000001C8Arena/Commonness/Spotlight/Thunderdome/light/lightObjects.jsfb
0x0000001E8Arena/Commonness/LED\_Corner\_Post/Clash\_of\_Champions2017/Textures
0x000000208Arena/Commonness/LED\_Apron/RAW/Textures
0x000000210Arena/Commonness/LED\_Apron/RAW/LED\_Apron.mdl
0x000000220Arena/Commonness/Fence/Modern\_2017/Textures
0x000000238Arena/Commonness/Fence/Modern\_2017/Fence.mdl
0x000000258Arena/Commonness/Floor\_Mattress/Thunderdome\_2021/Textures
0x000000260Arena/Commonness/Floor\_Mattress/Thunderdome\_2021/Thunderdome\_2021.mdl
0x000000280Arena/Commonness/Stairs/Silver/Textures
0x0000002B0Arena/Stadium/FleetCenter\_Thunderdome\_C/light\_banner/lightObjects.jsfb
0x0000002E0Arena/Stadium/FleetCenter\_Thunderdome\_C/Textures
0x0000002E8Arena/Stadium/FleetCenter\_Thunderdome\_C/FleetCenter\_Thunderdome\_C.mdl
0x0000002F0Arena/Stadium/FleetCenter\_Thunderdome\_C/light/lightObjects.jsfb
0x000000310Arena/Commonness/Commentary\_Seat/Clash\_of\_Champions2020/Textures
0x000000330Arena/Commonness/Ceiling\_Lighting/Thunderdome/Textures
0x000000338Arena/Commonness/Ceiling\_Lighting/Thunderdome/Ceiling\_Lighting.mdl
0x000000368Arena/Commonness/Corner\_Post/White/Textures
0x000000388Arena/Commonness/Barricade/Smackdown\_2020/Textures
0x000000390Arena/Commonness/Barricade/Smackdown\_2020/Barricade\_SPM.mdl
0x0000003C0Arena/Commonness/Barricade/Smackdown\_2020/Textures
0x0000003C8Arena/Commonness/Barricade/Smackdown\_2020/Barricade\_SmackDown\_2020.mdl
0x0000003F8Arena/Commonness/Apron/Clash\_of\_Champions2020/Textures
0x000000428Arena/Main/00501/Textures
0x000000430Arena/Main/00501/WWE22\_00\_Thunderdome.mdl
0x000000438Arena/Main/00501/light/lightObjects.jsfb
# #701 - WWE RAW 2021

bakedfile00.cak\\Environment\\ArenaDefs\\ArenaDefinitions\_00701.jsfb

OffsetDescription
0x000000028Environment/GameAreaCollisions/GameAreaCollision\_Arena\_00000.jsfb
0x000000050Environment/PropsSet/PropsSet\_501.jsfb
0x000000060Environment/PropsSet/PropsSet\_501.jsfb
0x000000078Environment/PropsSet/PropsSet\_501.jsfb
0x0000000F8Arena/Commonness/Skydome/Sky\_Black
0x000000100Arena/Global/Skydome/Skydome.mdl
0x000000130Audience/AudienceDefs/Crowd00.jsfb
0x000000140Arena Definition Name (12 Chars + Pointer)
0x000000158Arena/Main/00701/ibl
0x000000178Arena/Commonness/Turnbuckle/Modern/Textures
0x000000198Arena/Commonness/Turnbuckle/Modern/Textures
0x0000001B8Arena/Commonness/Rope/Red/Textures
0x0000001D8Arena/Commonness/Ring\_Mat/White/Textures
0x000000208Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb
0x000000228Arena/Commonness/LED\_Corner\_Post/RAW2021/Textures
0x000000248Arena/Commonness/LED\_Apron/RAW/Textures
0x000000250Arena/Commonness/LED\_Apron/RAW/LED\_Apron.mdl
0x000000270Arena/Commonness/Fence/Modern\_2017/Textures
0x000000278Arena/Commonness/Fence/Modern\_2017/Fence.mdl
0x000000298Arena/Commonness/Floor\_Mattress/Smackdown\_2020/Textures
0x0000002A0Arena/Commonness/Floor\_Mattress/Smackdown\_2020/Smackdown\_2020.mdl
0x0000002C0Arena/Commonness/Stairs/Silver/Textures
0x0000002E0Arena/Global/Stadium\_Chair/Textures
0x0000002E8Arena/Global/Stadium\_Chair/Stadium\_Chair.mdl
0x0000002F0Arena/Stadium/FleetCenter\_New/Layout\_Stadium\_chair.inst
0x000000320Arena/Global/Arena\_Chair/Textures
0x000000328Arena/Global/Arena\_Chair/Arena\_Chair.mdl
0x000000330Arena/Stadium/FleetCenter\_New/Layout\_Arena\_chair.inst
0x000000350Arena/Stadium/FleetCenter\_Ads/Textures
0x000000358Arena/Stadium/FleetCenter\_Ads/FleetCenter\_Ads.mdl
0x000000360Arena/Stadium/FleetCenter\_New/light/lightObjects.jsfb
0x000000390Arena/Stadium/FleetCenter\_New/Textures
0x000000398Arena/Stadium/FleetCenter\_New/FleetCenter\_New.mdl
0x0000003A0Arena/Stadium/FleetCenter\_New/light/lightObjects.jsfb
0x0000003C0Arena/Commonness/Titan\_Logo/SmackDown\_2019/Textures
0x0000003E0Arena/Commonness/Commentary\_Seat/RAW21/Textures
0x000000400Arena/Commonness/Ceiling\_Lighting/Modern/Textures
0x000000408Arena/Commonness/Ceiling\_Lighting/Modern/Ceiling\_Lighting.mdl
0x000000428Arena/Commonness/Corner\_Post/White/Textures
0x000000448Arena/Commonness/Barricade/Smackdown\_2020/Textures
0x000000450Arena/Commonness/Barricade/Smackdown\_2020/Barricade\_SPM.mdl
0x000000480Arena/Commonness/Barricade/Smackdown\_2020/Textures
0x000000488Arena/Commonness/Barricade/Smackdown\_2020/Barricade\_SmackDown\_2020.mdl
0x0000004B8Arena/Commonness/Apron/RAW2021/Textures
0x0000004E8Arena/Commonness/Titan\_Logo/SmackDown\_2019/Textures
0x000000518Arena/Main/00701/Textures
0x000000520Arena/Main/00701/WWE22\_RAW2021.mdl
0x000000528Arena/Main/00701/light/lightObjects.jsfb
# Belts # Belt List

**Updated for WWE 2K22 v1.21**

**Original Credit: iTwistedSpartan**

**ID****BAKED FILE****BELT NAME**
10001WWE CHAMPIONSHIP
10101WORLD HEAVYWEIGHT CHAMPIONSHIP (BIG GOLD)
10201WWE TAG TEAM CHAMPIONSHIP '02-'10
10301WWE UNITED STATES CHAMPIONSHIP '03-'20
10401WWE CRUISERWEIGHT CHAMPIONSHIP '01-'07
10501WWE INTERCONTINENTAL CHAMPIONSHIP '11-'19 (WHITE)
10601WWE LIGHT HEAVYWEIGHT CHAMPIONSHIP
10701WWE UNDISPUTED CHAMPIONSHIP
10801WWE CHAMPIONSHIP '05-'13 (SPINNER)
10901WWE WOMEN'S CHAMPIONSHIP '98-'10
11001ECW WORLD CHAMPIONSHIP '06-'08
11101WWE DIVAS CHAMPIONSHIP
11201NXT WOMEN'S CHAMPIONSHIP '13-'17
11301WWE CHAMPIONSHIP '98-'02 (BIG EAGLE)
11401WWE CHAMPIONSHIP '88-'98 (WINGED EAGLE)
11501ECW CHAMPIONSHIP '08-'10
11601NXT TAG TEAM CHAMPIONSHIP '13-'17 (LEFT)
11701WWE UNITED STATES CHAMPIONSHIP (CENA)
11801ECW WORLD TELEVISION CHAMPIONSHIP
11901WCW WORLD TAG TEAM CHAMPIONSHIP '93-'97
12001WORLD WIDE WRESTLING HEAVYWEIGHT CHAMPIONSHIP
12101WWE RAW WOMEN'S CHAMPIONSHIP
12201WWE CRUISERWEIGHT CHAMPIONSHIP
12301NXT CHAMPIONSHIP
12401NXT NORTH AMERICAN CHAMPIONSHIP
12501WORLD TAG TEAM CHAMPIONSHIP '02-'10
12601WWE INTERCONTINENTAL CHAMPIONSHIP '98-'11 (OVAL)
12701WCW WORLD HEAVYWEIGHT CHAMPIONSHIP '91-'93
12800WWE UNITED STATES CHAMPIONSHIP
12901WWE INTERCONTINENTAL CHAMPIONSHIP
13001NXT CRUISERWEIGHT CHAMPIONSHIP
13101WWE RAW TAG TEAM CHAMPIONSHIP
13201WWE SMACKDOWN TAG TEAM CHAMPIONSHIP
13300WOMEN'S TAG TEAM CHAMPIONSHIP
13401NXT TAG TEAM CHAMPIONSHIP
13501NXT WOMEN'S CHAMPIONSHIP
13601WWE 24/7 CHAMPIONSHIP
13701UP UP DOWN DOWN CHAMPIONSHIP
13801NXT UK CHAMPIONSHIP
13901NXT UK WOMEN'S CHAMPIONSHIP
14001NXT UK TAG TEAM CHAMPIONSHIP
14101WWE EUROPEAN CHAMPIONSHIP
14201NXT CHAMPIONSHIP '12-'17
14301LEFT RIGHT LEFT RIGHT CHAMPIONSHIP
14601WWE PERFORMANCE CENTER CHAMPION
14701WWE UK CHAMPIONSHIP
14801WOMEN'S UNITED STATES CHAMPIONSHIP (MYRISE)
14901WOMEN'S INTERCONTINENTAL CHAMPIONSHIP (MYRISE)
15001WWE CHAMPIONSHIP '13-'14 (SCRATCH LOGO)
15101WWE CHAMPIONSHIP (SMOKING SKULL)
15201WWE CHAMPIONSHIP (BRAHMA BULL)
15301WWE TAG TEAM CHAMPIONSHIP '98-'02
15401WCW UNITED STATES CHAMPIONSHIP
15501WWE HARDCORE CHAMPIONSHIP
15601WCW CRUISERWEIGHT CHAMPIONSHIP
15701ECW WORLD CHAMPIONSHIP '97-'01
15801WCW WORLD TAG TEAM CHAMPIONSHIP '96-'98
15901WCW HARDCORE CHAMPIONSHIP
16001ECW WORLD TAG TEAM CHAMPIONSHIP
16101MILLION DOLLAR CHAMPIONSHIP
16301NXT WOMEN'S TAG TEAM CHAMPIONSHIP
16401WWE UNIVERSAL CHAMPIONSHIP (RED)
16500WWE UNIVERSAL CHAMPIONSHIP (BLUE)
16601SMACKDOWN WOMEN'S CHAMPIONSHIP
16701WCW WORLD HEAVYWEIGHT CHAMPIONSHIP (NWO)
16801WWE TAG TEAM CHAMPIONSHIP '10-'16
16901NXT TAG TEAM CHAMPIONSHIP '13-'17 (RIGHT)
17001WWE INTERCONTINENTAL CHAMPIONSHIP '90 (YELLOW)
17101WWE INTERCONTINENTAL CHAMPIONSHIP '94 (BLACK)
17201NXT NORTH AMERICAN CHAMPIONSHIP (MYRISE)
17301WCW WORLD HEAVYWEIGHT CHAMPIONSHIP (WOLFPAC)
20001ORIGINAL CHAMPIONSHIP 1
20101ORIGINAL CHAMPIONSHIP 2
20201ORIGINAL CHAMPIONSHIP 3
20301ORIGINAL CHAMPIONSHIP 4
20501ORIGINAL CHAMPIONSHIP 6
# Belt Announcement IDs (PC)

It is not recommended to use IDs 4 and 5 as they do not feature all the normal calls like the other belts do.

**ID****BELT ANNOUNCE NAME****BELT ID**
1AWA Championship-
2AWA World Heavyweight Championship-
3BCW Championship-
4Champion of Champions-
6Cruiserweight Championship of the World-
7CWC Championship-
8ECW Championship115
9ECW World Heavyweight Championship157
10ECW World Heavyweight Championship110
11ECW World Tag Team Championship160
12ECW World Television Championship118
13European Championship-
14Hardcore Championship155
15Intercontinental Championship-
16Internet Championship-
17LAW Championship-
18Legends Championship-
19Million Dollar Championship161
23NXT Cruiserweight Championship130
24NXT Championship142
25NXT Championship123
26NXT North American Championship124 & 172
27NXT OG Championship-
28NXT Tag Team Championship116, 134, & 169
29NXT Tag Team Championship-
30NXT UK Championship138
31NXT UK Tag Team Championship140
32NXT UK Women's Championship139
33NXT Women's Championship112 & 135
34NXT Women's Championship-
35PC Championship146
36RAW Legends Championship-
37RAW Super Heavyweight Championship-
38RAW Tag Team Championship131
39RAW Women's Championship121
40SmackDown Legends Championship-
41SmackDown Super Heavyweight Championship-
42SmackDown Tag Team Championship132
43SmackDown Women's Championship166
44Super Heavyweight Championship-
4524/7 Championship136
46United States Championship-
47WCW Cruiserweight Championship156
48WCW Hardcore Championship159
49WCW World Heavyweight Championship-
50WCW World Heavyweight Championship127 & 167
51WCW World Heavyweight Championship173
52WCW World Tag Team Championship119 & 158
53WCW World Tag Team Championship-
54WCW United States Championship154
55Women's Intercontinental Championship149
56Women's Tag Team Championship133
57Women's United States Championship148
58World Heavyweight Championship101
59World Light Heavyweight Championship-
60World Tag Team Championship125
61World Tag Team Championship-
63WWE Cruiserweight Championship104
64WWE Cruiserweight Championship-
65Divas Championship111
67WWE European Championship141
68WWE Hardcore Championship-
69WWE Heavyweight Championship151
70WWE Intercontinental Championship126
71WWE Intercontinental Championship170
72WWE Intercontinental Championship171
73WWE Intercontinental Championship105 & 129
74WWE Internet Championship-
75WWE Light Heavyweight Championship106
76WWE Championship113
77WWE Championship108
78WWE Championship150
79WWE Championship114
80WWE Championship-
81WWE Championship100
82WWE Championship152
84WWE Tag Team Championship168
85WWE Tag Team Championship102
86Undisputed WWE Tag Team Championship-
87Unified WWE Tag Team Championship-
88WWE United Kingdom Championship147
89WWE Undisputed Championship107
90WWE United States Championship117
91WWE United States Championship103 & 128
92WWE Universal Championship164 & 165
93WWE Women's Championship109
94WWE Women's Championship-
95World Wide Wrestling Heavyweight Championship120
96NXT Women's Tag Team Championship163
100Up Up Down Down Championship137
101NXT UK Heritage Cup Championship-
102Left Right Left Right Championship143
# Belt Intro IDs (PC) **Folder path Movies/titantron**
**MOVIE ID****CAK FILE****NAME**
bel\_0000\_0\_0bakedfile06WWE CHAMPIONSHIP (CURRENT)
bel\_0001\_0\_0bakedfile06WORLD HEAVYWEIGHT CHAMPIONSHIP (BIG GOLD)
bel\_0002\_0\_0bakedfile06WWE TAG TEAM CHAMPIONSHIP '02-10
bel\_0003\_0\_0bakedfile06WORLD TAG TEAM CHAMPIONSHIP '02-'10
bel\_0005\_0\_0bakedfile06WWE UNITED STATES CHAMPIONSHIP '03-'20
bel\_0006\_0\_0bakedfile06WWE CRUISERWEIGHT CHAMPIONSHIP '01-'07
bel\_0007\_0\_0bakedfile06WWE WOMEN'S CHAMPIONSHIP '98-'10
bel\_0008\_0\_0bakedfile06HARDCORE CHAMPIONSHIP
bel\_0010\_0\_0bakedfile06WCW WORLD HEAVYWEIGHT CHAMPIONSHIP '91-'93
bel\_0011\_0\_0bakedfile06WWE DIVAS CHAMPIONSHIP
bel\_0012\_0\_0bakedfile06WWE TAG TEAM CHAMPIONSHIP '10-'16
bel\_0013\_0\_0bakedfile06NXT WOMEN"S CHAMPIONSHIP '13-'17
bel\_0016\_0\_0bakedfile06WWE CHAMPIONSHIP '98-'02
bel\_0018\_0\_0bakedfile06WWE INTERCONTINENTAL CHAMPIONSHIP '11-'19
bel\_0020\_0\_0bakedfile06LIGHT HEAVYWEIGHT CHAMPIONSHIP
bel\_0025\_0\_0bakedfile06ECW CHAMPIONSHIP '08-'10
bel\_0033\_0\_0bakedfile06NXT CHAMPIONSHIP '12-'17
bel\_0034\_0\_0bakedfile06NXT TAG TEAM CHAMPIONSHIP '13-'17
bel\_0035\_0\_0bakedfile06WWE CHAMPIONSHIP '05-'13
bel\_0046\_0\_0bakedfile06WWE CHAMPIONSHIP '13-'14
bel\_0050\_0\_0bakedfile06RAW WOMEN'S CHAMPIONSHIP
bel\_0053\_0\_0bakedfile06SMACKDOWN WOMEN'S CHAMPIONSHIP
bel\_0054\_0\_0bakedfile06WWE RAW TAG TEAM CHAMPIONSHIP
bel\_0055\_0\_0bakedfile06WWE SMACKDOWN TAG TEAM CHAMPIONSHIP
bel\_0056\_0\_0bakedfile06NXT CRUISERWEIGHT CHAMPIONSHIP
bel\_0057\_0\_0bakedfile06WWE UNITED KINGDOM CHAMPIONSHIP
bel\_0058\_0\_0bakedfile06NXT CHAMPIONSHIP (CURRENT)
bel\_0059\_0\_0bakedfile06NXT WOMEN'S CHAMPIONSHIP (CURRENT)
bel\_0060\_0\_0bakedfile06NXT TAG TEAM CHAMPIONSHIP (CURRENT)
bel\_0061\_0\_0bakedfile06NXT NORTH AMERICAN CHAMPIONSHIP
bel\_0062\_0\_0bakedfile06WWE WOMEN'S TAG TEAM CHAMPIONSHIP
bel\_0128\_0\_0bakedfile06WWE UNITED STATES CHAMPIONSHIP (CURRENT)
bel\_0129\_0\_0bakedfile06NXT TAG TEAM CHAMPIONSHIP (CURRENT)
bel\_0136\_0\_0bakedfile0624/7 CHAMPIONSHIP
bel\_0137\_0\_0bakedfile06UPUPDOWNDOWN CHAMPIONSHIP
bel\_0138\_0\_0bakedfile06NXT UNITED KINGDOM CHAMPIONSHIP
bel\_0139\_0\_0bakedfile06NXT UK WOMEN'S CHAMPIONSHIP
bel\_0140\_0\_0bakedfile06NXT UK TAG TEAM CHAMPIONSHIP
bel\_0143\_0\_0bakedfile06LEFTRIGHTLEFTRIGHT CHAMPIONSHIP
bel\_0163\_0\_0bakedfile06NXT WOMEN"S TAG TEAM CHAMPIONSHIP
bel\_0164\_0\_0bakedfile06WWE UNIVERSAL CHAMPIONSHIP (RAW)
bel\_0165\_0\_0bakedfile06WWE UNIVERSAL CHAMPIONSHIP (SMACKDOWN)
# Belt Render IDs (PC) **Folder path UI/Assets/wwe19\_texture/belt/belt\_all**
**RENDER ID****CAK FILE****NAME**
100\_WWE\_Heavy bakedfile00WWE CHAMPIONSHIP (CURRENT)
101\_World\_Heavy bakedfile07WORLD HEAVYWEIGHT CHAMPIONSHIP (BIG GOLD)
102\_WWE\_Tag\_02 bakedfile07WWE TAG TEAM CHAMPIONSHIP '02-10
103\_United\_States\_18 bakedfile07WWE UNITED STATES CHAMPIONSHIP '03-'20
104\_Cruiser\_01 bakedfile07WWE CRUISERWEIGHT CHAMPIONSHIP '01-'07
105\_Intercontinental\_98 bakedfile07WWE INTERCONTINENTAL CHAMPIONSHIP '11-'19
106\_Light\_Heavy bakedfile07WWE LIGHT HEAVYWEIGHT CHAMPIONSHIP
107\_Undisputed bakedfile07WWE UNDISPUTED CHAMPIONSHIP
108\_WWE\_05 bakedfile07WWE CHAMPIONSHIP '05-'13
109\_WWE\_Womens\_98 bakedfile07WWE WOMEN'S CHAMPIONSHIP '98-'10
110\_ECW\_Heavy\_06 bakedfile07ECW CHAMPIONSHIP '06-'08
111\_WWE\_Divas bakedfile07WWE DIVAS CHAMPIONSHIP
112\_NXT\_Womens\_13 bakedfile07NXT WOMEN"S CHAMPIONSHIP '13-'17
113\_WWE\_98 bakedfile07WWE CHAMPIONSHIP '98-'02
114\_WWE\_88 bakedfile07WWE CHAMPIONSHIP '88-'98
115\_ECW\_08 bakedfile07ECW CHAMPIONSHIP '08-'10
116\_NXT\_Tag\_Team bakedfile07NXT TAG TEAM CHAMPIONSHIP '13-'17
117\_US\_Cena bakedfile07WWE UNITED STATES CHAMPIONSHIP (CENA)
118\_ECW\_Television bakedfile07ECW WORLD TELEVISION CHAMPIONSHIP
119\_WCW\_World\_Tag bakedfile07WCW WORLD TAG TEAM CHAMPIONSHIP
120\_World\_Wide\_Heavy bakedfile07WORLD WIDE WRESTLING HEAVYWEIGHT CHAMPIONSHIP
121\_Raw\_Womens bakedfile07RAW WOMEN'S CHAMPIONSHIP
123\_NXT\_Champ bakedfile07NXT CHAMPIONSHIP (CURRENT)
124\_NXT\_North bakedfile07NXT NORTH AMERICAN CHAMPIONSHIP
125\_World\_Tag\_02 bakedfile07WORLD TAG TEAM CHAMPIONSHIP '02-'10
126\_WWE\_Intercontinental bakedfile07WWE INTERCONTINENTAL CHAMPIONSHIP '98-'11
127\_WCW\_World\_Heavy bakedfile07WCW WORLD HEAVYWEIGHT CHAMPIONSHIP '91-'93
128\_US\_Championship bakedfile07WWE UNITED STATES CHAMPIONSHIP (CURRENT)
129\_Intercontinental bakedfile07WWE INTERCONTINENTAL CHAMPIONSHIP (CURRENT)
130\_Cruiserweight bakedfile07NXT CRUISERWEIGHT CHAMPIONSHIP
131\_Raw\_Tag bakedfile07WWE RAW TAG TEAM CHAMPIONSHIP
132\_SD\_Tag bakedfile07WWE SMACKDOWN TAG TEAM CHAMPIONSHIP
133\_WWE\_Womens bakedfile07WWE WOMEN'S TAG TEAM CHAMPIONSHIP
134\_NXT\_Tag bakedfile07NXT TAG TEAM CHAMPIONSHIP (CURRENT)
135\_NXT\_Womens bakedfile07NXT WOMEN'S CHAMPIONSHIP (CURRENT)
136\_247 bakedfile0724/7 CHAMPIONSHIP
137\_Up\_Down bakedfile07UPUPDOWNDOWN CHAMPIONSHIP
138\_NXT\_UK bakedfile07NXT UNITED KINGDOM CHAMPIONSHIP
139\_wwe\_UK\_Womens bakedfile07NXT UK WOMEN'S CHAMPIONSHIP
140\_NXT\_UK\_Tag bakedfile07NXT UK TAG TEAM CHAMPIONSHIP
141\_European bakedfile07WWE EUROPEAN CHAMPIONSHIP
142\_NXT\_12 bakedfile07NXT CHAMPIONSHIP '12-'17
143\_Left\_Right bakedfile07LEFTRIGHTLEFTRIGHT CHAMPIONSHIP
146\_PC bakedfile07PERFORMANCE CENTER CHAMPIONSHIP (MyRISE)
147\_WWE\_UK bakedfile07WWE UNITED KINGDOM CHAMPIONSHIP
148\_US\_Career bakedfile07WWE WOMEN'S UNITED STATES CHAMPIONSHIP (MyRISE)
149\_Intercontinental\_Career bakedfile07WWE WOMEN'S INTERCONTINENTAL CHAMPIONSHIP (MyRISE)
150\_WWE\_13 bakedfile07WWE CHAMPIONSHIP '13-'14
151\_Smoking\_Skull bakedfile07WWE CHAMPIONSHIP (SMOKING SKULL)
152\_Brahma\_Bull bakedfile07WWE CHAMPIONSHIP (BRAHMA BULL)
153\_World\_Tag\_97 bakedfile07WORLD TAG TEAM CHAMPIONSHIP '97-'02
154\_WCW\_US bakedfile07WCW UNITED STATES CHAMPIONSHIP
155\_Hardcore bakedfile07HARDCORE CHAMPIONSHIP
156\_WCW\_Cruiserweight bakedfile07WCW CRUISERWEIGHT CHAMPIONSHIP
157\_ECW\_Heavyweight bakedfile07ECW CHAMPIONSHIP '94-'01
158\_WCW\_Tag bakedfile07WCW WORLD TAG TEAM CHAMPIONSHIP '91-'96
159\_WCW\_Hardcore bakedfile07WCW HARDCORE CHAMPIONSHIP
160\_ECW\_Tag bakedfile07ECW WORLD TAG TEAM CHAMPIONSHIP
161\_Million\_Dollar bakedfile07MILLION DOLLAR CHAMPIONSHIP
163\_NXT\_Womans\_Tag bakedfile07NXT WOMEN"S TAG TEAM CHAMPIONSHIP
164\_WWE\_Universal\_Raw bakedfile07WWE UNIVERSAL CHAMPIONSHIP (RAW)
165\_WWE\_Universal\_SD bakedfile07WWE UNIVERSAL CHAMPIONSHIP (SMACKDOWN)
166\_WWE\_Womans\_SD bakedfile07SMACKDOWN WOMEN'S CHAMPIONSHIP
167\_WCW\_NWO bakedfile07WCW WORLD HEAVYWEIGHT CHAMPIONSHIP (nWo)
168\_WWE\_Tag\_10 bakedfile07WWE TAG TEAM CHAMPIONSHIP '10-'16
169\_NXT\_Tag\_Partner bakedfile07NXT TAG TEAM CHAMPIONSHIP '13-'17 (PARTNER)
170\_Intercontinental\_90 bakedfile07WWE INTERCONTINENTAL CHAMPIONSHIP '90
171\_Intercontinental\_94 bakedfile07WWE INTERCONTINENTAL CHAMPIONSHIP '94
172\_NXT\_North\_American bakedfile07NXT NORTH AMERICAN CHAMPIONSHIP (MyRISE)
173\_WCW\_NWO\_ANNI bakedfile07WCW WORLD HEAVYWEIGHT CHAMPIONSHIP (nWo WOLFPAC)
# Character Folder List

**Original Credit: iTwistedSpartan**

**FOLDER** **CAK #** **CHARACTER NAME**
100\_The\_Rock\_2022 bakedfile05The Rock
101\_Steve\_Austin\_97\_2022 bakedfile05Stone Cold
102\_Triple\_H\_2022 bakedfile05Triple H
103\_Undertaker\_2022 bakedfile05Undertaker
107\_Kane\_1998\_2022 bakedfile05Kane
108\_Booker\_T\_2022 bakedfile05Booker T
109\_Hollywood\_Hulk\_Hogan\_02\_2022 bakedfile05Hulk Hogan
112\_Jeff\_Hardy\_2022 bakedfile05Jeff Hardy
114\_Bradshaw\_2001\_2022 bakedfile05JBL
115\_Mr\_McMahon\_2022 bakedfile05Mr. McMahon
116\_RobVanDam\_2006\_2022 bakedfile05 & 06Rob Van Dam
118\_Eddie\_Guerrero\_2022 bakedfile06Eddie Guerrero
123\_Rey\_Mysterio\_2022 bakedfile00Rey Mysterio
126\_Trish\_Stratus\_2022 bakedfile06Trish Stratus
130\_Ric\_Flair\_2022 bakedfile06Ric Flair
133\_Bobby\_Lashley\_2022 bakedfile06Bobby Lashley
139\_John\_Cena\_2022 bakedfile06John Cena
143\_Mickie\_James\_2022 bakedfile06Mickie James
147\_Stephanie\_McMahon\_2022 bakedfile06Stephanie McMahon
150\_BayleyIC\_2022 bakedfile06Congrats Bayley (MyRise)
152\_Shane\_McMahon\_2022 bakedfile06Shane McMahon
153\_Jerry\_Lawler\_2022 bakedfile06Jerry Lawler
159\_Rowdy\_Roddy\_Piper\_2022 bakedfile06Roddy Piper
161\_Randy\_Orton\_2022 bakedfile06Randy Orton
176\_Kofi\_Kingston\_2022 bakedfile06Kofi Kingston (Hidden)
190\_Shelton\_Benjamin\_2022 bakedfile06Shelton Benjamin
207\_The\_Brian\_Kendrick\_2022 bakedfile06The Brian Kendrick
212\_The\_British\_Bulldog\_2022 bakedfile06British Bulldog
218\_The\_Miz\_2022 bakedfile06The Miz
224\_Beth\_Phoenix\_2022 bakedfile06Beth Phoenix
245\_Cactus\_Jack\_2022 bakedfile06Cactus Jack
246\_Mankind\_2022 bakedfile06Mankind (Hidden)
247\_Dude\_Love\_2022 bakedfile06Dude Love (Hidden)
254\_Ultimate\_Warrior\_2022 bakedfile06Ultimate Warrior
272\_R-Truth\_2022 bakedfile06R-Truth
275\_Dolph\_Ziggler\_2022 bakedfile06Dolph Ziggler
278\_Drew\_McIntyre\_2022 bakedfile06Drew McIntyre
279\_Sheamus\_2022 bakedfile06Sheamus
290\_Natalya\_2022 bakedfile06Natalya
291\_Maryse\_2022 bakedfile06Maryse
299\_Tamina\_2022 bakedfile06Tamina
312\_Road\_Dogg\_1998\_2022 bakedfile06Road Dogg
314\_X\_PAC\_2022 bakedfile06X-Pac
316\_The\_Godfather\_2022 bakedfile06The Godfather (Hidden)
318\_Jinder\_Mahal\_2022 bakedfile06Jinder Mahal
332\_Jimmy\_Uso\_2022 bakedfile06Jimmy Uso (Hidden)
333\_Jey\_Uso\_2022 bakedfile06Jey Uso (Hidden)
334\_Razor\_Ramon\_2022 bakedfile06Razor Ramon
335\_Kevin\_Nash\_2022 bakedfile06Kevin Nash
337\_Vader\_98\_2022 bakedfile06Vader
343\_Brock\_Lesnar\_2022 bakedfile06Brock Lesnar
346\_Undertaker\_1995\_2022 bakedfile06Undertaker '95 (Phantom Mask)
349\_Edge\_2022 bakedfile06Edge
355\_Naomi\_2022 bakedfile06Naomi
359\_Cesaro\_2022 bakedfile06Cesaro
361\_Goldberg\_1998\_2022 bakedfile06Goldberg
365\_Shawn\_Michaels\_2022 bakedfile06Shawn Michaels '05
368\_Roman\_Reigns\_2022 bakedfile00Roman Reigns
369\_Seth\_Rollins\_2022 bakedfile06Seth Rollins '19 (Hidden)
371\_Titus\_O\_Neil\_2022 bakedfile06Titus O'Neil
384\_Big\_E\_2022 bakedfile00Big E
395\_Diesel\_2022 bakedfile06Diesel
396\_Scott\_Hall\_2022 bakedfile06Scott Hall
411\_Batista\_14\_2022 bakedfile06Batista
420\_Xavier\_Woods\_2022 bakedfile06Xavier Woods (Hidden)
429\_Sami\_Zayn\_2022 bakedfile06Sami Zayn
430\_Lana\_2022 bakedfile06Lana
445\_El\_Mago\_Sr\_2022 bakedfile06El Mago (MyRise)
447\_Hector\_Flores\_2022 bakedfile06Hector Flores (MyRise)
453\_Paragon\_Jay\_Pierce\_2022 bakedfile06Paragon Jay Pierce (MyRise)
454\_Fanny\_2022 bakedfile06Fanny (MyRise)
458\_King\_Booker\_2022 bakedfile06King Booker
514\_Kalisto\_2022 bakedfile06Kalisto (Hidden)
552\_Kayla\_Braxton\_2022 bakedfile06Kayla Braxton (Hidden)
562\_Rikishi\_2022 bakedfile06Rikishi
573\_King\_Corbin\_2022 bakedfile06King Corbin
576\_Finn\_Balor\_2022 bakedfile06Finn Balor
578\_Kevin\_Owens\_2022bakedfile06Kevin Owens
579\_Samoa\_Joe\_2022 bakedfile06Samoa Joe
581\_Tyler\_Breeze\_2022 bakedfile06Tyler Breeze
607\_Murphy\_2022 bakedfile06Murphy
608\_Elias\_2022 bakedfile06Elias
609\_Braun\_Strowman\_2022 bakedfile06Braun Strowman
610\_AJ\_Styles\_2022 bakedfile06AJ Styles
611\_Becky\_Lynch\_2022 bakedfile06Becky Lynch
612\_Charlotte\_Flair\_2022 bakedfile06Charlotte Flair
613\_Sasha\_Banks\_2022 bakedfile00Sasha Banks
614\_Chad\_Gable\_2022 bakedfile06Chad Gable
620\_Alexa\_Bliss\_2022 bakedfile00Alexa Bliss '21
621\_Asuka\_2022 bakedfile06Asuka
622\_Bayley\_2022 bakedfile06Bayley
623\_Carmella\_2022 bakedfile06Carmella
624\_Dana\_Brooke\_2022 bakedfile06Dana Brooke
625\_Apollo\_Crews\_2022 bakedfile06Apollo Crews
626\_Finn\_Balor\_Demon\_2022 bakedfile06"Demon" Finn Balor
629\_Nia\_Jax\_2022 bakedfile06Nia Jax
630\_Shinsuke\_Nakamura\_2022 bakedfile06Shinsuke Nakamura
684\_Asuka\_Intro\_2022 bakedfile06Asuka (Mask Intro)
686\_Robert\_Roode\_2022 bakedfile06Robert Roode
689\_Roderick\_Strong\_2022 bakedfile06Roderick Strong
692\_TomassoCiampa\_2022 bakedfile06Tommaso Ciampa
698\_Nikki\_Cross\_2022 bakedfile06Nikki Cross
702\_Ember\_Moon\_2022 bakedfile06Ember Moon
703\_Billie\_Kay\_2022 bakedfile06Billie Kay
704\_Peyton\_Royce bakedfile06Peyton Royce
707\_Akira\_Tozawa\_2022 bakedfile06Akira Tozawa
708\_Cedric\_Alexander\_2022 bakedfile06Cedric Alexander
709\_Gran\_Metalik\_2022 bakedfile06Gran Metalik (Hidden)
728\_Ariya\_Daivari\_2022 bakedfile06Ariya Daivari
729\_Drew\_Gulak\_2022 bakedfile06Drew Gulak
730\_Lince\_Dorado\_2022 bakedfile06Lince Dorado (Hidden)
732\_Mustafa\_Ali\_2022 bakedfile06Mustafa Ali
734\_Liv\_Morgan\_2022 bakedfile06Liv Morgan
735\_Mandy\_Rose\_2022 bakedfile06Mandy Rose
736\_Ronda\_Rousey\_2022 bakedfile06Ronda Rousey
738\_Sonya\_Deville\_2022 bakedfile06Sonya Deville
740\_Angelo\_Dawkins\_2022 bakedfile06Angelo Dawkins (Hidden)
742\_Kyle\_O\_Reilly\_2022 bakedfile06Kyle O'Reilly
744\_Montez\_Ford\_2022 bakedfile06Montez Ford (Hidden)
745\_Oney\_Lorcan\_2022 bakedfile06Oney Lorcan
746\_Otis\_2022 bakedfile06Otis
747\_Pete\_Dunne\_2022 bakedfile06Pete Dunne
750\_Tucker\_2022 bakedfile06Tucker
751\_Tyler\_Bate\_2022 bakedfile06Tyler Bate
753\_Bianca\_Belair\_2022 bakedfile06Bianca Belair
755\_Lacey\_Evans\_2022 bakedfile06Lacey Evans
756\_Shayna\_Baszler\_2022 bakedfile00Shayna Baszler
763\_Cole\_Quinn\_2022 bakedfile06Cole Quinn (MyRise)
776\_Golden\_Sun\_2022 bakedfile06Golden Sun \[Seth Rollins '20 Intro\] (Hidden)
777\_Lights\_Out\_2022 bakedfile06Lights Out \[Seth Rollins '20 Intro\] (Hidden)
778\_SuprStrLvr\_2022 bakedfile06SuprStrLvr (Hidden)
781\_XL\_MoonRise\_2022 bakedfile06XL Moon Rise \[Xia Li Intro\] (Unused)
782\_Sun\_Rise\_2022 bakedfile06Sun Rise \[Sarray Intro\] (Unused)
801\_Ivar\_2022 bakedfile06Ivar (Hidden)
802\_Erik\_2022 bakedfile06Erik (Hidden)
803\_Candice\_LeRe\_2022 bakedfile06Candice LeRae
804\_Dakota\_Kai\_2022 bakedfile06Dakota Kai
806\_Ricochet\_2022 bakedfile06Ricochet
807\_Humberto\_Carrillo\_2022 bakedfile06Humberto Carillo
810\_Keith\_Lee\_2022 bakedfile06Keith Lee
812\_Riddle\_2022 bakedfile06Riddle
813\_Trent\_Seven\_2022 bakedfile06Trent Seven
814\_Io\_Shirai\_2022 bakedfile06Io Shirai
815\_Mia\_Yim\_2022 bakedfile06Mia Yim
816\_Rhea\_Ripley\_2022 bakedfile00Rhea Ripley
817\_Toni\_Storm\_2022 bakedfile06Toni Storm
819\_El\_Mago\_Jr\_2022 bakedfile06El Mago Jr. (MyRise)
823\_Chase\_2022 bakedfile06Chase (MyRise)
829\_Brooklyn\_2022 bakedfile06Brooklyn Von Braun (MyRise)
832\_Josie\_2022 bakedfile06Josie Jane (MyRise)
851\_Bret\_Hart\_2022 bakedfile06Bret Hart (Hidden)
852\_Seth\_Rollins\_2022 bakedfile06Seth Rollins
854\_Happy\_Corbin\_2022 bakedfile06Happy Corbin
855\_Nikki\_Ash\_2022 bakedfile06Nikki A.S.H.
856\_Seth\_Rollins\_2022 bakedfile06Seth Rollins '20
857\_Shinsuke\_Nakamura\_2022 bakedfile06King Nakamura
858\_Rey\_Mysterio\_1996\_2022 bakedfile06Rey Mysterio Jr. '96 (Hidden)
909\_Angel\_Garza\_2022 bakedfile06Angel Garza
910\_John\_Morrison\_2022 bakedfile06John Morrison
911\_Walter\_2022 bakedfile06WALTER
912\_Marcel\_Barthel\_2022 bakedfile06Marcel Barthel
913\_Fabian\_Aichner\_2022 bakedfile06Fabian Aichner
914\_Alexander\_Wolfe\_2022 bakedfile06Alexander Wolfe
915\_MVP\_2022 bakedfile06MVP
916\_Isaiah\_Swerve\_Scott\_2022 bakedfile06Isiah "Swerve" Scott
917\_Austin\_Theory\_2022 bakedfile06Austin Theory
918\_Dominik\_Dijakovic\_2022 bakedfile06Dominik Dijakovic
919\_Shotzi\_Blackheart\_2022 bakedfile06Shotzi
920\_Tegan\_Nox\_2022 bakedfile06Tegan Nox
921\_Cameron\_Grimes\_2022 bakedfile06Cameron Grimes
922\_Damian\_Priest\_2022 bakedfile00Damian Priest
923\_Dominic\_Mysterio\_2022bakedfile06Dominik Mysterio
924\_Karrion\_Kross\_2022 bakedfile06Karrion Kross
925\_Scarlett\_2022 bakedfile06Scarlett (Hidden)
926\_Kushida\_2022 bakedfile06Kushida
927\_Raquel\_Gonzalez\_2022 bakedfile06Raquel Gonzalez
928\_Santos\_Escobar\_2022 bakedfile06Santos Escobar
929\_Joaquin\_Wilde\_2022 bakedfile06Joaquin Wilde
930\_Raul\_Mendoza\_2022 bakedfile06Raul Mendoza
931\_Dexter\_Lumis\_2022 bakedfile06Dexter Lumis
932\_Danny\_Burch\_2020 bakedfile06Danny Burch
933\_Timothy\_Thatcher\_2022 bakedfile06Timothy Thatcher
937\_Jordan\_Devlin\_2022 bakedfile06Jordan Devlin
938\_Kay\_Lee\_Ray\_2022 bakedfile06Kay Lee Ray
939\_Eric\_Bischoff\_2022 bakedfile06Eric Bischoff (Hidden)
940\_William\_Regal\_2022 bakedfile06William Regal
942\_Kevin\_Nash\_NWO\_2022 bakedfile06Kevin Nash (nWo)
943\_MansoorNXT\_2022 bakedfile06Mansoor
945\_Alexa\_Bliss\_2022 bakedfile06Alexa Bliss
948\_Mustafa\_Ali\_2022 bakedfile06Mustafa Ali '18 (Hidden)
949\_Shelton\_Benjamin\_2022 bakedfile06Shelton Benjamin (Hidden)
950\_Dolph\_Ziggler\_2022 bakedfile06Dolph Ziggler '09
951\_Kane\_2022 bakedfile06Kane '08
952\_Rey\_Mysterio\_2022 bakedfile06Rey Mysterio Jr.
953\_Rey\_Mysterio\_2022 bakedfile06Rey Mysterio '05
954\_Rey\_Mysterio\_2022 bakedfile06Rey Mysterio '06
955\_Rey\_Mysterio\_2022 bakedfile06Rey Mysterio '08
956\_Candice\_LeRe\_2022 bakedfile06Candice LeRae '19 (Hidden)
957\_Eddie\_Guerrero\_2022 bakedfile06Eddie Guerrero '97
958\_Hulk\_Hogan\_NWO\_2022 bakedfile06Hollywood Hogan
959\_Johnny\_Gargano\_2022 bakedfile06Johnny Gargano '18 (Hidden)
960\_Logan\_Paul\_2022 bakedfile06Logan Paul
962\_Undertaker\_1998\_2022 bakedfile06Undertaker '98 (Ministry)
963\_Scott\_Hall\_NWO\_2022 bakedfile06Scott Hall (nWo)
964\_The\_Miz\_2022 bakedfile06The Miz '11
966\_Yokozuna\_2022 bakedfile06Yokozuna
967\_Umaga\_2022 bakedfile06Umaga
968\_Rick\_Boogs\_2022 bakedfile06Rick Boogs
969\_Doudrop\_2022 bakedfile06Doudrop
970\_The\_Boogeyman\_2022 bakedfile06Boogeyman
971\_Ilja\_Dragunov\_2022 bakedfile06Ilja Dragunov
972\_Indi\_Hartwell\_2022 bakedfile06Indi Hartwell
973\_The\_Hurricane\_2022 bakedfile06The Hurricane
974\_Stacy\_Kiebler\_2022 bakedfile06Stacy Keibler
975\_Omos\_2022 bakedfile06Omos
976\_Wes\_Lee\_2022 bakedfile06Wes Lee
977\_Nash\_Carter\_2022 bakedfile06Nash Carter (Hidden)
978\_Doink\_2022 bakedfile06Doink The Clown
979\_MrT\_2022 bakedfile06Mr. T
980\_Kacy\_Catanzaro\_2022 bakedfile06Kacy Catanzaro
981\_La\_Knight\_2022 bakedfile06LA Knight
982\_Xia\_Li\_2022 bakedfile06Xia Li
984\_Commander\_Azeez\_2022 bakedfile06Commander Azeez
985\_Sarray\_2022 bakedfile06Sarray
986\_A\_Kid\_2022 bakedfile06A-Kid
987\_Machine\_Gun\_Kelly\_2022 bakedfile06Machine Gun Kelly
# Character Slot IDs

**Original Credit: BlindedByTheGrace**

**SLOT ID****CHARACTER NAME****SLOT ID****SLOT #****SLOT ALT****NOTE**
100The Rock64 0064 0058 01
101Stone Cold65 0065 0065 00
102Triple H66 0066 00BA 01
103The Undertaker67 0067 00D2 00
106Motion Test 026A 0068 006A 00UNUSED
107Kane6B 0069 00B7 03
108Booker T6C 006A 00CA 01
109Hulk Hogan6D 006B 00BE 03
112Jeff Hardy70 006C 0070 00
114JBL72 006D 0072 00
115Mr.McMahon73 006E 0073 00
116Rob Van Dam74 006F 0074 00DLC
118Eddie Guerrero76 0070 00BD 03
119Andre The Giant77 0071 0077 00
123Rey Mysterio7B 0072 00BB 03
126Trish Stratus7E 0073 007E 00
130Ric Flair '9182 0074 0082 00
133Bobby Lashley85 0075 00B2 03
136Ted DiBiase88 0076 0088 00
139John Cena8B 0077 008B 00
143Mickie James8F 0078 008F 00
145Shawn Michaels '9791 0079 006D 01
147Stephanie McMahon93 007A 0093 00
150Michael Cole96 007B 0096 00NPC
152Shane McMahon98 007C 0098 00
153Jerry Lawler99 007D 0099 00
159Roddy Piper9F 007E 009F 00
161Randy OrtonA1 007F 00A1 00
176Kofi KingstonB0 0080 00B0 00
177Bret HartB1 0081 00B1 00
343Brock Lesnar57 0182 0057 01
180Jim NeidhartB4 0083 00B4 00
190Shelton BenjaminBE 0084 00B5 03
192Move-Set ManC0 0085 00C0 00
194Move-Set WomanC2 0086 00C2 00
207Brian KendrickCF 0087 00CF 00
210Undertaker '02D2 0088 0067 00
212British BulldogD4 0089 00D4 00
218The MizDA 008A 00C4 03
224Beth PhoenixE0 008B 00E0 00
232Randy SavageE8 008C 00E8 00
238Big Boss ManEE 008D 00EE 00
245Cactus JackF5 008E 00F5 00
246MankindF6 008F 00F6 00
249Bobby HeenanF9 0090 00F9 00
254Ultimate WarriorFE 0091 00FE 00
255RefereeFF 0092 00FF 00
256Superstar Male00 0193 0000 01
257Superstar Female01 0194 0001 01
258Referee02 0195 0002 01
272R-Truth10 0196 0010 01
273NPC (male)11 0197 0011 01
274NPC (male)12 0198 0012 01
275Dolph Ziggler13 0199 00B6 03
278Drew McIntyre16 019A 0016 01
279Sheamus17 019B 0017 01
287WWE Crew 11F 019D 001F 01
288WWE Crew 220 019E 0020 01
289Security Guard21 019F 0021 01
290Natalya22 01A0 0022 01
291Maryse23 01A1 0023 01
299Tamina2B 01A2 002B 01
305Faarooq '9831 01A3 00AD 03
312Road Dogg38 01A4 00C9 01
314X-Pac3A 01A5 00CB 01
316The Godfather3C 01A6 003C 01
318Jinder Mahal3E 01A7 003E 01
332Jimmy Uso4C 01A9 004C 01
333Jey Uso4D 01AA 004D 01
334Razor Ramon4E 01AB 004E 01
335Kevin Nash4F 01AC 00AE 03
337Vader51 01AD 0051 01
344The Rock '9858 01AE 0064 00
346Undertaker '955A 01AF 0067 00
349Edge5D 01B0 005D 01
355Naomi63 01B1 0063 01
358Triple H '9866 01B2 0066 00
359Cesaro67 01B3 0067 01
361Goldberg69 01B4 0069 01
364Ric Flair '886C 01B5 006C 01
365Shawn Michaels6D 01B6 0091 00
368Roman Reigns70 01B7 0070 01
369Seth Rollins71 01B8 0055 03
371Titus O'Neil73 01B9 0073 01
374Paul Heyman76 01BA 0076 01
384Big E80 01BB 0080 01
385Fandango81 01BC 0081 01
392Jake Roberts88 01BD 0088 01
395Diesel8B 01BE 008B 01
396Scott Hall8C 01BF 00C3 03
399Dummy Real Name-----8F 01C1 008F 01UNUSED
411Batista9B 01C2 009B 01
420Xavier WoodsA4 01C3 00A4 01
426Corey GravesAA 01C4 00AA 01NPC
429Sami ZaynAD 01C5 00AD 01
430LanaAE 01C6 00AE 01
442Triple H '13BA 01C7 0066 00
444Stephanie McMahon (Mgr)BC 01C8 00BC 01
445El MagoBD 01C9 00BD 01
446El OrdinarioBE 01CA 00BE 01
447Hector FloresBF 01CB 00BF 01
448LA Cangrejita LocaC0 01CC 00C0 01
449LA VenganzaC1 01CD 00C1 01
450Mr.CQC2 01CE 00C2 01
451Geneva RoseC3 01CF 00C3 01
452Odyssey RiftC4 01D0 00C4 01
453Paragon Jay PierceC5 01D1 00C5 01
454Meilee FanC6 01D2 00C9 01
455Kory KleinC7 01D3 00C7 01
456Road Dogg (Coach)C8 01D4 0038 01
457Shawn Michaels (Coach)C9 01D5 0091 00
458King BookerCA 01D6 006C 00
459SyxxCB 01D7 003A 01
460-CC 01D8 00CC 01UNUSED
461-CD 01D9 00CD 01UNUSED
463PhotographerCF 01DA 00CF 01
464SeamstressD0 01DB 00D0 01
465Security GuardD1 01DC 00D1 01
466Security GuardD2 01DD 00D2 01
467-D3 01DE 00D3 01UNUSED
468-D4 01DF 00D4 01UNUSED
470CrowdD6 01E0 00D6 01
471CrowdD7 01E1 00D7 01
472Medical DocD8 01E2 00D8 01
473Mexican SecurityD9 01E3 00D9 01
474Mexican SecurityDA 01E4 00DA 01
475-DB 01E5 00DB 01UNUSED
476-DC 01E6 00DC 01UNUSED
477-DD 01E7 00DD 01UNUSED
478-DE 01E8 00DE 01UNUSED
479-DF 01E9 00DF 01UNUSED
480-E0 01EA 00E0 01UNUSED
481-E1 01EB 00E1 01UNUSED
482-E2 01EC 00E2 01UNUSED
483-E3 01ED 00E3 01UNUSED
484-E4 01EE 00E4 01UNUSED
485-E5 01EF 00E5 01UNUSED
486-E6 01F0 00E6 01UNUSED
487-E7 01F1 00E7 01UNUSED
488-E8 01F2 00E8 01UNUSED
489-E9 01F3 00E9 01UNUSED
490-EA 01F4 00EA 01UNUSED
491-EB 01F5 00EB 01UNUSED
492-EC 01F6 00EC 01UNUSED
493-ED 01F7 00ED 01UNUSED
494-EE 01F8 00EE 01UNUSED
495-EF 01F9 00EF 01UNUSED
496-F0 01FA 00F0 01UNUSED
497-F1 01FB 00F1 01UNUSED
498-F2 01FC 00F2 01UNUSED
499-F3 01FD 00F3 01UNUSED
500-F4 01FE 00F4 01UNUSED
736- Ronda RouseyE0 02FF 00E0 02
506-FA 0103 01FA 01UNUSED
507Barron BladeFB 0104 01FB 01
508-FC 0105 01FC 01UNUSED
509-FD 0106 0170 02UNUSED
510Unknown SuperstarFE 0107 01FE 01
511Kane (NPC)FF 0108 016B 00DO NOT USE! BUGGY!
512-00 0209 0100 02UNUSED
513-01 020A 0101 02UNUSED
514Kalisto02 020B 0102 02
550Byron Saxton26 020C 0126 02
552Kayla Braxton28 020D 0128 02
553Byron Saxton29 020E 0126 02
557Spanish Announcer 12D 020F 012D 02
558Spanish Announcer 22E 0210 012E 02
562Rikishi32 0211 0132 02
564Mr.McMahon (Manager)34 0212 0134 02
565Stephanie McMahon NPC35 0213 0193 00
571Referee3B 0214 01FF 00
573King Corbin3D 0215 0156 03
576Finn Balor40 0216 0140 02
578Kevin Owens42 0217 0142 02
579Samoa Joe43 0218 0143 02
581Tyler Breeze45 0219 0145 02
607Buddy Murphy5F 021A 015F 02
608Elias60 021B 0160 02
609Braun Strowman61 021C 0161 02
610AJ Styles62 021D 0162 02
611Becky Lynch63 021E 014C 03
612Charlotte64 021F 0149 03
613Sasha Banks65 0220 0150 03
614Chad Gable66 0221 0166 02
620Alexa Bliss6C 0222 01B1 03
621Asuka6D 0223 016D 02
622Bayley6E 0224 014E 03
623Carmella6F 0225 01BC 03
624Dana Brooke70 0226 0170 02
625Apollo Crews71 0227 0171 02
626Demon Finn Balor72 0228 0172 02
629Nia Jax75 0229 0175 02
630Shinsuke Nakamura76 022A 0159 03
673Papa ShangoA1 022B 01A1 02
684-AC 022C 01AC 02UNUSED
686Robert RoodeAE 022D 01AE 02
689Roderick StrongB1 022E 01B1 02
691Johnny GarganoB3 022F 01B3 02
692Tommaso CiampaB4 0230 01B4 02
694SlapjackB6 0231 01B6 02
698Nikki CrossBA 0232 0157 03
702Ember MoonBE 0233 01BE 02
703Billie KayBF 0234 01BF 02
704Peyton RoyceC0 0235 01C0 02
707Akira TozawaC3 0236 01C3 02
708Cedric AlexanderC4 0237 01C4 02
709Gran MetalikC5 0238 01C5 02
720-D0 023B 01D0 02
721-D1 023C 01D1 02
722-D2 023D 01D2 02
723-D3 023E 01D3 02
724-D4 023F 01D4 02
725-D5 0240 01D5 02
726-D6 0241 01D6 02
727-D7 0242 01D7 02
728Ariya DaivariD8 0243 01D8 02
729Drew GulakD9 0244 01D9 02
730Lince DoradoDA 0245 01DA 02
732Mustafa AliDC 0246 01B4 03
734Liv MorganDE 0247 01DE 02
735Mandy RoseDF 0248 01DF 02
738Sonya DevilleE2 0249 01E2 02
740Angelo DawkinsE4 024B 01E4 02
742Kyle O'ReillyE6 024D 01E6 02
744Montez FordE8 024E 01E8 02
745Oney LorcanE9 024F 01E9 02
746OtisEA 0250 01EA 02
747Pete DunneEB 0251 01EB 02
750TuckerEE 0252 01EE 02
751Tyler BateEF 0253 01EF 02
753Bianca BelairF1 0254 01F1 02
755Lacey EvansF3 0255 01F3 02
756Shayna BaszlerF4 0256 01F4 02
763Cole QuinnFB 0257 01FB 02
768WWE Staff 0200 0358 0100 03
772-04 0359 0104 03
773-05 035A 0105 03
774-06 035B 0106 03
775-07 035C 0107 03
776-08 035D 0108 03
777-09 035E 0109 03
778-0A 035F 010A 03
779Mark Thompson0B 0360 010B 03
780-0C 0361 010C 03
781-0D 0362 010D 03
782-0E 0363 010E 03
783-0F 0364 010F 03
784-10 0365 0110 03
785-11 0366 0111 03
786-12 0367 0112 03
787-13 0368 0113 03
788Robyn Rae14 0369 0114 03
789Brent15 036A 0115 03
790Tasia Meadows16 036B 0116 03
794X-Pac (DX)1A 036F 013A 01
795Road Dogg (DX)1B 0370 0138 01
796Undertaker WM361C 0371 01D2 00
801Ivar21 0375 0121 03
802Erik22 0376 0122 03
803Candice LeRae23 0377 0123 03
804Dakota Kai24 0378 0124 03
806Ricochet26 0379 0126 03
807Humberto Carrillo27 037A 0127 03
808Ring Announcer28 037B 0128 03
810Keith Lee2A 037C 012A 03
812Riddle2C 037D 012C 03
813Trent Seven2D 037E 012D 03
814Io Shirai2E 037F 012E 03
815Mia Yim2F 0380 012F 03
816Rhea Ripley30 0381 0130 03
817Toni Storm31 0382 0131 03
818Director32 0383 0132 03
819El Mago Jr33 0384 0133 03
820Fan 134 0385 0134 03
821Frank35 0386 0135 03
823Chase37 0388 0137 03
824Secret Service 138 0389 0138 03
825Secret Service 239 038A 0139 03
828Fake Birth Father3C 038B 013C 03
829Brooklyn Von Braun3D 038C 013D 03
830Female Fan 13E 038D 013E 03
830Female Fan 23F 038E 013F 03
832Josie Jane40 038F 0140 03
834Random Woman 142 0390 0142 03
836Susan44 0391 0144 03
837Fake Birth Mother45 0392 0145 03
839Chyna47 0393 0147 03
841Charlotte '1549 0394 0164 02
844Becky Lynch 154C 0395 0163 02
846Bayley '154E 0396 016E 02
848Sasha Banks '1550 0397 0165 02
851Bret Hart (old)53 0398 01B1 00
853Undertaker '1055 0399 0167 00
906Powerhouse-Set Man8A 039A 01C0 00
907Technician-Set Man8B 039B 01C0 00
908HighFlyer-Set Man8C 039C 01C0 00
909Angel Garza8D 039D 018D 03
910John Morrison8E 039E 018E 03
910Walter8F 039F 018F 03
912Marcel Barthel90 03A0 0190 03
913Fabian Aichner91 03A1 0191 03
914Alexander Wolfe92 03A2 0192 03
915MVP93 03A3 0193 03
916Isaiah Swerve Scott94 03A4 0194 03
917Austin Theory95 03A5 0195 03
918Dominik Dijakovic96 03A6 0196 03
919Shotzi97 03A7 0197 03
920Tegan Nox98 03A8 0198 03
921Cameron Grimes99 03A9 0199 03
922Damien Priest9A 03AA 019A 03
923Dominik Mysterio9B 03AB 019B 03
924Karrion Kross9C 03AC 019C 03
925Scarlett9D 03AD 019D 03
926Kushida9E 03AE 019E 03
927Raquel Gonzalez9F 03AF 019F 03
928Santos EscobarA0 03B0 01A0 03
929Joaquin WildeA1 03B1 01A1 03
930Raul MendozaA2 03B2 01A2 03
931Dexter LumisA3 03B3 01A3 03
932Danny BurchA4 03B4 01A4 03
933Timothy ThatcherA5 03B5 01A5 03
934MaceA6 03B6 01A6 03
934T-BarA7 03B7 01A7 03
936ReckoningA8 03B8 01A8 03
937Jordan DevlinA9 03B9 01A9 03
938Kay Lee RayAA 03BA 01AA 03
939Eric BischoffAB 03BB 01AB 03
940William RegalAC 03BC 01AC 03
941FaaroqAD 03BD 0131 01
942Kevin Nash (nWo)AE 03BE 014F 01
943MansoorAF 03BF 01AF 03
944Adam PearceB0 03C0 01B0 03
945Alexa Bliss (Goddess)B1 03C1 016C 02
247Dude LoveF7 00C2 01F7 00
948Mustafa Ali (face)B4 03C4 01DC 02
949Shelton BenjaminB5 03C5 01BE 00
950Dolph Ziggler '09B6 03C6 0113 01
951Kane '08B7 03C7 016B 00
952Rey Mysterio Jr.B8 03C8 01B9 03
953Rey Mysterio '05B9 03C9 01B8 03
954Rey Mysterio '06BA 03CA 01BB 03
955Rey Mysterio '08BB 03CB 01BA 03
956Candice LeRae (MyRise)BC 03CC 0123 03
957Eddie Guerrero '97BD 03CD 0176 00
958Hollywood HoganBE 03CE 016D 00
959Johnny Gargano (MyRise)BF 03CF 01B3 02
960Logan PaulC0 03D0 01C0 03
858Rey Mysterio Jr '965A 03D1 01B8 03
962Undertaker '98C2 03D2 0167 00
963Scott Hall (nWo)C3 03D3 018C 01
964The Miz '11C4 03D4 01DA 00
965Seth Rollins WMC5 03D5 0171 01
966YokozunaC6 03D6 01C6 03
967UmagaC7 03D7 01C7 03
968Rick BoogsC8 03D8 01C8 03
969DoudropC9 03D9 01C9 03
970BoogeymanCA 03DA 01CA 03
971Ilja DragunovCB 03DB 01CB 03
971Indi HartwellCC 03DC 01CC 03
973The HurricaneCD 03DD 01CD 03
947Stacy KeiblerCE 03DE 01CE 03
975OmosCF 03DF 01CF 03
976Wes LeeD0 03E0 01D0 03
978Doink The ClownD2 03E2 01D2 03
979Mr.TD3 03E3 01D3 03
980Kacy CantanzaroD4 03E4 01D4 03
981LA KnightD5 03E5 01D5 03
982Xia LiD6 03E6 01D6 03
983Doink The ClownD7 03E7 01D2 03
984Commander AzeezD8 03E8 01D8 03
985SarrayD9 03E9 01D9 03
986A-KidDA 03EA 01DA 03
987Machine Gun KellyDB 03EB 01DB 03
988Rey Mysterio '09DC 03EC 01BA 03
989Rey Mysterio Dec '09DD 03ED 01BA 03
990Rey Mysterio '11DE 03EE 01BA 03
100 -E8 03EF 01E8 03
100 -E9 03F0 01E9 03
100 -EA 03F1 01EA 03
100 -EB 03F2 01EB 03
100 -EC 03F3 01EC 03
100 -ED 03F4 01ED 03
100 -EE 03F5 01EE 03
100 -EF 03F6 01EF 03
100 -F0 03F7 01F0 03
100 -F1 03F8 01F1 03
101 -F2 03F9 01F2 03
101 -F3 03FA 01F3 03
101 -F4 03FB 01F4 03
101 -F5 03FC 01F5 03
101 -F6 03FD 01F6 03
101 -F7 03FE 01F7 03
101 -F8 03FF 01F8 03
101 -F9 0300 02F9 03
101 -FA 0301 02FA 03
101 -FB 0302 02FB 03
102 -FC 0303 02FC 03
102 -FD 0304 02FC 03
102 -FE 0305 02FC 03
102 -FF 0306 02FC 03
102 -00 0407 0200 04
946Austin Theory (MyRise)B2 0308 0295 03
991-DF 0309 02DF 03
852Seth Rollins54 030A 0271 01
854Happy Corbin56 030B 023D 02
855Nikki A.S.H57 030C 02BA 02
856Seth Rollins '2058 030D 0254 03
857King Nakamura59 030E 0276 02
865Danielle Wallace61 030F 0261 03
866Ella Rubau62 0310 0262 03
867Ignition63 0311 0263 03
868Whitney Quade64 0312 0264 03
869Andrea Cannons65 0313 0265 03
870Maya T. Kirk66 0314 0266 03
871Cora Cut67 0315 0267 03
872Nova Northernlight68 0316 0268 03
873Lula Tandy69 0317 0269 03
874Sammi George6A 0318 026A 03
875Tamara Tycross6B 0319 026B 03
876Cristina Fury6C 031A 026C 03
877Jodie Garcia6D 031B 026D 03
878Beth Spartan6E 031C 026E 03
879Vicki MacLeod6F 031D 026F 03
880Chester70 031E 0270 03
881Broderick71 031F 0271 03
882Gunther McGirder72 0320 0272 03
883Duey Carter73 0321 0273 03
884Adrian Buck74 0322 0274 03
885Red Monsoon75 0323 0275 03
886Jake Xanadu76 0324 0276 03
887Mr. Higglesby77 0325 0277 03
888Jive Owens78 0326 0278 03
889Nicholas Mann79 0327 0279 03
890Joel Wheeler7A 0328 027A 03
891Triton7B 0329 027B 03
892Bobby Marquee7C 032A 027C 03
893Clint McDoughal7D 032B 027D 03
894Trent Shaw7E 032C 027E 03
894Kyle Slickman7F 032D 027F 03
896Brute Force80 032E 0280 03
897Dante Roberts81 032F 0281 03
898Tim Burr82 0330 0282 03
899Silence83 0331 0283 03
900Adrin Williams84 0332 0284 03
901Rich Orikawa85 0333 0285 03
902Lurch Evans86 0334 0286 03
903The Red Flame87 0335 0287 03
904Olaf Ostrovsky88 0336 0288 03
905Hacker Johnny Gargano89 0337 0289 03

Credit goes to BlindedByTheGrace for the information.

# Commentary IDs
**CHARACTER****ANNOUNCER ID****COMMENTARY ID**
A-Kid603563
Adam Pearce580542
Adrian Buck657608
Adrin Williams672623
AJ Styles55
Akira Tozawa77
Alexa Bliss1313
Alexa Bliss (Goddess)1001313
Alexander Wolfe1414
Andre The Giant1002121
Andrea Cannons644595
Angel Garza446404
Angelo Dawkins2222
Apollo Crews2323
Ariya Daivari2424
Asuka2525
Austin Theory536473
Austin Theory (MyRise)30353473
Barron Blade2929
Batista3003030
Bayley3131
Bayley '153131
Becky Lynch3232
Becky Lynch '153003232
Beth Phoenix1003333
Beth Spartan652603
Bianca Belair3434
Big Boss Man3003535
Big E3737
Billie Kay4141
Bobby Heenan1004545
Bobby Lashley4646
Bobby Marquee664615
Boogeyman10350505
Booker T1004848
Braun Strowman5050
Brent6553565535
Bret Hart2005252
Bret Hart (old)2005252
Brian Kendrick5353
British Bulldog2005656
Brock Lesnar5757
Broderick654605
Brooklyn Von Braun357366
Brute Force668619
Buddy Murphy57662
Byron Saxton6767
Cactus Jack1006868
Cameron Grimes450408
Candice LeRae7070
Candice LeRae (MyRise)3035170
Carmella7171
Cedric Alexander7272
Cesaro7373
Chad Gable7474
Charlotte7676
Charlotte '153007676
Chase542480
Chester653604
Chyna20403403
Clint McDoughal665616
Cole Quinn8383
Commander Azeez598559
Cora Cut646597
Corey Graves8888
Cristina Fury650601
Crowd6553565535
Dakota Kai9494
Damien Priest453411
Dana Brooke9696
Danielle Wallace640591
Danny Burch454412
Dante Roberts669620
Demon Finn Balor30135135
Dexter Lumis457414
Diesel30106106
Director6553565535
Doink The Clown10352508
Doink The Clown10352508
Dolph Ziggler109109
Dolph Ziggler '0930348109
Dominik Dijakovic382385
Dominik Mysterio535472
Doudrop624580
Drew Gulak111111
Drew McIntyre112112
Dude Love20113113
Duey Carter656607
Eddie Guerrero10118118
Eddie Guerrero '9730349118
Edge10119119
El Mago120120
El Mago Jr358367
El Ordinario543481
Elias121121
Ella Rubau641592
Ember Moon123123
Eric Bischoff10374539
Erik392389
Faarooq '98558495
Faaroq558495
Fabian Aichner460417
Fake Birth Father6553565535
Fake Birth Mother6553565535
Fan 16553565535
Fandango133133
Female Fan 16553565535
Female Fan 26553565535
Finn Balor135135
Frank628584
Geneva Rose550488
Goldberg30140140
Gran Metalik142142
Gunther McGirder655606
Hacker Johnny Gargano677628
Happy Corbin630586
Hector Flores541479
HighFlyer-Set Man6553565535
Hollywood Hogan584150
Hulk Hogan152152
Humberto Carrillo369375
Ignition642593
Ilja Dragunov462419
Indi Hartwell585548
Io Shirai387357
Isaiah Swerve Scott463420
Ivar393390
Jake Roberts40160160
Jake Xanadu659610
JBL10162162
Jeff Hardy163163
Jerry Lawler385164
Jey Uso165165
Jim Neidhart20168168
Jimmy Uso171171
Jinder Mahal172172
Jive Owens661612
Joaquin Wilde469426
Jodie Garcia651602
Joel Wheeler663614
John Cena174174
John Morrison526463
Johnny Gargano175175
Johnny Gargano (MyRise)30350175
Jordan Devlin376379
Josie Jane359368
Kacy Cantanzaro381384
Kalisto182182
Kane184184
Kane '0830347184
Kane (NPC)184184
Karrion Kross527464
Kay Lee Ray474431
Kayla Braxton564511
Keith Lee371358
Kevin Nash30190190
Kevin Nash (nWo)30190190
Kevin Owens191191
King Booker10194194
King Corbin1002828
King Nakamura309590
Kofi Kingston196196
Kory Klein10373538
Kushida478435
Kyle O'Reilly199199
Kyle Slickman667618
LA Cangrejita Loca548486
LA Knight604564
LA Venganza553491
Lacey Evans201201
Lana202202
Lince Dorado207207
Liv Morgan210210
Logan Paul682633
Lula Tandy680631
Lurch Evans674625
Mace539476
Machine Gun Kelly620576
Mandy Rose214214
Mankind20215215
Mansoor560498
Marcel Barthel367373
Mark Thompson6553565535
Maryse218218
Maya T. Kirk645596
Medical Doc6553565535
Meilee Fan547485
Mexican Security6553565535
Mia Yim365360
Michael Cole221221
Mickie James224224
Montez Ford230230
Motion Test 026553565535
Move-Set Man6553565535
Move-Set Woman6553565535
Mr. Higglesby660611
Mr.CQ545483
Mr.McMahon231231
Mr.McMahon (Manager)231231
Mr.T602562
Mustafa Ali233233
Mustafa Ali (face)233233
MVP10383234
Naomi235235
Natalya236236
Nia Jax238238
Nicholas Mann662613
Nikki A.S.H631587
Nikki Cross10241241
Nova Northernlight647598
NPC (male)629585
NPC (male)6553565535
Odyssey Rift581487
Olaf Ostrovsky676627
Omos568518
Oney Lorcan244244
Otis245245
Papa Shango10248248
Paragon Jay Pierce556478
Paul Heyman251251
Pete Dunne253253
Peyton Royce254254
Photographer6553565535
Powerhouse-Set Man6553565535
R-Truth257257
Random Woman 16553565535
Randy Orton258258
Randy Savage10259259
Raquel Gonzalez534471
Raul Mendoza373377
Razor Ramon30260260
Reckoning557494
Red Monsoon658609
Referee6553565535
Referee6553565535
Rey Mysterio262262
Rey Mysterio '0530345262
Rey Mysterio '0630345262
Rey Mysterio '0830346262
Rey Mysterio '0930346262
Rey Mysterio '1130346262
Rey Mysterio Dec '0930346262
Rey Mysterio Jr '96617262
Rey Mysterio Jr.617262
Rhea Ripley364361
Ric Flair '8830265265
Ric Flair '9140265265
Rich Orikawa673624
Rick Boogs632588
Ricochet271271
Riddle389359
Rikishi20272272
Ring Announcer461418
Road Dogg10388273
Road Dogg (Coach)10388273
Road Dogg (DX)10388273
Rob Van Dam10389274
Robert Roode4747
Robyn Rae6553565535
Roddy Piper10277277
Roderick Strong278278
Roman Reigns279279
Ronda Rousey280280
Sami Zayn289289
Sammi George648599
Samoa Joe291291
Santos Escobar532469
Sarray613571
Sasha Banks294294
Sasha Banks '15294294
Scarlett533470
Scott Hall30297297
Scott Hall (nWo)623297
Seamstress6553565535
Secret Service 16553565535
Secret Service 26553565535
Security Guard6553565535
Security Guard6553565535
Seth Rollins301301
Seth Rollins '20301301
Seth Rollins WM301301
Shane McMahon303303
Shawn Michaels30305305
Shawn Michaels '9740305305
Shawn Michaels (Coach)30305305
Shayna Baszler306306
Sheamus307307
Shelton Benjamin308308
Shinsuke Nakamura10309309
Shotzi528465
Silence671622
Slapjack540477
Sonya Deville312312
Spanish Announcer 16553565535
Spanish Announcer 26553565535
Stacy Keibler601561
Stephanie McMahon314314
Stephanie McMahon (Manager)314314
Stephanie McMahon NPC314314
Stone Cold20315315
Superstar Female6553565535
Superstar Male6553565535
Susan6553565535
Syxx10380322
T-Bar538475
Tamara Tycross649600
Tamina323323
Tasia Meadows6553565535
Technician-Set Man6553565535
Ted DiBiase10227227
Tegan Nox495451
The Godfather10138138
The Hurricane681632
The Miz328328
The Miz '1130328328
The Red Flame675626
The Rock329329
The Rock '9820329329
The Undertaker344344
Tim Burr670621
Timothy Thatcher529466
Titus O'Neil330330
Tommaso Ciampa333333
Toni Storm366362
Trent Seven372363
Trent Shaw666617
Triple H335335
Triple H '1330335335
Triple H '9820335335
Trish Stratus10336336
Triton678629
Tucker337337
Tyler Bate339339
Tyler Breeze340340
Ultimate Warrior10343343
Umaga10367528
Undertaker '0230344344
Undertaker '10344344
Undertaker '9530354344
Undertaker '9860344344
Undertaker WM3630355344
Unknown Superstar54665535
Vader10345345
Vicki MacLeod679630
Walter500364
Wes Lee596557
Whitney Quade643594
William Regal503350
WWE Crew 16553565535
WWE Crew 26553565535
WWE Staff 026553565535
X-Pac386351
X-Pac (DX)386351
Xavier Woods352352
Xia Li506459
Yokozuna10390353

The following Announcer and Commentary IDs are for wrestlers that aren't in the game. **Bold** entries have character specific crowd and/or taunt audio.

**CHARACTER****ANNOUNCER ID****COMMENTARY ID**
**Adam Cole****1****1**
Akam66
Aleister Black1111
**Big Show****39****39**
Boa570535
**Bray Wyatt****51****51**
**Brie Bella****55****55**
Bronson Reed447407
Brutus Beefcake1005959
**Christian****10078****78**
**Daniel Bryan****97****97**
Dash Wilder101101
Frank628584
Gongman629585
**Heath Slater****148****148**
Kairi Sane180180
**Kurt Angle****40198****198**
**Luke Harper****147****147**
Mark Henry217217
**Matt Hardy****220****220**
Mei Ying622578
Nash Carter597558
Nikki Bella240240
**Paige****247****247**
Piper Niven377380
Queen Zelina356356
Rezar263263
**Ruby Riott****284****284**
**Rusev****406****285**
Scott Dawson296296
Shane Thorn304304
**Sting****40318****318**
Sunil Singh320320
Velveteen Dream346346
Zack Ryder355355
# Height Chart

Credit goes to BlindedByTheGrace for the information.

**HEIGHT****HEIGHT (HEX VALUE)**
5'A10C
5'1" D60C
5'2"0B0D
5'3"400D
5'4"750D
5'5"AA0D
5'6"DF0D
5'7" 140E
5'8"490E
5'9"7E0E
5'10"B30E
5'11"E80E
6'1D0F
6'1"520F
6'2"870F
6'3"BC0F
6'4"F10F
6'5"2610
6'6"5B10
6'7"9010
6'8"C510
6'9"FA10
6'10"2F11
6'11"6411
7'9911
7'1"CE11
7'2"312
7'3"3812
7'4"6D12
7'5"A212
7'6"D712
7'7"0C13
# Movie IDs

**Updated for WWE 2K24 v1.21**

**ID** **Entrance Name**
10000 The Rock
10100 Stone Cold Steve Austin
10200 Triple H
10300 The Undertaker
10700 Kane
10800 Booker T
10900 Hollywood Hulk Hogan
11200 Jeff Hardy
11400 JBL
11500 Mr. McMahon
11600 Rob Van Dam
11800 Eddie Guerrero
12300 Rey Mysterio
12600 Trish Stratus
13000 Ric Flair
13300 Bobby Lashley
13900 John Cena
14300 Mickie James
14700 Stephanie McMahon
15000 Bayley
15200 Shane McMahon
15300 Jerry "The King" Lawler
15900 Rowdy Roddy Piper
16100 Randy Orton
17600 Kofi Kingston
19000 Shelton Benjamin
20700 The Brian Kendrick
21200 The British Bulldog
21800 The Miz
22400 Beth Pheonix
24500 Cactus Jack
24600 Mankind
24700 Dude Love
25400 Ultimate Warrior
27200 R-Truth
27500 Dolph Ziggler
27800 Drew McIntyre
27900 Sheamus
29000 Natalya
29100 Maryse
29900 Tamina
31200 Road Dogg Jesse James
31400 X-Pac
31600 The Godfather
31800 Jinder Mahal
33200 Jimmy Uso
33300 Jey Uso
33400 Razor Ramon
33500 Kevin Nash
33700 Vader
34300 Brock Lesnar
34600 The Undertaker (Phantom Mask)
34900 Edge
35500 Naomi
35900 Cesaro
36100 Goldberg
36500 Shawn Michaels ‘05
36800 Roman Reigns (2019)
36900 Seth Rollins ‘19
37100 Titus O’Neil
38400 Big E (2019)
39500 Diesel
39600 Scott Hall
41100 Batista
42000 Xavier Woods
42900 Sami Zayn
43000 Lana
44500 El Mago
44700 Hector Flores
45300 Paragon Jay Pierce
45400 Fanny
45800 King Booker
51400 Kalisto
55200 Kayla Braxton
56200 Rikishi
57300 Baron Corbin
57600 Finn Balor
57800 Kevin Owens
57900 Samoa Joe
58100 Tyler Breeze
60700 Buddy Murphy
60800 Elias
60900 Braun Strowman
61000 AJ Styles
61100 Becky Lynch
61200 Charlotte Flair
61300 Sasha Banks
61400 Chad Gable
62000 Alexa Bliss (2019)
62100 Asuka
62200 Bayley
62300 Carmella
62400 Dana Brooke
62500 Apollo Crews
62600 Demon Finn Balor
62900 Nia Jax
63000 Shinsuke Nakamura
68400 Asuka Intro
68600 Bobby Roode
68900 Roderick Strong
69200 Tommaso Ciampa
69800 Nikki Cross
70200 Ember Moon
70300 Billie Kay
70400 Peyton Royce
70700 Akira Tozawa
70800 Cedric Alexander
70900 Gran Metalik
72800 Ariya Daivari
72900 Drew Gulak
73000 Lince Dorado
73200 Mustafa Ali
73400 Liv Morgan
73500 Mandy Rose
73600 Ronda Rousey
73800 Sonya Deville
74000 Angelo Dawkins
74200 Kyle O’Reilly
74400 Montez Ford
74500 Oney Lorcan
74600 Otis Dozovic
74700 Pete Dunne
75000 Tucker Knight
75100 Tyler Bate
75300 Bianca Belair
75500 Lacey Evans
75600 Shayna Baszler (2019)
76300 Cole Quinn
77600 Golden Sun
77700 Lights Out
77800 Superstar Lover
78100 XL Moon Rise
78200 Sun Rise
80100 Ivar
80200 Erik
80300 Candice LeRae
80400 Dakota Kai
80600 Ricochet
80700 Humberto Carillo
81000 Keith Lee
81200 Matt Riddle
81300 Trent Seven
81400 IYO SKY (Formally Io Shirai)
81500 Mia Yim
81600 Rhea Ripley (2019)
81700 Toni Storm
81900 El Mago Jr.
82300 Chase
82900 Brooklyn Von Braun
83200 Josie Jane
85100 Bret Hart ‘19
85200 Seth Rollins ‘21
85400 Happy Corbin
85500 Nikki A.S.H.
85600 Seth Rollins ‘20
85700 King Nakamura
85800 Rey Mysterio Jr (Starrcade 1996)
90900 Angel Garza
91000 John Morrison
91100 Walter
91200 Marcel Barthel
91300 Fabian Aichner
91400 Alexander Wolfe
91500 MVP
91600 Isaiah Swerve Scott
91700 Austin Theory
91800 Dominik Dijakovic
91900 Shotzi Blackheart
92000 Tegan Nox
92100 Cameron Grimes
92200 Damian Priest
92300 Dominik Mysterio
92400 Karrion Kross
92500 Scarlett
92600 Kushida
92700 Raquel Gonzalez
92800 Santos Escobar
92900 Joaquin Wilde
93000 Raul Mendoza
93100 Dexter Lumis
93200 Danny Burch
93300 Timothy Thatcher
93700 Jordan Devlin
93800 Kay Lee Ray
93900 Eric Bischoff
94000 William Regal
94200 Kevin Nash (NWO)
94300 Mansoor
94500 Alexa Bliss
94800 Mustafa Ali (Retribution)
94900 Shelton Benjamin
95000 Dolph Ziggler ‘09
95100 Kane ‘08
95200 Rey Mysterio Jr. ‘97
95300 Rey Mysterio ‘05 WM21
95400 Rey Mysterio ‘05 Eddie Tribute
95500 Rey Mysterio ‘08
95600 Candice LeRae ‘20
95700 Eddie Guerrero ‘97
95800 Hulk Hogan (NWO)
95900 Johnny Gargano ‘20
96000 Logan Paul
96200 Undertaker (Ministry Of Darkness)
96300 Scott Hall (NWO)
96400 The Miz ‘11
96600 Yokozuna
96700 Umaga
96800 Rick Boogs
96900 Doudrop
97000 The Boogeyman
97100 Ilja Dragunov
97200 Indi Hartwell
97300 Hurricane Helms
97400 Stacy Keibler
97500 Omos
97600 Wes Lee
97700 Nash Carter
97800 Doink the Clown
97900 Mr. T
98000 Kacy Catanzaro
98100 LA Knight
98200 Xia Li
98400 Commander Azeez
98500 Sarray
98600 A-KID
98700 Machine Gun Kelly
100100 The New Day
100200 The Usos
100400 Lucha House Party
100700 Breezeango
100800 Riott Squad
101800 Iconics
101900 Street Profits
102400 Moustache Mountain
102900 The Outsiders
104500 Undisputed Era
104600 Heavy Machinery
104700 Viking Raiders
104800 The Way
104900 Legado Del Fantasma
105000 The APA
105100 Dirty Dawgs
105200 D-Generation X
105300 Retribution
105400 NWO
105500 Imperium
105600 The Hurt Business
105700 Brooke Rose
105800 Brit-Am Brawlers
105900 Nation of Domination
106000 Hart Foundation
106200 Candice and Indi (The Way)
106400 Alpha Academy
N/A Generic Set
N/A Legends 001
N/A Legends Set
# Music IDs

Note 1: Anything 700-703 seems to be empty or just place holders. Tested around 10 entries, no music.

Note 2: Not all ID's will work, like #13, I may go through them manually via Meta and test, highlight invalid ones with a background color of red.

**Index****Character/Show****Theme Name**
1268Xai LiFighting Spirit
1267Rick BoogsSolid Ground
1266Logan PaulHeart Cold
1265DoudropI Does It
1264RockhouseRockhouse
1263Mae Young ClassicSpiteful
1262WCW NitroMarch of Death
1261The Undertaker WM36You're Gonna Pay
1260OtisFor The Academy
1259Hart FoundationHitman
1258The WayComin' Back For You
1257The Miz and MarsyseI Came to Play (Awesome Intro)
1256Seth Rollins and MurphyThe Rising
1255Oney Lorcan and Danny BurchCombative
1254New World OrderRockhouse
1253Gargano and LeRaeComin' Back For You
1252Dana Brooke and Mandy RoseRespectful
1251Brothers of DestructionRest In Piece
1250The Miz and MorrsionI Come to Play and Ain't No Make Believe
1249Street MaticStreet Matic
1248Dirty HarpsDirty Harps
1247You and What ArmyYou and What Army
1246American ThunderAmerican Thunder
1245War CryWar Cry
1244Get Out the WayGet Out the Way
1243Formula to WinFormula to Win
1242IllustriousIllustrious
1241Black MedallionBlack Medallion
1240Champs are BackChamps are Back
1239Running WildRunning Wild
1238SyxxRockhouse
1237Chad GableFor The Academy
1236Scott HallCrazed
1235Kevin NashCrazed
1234Braun StrowmanI Am Stronger
1233Jeff HardyNo More Words
1232Seth RollinsVisionary
1231SarrayWarrior of the Sun
1230LA KnightRollin' Deep
1229Machine Gun Kellyconcert for aliens
1228MSKSwarm
1227Mr. T.Real American
1226Nash CarterSwarm
1225YokozunaSumo
1224Xia LiFighting Spirit
1223Cactus JackDWhole Lotta Groove
1222VaderMastodon
1221UmagaVirtual Voodoo
1220The OutsidersCrazed
1219The BoogeymanThe Horror
1218Stacy KeiblerGirl Next Door
1217Seth Rollins '17The Second Coming
1216Roderick StrongThe Tide Is Turning (Diamond Mine Signature)
1215Rob Van DamOne of a Kind
1214RikishiU Look Fly Today
1213Piper NivenThe Culling
1212OmosShake The Ground
1211Nikki A.S.H.Spirit to Win
1210Wes LeeSwarm
1209MansoorThe Falcon Soars
1208Mankind '97Mankind '97
1207Kacy CatanzaroSpitfire Warriors
1206Indi HartwellBullet Rain
1205Ilja DragunovComrades of the Red Army
1204Happy CorbinThe Good Life
1203Dude LoveDude Love
1202DoudropI Does It
1201DoinkEvil Behind the Make Up
1200Dana BrookeSee You
1199Bronson ReedWar Ready
1198Brock LesnarThe Next Big Thing
1197British BulldogRule, Britannia
1196Bobby FishDisputed
1195Alpha AcademyFor The Academy
1194Alexa BlissThe Evil is Mine
1193A-KIDBlack Sheep
1192OmosPhenomenal
1191The HurricaneEye of the Hurricane (W/Intro)
1190Protect Ya NeckProtect Ya Neck
1189I Don't Wanna Be BlindI Don't Wanna Be Blind
1188HeartlessHeartless
1187TyphoonsTyphoons
1186Say Cheese (Live NXT version)Say Cheese (Live NXT version)
1185Iron FistIron Fist
1184Body BagBody Bag
1183Concert for AliensConcert for Aliens
1182Hollywood SucksHollywood Sucks
1181Happy SongHappy Song
1180BOOKER TBOOKER T
1179The Final Episode (Let's Change Channel)The Final Episode (Let's Change Channel)
1178Ruby RiottWe Riot
1177Mustache MountainMustache Mountain
1166The Undertaker '98Dark Side
1165Shawn Michaels '97Are You Ready
1164Rey Mysterio '08Booyaka 619
1163The Undertaker '02You're Gonna Pay
1162The Undertaker '95Graveyard Symphony
1161Rey Mysterio '06Booyaka 619 (2005 Version)
1160Carmella '20Fabulous
1159Danny BurchCombative
1158The New DayNew Day, New Way
1157Kofi KingstonNew Day, New Way
1156ScarlettDead Silent
1155Jey UsoDone With That - Day One Remix
1154Jimmy UsoDone With That - Day One Remix
1153Eric BischoffRockhouse
1152Hollywood HoganRockhouse
1151Triple H '98Are You Ready
1150ErikWar
1149KalistoLucha Lucha
1148Lince DoradoLucha Lucha
1147Gran MetalikLucha Lucha
1146Legado Del FantasmaSoul March
1145Raul MendozaSoul March
1144Joaquin WildeSoul March
1143Charlotte '15Recognition
1142Shelton BenjaminIt's Time
1141Cedric AlexanderIt's Time
1140Bray WyattGood Friendship Song
1139Commander AzeezTo The Top
1138Commander AzeezTo The Top
1137Mark Henry '98Nation of Domination
1136Kama MustafaNation of Domination
1135Faarooq '98Nation of Domination
1134FaarooqProtection
1133RetributionShut 'em Down
1132T-BARShut 'em Down
1131SLAPJACKShut 'em Down
1130MACEShut 'em Down
1129Mustafa AliShut 'em Down
1128IMPERIUMSymphony No. 9 in E Minor
1127Marcel BarthelSymphony No. 9 in E Minor
1126Fabian AichnerSymphony No. 9 in E Minor
1125Alexander WolfeSymphony No. 9 in E Minor
1124Alexa BlissGood Friendship Song
1123Bobby FishUndisputed
1122Kyle O'ReillyUndisputed
1121Roderick StrongUndisputed
1120Adam ColeUndisputed
1119WrestleMania 37Sapphire Blue (A)
1118NXT TakeOver 31Unconscious Opponent (A)
1117NXTTapping Out
1116BackLash 2020Extreme Guitar
1115Money In The BankDevil's Watch
1114Clash Of ChampionsThe Race Is On
1113RAWEverything Is Earned
1112PaybackCan't Stop Me
1111NXT TakeOver: In Your HouseInsidium
1110Hell in a Cell 2020Numb (B)
1109NXT TakeOver: XXXThink About It
1108Royal Rumble 2020Anthemic
1107SummerSlam 2020Skeletons
1106Elimination Chamber 2021The Hammer
1105Survivor Series 2020Bash It In
1104SmackDownBuzzard Bait
1103NXT TakeOver: Vengeance DaySudden Death
1102Fastlane 2021It's Goin Down (b)
1101Horror Show at Extreme RulesDead Flowers
1100TLC 2020Lars And In Charge
1099NXT TakeOver: Stand And DeliverAim For The Head
1098King Of The RingBorn To Win
1097The MizI Came to Play (Awesome Intro)
1096King NakamuraThe Rising Sun (Violin Start)
1095Seth RollinsVisionary
1094Roman ReignsHead of the Table
1093Nikki CrossBreakout
1092MVPBallers' Anthem
1091MurphyDisciple
1090Kay Lee RayVenom
1089Jordan DevlinThe Dragon of Jerusalem
1088Hulk HoganReal American
1087Dexter LumisArrival
1086The A.P.AProtection
1085Riff MachineRiff Machine
1084Party In The BoothParty In the Booth
1083Age Of The MulletAge of the Mullet
1082The Price Of WarThe Price of War
1081VictoryVictory
1080I Wanna Be Your DrugI Wanna Be Your Drug
1079Take The CrownTake the Crown
1078All On The LineAll On the Line
1077Shock The WorldShock the World
1076We Up So HighWe Up So High
1075Aint The Problem You WantAint the Problem You Want
1074My EnemyMy Enemy
1073LeaderLeader
1072ReadyReady
1071Golden RingGolden Ring
1070Ambition To WinAmbition To Win
1069Brooklyn Von BraunWar
1068The ProvinceCanada
1067Is That All You GotIs That All You Got
1066Odyssey RiftNeon Nightmare
1065ChaseWorkin Man
1064Hector FloresEl Campeon
1063Josie JaneHunt You Down
1062La Cangrejita LocaWill To Thrill
1061FannyGirls Will Be Girls
1060ParagonGoat
1059Geneva RoseAutomatic
1058SuprStrLvrResting Witch Face
1057Iron FistIron Fist
1056HeartlessHeartless
1055Roddy PiperRoddy Piper
1054TyphoonsTyphoons
1053Say Cheese (Live NXT version)Say Cheese
1052Low SeasonLow Season
1051Where Ya AtWhere Ya At
1050Be My EndBe My End
1049UnderneathUnderneath
1048Booker TBooker T
1047Acting Like ThatActing Like That
1046FlawedFlawed
1045I Don't Wanna Be BlindI Don't Wanna Be Blind
1044SmackdownCame to Win It
1043NXT UKGod of War
1042Undertaker 2001Rollin
1041Trent SevenMustache Mountain
1040The UsosDone With That - Day One Remix
1039Undisputed EraUndisputed
1038NXTAll Out Life
1037Shinsuke NakamuraThe Rising Sun
1036Shinsuke NakamuraShadows of a Setting Sun
1035Shawn MichaelsSexy Boy
1034Santos EscobarSoul March
1033Samoa JoeDestroyer
1032Rey Mysterio Jr.March of Death
1031RAWEyes of a Warrior
1030Pete DunneMenace to Myself
1028RAWThe Search
1027Mustafa AliDisruptor
1026Main EventOn My Own
1025Kyle O'ReillyAxe & Smash
1024Gren MetalikMetálico
1023Gangrel`Blood
1022Eddie Guerrero '97Eddie Guerrero Theme
1021Brutus BeefcakeHaircut
1020Bobby LashleyTitan Intro Drum Preamble
1019BatistaI Walk Alone
1018Apollo CrewsTo the Top (Nigerian Royalty Remix)
1017Adam ColeThunder Boom
1016SmackdownAre You Ready
1015Triumpet Plays AgainTriumpet Plays Again
1014Fire With FyreFire With Fyre
1013Titletown MantleTitletown Mantle
1012Black Monday NightBlack Monday Night
1011Urgent Action To TakeUrgent Action To Take
1010Cut To The ChasersCut To The Chasers
1009Crushing BlowsCrushing Blows
1008Tombstone WritingTombstone Writing
1007Neon SpaceNeon Space
1006Powers O WillPowers O Will
1005The Middle of EverywhereThe Middle of Everywhere
1004Never Brought DownNever Brought Down
1003Two Minute WarningTwo Minute Warning
1002A Taste of GloryA Taste of Glory
1001Mark HenryPower
1000King BookerDead White Guys
999El Legado Del FantasmaSoul March
998Roderick StrongThe Tide Is Turning
997MurphyDisciple
996Lucha House PartyLucha Lucha
995KushidaNew Moon
994King CorbinKing's Darkness
993Karrion KrossDead Silent
992Kane '08Man On Fire
991Dominik MysterioVengo Por Ti
990CarlitoCool
989Cameron GrimesStackin Money
988Cameron GrimesRing Walker
987Bobby Lashley '20Dominance (Remix)
986Shayna BazlerLoyalty is Everything
985Seth Rollins '20The Rising
984RicochetOne and Only
983Rey MysterioBooyaka 619
982Rey Mysterio '05619
981Nation of DominationPower
980Ministry of DarknessThe Acolytes (Ministry Theme)
979MansoorLast One Standing
978Jushin Thunder LigerThuhn-Der
977John Bradshaw LayfieldLonghorn
976Jake “The Snake” RobertTrust Me
975Eddie Guerrero '05Viva La Raza
974Dolph Ziggler '09I Am Perfection
973Dirty DawgsWe're Here to Show The World
972Timothy ThatcherThunder
971The Rock '98Do You Smell?
970ShotziBall Pit
969Raquel GonzálezGet Out the Way
968Austin TheorySound the Alarm
967The Hurt BusinessIt's Time
966Road DoggOh You Didn't Know?
965MVPI'm Comin
964William RegalRegality
963The Viking RaidersWar
962The UndertakerRest In Peace
961The Fiend Bray WyattGood Friendship Song - Let Me In
960Candice LeRaeWicked Enchantment
959Damian PriestInfamy
958Tegan NoxChicane Boys
957ShotziSevered Head
956Shinsuke NakamuraThe Rising Sun
955The Riott SquadWe Riot
954RECKONINGShut 'em Down
953Nikki CrossBreakout
952NatalyatNew Foundation
951Johnny GarganoComin' Back For You
950Humberto CarrilloAmbitious
949Nation of DominationNation of Domination
948Ministry of DarknessAcolytes (Ministry of Darkness)
947Ember MoonRise from the Ashes
946D Generation XAre You Ready
945Drew GulakFade
944Edge and ChristianBlood
943Austin TheoryRiding The Edge
942André the GiantGiant
941So You Think You Can FlySo You Think You Can Fly
940Finn BálorCatch Your Breath (Remix)
939Xavier WoodsNew Day, New Way
938X-PacMake Some Noise
937WALTERSymphony No. 9 in E Minor
936Velveteen DreamVelveteen
935Tyler BateInaugural
934TuckerHeavy
933Triple HThe Game
932Trent SevenzMoustache Mountain
931Toni StormzLightning Thunder
930Tommaso CiampaNo One Will Survive
929The GodfatherThe Ho Train
928SheamusHellfire
927Seth RollinsThe Rising
926Sasha BanksSky's the Limit (Remix)
925The Riott SquaddWe Riot
924Ruby RiotWe Riot
923Rowe (Erik)War
922RicochetOne and Only
921Rhea RipleyBrutality
920Peyton RoyceHoney
919OtisBlue Collar Solid
918New DayNew Way
917MurphyOpposite Ends Of The World
916Mojo RawleyKiller Instinct
915Mia YimNumber One
914RiddleHey Bro
913Mark HenrySome Bodies Gonna Get It
912Mark AndrewsFall To Pieces
911Mandy RoseI've Arrived
910Liv MorganNah Nah
909Lars SullivanpFreak
908Kofi KingstonNew Day, New Way
907Keith LeeBorn to Bring it
906Johnny GarganoComin' Back For You
905John MorrisonAin't No Make Believe
904Jerry "The King" LawlerGates of Kiev
903Jaxson RykerDo Unto Others
902Isaiah "Swerve" ScottFly Life
901Io ShiraiTokyo Shock
900Humberto CarrilloDale Gas A
899IvarWar
898EliasAmen (I'm Goin' In)
897Drew McIntyrePGallantry (Defining Moment Remix)
896Dominik DijakovicVengeance
895Dolph ZigglerHere to Show the World
894Damian PriestInfamy
893Dakota KaihKombat
892ChynaWho I Am!
891Chad GableElite
890CesaroReturn of the Fire
889CarmellaTredici
888Candice LeRaeNever Back Down
887Brutus "The Barber" BeefcakeHaircut
886The Fiend Bray WyattLet Me In
885Booker TRap Sheet
884Bo DallasGo Go Go (The B-Team)
883Bobby LashleyTitan
882Billie KaySeduction
881Apollo CrewsTo The Top
880Big EFeel the Power
879Angel GarzaMachismo
878Alexander WolfeSymphony No. 9 in E Minor
877Alexa BlissThe Fury
876Aleister BlackNo Man's Land
875BayleyDeliverance
874Millionaire BMillionaire B
873Green BluegrassGreen Bluegrass
872American SuperheroAmerican Superhero
871War DanceWar Dance
870Rebel HeartRebel Heart
869Hacker Johnny GarganoGallantry (Defining Moment Remix)
868Drew HackintyreCyberspace
867Security Program TaminaCyberspace
866Antivirus CarmellaVelveteen
865N14 j4xCreeping Vines
864Hacker AsukaBuilding Momentum
863Daemon Sonya DevilleVoyager Spacecraft
862Cyber NaomiDifference
861Chairwoman BlissRicochet
860A-Mecha - Sa BlissRicochet
859Rock N' RollupsBig Hair Day
858Glam Rock Johnny GarganoRebel Heart
857Sea CreatureEscape From Mars
856Sasha Memory BanksVintage Gaming
855Samantha UraiSamurai Sigh
854Mr. MackleroyEscape From Mars
853Misfit MollyBig Hair Day
852Georgia WashingtonHeroic Mission
851DosvetanyaRussian March
850Bay Lee BillionaireFast Money
849Bad Hair DayBig Hair Day
848Wasteland Heavy MachineryHeavy
847Raider Velveteen DreamVelveteen
846Warrior Ruby RiottWe Riot
845New Years RicochetOne and Only
844Arctic Shield Roman ReignsThe Truth Reigns
843Gifted TuckerHeavy
842Gifted OtisHeavy
841Overloard JoeDestroyer
840Wasteland SethThe Second Coming - Burn It Down Intro
839Grand Champion BatistaAnimal
838Corrupted JackThe Right Amount Of Wrong
837Gatekeeper CorbinI Bring the Darkness (End of Days)
836Fortune Fighter AliNo Limits On Me
835Zombie Sami ZaynWorlds Apart
834Zombie CesaroLSwiss Made / Hellfire
833Zombie Kassius OhnoHero's Welcome
832Zombie Robert RoodeGlorious Domination
831Fed-Up SheamusSwiss Made / Hellfire
830The Fiend Bray WyattLet Me In
829Pilgrim RusevRoar of the Lion
828Zombie Sasha BanksSky's the Limit
827Wicked Aleister BlackRoot of All Evil
826Unleashed Apex Predator Randy OrtonBehind the Mask
825The Swampfather Bray WyattLive in Fear
824Demon King Finn BalorCatch Your Breath - Demon (Long)
823FrankenStrowmanI Am Stronger
805Hardcore 3Hardcore 3
804Underground 3Underground 3
803Western 4Western 4
80280's 4Save My Soul
801Futuristic 1Futuristic 1
800USA 3USA 3
763Chyna 2000Who I Am!
762The Rock 1999Know Your Role
761Mankind 1999Wreck
760Hollywood Hogan 2002Real American
747Force of GreatnessForce of Greatness
746Force of GreatnessForce of Greatness
745New FoundationNew Foundation
744New FoundationNew Foundation
743You Can Look (But You Can't Touch)You Can Look (But You Can't Touch)
742You Can Look (But You Can't Touch)You Can Look (But You Can't Touch)
741HitmanHitman
740Sky's The LimitSky's The Limit
739Sky's The LimitSky's The Limit
738Sky's The LimitSky's The Limit
737Sky's The LimitSky's The Limit
736Sky's The LimitSky's The Limit
735Sky's The LimitSky's The Limit
734Sky's The LimitSky's The Limit
733Turn It UpLTurn It Up
732Turn It UpTurn It Up
731Turn It UpTurn It Up
730Turn It UpTurn It Up
729Celtic InvasionCeltic Invasion
728Celtic InvasionCeltic Invasion
727Celtic InvasionCeltic Invasion
726Celtic InvasionCeltic Invasion
725Celtic InvasionCeltic Invasion
724RecognitionRecognition
723RecognitionRecognition
722RecognitionRecognition
721RecognitionRecognition
720RecognitionRecognition
719RecognitionRecognition
718RecognitionRecognition
717RecognitionRecognition
716RecognitionRecognition
715RecognitionRecognition
714RespectfulRespectful
713RespectfulRespectful
712FabulousFabulous
711The FutureThe Future
710Alexa Bliss '20Spiteful
709RecognitionRecognition
708Becky LynchCeltic Invasion
707Becky LynchCeltic Invasion
706Stars in the NightStars in the Night
705Beautiful LifeBeautiful Life
704Amazing (Remix)Amazing (Remix)
703Alica FoxPa-Pa-Pa-Pa-Party
702BLANKBLANK
701BLANKBLANK
700BLANKBLANK
659Underground 3War (Ft. Skrilla Da Kid)
658Hardcore 3Mic Drop
65780's 4Save My Soul (MyRise Riley)
656Western 4Runnin' Jugs
655Western 3Buzzard Bait
654Western 2Saloon Raider
653Western 1Jail Break Jenkins
652Voyage 3All In
651Voyage 2Hero Now (Instrumental)
650Voyage 1Martial Law
649USA 3Don't Try To Change Me
648USA 2Change Me
647USA 1Four Wheelin'
646Traditional 3Pyar
645Traditional 2Last Mandarin Standing
644Traditional 1Dragon Train
643Sports 3Game Time
642Sports 2Watcha Got Cookin'
641Sports 1Not Havin' It
640Spark 3World On Fire
639Spark 2I'm Telling Your Mum
638Spark 1Face the Fire
637Modern 3Feed the Beast
636Modern 2Carnival Conundrum
635Modern 1Judgement Daze
634Legend 3Touch Me
633Legend 2Take Shelter
632Legend 1Release The Hounds
631Clockwork 3Time Minister
630Clockwork 2Just Like Clockwork
629Clockwork 1Like Clockwork
628Classical 3One Last Dragon
627Classical 2Peril Playing Field
626Classical 1Wrath of the Gods
625Candies 3On The Frontline
624Candies 2Sugar Girl
623Candies 1Psycho Candy
622Underground 2Underground Party
621Underground 1Supa Powa
620Steel 2Firsts of Steel
619Steel 1Balls of Steel
618Stars 2Shine Bright Like A Star
617Stars 1Shooting Stars
616Neon 2Neon Lights
615Neon 1Neon Dreams
614Hardcore 2Drool Machine
613Hardcore 1Load Rage
612Goth 2Gothic Cowboy
611Goth 1Into The Crucible
610Futuristic 2Moon Boot
609Futuristic 1Hit The Tech
608Fighting Spirit 2Join The Fight
607Fighting Spirit 1Fight
606Fabulous 2Dancing Round It
605Fabulous 1Everyone Dance
60490's 2Here It Comes
60390's 1Swell
60280's 3You Feel The Most Alive
60180's 2Sound of Freedom
60080's 1Angry Young Men
522Movie Star 2Movie Star 2
521American PatriotAmerican Patriot
520IslanderIslander
519FlamboyantFlamboyant
518Japanese PatriotJapanese Patriot
517British PatriotBritish Patriot
516Chinese PatriotChinese Patriot
515RoyaltyRoyalty
514Irish PatriotIrish Patriot
513BillionaireBillionaire
512Ladies ManLadies Man
511PerfectionistPerfectionist
510Italian PatriotItalian Patriot
509Sexy DivaSexy Diva
508US PresidentUS President
507Gold MedalistGold Medalist
506Dark Super HeroDark Super Hero
505French PatriotFrench Patriot
504BikerBiker
503Movie Star 1Movie Star 1
502Hell's DemonHell's Demon
501BodybuilderBodybuilder
500Super HeroSuper Hero
363The Usos '14 (Jimmy '14 & Jey Uso '14)So Close Now
362The Riott SquadWe Riot
361Peyton RoyceSultry (XO)
360Matt HardyThe Deletion Anthem
359HBK/HHH(D-Generation X)Break It Down (D-Generation X)'
350Brothers of DestructionRollin/Out of the Fire
316Viking Raiders (Hanson & Rowe)War
315The Street ProfitsBring the Swag
314The B-Team (Curtis Axel & Bo DallasGo,Go,Go
313Heavy MachineryHeavy
312IiconicsFemme Fatale
311The Revival (Dash Wilder & Scott Dawson)Southern Proud
310The OutsidersRockhouse
309Gallows & AndersoonOmen in the Sky
308The Bellas (Nikki & Brie Bella)You Can Look (But You Can't Touch)
307Sonya & MandyGolden Goddess
306The Rock 'N' Sock ConnectionKnow Your Role/Wreck
305Mustache MountainMustache Mountain
304Curt Hawkins & Zack Ryder`Radio
303Daniel Bryan & RowanFlight of the Valkyries
302The Authors of PainPain
301The Bar (Sheamus & Cesaro)Swiss Made / Hellfire
300The Undisputed EraUndisputed
299Lucha House Party (Kalisto, Lince Dorado. Gran Metalik)Lucha Lucha
298The Hardy Boyz (Jeff Hardy & Matt Hardy)Loaded
297The Usos (Jimmy Uso & Jey Uso)Done With That - Day One Remix
296The New DayNew Day, New Way
295BreezangoBreezango
288Toni StormTake Cover
287Rhea RipleyBrutalitly
286Mia YimNumber One
285Io ShiraiGenius Of The Sky
284Dakota KaiHigh Ground
283Candice LeRaeNever Back Down
282Shayna BaszlerLoyalty Is Everything
281Kairi SaneThe Next Voyage
280Bianca BelairWatch Me Shine
261Trent SevenMustache Mountain
260Matt RiddleHey Bro
259Mark AndrewsFall to Pieces
258Keith LeeLimitless
257Jaxson RykerDo Unto Others
256RoweWar
255HansonWar
254Velveteen DreamVelveteen
253Tyler BateInaugural
252Pete DunneBruiserwegiht
251Oney LorcanCombative
250Montez FordBring the Swag
249Kyle O'ReillyUndisputed
248Bobby FishUndisputed
247Angelo DawkinsBring the Swag
246Adam ColeUndisputed
245Shane ThorneStand Tall
244Tommaso CiampaNo One Will Survive
243Johnny GarganoRebel Heart
242Kassius OhnoHero's Welcome
241Roderick StrongUndisputed
227Molly HollyMolly Holly
226PaigeStars in the Night
225Nikki BellaYou Can Look (But You Can't Touch)
224Brie BellaBeautiful Life
223Beth PhoenixGlamazon
222Maria KanellisWith Legs Like That
221Trish StratusTime To Rock & Roll
220LitaLoveFuryPassionEnergy
171Papa ShangoThe Shango Tango
170Batista 2014I Walk Alone
169Sting '91Turbo Charged
168Sting '99Sting Theme
167Scott Hall (nWo)Rockhouse
166DieselDiesel Blues
165Jake "The Snake" Roberts '91Trust Me
164Kurt Angle '06Medal (Revisited)
163Shawn Michaels '05Sexy Boy
162Ric Flair '88Also Sprach Zarathustra
161GoldbergInvasion
160Triple H '01My Time
159EdgeMetalingus
158Undertaker '91Funeral Match
157Kevin Nash (nWo)Rockhouse
156Razor RamonBad Boy
155Ricky "The Dragon" Steamboat '87Opening Ceremony
154X-Pac (Dupe)X-Pac Theme (Make Some Noise)
153X-PacX-Pac Theme (Make Some Noise)
152Ultimate WarriorUnstable
151Big Boss ManHard Times
150Brutus BeefcakeHaircut
149Macho Man Randy SavagePomp and Circumstance
148Undertaker '02You're Gonna Pay
147Dusty RhodesCommon Man Boogie
146Jim "The Anvil" NeidhartHitman
145Mark HenrySome Bodies Gonna Get It
144Bret "The Hitman" HartHitman
143Rowdy Roddy PiperHot Rod
142Jerry LawlerGates of Kiev
141Shawn Michaels '97Sexy Boy
140Ted DiBiaseIt's All About the Money
139Ric FlairAlso Sprach Zarathustra
138André the GiantAve Satanus
137Eddie GuerreroViva La Raza
136Mr. McMahonNo Chance In Hell
135ChristianJust Close Your Eyes
134Booker TRap Sheet
133Kurt Angle '01Medal
132UndertakerRest In Peace
131Stone Cold Steve AustinHell Frozen Over
130The RockElectrifying
123Zelina VegaMaking a Difference
122Lacey EvansLike A Lady
121Sonya DevilleSquare Up (Remix)
120Sarah LoganBlood Wolf
119Ronda RouseyBad Reputation
118Mandy RoseGolden Goddess
117Liv MorganNah Nah
116Ruby RiotWe Riot
115Peyton RoyceFemme Fatale
114Billie KayFemme Fatale
113Ember MoonFree The Flame
112Nikki CrossGlasgow Cross
111Nia JaxForce of Greatness
110Dana BrookeRespectful
109Carmella '20Fabulous
108Bayley '15Turn It Up
107AsukaThe Future
106Alexa Bliss '20Spiteful
105Sasha Banks '15Sky's the Limit
104Charlotte FlairRecognition
103Becky LynchCeltic Invasion
102LanaRavishing
101NaomiAmazing (Remix)
100TaminaWhat You Think
99Alicia FoxPa-Pa-Pa-Pa-Party
98MarysePourquoi?
97NatalyaNew Foundation
96Stephanie McMahonWelcome to the Queendom
95Mickie JamesObsession
93Humberto CarilloDale Gas
92Tony NeseWin It All
91Mustafa Ali '20Go Hard
90Mike KanellisTrue Love
89Lince DoradoLucha Lucha
88Drew GulakFor The Better
87Ariya DaivariMagic Carpet Ride
86Gentleman Jack GallagherGentleman
85Noam DarWeekend Rockstar
84Gran MetalikLucha Lucha
83Cedric AlexanderWon't Let Go
82Akira TozawaStrawberry Moon
81Buddy MurphyOpposite Ends of The World
80The Brian KendrickMan With a Plan
72RicochetOne and Only
71EC3Top ONE Percent
70Sunil SinghSher (Lion)
69Samir SinghSher (Lion)
68Tucker KnightHeavy
67Otis DozovicHeavy
66Lars SullivanFreak
65Aleister BlackRoot of All Evil
64Eric YoungControlled Chaos
63RezarPain
62AkamPain
61No Way JoseNo Way
60Andrade "Cien" AlmasMaking A Difference
59Robert RoodeGlorious Domination
58Shinsuke NakamuraShadows of a Setting Sun
57Karl AndersonOmen in the Sky
56The Demon Finn BálorCatch Your Breath - Demon (Long)
55Apollo CrewsCruise Control
54Scott DawsonSouthern Proud
53Mojo RawleyKiller Instinct
52Dash WilderSouthern Proud
51Chad GableElite
50AJ StylesPhenomenal
49Braun StrowmanI Am Stronger
48EliasRuby Riott
47Tyler Breeze\#MMMGorgeous
46Samoa JoeDestroyer
45Kevin OwensFight
44Finn BálorCatch Your Breath
43Baron CorbinI Bring the Darkness (End of Days)
42KalistoLucha Lucha
41Sami ZaynWorlds Apart
40Bo DallasGo,Go,Go
39RusevRoar of the Lion
38Xavier WoodsNew Day, New Way
37HarperBrotherhood
36RowanSheepherder
35Bray WyattLive in Fear
34Curtis AxelGo,Go,Go
33FandangoChaChaLaLa
32Big ENew Day, New Way
31Titus O'NeilMaking Moves
30Seth Rollins '17The Second Coming - Burn It Down
29Roman ReignsThe Truth Reigns
28CesaroSwiss Made / Hellfire
27Brock LesnarNext Big Thing
26Sin CaraFaceless
25Heath SlaterMore Than One Man
24Jey UsoDone With That - Day One Remix
23Jimmy UsoDone With That - Day One Remix
22Daniel BryanFlight of the Valkyries
21Jinder MahalSher (Lion)
20SheamusSwiss Made / Hellfire
19Drew McIntyreGallantry (Defining Moment Remix)
18Dolph ZigglerHere To Show The World
17R-TruthWhat's Up?
16Curt HawkinsFace the Facts
15Zack RyderRadio
14The MizI Came To Play
13Luke GallowsOmen in the Sky
12Shelton BenjaminSet It Off
11Kofi KingstonNew Day, New Way
10Randy OrtonVoices
9Shane McMahonHere Comes the Money
8John CenaThe Time Is Now
7Bobby LashleyDominance (Remix)
6Big ShowCrank It Up
5Rey MysterioBooyaka 619
4Matt HardyLoaded
3Jeff HardyLoaded
2KaneVeil of Fire (Rise Up Remix)
1Triple HThe Game
# Music List IDs
IndexCharacterTheme
1Triple HThe Game
2KaneVeil of Fire (Rise Up Remix)
3Jeff HardyLoaded
4Matt HardyLoaded
5Rey MysterioBooyaka 619
6Big ShowCrank It Up
7Bobby LashleyDominance (Remix)
# NoelCortesGabrile
**ID** **NAME****SUB NAME**
1267 Solid GroundRick Boogs
1266 Heart ColdLogan Paul
1265 I Does ItDoudrop!
1264 RockhouseRockhouse
1263 SpitefulMae Young Classic
1262 March of DeathWCW Nitro
1261 You're Gonna PayThe Undertaker WM36
1260 For The AcademyOtis
1259 HitmanHart Foundation`!
1258 Comin' Back For YouThe Way
1257 I Came to Play (Awesome Intro)The Miz and Maryse!
1256 The RisingSeth Rollins and Murphy
1255 CombativeOney Lorcan and Danny Burch
1254 RockhouseNew World Order"
1253 Comin' Back For YouGargano and LeRae
1252 RespectfulDana Brooke and Mandy Roset
1251 Rest In PieceBrothers of Destruction#
1250 I Come to Play and Ain't No Make BelieveThe Miz and Morrsion
1249 Street MaticStreet Matic
1248 Dirty HarpsiDirty Harpsi
1247 nd What ArmyYou and What Army
1246 American ThunderAmerican Thunder
1245 War CryWar Cry
1244 Get Out the WayGet Out the Way
1243 Formula to WinFormula to Win'
1242 IllustriousIllustrious
1241 Black MedallionBlack Medallion
1240 Champs are BackChamps are Back
1239 Running WildRunning Wild
1238 RockhouseSyxx4'
1237 For The AcademyChad Gable
1236 CrazedScott Hall'
1235 CrazedKevin Nash'
1234 I Am StrongerBraun Strowman
1233 No More WordsJeff Hardy
1232 VisionarySeth Rollins
1231 Warrior of the SunSarray
1230 Rollin' DeepLA Knight
1229 concert for aliensMachine Gun Kelly
1228 SwarmMSK)
1227 Real AmericanMr. T.
1226 SwarmNash Carter
1225 SumoYokozuna
1224 Fighting SpiritXia Li
1223 Whole Lotta GrooveCactus JackD
1222 MastodonVader
1221 Virtual VoodooUmaga
1220 CrazedThe Outsiders
1219 The HorrorThe Boogeyman
1218 Girl Next DoorStacy Keibler
33554432 Seth Rollins '17
1216 The Tide Is Turning (Diamond Mine Signature)Roderick Strong
1215 One of a KindRob Van Dam
1214 U Look Fly TodayRikishi
1213 The CullingPiper Niven
1212 Shake The GroundOmos
1211 Spirit to WinNikki A.S.H.
1210 SwarmWes Lee
1209 The Falcon SoarsMansoor
33554432 Mankind '97
1207 Spitfire WarriorsKacy Catanzaro
1206 Bullet RainIndi Hartwell
1205 Comrades of the Red ArmyIlja Dragunov
1204 The Good LifeHappy Corbin
33554432 Dude Love
1202 I Does ItDoudrop
1201 Evil Behind the Make UpDoink
1200 See YouDana Brooke
1199 War ReadyBronson Reed1
1198 The Next Big ThingBrock Lesnar
1197 Rule, BritanniaBritish Bulldog
1196 DisputedBobby Fish
1195 For The AcademyAlpha Academy
1194 The Evil is MineAlexa Bliss
1193 Black SheepA-KID
1192 PhenomenalOmos
1191 Eye of the Hurricane (W/Intro)The Hurricane3
1190 Protect Ya NeckProtect Ya Neck3
1189 I Don't Wanna Be BlindI Don't Wanna Be Blind
1188 HeartlessHeartless
1187 TyphoonsTyphoons4
1186 Say Cheese (Live NXT version)Say Cheese (Live NXT version)
1185 Iron FistIron Fist
1184 body bagbody bag5
1183 concert for aliensconcert for aliens
1182 hollywood suckshollywood sucks
1181 Happy SongHappy Song
1180 BOOKER TBOOKER T
1179 The Final Episode (Let's Change Channel)The Final Episode (Let's Change Channel)
1178 We RiotRuby Riott
1177 Mustache MountainMustache Mountain
1166 Dark SideThe Undertaker '98
1165 Are You ReadyShawn Michaels '97
1164 Booyaka 619Rey Mysterio '08
1163 You're Gonna PayThe Undertaker '02
1162 Graveyard SymphonyThe Undertaker '95
1161 Booyaka 619 (2005 Version)Rey Mysterio '06
1160 FabulousCarmella '20
1159 CombativeDanny Burch
1158 New Day, New WayThe New Day
1157 New Day, New WayKofi Kingston
1156 Dead SilentScarlett
1155 Done With That - Day One RemixJey Uso
1154 Done With That - Day One RemixJimmy Uso
1153 RockhouseEric Bischoff
1152 RockhouseHollywood Hogan
1151 Are You ReadyTriple H '98`
1150 WarErik
1149 Lucha LuchaKalisto
1148 Lucha LuchaLince Dorado
1147 Lucha LuchaGran Metalik
1146 Soul MarchLegado Del Fantasma
1145 Soul MarchRaul Mendoza
1144 Soul MarchJoaquin Wilde
1143 RecognitionCharlotte '15
1142 It's TimeShelton Benjamin
1141 It's TimeCedric Alexander
1140 Good Friendship SongBray Wyatt
1139 To The TopCommander Azeez
1138 To The TopCommander Azeez
1137 Nation of DominationMark Henry '98
1136 Nation of DominationKama Mustafa
1135 Nation of DominationFaarooq '98
1134 ProtectionFaarooq
1133 Shut 'em DownRetribution
1132 Shut 'em DownT-BARA
1131 Shut 'em DownSLAPJACK
1130 Shut 'em DownMACEA
1129 Shut 'em DownMustafa Ali
1128 Symphony No. 9 in E MinorIMPERIUM
1127 Symphony No. 9 in E MinorMarcel Barthel
1126 Symphony No. 9 in E MinorFabian Aichner
1125 Symphony No. 9 in E MinorAlexander Wolfe
1124 Good Friendship SongAlexa Bliss
1123 UndisputedBobby FishD
1122 UndisputedKyle O'Reilly
1121 UndisputedRoderick Strong
1120 UndisputedAdam Cole
1119 Sapphire Blue (A)WrestleMania 37
1118 Unconscious Opponent (A)NXT TakeOver 31
1117 Tapping OutNXT
1116 Extreme GuitarBackLash 2020
1115 Devil's WatchMoney In The Bank
1114 The Race Is OnClash Of Championsj
1113 Everything Is EarnedRAW
1112 Can't Stop MePaybackG
1111 InsidiumNXT TakeOver: In Your House
1110 Numb (B)Hell in a Cell 2020
1109 Think About ItNXT TakeOver: XXX
1108 AnthemicRoyal Rumble 2020
1107 SkeletonsSummerSlam 2020
1106 The HammerElimination Chamber 2021
1105 Bash It InSurvivor Series 2020
1104 Buzzard BaitSmackDown
1103 Sudden DeathNXT TakeOver: Vengeance Day
1102 It's Goin Down (b)Fastlane 2021R
1101 Dead FlowersHorror Show at Extreme Rules
1100 Lars And In ChargeTLC 2020
1099 Aim For The HeadNXT TakeOver: Stand And Deliver
1098 Born To WinKing Of The Ring
1097 I Came to Play (Awesome Intro)The MizL
1096 The Rising Sun (Violin Start)King NakamuraL
1095 VisionarySeth Rollins
1094 Head of the TableRoman Reigns
1093 BreakoutNikki Cross
1092 Ballers' AnthemMVP
1091 DiscipleMurphy
1090 VenomKay Lee RayN
1089 The Dragon of JerusalemJordan Devlin
1088 Real AmericanHulk HoganO
1087 ArrivalDexter Lumis
1086 ProtectionThe A.P.AO
1085 Riff MachineRiff Machine
1084 Party In the BoothParty In The Booth
1083 Age of the MulletAge Of The Mullet
1082 The Price of WarThe Price Of War
1081 VictoryVictory
1080 I Wanna Be Your DrugI Wanna Be Your Drug
1079 Take the CrownTake The CrownQ
1078 All On the LineAll On The Line
1077 Shock the WorldShock The World
1076 We Up So HighWe Up So High
1075 Aint the Problem You WantAint The Problem You WantR
1074 My EnemyMy Enemy
1073 LeaderLeaderS
1072 ReadyReadyPS
1071 Golden RingGolden Ring
1070 Ambition To WinAmbition To Win
1069 WarBrooklyn Von Braun
1068 CanadaThe Province
1067 Is That All You GotIs That All You Got
1066 Neon NightmareOdyssey Rift
1065 Workin ManChaseW
1064 El CampeonHector Flores
1063 Hunt You DownJosie JaneU
1062 Will To ThrillLa Cangrejita Loca
1061 Girls Will Be GirlsFanny
1060 GoatParagon
1059 AutomaticGeneva Rose
1058 Resting Witch FaceSuprStrLvrd
1057 Iron FistIron Fist
1056 HeartlessHeartless
1055 Roddy PiperRoddy Piper
1054 TyphoonsTyphoons
1053 Say CheeseSay Cheese (Live NXT version)
1052 Low SeasonLow Season
1051 Where Ya AtWhere Ya At
1050 Be My EndBe My End
1049 UnderneathUnderneath
1048 Booker TBooker T
1047 Acting Like ThatActing Like That
1046 FlawedFlawedY
1045 I Don't Wanna Be BlindI Don't Wanna Be Blind
1044 Came to Win ItSmackdown
1043 God of WarNXT UK
1042 RollinUndertaker 2001
1041 Mustache MountainTrent Sevenh
1040 Done With That - Day One RemixThe Usos
1039 UndisputedUndisputed Era
1038 All Out LifeNXT
1037 The Rising SunShinsuke Nakamura
1036 Shadows of a Setting SunShinsuke Nakamura
1035 Sexy BoyShawn Michaels
1034 Soul MarchSantos Escobarp\]
1033 DestroyerSamoa Joe\]
1032 March of DeathRey Mysterio Jr.
1031 Eyes of a WarriorRAW
1030 Menace to MyselfPete Dunne
16777216 NXT UK
1028 The SearchRAW
1027 DisruptorMustafa Ali$
1026 On My OwnMain Event\_
1025 Axe & SmashKyle O'Reilly
1024 MetálicoGren Metalik\_
1023 BloodGangrel`
1022 Eddie Guerrero ThemeEddie Guerrero '97
1021 HaircutBrutus Beefcake
1020 Titan Intro Drum PreambleBobby Lashleyxa
1019 I Walk AloneBatista
1018 To the Top (Nigerian Royalty Remix)Apollo Crews
1017 Thunder BoomAdam Cole 2
1016 Are You ReadySmackdown
1015 Triumpet Plays AgainTriumpet Plays Again
1014 Fire With FyreFire With Fyre8e
1013 Titletown MantleTitletown Mantle
1012 Black Monday NightBlack Monday Night
1011 Urgent Action To TakeUrgent Action To Take
1010 Cut To The ChasersCut To The Chasers
1009 Crushing BlowsCrushing Blowsf
1008 Tombstone WritingTombstone Writing
1007 Neon SpaceNeon Space
1006 Powers O WillPowers O Will
1005 The Middle of EverywhereThe Middle of Everywhere
1004 Never Brought DownNever Brought Down
1003 Two Minute WarningTwo Minute Warningth
1002 A Taste of GloryA Taste of Glory
1001 PowerMark Henry
1000 Dead White GuysKing Booker
999 Soul MarchEl Legado Del Fantasmai
998 The Tide Is TurningRoderick Strong
997 DiscipleMurphy
996 Lucha LuchaLucha House Party
995 New MoonKushida
994 King's DarknessKing Corbin
993 Dead SilentKarrion Kross
992 Man On FireKane '08
991 Vengo Por TiDominik Mysterio
990 CoolCarlito
989 Stackin MoneyCameron Grimesi
988 Ring WalkerCameron Grimes
987 Dominance (Remix)Bobby Lashley '20
986 Loyalty is EverythingShayna Bazlerk
985 The RisingSeth Rollins '20
984 One and OnlyRicochet
983 Booyaka 619Rey Mysterio
982 619Rey Mysterio '05
981 PowerNation of Dominationl
980 The Acolytes (Ministry Theme)Ministry of Darknessl
979 Last One StandingMansoorl
978 Thuhn-DerJushin Thunder Ligerhm
977 LonghornJohn Bradshaw Layfield
976 Trust MeJake “The Snake” Roberts
975 Viva La RazaEddie Guerrero '05
974 I Am PerfectionDolph Ziggler '09
16777216 Dirty Dawgs
972 ThunderTimothy Thatcher
971 Do You Smell?The Rock '98
970 Ball PitShotzi
969 Get Out the WayRaquel González
968 Sound the AlarmAustin Theory
967 It's TimeThe Hurt Businessp
966 Oh You Didn't Know?Road Dogg
965 I'm CominMVP4s
964 RegalityWilliam Regal
963 WarThe Viking Raiders
962 Rest In PeaceThe UndertakerHr
961 Good Friendship Song - Let Me InThe Fiend Bray Wyatt
960 Wicked EnchantmentCandice LeRaer
959 InfamyDamian Priestr
958 Chicane BoysTegan Nox
957 Severed HeadShotzi
956 The Rising SunShinsuke Nakamurads
955 We RiotThe Riott Squad
954 Shut 'em DownRECKONING
953 BreakoutNikki Cross
952 New FoundationNatalyat
951 Comin' Back For YouJohnny Gargano
950 AmbitiousHumberto Carrillou
949 Nation of DominationNation of Domination
948 Acolytes (Ministry of Darkness)Ministry of Darkness
947 Rise from the AshesEmber Moon
946 Are You ReadyD Generation X
945 FadeDrew Gulak
944 BloodEdge and Christianv
943 Riding The EdgeAustin Theory
942 GiantAndré the Giant
941 So You Think You Can FlyzSo You Think You Can Flyz
940 Catch Your Breath (Remix)Finn Bálorx
939 New Day, New WayXavier Woods
938 Make Some NoiseX-Pac
937 Symphony No. 9 in E MinorWALTER
936 VelveteenVelveteen Dreamy
935 InauguralTyler Batey
934 HeavyTucker z
933 The GameTriple H
932 Moustache MountainTrent Sevenz
931 Lightning ThunderToni Stormz
930 No One Will SurviveTommaso Ciampa
929 The Ho TrainThe Godfather
928 HellfireSheamus
927 The RisingSeth Rollins
926 Sky's the Limit (Remix)Sasha Banks
925 We RiotThe Riott Squadd
924 We RiotRuby Riot
923 WarRowe (Erik)
922 One and OnlyRicochet
921 BrutalityRhea Ripley
920 HoneyPeyton Royce
919 Blue Collar SolidOtis}
918 New WayNew Day
917 Opposite Ends Of The WorldMurphy
916 Killer InstinctMojo Rawley
915 Number OneMia Yim
914 Hey BroRiddle
913 Some Bodies Gonna Get ItMark Henry
912 Fall To PiecesMark Andrews
911 I've ArrivedMandy Rose
910 Nah NahLiv Morgan
909 FreakLars Sullivanp
908 New Day, New WayKofi Kingston
907 Born to Bring itKeith Lee
906 Comin' Back For YouJohnny Gargano
905 Ain't No Make BelieveJohn Morrison
904 Gates of KievJerry "The King" Lawler
903 Do Unto OthersJaxson Ryker
902 Fly LifeIsaiah "Swerve" Scott
901 Tokyo ShockIo Shirai
900 Dale Gas AHumberto Carrillo
899 WarIvar
898 Amen (I'm Goin' In)Elias
897 Gallantry (Defining Moment Remix)Drew McIntyreP
896 VengeanceDominik Dijakovic
895 Here to Show the WorldDolph Ziggler
894 InfamyDamian Priest
893 KombatDakota Kaih
892 Who I Am!ChynaD
891 EliteChad Gable
890 Return of the FireCesaro
889 TrediciCarmella
888 Never Back DownCandice LeRae
887 HaircutBrutus "The Barber" Beefcake
886 Let Me InThe Fiend Bray Wyatt
885 Rap SheetBooker T
884 Go Go Go (The B-Team)Bo Dallas
883 TitanBobby Lashley
882 SeductionBillie Kay
881 To The TopApollo Crews
880 Feel the PowerBig E
879 MachismoAngel Garza
878 Symphony No. 9 in E MinorAlexander Wolfe
877 The FuryAlexa Bliss
876 No Man's LandAleister Black
875 DeliveranceBayley
874 Millionaire BMillionaire B
873 Green BluegrassGreen Bluegrass
872 American SuperheroAmerican Superhero
871 War DanceWar Dance
870 Rebel HeartRebel Heart
869 Gallantry (Defining Moment Remix)Hacker Johnny Gargano
868 CyberspaceDrew Hackintyre
867 CyberspaceSecurity Program Tamina
866 VelveteenAntivirus Carmella
865 Creeping VinesN14 j4xH
864 Building MomentumHacker Asuka
863 Voyager SpacecraftDaemon Sonya Deville
862 DifferenceCyber Naomi
861 RicochetChairwoman Bliss
860 RicochetA-Mecha - Sa Bliss
859 Big Hair DayRock N' Rollups
858 Rebel HeartGlam Rock Johnny Gargano
857 Escape From MarsSea Creature
856 Vintage GamingSasha Memory Banksď
855 Samurai SighSamantha Urai
854 Escape From MarsMr. Mackleroy
853 Big Hair DayMisfit Molly
852 Heroic MissionGeorgia Washington
851 Russian MarchDosvetanya
850 Fast MoneyBay Lee Billionaire
849 Big Hair DayBad Hair Day
848 HeavyWasteland Heavy Machinery
847 VelveteenRaider Velveteen Dream
846 We RiotWarrior Ruby Riott
845 One and OnlyNew Years Ricochet
844 The Truth ReignsArctic Shield Roman Reigns
843 HeavyGifted TuckerL
842 HeavyGifted Otis
841 DestroyerOverloard Joeē
840 The Second Coming - Burn It Down IntroWasteland Seth
839 AnimalGrand Champion Batista
838 The Right Amount Of WrongCorrupted Jack
837 I Bring the Darkness (End of Days)Gatekeeper Corbin
836 No Limits On MeFortune Fighter Ali
835 Worlds ApartZombie Sami Zayn
834 Swiss Made / HellfireZombie CesaroL
833 Hero's WelcomeZombie Kassius Ohno
832 Glorious DominationZombie Robert Roode
831 Swiss Made / HellfireFed-Up Sheamus8
830 Let Me InThe Fiend Bray Wyatt
829 Рев на лъвът‚ (Roar of the Lion)Pilgrim Rusev
828 Sky's the LimitZombie Sasha Banks
827 Root of All EvilWicked Aleister Black
826 Behind the MaskUnleashed Apex Predator Randy Orton
825 Live in FearThe Swampfather Bray Wyatt
824 Catch Your Breath - Demon (Long)Demon King Finn Balor
823 I Am StrongerFrankenStrowman
805 Hardcore 3Hardcore 3ę
804 Underground 3Underground 3
803 Western 4Western 4D
802 Save My Soul80's 4
801 Futuristic 1Futuristic 1
800 USA 3USA 3
763 Who I Am!Chyna 20004
762 Know Your RoleThe Rock 1999
761 WreckMankind 1999
760 Real AmericanHollywood Hogan 2002T
747 Force of GreatnessForce of Greatness
746 Force of GreatnessForce of Greatness
745 New FoundationNew Foundation
744 New FoundationNew Foundation(
743 You Can Look (But You Can't Touch)You Can Look (But You Can't Touch)
742 You Can Look (But You Can't Touch)You Can Look (But You Can't Touch)
741 HitmanHitman4
740 Sky's The LimitSky's The Limit
739 Sky's The LimitSky's The Limit
738 Sky's The LimitSky's The Limit
737 Sky's The LimitSky's The Limit
736 Sky's The LimitSky's The Limit
735 Sky's The LimitSky's The Limit
734 Sky's The LimitSky's The Limit
733 Turn It UpTurn It UpL
732 Turn It UpTurn It Up
731 Turn It UpTurn It Up
730 Turn It UpTurn It Up
729 Celtic InvasionCeltic Invasion
728 Celtic InvasionCeltic Invasion
727 Celtic InvasionCeltic Invasion
726 Celtic InvasionCeltic Invasion
725 Celtic InvasionCeltic Invasion
724 RecognitionRecognition
723 RecognitionRecognition
722 RecognitionRecognition
721 RecognitionRecognition
720 RecognitionRecognition
719 RecognitionRecognition
718 RecognitionRecognition
717 RecognitionRecognition
716 RecognitionRecognition
715 RecognitionRecognition
714 RespectfulRespectfulh
713 RespectfulRespectfulh
712 FabulousFabulous
711 The FutureThe Future8
710 SpitefulSpiteful
709 RecognitionRecognition
708 Celtic InvasionCeltic Invasion
707 Celtic InvasionCeltic Invasion
706 Stars in the NightStars in the Night
705 Beautiful LifeBeautiful Life
704 Amazing (Remix)Amazing (Remix)
703 Pa-Pa-Pa-Pa-PartyPa-Pa-Pa-Pa-Party
702 ObsessionObsession
701 Also Sprach ZarathustraAlso Sprach Zarathustra
700 Also Sprach ZarathustraAlso Sprach Zarathustra
659 WAR (FT. SKRILLA DA KID)Underground 3
16777216 Hardcore 3Hardcore 3
16777216 80's 480's 4
16777216 Western 4Western 4
16777216 Western 3Western 3
16777216 Western 2Western 2
16777216 Western 1Western 1
16777216 Voyage 3Voyage 3
16777216 Voyage 2Voyage 2
16777216 Voyage 1Voyage 1
16777216 USA 3USA 3
16777216 USA 2USA 2
16777216 USA 1USA 1
16777216 Traditional 3Traditional 3
16777216 Traditional 2Traditional 2
16777216 Traditional 1Traditional 1
16777216 Sports 3Sports 3
16777216 Sports 2Sports 2
16777216 Sports 1Sports 1
16777216 Spark 3Spark 3
16777216 Spark 2Spark 2
16777216 Spark 1Spark 1
16777216 Modern 3Modern 3
16777216 Modern 2Modern 2
16777216 Modern 1Modern 1
16777216 Legend 3Legend 3
16777216 Legend 2Legend 2
16777216 Legend 1Legend 1
16777216 Clockwork 3Clockwork 3
16777216 Clockwork 2Clockwork 2
16777216 Clockwork 1Clockwork 1
16777216 Classical 3Classical 3
16777216 Classical 2Classical 2
16777216 Classical 1Classical 1
16777216 Candies 3Candies 3
16777216 Candies 2Candies 2
16777216 Candies 1Candies 1
16777216 Underground 2Underground 2
16777216 Underground 1Underground 1
16777216 Steel 2Steel 2
16777216 Steel 1Steel 1
16777216 Stars 2Stars 2
16777216 Stars 1Stars 1
16777216 Neon 2Neon 2
16777216 Neon 1Neon 1
16777216 Hardcore 2Hardcore 2
16777216 Hardcore 1Hardcore 1
16777216 Goth 2Goth 2
16777216 Goth 1Goth 1
16777216 Futuristic 2Futuristic 2
16777216 Futuristic 1Futuristic 1
16777216 Fighting Spirit 2Fighting Spirit 2
16777216 Fighting Spirit 1Fighting Spirit 1
16777216 Fabulous 2Fabulous 2
16777216 Fabulous 1Fabulous 1
16777216 90's 290's 2
16777216 90's 190's 1
16777216 80's 380's 3
16777216 80's 280's 2
16777216 80's 180's 1
16777216 Movie Star 2Movie Star 2
16777216 American PatriotAmerican Patriot
16777216 IslanderIslander
16777216 FlamboyantFlamboyant
16777216 Japanese PatriotJapanese Patriot
16777216 British PatriotBritish Patriot
16777216 Chinese PatriotChinese Patriot
16777216 RoyaltyRoyalty
16777216 Irish PatriotIrish Patriot
16777216 BillionaireBillionaire
16777216 Ladies ManLadies Man
16777216 PerfectionistPerfectionist
16777216 Italian PatriotItalian Patriot
16777216 Sexy DivaSexy Diva
16777216 US PresidentUS President
16777216 Gold MedalistGold Medalist
16777216 Dark Super HeroDark Super Hero
16777216 French PatriotFrench Patriot
16777216 BikerBiker
16777216 Movie Star 1Movie Star 1
16777216 Hell's DemonHell's Demon
16777216 BodybuilderBodybuilder
16777216 Super HeroSuper Hero
363 So Close NowThe Usos '14 (Jimmy '14 & Jey Uso '14)
362 We RiotThe Riott Squad
361 Sultry (XO)Peyton Royce
360 The Deletion AnthemMatt Hardy
359 Break It Down (D-Generation X)'HBK/HHH(D-Generation X)
350 Rollin/Out of the Fire (mashup of Kane/Out Of The Fire and Undertaker/Rollin' by Limp Bizkit)Brothers of Destruction
316 WarViking Raiders (Hanson & Rowe)
315 Bring the SwagThe Street Profits
314 Go,Go,GoThe B-Team (Curtis Axel & Bo Dallas
313 HeavyHeavy Machinery (Otis Dozovic & Tucker Knight)
312 Femme FataleIiconics
311 Southern ProudThe Revival (Dash Wilder & Scott Dawson)
310 RockhouseThe Outsiders
309 Omen in the SkyGallows & Andersoon
308 You Can Look (But You Can't Touch)The Bellas (Nikki & Brie Bella)
307 Golden GoddessSonya & Mandy
306 Know Your Role/WreckThe Rock 'N' Sock Connection
305 Mustache MountainMustache Mountain
304 RadioCurt Hawkins & Zack Ryder`
303 Flight of the ValkyriesDaniel Bryan & Rowan
302 PainThe Authors of Pain
301 Swiss Made / HellfireThe Bar (Sheamus & Cesaro)
300 UndisputedThe Undisputed EraT
299 Lucha LuchaLucha House Party (Kalisto, Lince Dorado. Gran Metalik)
298 LoadedThe Hardy Boyz (Jeff Hardy & Matt Hardy)
297 Done With That - Day One RemixThe Usos (Jimmy Uso & Jey Uso)
296 New Day, New WayThe New Day
295 BreezangoBreezango
288 Take CoverToni StormH
287 BrutalitlyRhea Ripley
286 Number OneMia Yim
285 Genius Of The SkyIo Shirai
284 High GroundDakota Kai
283 Never Back DownCandice LeRae
282 Loyalty Is EverythingShayna Baszler
281 The Next VoyageKairi Sane
280 Watch Me ShineBianca Belairp
261 Mustache MountainTrent Seven
260 Hey BroMatt Riddle
259 Fall to PiecesMark Andrews
258 LimitlessKeith Lee
257 Do Unto OthersJaxson Ryker
256 WarRowe
255 WarHanson
254 VelveteenVelveteen Dreamp
253 InauguralTyler Bate
252 BruiserwegihtPete Dunne
251 CombativeOney Lorcan
250 Bring the SwagMontez Ford
249 UndisputedKyle O'Reilly
248 UndisputedBobby Fish
247 Bring the SwagAngelo Dawkins
246 UndisputedAdam Cole
245 Stand TallShane Thorne
244 No One Will SurviveTommaso Ciampa
243 Rebel HeartJohnny Gargano
242 Hero's WelcomeKassius Ohno
241 UndisputedRoderick Strong
227 Molly HollyMolly Holly
226 Stars in the NightPaige|
225 You Can Look (But You Can't Touch)Nikki Bella
224 Beautiful LifeBrie Bella
223 GlamazonBeth Phoenix
222 With Legs Like ThatMaria Kanellis
221 Time To Rock & RollTrish Stratus
220 LoveFuryPassionEnergyLita
171 The Shango TangoPapa Shango
170 I Walk AloneBatista 2014
169 Turbo ChargedSting '91
168 Sting ThemeSting '99
167 RockhouseScott Hall (nWo)8
166 Diesel BluesDiesel
165 Trust MeJake "The Snake" Roberts '91
164 Medal (Revisited)Kurt Angle '06
163 Sexy BoyShawn Michaels '05
162 Also Sprach ZarathustraRic Flair '88
161 InvasionGoldberg
160 My TimeTriple H '01
159 MetalingusEdge
158 Funeral MatchUndertaker '91
157 RockhouseKevin Nash (nWo)
156 Bad BoyRazor Ramon
155 Opening CeremonyRicky "The Dragon" Steamboat '87
154 X-Pac Theme (Make Some Noise)X-Pac8
153 X-Pac Theme (Make Some Noise)X-Pac8
152 UnstableUltimate Warrior
151 Hard TimesBig Boss Man
150 HaircutBrutus Beefcake
149 Pomp and CircumstanceMacho Man Randy Savage
148 You're Gonna PayUndertaker '02
147 Common Man BoogieDusty Rhodes
146 HitmanJim "The Anvil" Neidhart
145 Some Bodies Gonna Get ItMark Henry
144 HitmanBret "The Hitman" Hart
143 Hot RodRowdy Roddy Piper
142 Gates of KievJerry Lawler
141 Sexy BoyShawn Michaels '97
140 It's All About the MoneyTed DiBiase
139 Also Sprach ZarathustraRic Flair
138 Ave SatanusAndré the Giant
137 Viva La RazaEddie Guerrero
136 No Chance In HellMr. McMahon T
135 Just Close Your EyesChristian
134 Rap SheetBooker T
133 MedalKurt Angle '01
132 Rest In PeaceUndertaker
131 Hell Frozen OverStone Cold Steve Austin
130 ElectrifyingThe Rock
123 Making a DifferenceZelina Vega
122 Like A LadyLacey Evans
121 Square Up (Remix)Sonya Deville
120 Blood WolfSarah Logan
50331648 Bad ReputationRonda Rousey
118 Golden GoddessMandy Rose
117 Nah NahLiv Morgan
116 We RiotRuby Riot
115 Femme FatalePeyton Royce
114 Femme FataleBillie Kay
113 Free The FlameEmber Moon
112 'Glasgow CrossNikki Cross
111 Force of GreatnessNia Jax0
110 RespectfulDana Brooke
109 FabulousCarmella '20
108 Turn It UpBayley '15
107 The FutureAsuka,
106 SpitefulAlexa Bliss '20
105 Sky's the LimitSasha Banks '15
104 RecognitionCharlotte Flair
103 Celtic InvasionBecky Lynch
102 RavishingLanat
101 Amazing (Remix)Naomi
100 What You ThinkTamina
99 Pa-Pa-Pa-Pa-PartyAlicia Fox8
98 Pourquoi?Maryse
97 New FoundationNatalya
96 Welcome to the QueendomStephanie McMahon
95 ObsessionMickie James
93 Dale GasHumberto Carillo
92 Win It AllTony Nese
91 Go HardMustafa Ali '20
90 True LoveMike Kanellis
89 Lucha LuchaLince Dorado
88 For The BetterDrew Gulak
87 Magic Carpet RideAriya Daivari
86 GentlemanGentleman Jack Gallagher
85 Weekend RockstarNoam Dar
84 Lucha LuchaGran Metalik
83 Won't Let GoCedric Alexander
82 Strawberry MoonAkira Tozawa
81 Opposite Ends of The WorldBuddy Murphy
80 Man With a PlanThe Brian Kendrick
72 One and OnlyRicochet
71 Top ONE PercentEC3
70 Sher (Lion)Sunil Singh
69 Sher (Lion)Samir Singh
68 HeavyTucker Knight
67 HeavyOtis Dozovic`
66 FreakLars Sullivan
65 Root of All EvilAleister Black
64 Controlled ChaosEric Young
63 PainRezar
62 PainAkam
61 No WayNo Way Jose
60 Making A DifferenceAndrade "Cien" Almas
59 Glorious DominationRobert Roode
58 Shadows of a Setting SunShinsuke Nakamura
57 Omen in the SkyKarl Anderson
56 Catch Your Breath - Demon (Long)The Demon Finn Bálor
55 Cruise ControlApollo Crews
54 Southern ProudScott Dawson
53 Killer InstinctMojo Rawley
52 Southern ProudDash Wilder
51 EliteChad Gable`
50 PhenomenalAJ Styles
49 I Am StrongerBraun Strowman
48 Ruby RiottElias
47 \#MMMGorgeousTyler Breeze
46 DestroyerSamoa Joe
45 FightKevin Owens
44 Catch Your BreathFinn Bálor
43 I Bring the Darkness (End of Days)Baron Corbin
42 Lucha LuchaKalisto
41 Worlds ApartSami Zayn
40 Go,Go,GoBo Dallas
39 Рев на лъвът‚ (Roar of the Lion)Rusev
38 New Day, New WayXavier Woods
37 BrotherhoodHarper
36 SheepherderRowan
35 Live in FearBray Wyatt
34 Go,Go,GoCurtis Axel
33 ChaChaLaLaFandango
32 New Day, New WayBig E
31 Making MovesTitus O'Neil
30 The Second Coming - Burn It DownSeth Rollins '17
29 The Truth ReignsRoman Reigns
28 Swiss Made / HellfireCesarox
27 Next Big ThingBrock Lesnarp
26 FacelessSin Cara
25 More Than One ManHeath Slater
24 Done With That - Day One RemixJey Uso
23 Done With That - Day One RemixJimmy Uso
22 Flight of the ValkyriesDaniel Bryan
21 Sher (Lion)Jinder Mahal
20 Swiss Made / HellfireSheamus
19 Gallantry (Defining Moment Remix)Drew McIntyre
18 Here To Show The WorldDolph Ziggler
17 What's Up?R-Truthl
16 Face the FactsCurt Hawkins
15 RadioZack RyderH
14 I Came To PlayThe Miz
13 Omen in the SkyLuke Gallows
12 Set It OffShelton Benjamin
11 New Day, New WayKofi Kingston
10 VoicesRandy Orton
9 Here Comes the MoneyShane McMahon
8 The Time Is NowJohn Cena
7 Dominance (Remix)Bobby Lashley
6 Crank It UpBig Show
5 Booyaka 619Rey Mysterio
4 LoadedMatt Hardy
3 LoadedJeff Hardy
2 Veil of Fire (Rise Up Remix)Kane
# Prop IDs (PC)
**PROP ID****PROP NAME**
0003Ringbell
0004Dentable Black Chair With Blood
0005Table
0006Announcer Table
0007Announcer Table Cover
0011Ladder
0012Commentator's Chair
0013Cart
0020Money In The Bank Briefcase
0021Baseball Bat
0032Silver Stair
0033Silver Upper Stair
0034Silver Bottom Stair
0046Safety Cone
0047Pedestrian's Signl
0048Rocking Chair
0049Vending Machine
0050Shock Soda Machine
0059Plastic Bottle
0070Laptop
0072Knuckleduster/Brass Knuckles
0075Desk Light
0088Shinai/Kendo Stick
0094Contract
0102Sledgehammer
0112Interview Monitor
0114Cardboard Box
0115Distribution Board
0135Ambulance
0141WWE Microphone
0142WWE Microphone
0143NXT UK Mic
0150Audi (Car)
01512x4
0152Dentable Gray Chair With Blood
0158Tag Rope
0159WWE Microphone
0161Ladder (12')
0162Equipment Box
0166BG Tv
0167Trash Can
0168Distribution Board
0170Table
0193HIAC Top Cellframe
0194, 0195, 0196, 0197HIAC Top Separated Meshes
0199HIAC Door Frame
0200, 0201, 0202, 0203HIAC Break Fence 0
0300Alpha Emissive
0308Shader Ball
0309Mirrror Plane
0310Floor Plane
0312Char Standing
0317Belt
1030Collision 4m
2064Real Size Steel Cage
2065Hell In The Cell
2066Hell In The Cell Classic
2067Hell In The Cell Rust
2071Undertaker's Hat
2141Stretcher
2155Urn
2403JBL's Hat
2470Cellphone
2500JBL's Limo
2501Eddie Guerrero's Low Rider
2502Eddie Guerrero's Low Rider (Static)
2503Eddie Guerrero's BS Collision
2511Elimination Chamber
2528Headset Mic
2529Headset
2537Headset
2538Headset
2540Chuck Bike
2550Snake
2551Snake Bag
2559Short Lead Pipe
2560Money In The Bank Hook And Line
2590John Cena's Dog Tag with Chain
2591Fandango Entrance Object
2592Fandango Entrance Object (Flame)
2648United States (US) Flag
2666Scepter
2667KC Scepter
2671Bossman Night Stick
2674Drew McInytre's Sword (Angela)
2675Apollo Crew's Scepter
2702MOB Microphone
2703MOB Table
2704MOB Chair
2705MOB Mug
2706MOB Flowers
2708Slammy Award
2709KK Hourglass
2710Miss WWE Crown
2711Cameron's Hat
2712Shotzi's Helmet
2713SB Mouthguard
2714KC Crown
2715Io Shirai's Hood
2716Rey Mysterio Jr's Mask
2717Table CS
2718Machine Gun Kelly's Guitar
2719AJ Styles' Hood
2720Walter/Gunther's Jacket
2721EM's Hood
2722CA Curtain
2723Mago's Mask
2725Kushida's Glasses
2726Bianca Belair's Glasses
2726Boogeyman's Staff
2728Boogeyman's Clock
2729Xia Li's Horn Knives
2730AR Crown
2731Boogeyman's Worms
2732Xia Li's Hat
2733LP Glasses
2751A Bunch Of Money (Out)
2752A Bunch Of Money (In)
2754Goldberg Backstage Sign
2812John Cena's Cap (Black/Green)
2816Bray Wyatt's Lantern
2819Pom Pom's
2823The Rock's Elbow Pad
2830Erick Rowan's Sheep Mask
2837Nikki Bella Cap
2845Duffle Bag
4003Torch
4023Femur Bone
4029Baseball Bat
4038Nightstick
4039KC Scepter
4040Maniquinn Arm
4104Plush Sword
4112Kendo Stick
4113Shovel
4114Hockey Stick
4322Stop Sign
4400Announcer Table 2K19
4401Announcer Table Cover 2K19
4402Announcer Table Monitor 2K19
4403Announcer Table Classic
4404Announcer Table Cover Classic
4405Announcer Table Monitor Classic
4406Massage Table
4407Announcer Table 2K22
4408Announcer Table Cover 2K22
4409Announcer Table Monitor 2K22
6005WWE Microphone
6006WWE Microphone
6009DX Pyro Cannons
6010John Cena's Towel
6011Fire Stick
6014Tyler Breeze Selfie Stick and Phone
6015Film Clap Board
6016Big E's Towel
6029Survivor Series Gate Entrance
6030Summerslam 98 Stone Cold Steve Austin Glass Wall
6031Terminator 2 (T2) Bike
6034Headset
6035Headset
6041Alundra Blayze's Pyro
6043Mr Perfect's Towel
6044Mr Perfect's Gum
6045John Cena's Towel
6046Turnbuckle Collision
6048Samoa Joe Towel
6049Barricade Collision
6050Kane's Ring Pyro
6051Green Magic Stone
6055Chad Gable's Towel
6056Wacky Waving Inflatable Arm Flailing Tube Men(Tall)
6057Wacky Waving Inflatable Arm Flailing Tube Men(Low)
6058Audience Seat Area
6061Sasha Banks' Glasses
6062Asuka's Mask
6065Braun Strowman's Mask
6068Xavier Woods' Trombone
6070Goldberg's Pyro Cannons
6072Chainsaw
6073Chainsaw Blade
6074Chainsaw Blade Rotation
6078Skull
6079Voodoo Stick
6080Brutus Beefcake's Clippers
6081Rope and Cowbell
6082The Model's Rick Martel's Sprayer
6083Cane
6086Skull Multiply
6090BO-Lieve In Bo Placard
6091Holder
6093Turntable
6094Upland
6095Vader's Mask
6097Peyton Royce's Flower
6098Curt Hawkin's Pole
6300Razor Ramon's Toothpick
6302Dusty Rhodes' Tag Team Classic Trophy
6303Sami Zayn's Hat
6304Naomi's Glasse's
6307Police Clipboard
6312Elimination Chamber 2017
6313The Miz's Microphone
6314The Undertaker's Microphone
6318Nikki Bella's Breakable Shirt
6320Shader Ball (Test Shader)
6327Mini Tampoline
6331Apron Collision
6332SS Colision
6333Elias' Guitar
6338Aleister Black's Lift Device
6339Red Money In The Bank Case
6340Blue Money In The Bank Case
6341White Money In The Bank Case
6342Montez's Cup
6344Dana Brook's Clipboard
6345Kairi's Ship Wheel
6346Bludgeon Brother's Hammer
6349Metal Support Scaffold Truss
6350Ice Pack
6354Attack Range (Moveset)
6361Miz TV's Set
6362Stool
6369Cereal Box
6371Tray Of Pancakes
6374Audi Sports Car
6384John Cena's Towel
6385John Cena's Towel
6387The Undertaker's Jacket
6389CA Briefcase
6391Pancake
6396Attacker's Mask (Red Mask)
6409Sedan (Car)
6410Shaynea Beszlar's Towel
6411Tyler Bate's Towel
6416Viking Raiders Ivar's Helmet
6418Van Collision Rust
6422Lacey Evans Skirt
6423Viking Raiders Erik's Helmet
6424Trent's Towel
6427Mr. Socko
6429Sasha Banks' Legit Ring
6431Sasha Banks' Boss Ring
6432Sasha Banks' MB Glasses
9002Foldable Fan
9003Treasure Chest
9004Gran Metalik's Pinata
9005Kalisto's Pinata
9006Lince Dorado's Pinata
9007Noise Maker
9008Io Shirai's Mask
9009Jerry Lawler's Crown
9010Flip Flops
9011Spray Can
9012Toni Storm's Glasses
9016Steam Punk Pipe
9038WL Hot Rod
9050Handcuffs
9053Gym Bag
9055American Flag
9063Franken Table
9087Script
9098Folded Paper
9105Director's Chair
9108Pyro Cannon
9110List 2029
9111List 2023
9119Suitcase
9121Candle Wall
9125Boas
9134Disco Ball
9152Charlotte's Flair's Robe
9153Hulk Hogan's Shirt
9157Old Phone
9163Microphone
9165NXT Microphone
9167Black Pen
9171The Fiend's Lantern
9172Business Case
9179Sword Stand
9188Tall Barstool
9194Cardboard Boxes
9209Laptop 01A
9210Tablet 10B
9223Wacky Tube Men Tall
9224Wacky Tube Men Low
9225Target Indicator
9226Mercy
9227Abby
9228Shotzi's Tank
9229Generic Trophy
9231Apron
9232Belt Stand
9233WCW Nitro Logo
9234Balloon Arch
9235Balloon Pillar
9236Chicken Mask
9237Handrail A
9238Handrail B
9239Handrail C
9245King of the Ring Crown
9247Cellphone Cracked
9248Garage Door
9249Trash Can
9250Light Stand
9251Production Light
9252Electrical Bin
9253Trash Can with Wheels
9254Trash Bin
9255Promo Logo
9256Trash Bag
9257Glass Breakable
9259Box A
9260Box B
9261Box C
9263Tablet 01C
9264Belt on Stand
9265Wet Floor Sign
# Tag Team Titantron IDs (PC) **Folder path Movies/titantron**
**MOVIE ID****CAK FILE****NAME**
tag\_0001\_0\_0\_3bakedfile07The New Day
tag\_0001\_0\_0\_4bakedfile07The New Day (Hidden)
tag\_0002\_0\_0\_3bakedfile07The Usos
tag\_0003\_0\_0\_2bakedfile07The Revival (Hidden)
tag\_0004\_0\_0\_3bakedfile07Lucha House Party
tag\_0006\_0\_0\_3bakedfile07Breezango (Duplicate)
tag\_0007\_0\_0\_3bakedfile07Breezango
tag\_0008\_0\_0\_3bakedfile07Riott Squad (Hidden)
tag\_0009\_0\_0\_2bakedfile07Kevin Owens & Sami Zayn (Hidden)
tag\_0010\_0\_0\_2bakedfile07Authors of Pain (Hidden)
tag\_0011\_0\_0\_2bakedfile07The Bar (Hidden)
tag\_0012\_0\_0\_2bakedfile07Gallows & Anderson (Hidden)
tag\_0012\_0\_2\_2bakedfile07D-Generation X (Hidden)
tag\_0013\_0\_0\_2bakedfile07The Bludgeon Brothers (Hidden)
tag\_0014\_0\_0\_2bakedfile07Gallows & Anderson (Hidden)
tag\_0015\_0\_0\_2bakedfile07Major Players (Hidden)
tag\_0016\_0\_0\_2bakedfile07nWo (Hidden)
tag\_0017\_0\_0\_2bakedfile07The Usos (Hidden)
tag\_0018\_0\_0\_3bakedfile07The IIconics
tag\_0019\_0\_0\_3bakedfile07The Street Profits
tag\_0020\_0\_0\_2bakedfile07Heavy Machinery (Hidden)
tag\_0021\_0\_0\_2bakedfile07The Rock 'n' Sock Connection (Hidden)
tag\_0022\_0\_0\_2bakedfile07The B Team (Hidden)
tag\_0024\_0\_0\_3bakedfile07Moustache Mountain
tag\_0026\_0\_0\_2bakedfile07TM61 (Hidden)
tag\_0028\_0\_0\_2bakedfile07The Fabulous Freebirds (Hidden)
tag\_0029\_0\_0\_3bakedfile07The Outsiders
tag\_0030\_0\_0\_2bakedfile07The Von Erichs (Hidden)
tag\_0031\_0\_0\_2bakedfile07The Hardy Boyz (Hidden)
tag\_0032\_0\_0\_2bakedfile07Rock 'n' Roll Express (Hidden)
tag\_0033\_0\_0\_2bakedfile07The Shield (Hidden)
tag\_0035\_0\_0\_2bakedfile07Rock 'n' Roll-Ups (Hidden)
tag\_0036\_0\_0\_2bakedfile07Perth Preppies (Hidden)
tag\_0042\_0\_0\_2bakedfile07Dolph Ziggler & Drew McIntyre (Hidden)
tag\_0043\_0\_0\_2bakedfile07The Kanellis (Hidden)
tag\_0045\_0\_0\_3bakedfile07Undisputed Era (Hidden)
tag\_0046\_0\_0\_3bakedfile07Heavy Machinery
tag\_0047\_0\_0\_3bakedfile07The Viking Raiders
tag\_0048\_0\_0\_3bakedfile07The Way
tag\_0049\_0\_0\_3bakedfile07Legado Del Fantasma
tag\_0050\_0\_0\_3bakedfile07The APA (Hidden)
tag\_0051\_0\_0\_3bakedfile07The Dirty Dawgs
tag\_0052\_0\_0\_3bakedfile07Moustache Mountain (Duplicate)
tag\_0053\_0\_0\_3bakedfile07Retribution
tag\_0054\_0\_0\_3bakedfile07nWo
tag\_0055\_0\_0\_3bakedfile07Imperium
tag\_0056\_0\_0\_3bakedfile07The Hurt Business
tag\_0058\_0\_0\_3bakedfile07Oney Lorcan & Danny Burch
tag\_0059\_0\_0\_3bakedfile07Nation of Domination (Hidden)
tag\_0060\_0\_0\_3bakedfile07The Hart Foundation
tag\_0062\_0\_0\_3bakedfile07The Way (Candice & Indi)
tag\_0064\_0\_0\_3bakedfile07Alpha Academy
tag\_0928\_0\_0\_3bakedfile07Legado Del Fantasma (Duplicate)
tag\_0929\_0\_0\_3bakedfile07Legado Del Fantasma (Duplicate)
tag\_0930\_0\_0\_3bakedfile07Legado Del Fantasma (Duplicate)
tag\_1013\_0\_0\_1bakedfile07The Bludgeon Brothers (Hidden)
# Tag Team Gfx IDs (PC) **Folder path Movies/SS**
**FOLDER ID****CAK FILE****NAME**
1001\_New\_Day\_2022 bakedfile05The New Day
1002\_Uso\_2022 bakedfile05The Usos
1004\_Lucha\_House\_Party\_2022 bakedfile05Lucha House Party
1007\_Breezango\_2022 bakedfile05Breezango
1008\_Riott\_Squad\_2022 bakedfile05Riott Squad (Hidden)
1018\_Iconics\_2022 bakedfile05The IIconics
1019\_Street\_Profits\_2022 bakedfile05The Street Profits
1024\_Moustache\_Mountain\_2022 bakedfile05Moustache Mountain
1029\_The\_Outsiders\_2022 bakedfile05The Outsiders
1045\_Undisputed\_Era\_2022 bakedfile05Undisputed Era (Hidden)
1046\_Heavy\_Machinery\_2022 bakedfile05Heavy Machinery
1047\_Viking\_Raiders\_2022 bakedfile05The Viking Raiders
1048\_The\_Way\_2022 bakedfile05The Way
1049\_Legado\_Del\_Fantasma\_2022 bakedfile05Legado Del Fantasma
1050\_APA\_2022 bakedfile05The APA (Hidden)
1051\_Dirty\_Dawgs\_2022 bakedfile05The Dirty Dawgs
1052\_D\_Generation\_X\_2022 bakedfile05D-Generation X (Hidden)
1053\_RETRIBUTION\_2022 bakedfile05Retribution
1054\_NWO\_2022 bakedfile05nWo
1055\_Imperium\_2022 bakedfile05Imperium
1056\_Hurt\_Business\_2022 bakedfile05The Hurt Business
1057\_Brooke\_Rose\_2022 bakedfile05Dana Brooke & Mandy Rose (Hidden)
1058\_Brit-Am\_Brawlers\_2022 bakedfile05Oney Lorcan & Danny Burch
1059\_Nation\_of\_Domination\_2022 bakedfile05Nation of Domination (Hidden)
1060\_Heart\_Foundation\_2022 bakedfile05The Hart Foundation
1062\_Candice\_and\_Indi\_TheWay\_2022 bakedfile05The Way (Candice & Indi)
1064\_Alpha\_Academy\_2022 bakedfile05Alpha Academy
# Titantron IDs
**MOVIE ID****CAK #** **TRON NAME**
ent\_0100\_0\_0\_3bakedfile06The Rock
ent\_0101\_0\_0\_3bakedfile06Stone Cold
ent\_0102\_0\_0\_3bakedfile06Triple H
ent\_0103\_0\_0\_3bakedfile06Undertaker
ent\_0107\_0\_0\_3bakedfile06Kane
ent\_0108\_0\_0\_3bakedfile06Booker T
ent\_0109\_0\_0\_3bakedfile06Hulk Hogan
ent\_0112\_0\_0\_3bakedfile06Jeff Hardy
ent\_0114\_0\_0\_3bakedfile06JBL
ent\_0115\_0\_0\_3bakedfile06Mr. McMahon
ent\_0116\_0\_0\_2bakedfile06Rob Van Dam (Hidden)
ent\_116\_0\_0\_3bakedfile07Rob Van Dam
ent\_0118\_0\_0\_3bakedfile06Eddie Guerrero
ent\_0119\_0\_0\_3bakedfile06Andre The Giant
ent\_0123\_0\_0\_3bakedfile00Rey Mysterio
ent\_0126\_0\_0\_3bakedfile06Trish Stratus
ent\_0130\_0\_0\_3bakedfile06Ric Flair
ent\_0133\_0\_0\_3bakedfile06Bobby Lashley
ent\_0136\_0\_0\_3bakedfile06Ted DiBiase
ent\_0139\_0\_0\_3bakedfile06John Cena
ent\_0143\_0\_0\_3bakedfile06Mickie James
ent\_0147\_0\_0\_3bakedfile06Stephanie McMahon
ent\_0150\_0\_0\_3bakedfile06Congrats Bayley (MyRise)
ent\_0152\_0\_0\_3bakedfile06Shane McMahon
ent\_0153\_0\_0\_3bakedfile06Jerry Lawler
ent\_0159\_0\_0\_3bakedfile06Roddy Piper
ent\_0161\_0\_0\_3bakedfile06Randy Orton
ent\_0176\_0\_0\_3bakedfile06Kofi Kingston (Hidden)
ent\_0177\_0\_0\_3bakedfile06Bret Hart
ent\_0180\_0\_0\_3bakedfile06Jim Neidhart
ent\_0190\_0\_0\_3bakedfile06Shelton Benjamin
ent\_0192\_0\_0\_3bakedfile06Moveset Man (Hidden)
ent\_0207\_0\_0\_3bakedfile06The Brian Kendrick
ent\_0210\_0\_0\_2bakedfile06Undertaker '02 (Big Evil)
ent\_0212\_0\_0\_3bakedfile06British Bulldog
ent\_0218\_0\_0\_3bakedfile06The Miz
ent\_0224\_0\_0\_3bakedfile06Beth Phoenix
ent\_0232\_0\_0\_3bakedfile06Randy Savage
ent\_0238\_0\_0\_3bakedfile06Big Boss Man
ent\_0245\_0\_0\_3bakedfile06Cactus Jack
ent\_0246\_0\_0\_3bakedfile06Mankind (Hidden)
ent\_0247\_0\_0\_3bakedfile06Dude Love (Hidden)
ent\_0254\_0\_0\_3bakedfile06Ultimate Warrior
ent\_0272\_0\_0\_3bakedfile06R-Truth
ent\_0275\_0\_0\_3bakedfile06Dolph Ziggler
ent\_0278\_0\_0\_3bakedfile06Drew McIntyre
ent\_0279\_0\_0\_3bakedfile06Sheamus
ent\_0290\_0\_0\_3bakedfile06Natalya
ent\_0291\_0\_0\_3bakedfile06Maryse
ent\_0299\_0\_0\_3bakedfile06Tamina
ent\_0312\_0\_0\_3bakedfile06Road Dogg
ent\_0314\_0\_0\_3bakedfile06X-Pac
ent\_0316\_0\_0\_3bakedfile06The Godfather (Hidden)
ent\_0318\_0\_0\_3bakedfile06Jinder Mahal
ent\_0332\_0\_0\_3bakedfile06Jimmy Uso (Hidden)
ent\_0333\_0\_0\_3bakedfile06Jey Uso (Hidden)
ent\_0334\_0\_0\_3bakedfile06Razor Ramon
ent\_0335\_0\_0\_3bakedfile06Kevin Nash
ent\_0337\_0\_0\_3bakedfile06Vader
ent\_0343\_0\_0\_3bakedfile06Brock Lesnar
ent\_0344\_0\_0\_2bakedfile06The Rock '99 (Hidden)
ent\_0344\_0\_3\_2bakedfile06The Rock '99 (Hidden)
ent\_0346\_0\_0\_3bakedfile06Undertaker '95 (Phantom Mask)
ent\_0349\_0\_0\_3bakedfile06Edge
ent\_0355\_0\_0\_3bakedfile06Naomi
ent\_0358\_0\_0\_2bakedfile06Triple H '98 (Hidden)
ent\_0358\_0\_1\_2bakedfile06Triple H '98 (Hidden)
ent\_0359\_0\_0\_3bakedfile06Cesaro
ent\_0361\_0\_0\_3bakedfile06Goldberg
ent\_0364\_0\_0\_3bakedfile06Ric Flair '88
ent\_0365\_0\_0\_3bakedfile06Shawn Michaels '05
ent\_0368\_0\_0\_3bakedfile00Roman Reigns
ent\_0369\_0\_0\_3bakedfile06Seth Rollins '19 (Hidden)
ent\_0371\_0\_0\_3bakedfile06Titus O'Neil
ent\_0384\_0\_0\_3bakedfile00Big E
ent\_0385\_0\_0\_2bakedfile06Fandango (Hidden)
ent\_0392\_0\_0\_3bakedfile06Jake Roberts
ent\_0395\_0\_0\_3bakedfile06Diesel
ent\_0396\_0\_0\_3bakedfile06Scott Hall
ent\_0411\_0\_0\_3bakedfile06Batista
ent\_0420\_0\_0\_3bakedfile06Xavier Woods (Hidden)
ent\_0429\_0\_0\_3bakedfile06Sami Zayn
ent\_0430\_0\_0\_3bakedfile06Lana
ent\_0445\_0\_0\_3bakedfile06El Mago (MyRise)
ent\_0446\_0\_0\_2bakedfile06El Ordinario (MyRise)
ent\_0447\_0\_0\_3bakedfile06Hector Flores (MyRise)
ent\_0448\_0\_0\_1bakedfile06La Cangrejita Loca (MyRise)
ent\_0450\_0\_0\_3bakedfile06Mr. CQ (MyRise)
ent\_0451\_0\_0\_2bakedfile06Geneva Rose (MyRise)
ent\_0452\_0\_0\_2bakedfile06Odyssey Rift (MyRise)
ent\_0453\_0\_0\_3bakedfile06Paragon Jay Pierce (MyRise)
ent\_0454\_0\_0\_3bakedfile06Fanny (MyRise)
ent\_0458\_0\_0\_3bakedfile06King Booker
ent\_0459\_0\_0\_2bakedfile06Syxx
ent\_0513\_0\_0\_2bakedfile06Sting (Hidden)
ent\_0514\_0\_0\_3bakedfile06Kalisto (Hidden)
ent\_0552\_0\_0\_3bakedfile06Kayla Braxton (Hidden)
ent\_0557\_0\_0\_2bakedfile06The Unfrozen Cavewoman (Hidden)
ent\_0562\_0\_0\_3bakedfile06Rikishi
ent\_0573\_0\_0\_3bakedfile06King Corbin
ent\_0576\_0\_0\_3bakedfile06Finn Balor
ent\_0578\_0\_0\_1\_300bakedfile06Kevin Owens KO Show (Hidden)
ent\_0578\_0\_0\_3bakedfile06Kevin Owens
ent\_0579\_0\_0\_3bakedfile06Samoa Joe
ent\_0581\_0\_0\_3bakedfile06Tyler Breeze
ent\_0607\_0\_0\_3bakedfile06Murphy
ent\_0608\_0\_0\_3bakedfile06Elias
ent\_0609\_0\_0\_3bakedfile06Braun Strowman
ent\_0610\_0\_0\_3bakedfile06AJ Styles
ent\_0611\_0\_0\_3bakedfile06Becky Lynch
ent\_0612\_0\_0\_3bakedfile06Charlotte Flair
ent\_0613\_0\_0\_3bakedfile00Sasha Banks
ent\_0614\_0\_0\_3bakedfile06Chad Gable
ent\_0620\_0\_0\_3bakedfile00Alexa Bliss '21
ent\_0621\_0\_0\_3bakedfile06Asuka
ent\_0622\_0\_0\_3bakedfile06Bayley
ent\_0623\_0\_0\_3bakedfile06Carmella
ent\_0624\_0\_0\_3bakedfile06Dana Brooke
ent\_0625\_0\_0\_3bakedfile06Apollo Crews
ent\_0626\_0\_0\_3bakedfile06"Demon" Finn Balor
ent\_0629\_0\_0\_3bakedfile06Nia Jax
ent\_0630\_0\_0\_3bakedfile06Shinsuke Nakamura
ent\_0673\_0\_0\_3bakedfile06Papa Shango
ent\_0684\_0\_0\_3bakedfile06Asuka (Mask Intro)
ent\_0686\_0\_0\_3bakedfile06Robert Roode
ent\_0689\_0\_0\_3bakedfile06Roderick Strong
ent\_0691\_0\_0\_3bakedfile06Johnny Gargano
ent\_0692\_0\_0\_3bakedfile06Tommaso Ciampa
ent\_0694\_0\_0\_2bakedfile06Shane Thorne (Hidden)
ent\_0698\_0\_0\_3bakedfile06Nikki Cross
ent\_0702\_0\_0\_3bakedfile06Ember Moon
ent\_0703\_0\_0\_3bakedfile06Billie Kay
ent\_0704\_0\_0\_3bakedfile06Peyton Royce
ent\_0707\_0\_0\_3bakedfile06Akira Tozawa
ent\_0708\_0\_0\_3bakedfile06Cedric Alexander
ent\_0709\_0\_0\_3bakedfile06Gran Metalik (Hidden)
ent\_0728\_0\_0\_3bakedfile06Ariya Daivari
ent\_0729\_0\_0\_3bakedfile06Drew Gulak
ent\_0730\_0\_0\_3bakedfile06Lince Dorado (Hidden)
ent\_0732\_0\_0\_3bakedfile06Mustafa Ali
ent\_0734\_0\_0\_3bakedfile06Liv Morgan
ent\_0735\_0\_0\_3bakedfile06Mandy Rose
ent\_0736\_0\_0\_3bakedfile06Ronda Rousey
ent\_0738\_0\_0\_3bakedfile06Sonya Deville
ent\_0740\_0\_0\_3bakedfile06Angelo Dawkins (Hidden)
ent\_0742\_0\_0\_3bakedfile06Kyle O'Reilly
ent\_0744\_0\_0\_3bakedfile06Montez Ford (Hidden)
ent\_0745\_0\_0\_3bakedfile06Oney Lorcan
ent\_0746\_0\_0\_3bakedfile06Otis
ent\_0747\_0\_0\_3bakedfile06Pete Dunne
ent\_0750\_0\_0\_3bakedfile06Tucker
ent\_0751\_0\_0\_3bakedfile06Tyler Bate
ent\_0753\_0\_0\_3bakedfile06Bianca Belair
ent\_0755\_0\_0\_3bakedfile06Lacey Evans
ent\_0756\_0\_0\_3bakedfile00Shayna Baszler
ent\_0763\_0\_0\_3bakedfile06Cole Quinn (MyRise)
ent\_0776\_0\_0\_3bakedfile06Golden Sun \[Seth Rollins '20 Intro\] (Hidden)
ent\_0777\_0\_0\_3bakedfile06Lights Out \[Seth Rollins '20 Intro\] (Hidden)
ent\_0778\_0\_0\_3bakedfile06SuprStrLvr (Hidden)
ent\_0781\_0\_0\_3bakedfile06XL Moon Rise \[Xia Li Intro\] (Hidden)
ent\_0782\_0\_0\_3bakedfile06Sun Rise \[Sarray Intro\] (Hidden)
ent\_0801\_0\_0\_3bakedfile06Ivar (Hidden)
ent\_0802\_0\_0\_3bakedfile06Erik (Hidden)
ent\_0803\_0\_0\_3bakedfile06Candice LeRae
ent\_0804\_0\_0\_3bakedfile06Dakota Kai
ent\_0806\_0\_0\_3bakedfile06Ricochet
ent\_0807\_0\_0\_3bakedfile06Humberto Carillo
ent\_0810\_0\_0\_3bakedfile06Keith Lee
ent\_0812\_0\_0\_3bakedfile06Riddle
ent\_0813\_0\_0\_3bakedfile06Trent Seven
ent\_0814\_0\_0\_3bakedfile06Io Shirai
ent\_0815\_0\_0\_3bakedfile06Mia Yim
ent\_0816\_0\_0\_3bakedfile00Rhea Ripley
ent\_0817\_0\_0\_3bakedfile06Toni Storm
ent\_0819\_0\_0\_3bakedfile06El Mago Jr. (MyRise)
ent\_0822\_0\_0\_3bakedfile06Reilly Flash (Hidden)
ent\_0823\_0\_0\_3bakedfile06Chase (MyRise)
ent\_0829\_0\_0\_3bakedfile06Brooklyn Von Braun (MyRise)
ent\_0832\_0\_0\_3bakedfile06Josie Jane (MyRise)
ent\_0839\_0\_0\_3bakedfile06Chyna
ent\_0851\_0\_0\_3bakedfile06Bret Hart (Hidden)
ent\_0852\_0\_0\_1bakedfile06Seth Rollins
ent\_0854\_0\_0\_3bakedfile06Happy Corbin
ent\_0855\_0\_0\_3bakedfile06Nikki A.S.H.
ent\_0856\_0\_0\_3bakedfile06Seth Rollins '20
ent\_0857\_0\_0\_3bakedfile06King Nakamura
ent\_0858\_0\_0\_3bakedfile06Rey Mysterio Jr. '96 (Hidden)
ent\_0909\_0\_0\_3bakedfile06Angel Garza
ent\_0910\_0\_0\_3bakedfile06John Morrison
ent\_0911\_0\_0\_3bakedfile06WALTER
ent\_0912\_0\_0\_3bakedfile06Marcel Barthel
ent\_0913\_0\_0\_3bakedfile06Fabian Aichner
ent\_0914\_0\_0\_3bakedfile06Alexander Wolfe
ent\_0915\_0\_0\_3bakedfile06MVP
ent\_0916\_0\_0\_3bakedfile06Isiah "Swerve" Scott
ent\_0917\_0\_0\_3bakedfile06Austin Theory
ent\_0918\_0\_0\_3bakedfile06Dominik Dijakovic
ent\_0919\_0\_0\_3bakedfile06Shotzi
ent\_0920\_0\_0\_3bakedfile06Tegan Nox
ent\_0921\_0\_0\_3bakedfile06Cameron Grimes
ent\_0922\_0\_0\_3bakedfile00Damian Priest
ent\_0923\_0\_0\_3bakedfile06Dominik Mysterio
ent\_0924\_0\_0\_3bakedfile06Karrion Kross
ent\_0925\_0\_0\_3bakedfile06Scarlett (Hidden)
ent\_0926\_0\_0\_3bakedfile06Kushida
ent\_0927\_0\_0\_3bakedfile06Raquel Gonzalez
ent\_0928\_0\_0\_3bakedfile06Santos Escobar
ent\_0929\_0\_0\_3bakedfile06Joaquin Wilde
ent\_0930\_0\_0\_3bakedfile06Raul Mendoza
ent\_0931\_0\_0\_3bakedfile06Dexter Lumis
ent\_0932\_0\_0\_3bakedfile06Danny Burch
ent\_0933\_0\_0\_3bakedfile06Timothy Thatcher
ent\_0935\_0\_0\_3bakedfile06T-BAR (Hidden)
ent\_0937\_0\_0\_3bakedfile07Jordan Devlin
ent\_0938\_0\_0\_3bakedfile07Kay Lee Ray
ent\_0939\_0\_0\_2bakedfile07Eric Bischoff (Hidden)
ent\_0940\_0\_0\_3bakedfile07William Regal
ent\_0941\_0\_0\_3bakedfile07Farooq '01 (Hidden)
ent\_0942\_0\_0\_3bakedfile07Kevin Nash (nWo)
ent\_0943\_0\_0\_3bakedfile07Mansoor
ent\_0944\_0\_0\_1bakedfile07Adam Pearce (Hidden)
ent\_0945\_0\_0\_3bakedfile07Alexa Bliss
ent\_0947\_0\_0\_3bakedfile07Cedric Alexander '18 (Hidden)
ent\_0948\_0\_0\_3bakedfile07Mustafa Ali '18 (Hidden)
ent\_0949\_0\_0\_3bakedfile07Shelton Benjamin (Hidden)
ent\_0950\_0\_0\_3bakedfile07Dolph Ziggler '09
ent\_0951\_0\_0\_3bakedfile07Kane '08
ent\_0952\_0\_0\_3bakedfile07Rey Mysterio Jr.
ent\_0953\_0\_0\_3bakedfile07Rey Mysterio '05
ent\_0954\_0\_0\_3bakedfile07Rey Mysterio '06
ent\_0955\_0\_0\_3bakedfile07Rey Mysterio '08
ent\_0956\_0\_0\_3bakedfile07Candice LeRae '19 (Hidden)
ent\_0957\_0\_0\_3bakedfile07Eddie Guerrero '97
ent\_0958\_0\_0\_3bakedfile07Hollywood Hogan
ent\_0959\_0\_0\_3bakedfile07Johnny Gargano '18 (Hidden)
ent\_0960\_0\_0\_3bakedfile07Logan Paul
ent\_0962\_0\_0\_3bakedfile07Undertaker '98 (Ministry)
ent\_0963\_0\_0\_3bakedfile07Scott Hall (nWo)
ent\_0964\_0\_0\_3bakedfile07The Miz '11
ent\_0966\_0\_0\_3bakedfile07Yokozuna
ent\_0967\_0\_0\_3bakedfile07Umaga
ent\_0968\_0\_0\_3bakedfile07Rick Boogs
ent\_0969\_0\_0\_3bakedfile07Doudrop
ent\_0970\_0\_0\_3bakedfile07Boogeyman
ent\_0971\_0\_0\_3bakedfile07Ilja Dragunov
ent\_0972\_0\_0\_3bakedfile07Indi Hartwell
ent\_0973\_0\_0\_3bakedfile07The Hurricane
ent\_0974\_0\_0\_3bakedfile07Stacy Keibler
ent\_0975\_0\_0\_3bakedfile07Omos
ent\_0976\_0\_0\_3bakedfile07Wes Lee
ent\_0977\_0\_0\_3bakedfile07Nash Carter (Hidden)
ent\_0978\_0\_0\_3bakedfile07Doink The Clown
ent\_0979\_0\_0\_3bakedfile07Mr. T
ent\_0980\_0\_0\_3bakedfile07Kacy Catanzaro
ent\_0981\_0\_0\_3bakedfile07LA Knight
ent\_0982\_0\_0\_3bakedfile07Xia Li
ent\_0984\_0\_0\_3bakedfile07Commander Azeez
ent\_0985\_0\_0\_3bakedfile07Sarray
ent\_0986\_0\_0\_3bakedfile07A-Kid
ent\_0987\_0\_0\_3bakedfile07Machine Gun Kelly
ent\_1049\_0\_0\_3bakedfile07Legado Del Fantasma (Hidden)
ent\_10640\_0\_0\_3bakedfile07Alexa Bliss '21 (Hidden)
ent\_1064\_0\_0\_3bakedfile07Alpha Academy (Hidden)
ent\_019202\_0\_0\_3bakedfile07Moveset Man (Hidden)
# Wrestler Render IDs (PC) **Folder path UI/Assets/2K20\_texture/2K20\_Renders/Superstars/TypeA** **UI/Assets/2K20\_texture/2K20\_Renders/Superstars/TypeB**
**RENDER ID****CAK FILE****NAME**
10000\_THE\_ROCK bakedfile07The Rock
10100\_STONE\_COLD\_STEVE\_AUSTIN bakedfile07Stone Cold
10200\_TRIPLE\_H bakedfile07Triple H
10300\_UNDERTAKER bakedfile07Undertaker
10700\_KANE bakedfile07Kane
10800\_KING\_BOOKER bakedfile07Booker T
10900\_HULK\_HOGAN bakedfile07Hulk Hogan
11200\_JEFF\_HARDY bakedfile07Jeff Hardy
11400\_JOHN\_BRADSHAW\_LAYFIELD bakedfile07JBL
11410\_JBL bakedfile07JBL (Judgement Day '06)
11500\_VINCE\_MCMAHON bakedfile07Mr. McMahon
11600\_ROB\_VAN\_DAM bakedfile07Rob Van Dam
11800\_EDDIE\_GUERRERO bakedfile07Eddie Guerrero
11810\_EDDIE\_GUERRERO bakedfile07Eddie Guerrero (WM 21)
11900\_ANDRE\_THE\_GIANT bakedfile07Andre The Giant
12300\_REY\_MYSTERIO bakedfile00Rey Mysterio
12310\_REY\_MYSTERIO bakedfile00Rey Mysterio (RAW April '19)
12320\_REY\_MYSTERIO bakedfile00Rey Mysterio (RAW September '19)
12330\_REY\_MYSTERIO bakedfile00Rey Mysterio (Payback '20)
12600\_TRISH\_STRATUSbakedfile07Trish Stratus
13300\_BOBBY\_LASHLEY bakedfile07Bobby Lashley
13600\_TED\_DIBIASE bakedfile07Ted DiBiase
13900\_JOHN\_CENA bakedfile07John Cena
14300\_MICKIE\_JAMES bakedfile07Mickie James
14700\_STEPHANIE\_MCMAHON bakedfile07Stephanie McMahon
15200\_SHANE\_MCMAHON bakedfile07Shane McMahon
15210\_SHANE\_MCMAHON bakedfile07Shane McMahon (MyGM)
15300\_JERRY\_LAWLER bakedfile07Jerry Lawler
15900\_RODDY\_PIPER bakedfile07Roddy Piper
16100\_RANDY\_ORTON bakedfile07Randy Orton
17600\_KOFI\_KINGSTON bakedfile07Kofi Kingston
17700\_BRET\_HART bakedfile07Bret Hart
18000\_JIM\_NEIDHART bakedfile07Jim Neidhart
19000\_SHELTON\_BENJAMIN bakedfile07Shelton Benjamin
20700\_BRIAN\_KENDRICK bakedfile07The Brian Kendrick
21000\_UNDERTAKER\_BIGEVIL bakedfile07Undertaker '02 (Big Evil)
21200\_THE\_BRITISH\_BULLDOG bakedfile07British Bulldog
21800\_THE\_MIZ bakedfile07The Miz
22400\_BETH\_PHEONIX bakedfile07Beth Phoenix
23200\_RANDY\_SAVAGE bakedfile07Randy Savage
23800\_BIG\_BOSS\_MAN bakedfile07Big Boss Man
24500\_CACTUS\_JACK bakedfile07Cactus Jack
24600\_MANKINDbakedfile07Mankind
24900\_BOBBY\_HENNAN bakedfile07Bobby Heenan
25400\_ULTIMATE\_W bakedfile07Ultimate Warrior
27200\_R\_TRUTH bakedfile07R-Truth
27500\_DOLPH\_ZIGGLER bakedfile07Dolph Ziggler
27800\_DREW\_MCINTYRE bakedfile07Drew McIntyre
27900\_SHEAMUS bakedfile07Sheamus
29000\_NATALYA bakedfile07Natalya
29100\_MARYSE bakedfile07Maryse
29900\_TAMINA bakedfile07Tamina
30500\_FAAROOQ bakedfile07Farooq (NOD)
31200\_ROAD\_DOGG bakedfile07Road Dogg
31400\_X\_PAC bakedfile07X-Pac
31600\_GODFATHER bakedfile07The Godfather
31800\_JINDER\_MAHAL bakedfile07Jinder Mahal
33200\_JIMMY\_USO bakedfile07Jimmy Uso
33300\_JEY\_USO bakedfile07Jey Uso
33400\_RAZOR\_RAMON bakedfile07Razor Ramon
33500\_KEVIN\_NASH bakedfile07Kevin Nash
33700\_VADER bakedfile07Vader
34300\_BROCK\_LESNAR bakedfile07Brock Lesnar
34600\_UNDERTAKER bakedfile07Undertaker '95 (Phantom Mask)
34900\_EDGE bakedfile07Edge
35500\_NAOMI bakedfile07Naomi
35900\_CESARO bakedfile07Cesaro
36100\_GOLDBERG bakedfile07Goldberg
36400\_RIC\_FLAIR\_SM1 bakedfile07Ric Flair '88
36500\_SHAWN\_MICHAELS bakedfile07Shawn Michaels '05
36800\_ROMAN\_REIGNS bakedfile00Roman Reigns
36900\_SETH\_ROLLINS bakedfile07Seth Rollins '19 (MyRISE)
37100\_TITUS\_ONEIL bakedfile07Titus O'Neil
37400\_PAUL\_HEYMAN bakedfile07Paul Heyman
38400\_BIG\_E bakedfile00Big E
38500\_FANDANGO bakedfile07Fandango
39200\_JAKE\_ROBERTS bakedfile07Jake Roberts
39500\_DIESEL\_395\_DEFAULT\_ATTIRE bakedfile07Diesel
39600\_SCOTT\_HALL bakedfile07Scott Hall
41100\_BATISTA bakedfile07Batista
41110\_BATISTA bakedfile07Batista (SmackDown '09)
42000\_XAVIER\_WOODS bakedfile07Xavier Woods
42900\_SAMI\_ZAYN bakedfile07Sami Zayn
43000\_LANA bakedfile07Lana
44200\_TRIPLE\_H bakedfile07Triple H '13 (Manager)
44400\_STEPHANIE\_MCMAHON bakedfile07Stephanie McMahon
44500\_EL\_MAGO bakedfile07El Mago (MyRISE)
44600\_EL\_ORDINARIO bakedfile07El Ordinario (MyRISE)
44700\_HECTOR\_FLORES bakedfile07Hector Flores (MyRISE)
44800\_LA\_CANGREJITA\_LOCA bakedfile07La Cangrejita Loca (MyRISE)
44900\_LA\_VENGANZA bakedfile07La Venganza (MyRISE)
45100\_GENEVA\_ROSE bakedfile07Geneva Rose (MyRISE)
45200\_ODYSSEY\_RIFT bakedfile07Odyssey Rift (MyRISE)
45300\_PARAGON\_JAY\_PIERCE bakedfile07Paragon Jay Pierce (MyRISE)
45400\_FANNY bakedfile07Fanny (MyRISE)
45500\_KORY\_KLEIN bakedfile07Kory Klein (MyRISE)
45600\_ROAD\_DOGG bakedfile07Road Dogg (MyRISE)
45700\_SHAWN\_MICHAELS bakedfile07Shawn Michaels '18
45800\_KING\_BOOKER bakedfile07King Booker
45900\_SYXX bakedfile07Syxx
50700\_BARRON\_BLADE\_MANAGER\_ATTIRE bakedfile07Barron Blade (MyRISE)
51400\_KALISTO bakedfile07Kalisto
55000\_BYRON\_SAXTON bakedfile07Byron Saxton (MyRISE)
56200\_RIKISHI bakedfile07Rikishi
56400\_MR\_MCMAHON\_MANAGER bakedfile07Mr. McMahon (Manager)
57300\_BARON\_CORBIN bakedfile07King Corbin
57600\_FINN\_BALOR bakedfile07Finn Balor
57800\_KEVIN\_OWENS bakedfile07Kevin Owens
57900\_SAMOA\_JOE bakedfile07Samoa Joe
57910\_SAMOA\_JOE bakedfile07Samoa Joe (RAW April 2019)
58100\_TYLER\_BREEZE bakedfile07Tyler Breeze
60700\_BUDDY\_MURPHY bakedfile07Murphy
60800\_ELIAS bakedfile07Elias
60900\_BRAUN\_STROWMAN bakedfile07Braun Strowman
61000\_AJ\_STYLES bakedfile07AJ Styles
61100\_BECKY\_LYNCH bakedfile07Becky Lynch
61200\_CHARLOTTE bakedfile07Charlotte Flair
61300\_SASHA\_BANKS bakedfile00Sasha Banks
61400\_CHAD\_GABLE bakedfile07Chad Gable
62000\_ALEXA\_BLISS bakedfile00Alexa Bliss '21
62100\_ASUKA bakedfile07Asuka
62200\_BAYLEY bakedfile07Bayley
62300\_CARMELLA bakedfile07Carmella
62400\_DANA\_BROOKE bakedfile07Dana Brooke
62500\_APOLLO\_CREWS bakedfile07Apollo Crews
62600\_FINN\_BALOR\_DEMON bakedfile07"Demon" Finn Balor
62900\_NIA\_JAX bakedfile07Nia Jax
63000\_SHINSUKE\_NAKAMURA bakedfile07Shinsuke Nakamura
67300\_PAPA\_SHANGO bakedfile07Papa Shango
68600\_BOBBY\_ROODE bakedfile07Robert Roode
68900\_RODERICK\_STRONG bakedfile07Roderick Strong
69100\_JOHNNY\_GARGANO bakedfile07Johnny Gargano
69200\_TOMMASO\_CIAMPA bakedfile07Tommaso Ciampa
69400\_SHANE\_THORNE bakedfile07Slapjack
69800\_NIKKI\_CROSS bakedfile07Nikki Cross
70200\_EMBER\_MOON bakedfile07Ember Moon
70300\_BILLIE\_KAY bakedfile07Billie Kay
70400\_PEYTON\_ROYCE bakedfile07Peyton Royce
70700\_AKIRA\_TOZAWA bakedfile07Akira Tozawa
70800\_CEDRIC\_ALEXANDER bakedfile07Cedric Alexander
70900\_GRAN\_METALIK bakedfile07Gran Metalik
70910\_GRAN\_METALIK bakedfile07Gran Metalik (RAW September 2019)
72800\_ARIYA\_DAIVARI bakedfile07Ariya Daivari
72900\_DREW\_GULAK bakedfile07Drew Gulak
73000\_LINCE\_DORADO bakedfile07Lince Dorado
73200\_MUSTAFA\_ALI bakedfile07Mustafa Ali
73400\_LIV\_MORGAN bakedfile07Liv Morgan
73500\_MANDY\_ROSE bakedfile07Mandy Rose
73600\_RONDA\_ROUSEY bakedfile07Ronda Rousey
73800\_SONYA\_DEVILLE bakedfile07Sonya Deville
73810\_SONYA\_DEVILLE bakedfile07Sonya Deville (MyGM)
74000\_ANGELO\_DAWKINS bakedfile07Angelo Dawkins
74200\_KYLE\_OREILLY bakedfile07Kyle O'Reilly
74400\_MONTEZ\_FORD bakedfile07Montez Ford
74500\_ONEY\_LORCAN bakedfile07Oney Lorcan
74600\_OTIS\_DOZOVIC bakedfile07Otis
74700\_PETE\_DUNNE bakedfile07Pete Dunne
75000\_TUCKER\_KNIGHT bakedfile07Tucker
75100\_TYLER\_BATE bakedfile07Tyler Bate
75300\_BIANCA\_BELAIR bakedfile07Bianca Belair
75500\_LACEY\_EVANS bakedfile07Lacey Evans
75600\_SHAYNA\_BASZLER bakedfile00Shayna Baszler
77000\_COACH\_SEARS bakedfile07Coach Sears (MyRISE)
79600\_UNDERTAKER bakedfile07Undertaker (WM36)
80100\_HANSON bakedfile07Ivar
80200\_ROWE bakedfile07Erik
80300\_CANDICE\_LARAE bakedfile07Candice LeRae
80400\_DAKOTA\_KAI bakedfile07Dakota Kai
80600\_RICOCHET bakedfile07Ricochet
80700\_HUMBERTO\_CARILLO bakedfile07Humberto Carillo
81000\_KEITH\_LEE bakedfile07Keith Lee
81200\_MATT\_RIDDLE bakedfile07Riddle
81300\_TRENT\_SEVEN bakedfile07Trent Seven
81400\_IO\_SHIRAI bakedfile07Io Shirai
81500\_MIA\_YIM bakedfile07Mia Yim
81600\_RHEA\_RIPLEY bakedfile00Rhea Ripley
81700\_TONI\_STORM bakedfile07Toni Storm
81900\_EL\_MAGO\_JR bakedfile07El Mago Jr. (MyRISE)
82900\_BROOKLYN\_VON\_BRAUN bakedfile07Brooklyn Von Braun (MyRise)
83200\_JOSIE\_JANE bakedfile07Josie Jane (MyRise)
83900\_CHYNA bakedfile07Chyna
85200\_SETH\_ROLLINSbakedfile07Seth Rollins
85300\_UNDERTAKER bakedfile07Undertaker '10
85400\_HAPPY\_CORBIN bakedfile07Happy Corbin
85500\_NIKKI\_ASH bakedfile07Nikki A.S.H.
85600\_SETH\_ROLLINS bakedfile07Seth Rollins '20
85700\_KING\_NAKAMURA\_ bakedfile07King Nakamura
85800\_REY\_MYSTERIO\_JR bakedfile07Rey Mysterio Jr. '96 (Hidden)
86500\_FEMALE\_JOBBER\_DANIELLE\_WALLACE bakedfile07Danielle Wallace (MyGM Jobber)
86600\_FEMALE\_JOBBER\_ELLA\_RUBAU bakedfile07Ella Rubau (MyGM Jobber)
86700\_FEMALE\_JOBBER\_IGNITION bakedfile07Ignition (MyGM Jobber)
86800\_FEMALE\_JOBBER\_WHITNEY\_QUADE bakedfile07Whitney Quade (MyGM Jobber)
86900\_FEMALE\_JOBBER\_ANDREA\_CANNONS bakedfile07Andrea Cannons (MyGM Jobber)
87000\_FEMALE\_JOBBER\_MAYA\_T\_KIRK bakedfile07Maya T. Kirk (MyGM Jobber)
87100\_FEMALE\_JOBBER\_CORA\_CUT bakedfile07Cora Cut (MyGM Jobber)
87200\_FEMALE\_JOBBER\_NOVA\_NORTHERNLIGHT bakedfile07Nova Northernlight (MyGM Jobber)
87300\_FEMALE\_JOBBER\_LULA\_TANDY bakedfile07Lula Tandy (MyGM Jobber)
87400\_FEMALE\_JOBBER\_SAMMI\_GEORGE bakedfile07Sammi George (MyGM Jobber)
87500\_FEMALE\_JOBBER\_TAMARA\_TYCROSS bakedfile07Tamara Tycross (MyGM Jobber)
87600\_FEMALE\_JOBBER\_CHRISTINA\_FURY bakedfile07Christina Fury (MyGM Jobber)
87700\_FEMALE\_JOBBER\_JODIE\_GARCIA bakedfile07Jodie Garcia (MyGM Jobber)
87800\_FEMALE\_JOBBER\_BETH\_SPARTAN bakedfile07Beth Spartan (MyGM Jobber)
87900\_FEMALE\_JOBBER\_VICKI\_MACLEOD bakedfile07Vicki MacLeod (MyGM Jobber)
88000\_MALE\_JOBBER\_CHESTER bakedfile07Chester (MyGM Jobber)
88100\_MALE\_JOBBER\_BRODERICK bakedfile07Broderick (MyGM Jobber)
88200\_MALE\_JOBBER\_GUNTHER\_MCGIRDER bakedfile07Gunther McGirder (MyGM Jobber)
88300\_MALE\_JOBBER\_DUEY\_CARTER bakedfile07Duey Carter (MyGM Jobber)
88400\_MALE\_JOBBER\_ADRIAN\_BUCK bakedfile07Adrian Buck (MyGM Jobber)
88500\_MALE\_JOBBER\_RED\_MONSOON bakedfile07Red Monsoon (MyGM Jobber)
88600\_MALE\_JOBBER\_JAKE\_XANADU bakedfile07Jake Xanadu (MyGM Jobber)
88700\_MALE\_JOBBER\_MR\_HIGGLESBY bakedfile07Mr. Higglesby (MyGM Jobber)
88800\_MALE\_JOBBER\_JIVE\_OWENS bakedfile07Jive Owens (MyGM Jobber)
88900\_MALE\_JOBBER\_NICKOLAS\_MANN bakedfile07Nickolas Mann (MyGM Jobber)
89000\_MALE\_JOBBER\_JOEL\_WHEELER bakedfile07Joel Wheeler (MyGM Jobber)
89100\_MALE\_JOBBER\_TRITON bakedfile07Triton (MyGM Jobber)
89200\_MALE\_JOBBER\_BOBBY\_MARQUEE bakedfile07Bobby Marquee (MyGM Jobber)
89300\_MALE\_JOBBER\_CLINT\_MCDOUGHAL bakedfile07Clint McDoughal (MyGM Jobber)
89400\_MALE\_JOBBER\_TRENT\_SHAW bakedfile07Trent Shaw (MyGM Jobber)
89500\_MALE\_JOBBER\_KYLE\_SLICKMAN bakedfile07Kyle Slickman (MyGM Jobber)
89600\_MALE\_JOBBER\_BRUTE\_FORCE bakedfile07Brute Force (MyGM Jobber)
89700\_MALE\_JOBBER\_DANTE\_ROBERTS bakedfile07Dante Roberts (MyGM Jobber)
89800\_MALE\_JOBBER\_TIM\_BURR bakedfile07Tim Burr (MyGM Jobber)
89900\_MALE\_JOBBER\_SILENCE bakedfile07Silence (MyGM Jobber)
90000\_MALE\_JOBBER\_ADRIN\_WILLIAMS bakedfile07Adrin Williams (MyGM Jobber)
90100\_MALE\_JOBBER\_RICH\_ORIKAWA bakedfile07Rich Orikawa (MyGM Jobber)
90200\_MALE\_JOBBER\_LURCH\_EVANS bakedfile07Lurch Evans (MyGM Jobber)
90300\_MALE\_JOBBER\_THE\_RED\_FLAME bakedfile07The Red Flame (MyGM Jobber)
90400\_MALE\_JOBBER\_OLAF\_OSTROVSKY bakedfile07Olaf Ostrovsky (MyGM Jobber)
90900\_ANGEL\_GARZA bakedfile07Angel Garza
91000\_JOHN\_MORRISON bakedfile07John Morrison
91100\_WALTER bakedfile07WALTER
91200\_MARCEL\_BARTHEL bakedfile07Marcel Barthel
91300\_FABIAN\_AICHNER bakedfile07Fabian Aichner
91400\_ALEXANDER\_WOLFE bakedfile07Alexander Wolfe
91500\_MVP bakedfile07MVP
91600\_ISAIAH\_SWERVE\_SCOTT bakedfile07Isiah "Swerve" Scott
91700\_AUSTIN\_THEORY bakedfile07Austin Theory
91800\_DOMINIK\_DIJAKOVIC bakedfile07Dominik Dijakovic
91900\_SHOTZI\_BLACKHEART bakedfile07Shotzi
92000\_TEGAN\_NOX bakedfile07Tegan Nox
92100\_CAMERON\_GRIMES bakedfile07Cameron Grimes
92200\_DAMIAN\_PRIEST bakedfile00Damian Priest
92300\_DOMINIK\_MYSTERIO bakedfile07Dominik Mysterio
92310\_DOMINIK\_MYSTERIO bakedfile07Dominik Mysterio (Payback '20)
92400\_KARRION\_KROSS bakedfile07Karrion Kross
92500\_SCARLETT bakedfile07Scarlett
92600\_KUSHIDA bakedfile07Kushida
92700\_RAQUEL\_GONZALEZ bakedfile07Raquel Gonzalez
92800\_SANTOS\_ESCOBAR bakedfile07Santos Escobar
92900\_JOAQUIN\_WILDE bakedfile07Joaquin Wilde
93000\_RAUL\_MENDOZA bakedfile07Raul Mendoza
93100\_DEXTER\_LUMIS bakedfile07Dexter Lumis
93200\_DANNY\_BURCH bakedfile07Danny Burch
93300\_TIMOTHY\_THATCHER bakedfile07Timothy Thatcher
93400\_MACE bakedfile07MACE
93500\_TBAR bakedfile07T-BAR
93600\_RECKONING bakedfile07Reckoning
93700\_JORDAN\_DEVLIN bakedfile07Jordan Devlin
93800\_KAY\_LEE\_RAY bakedfile07Kay Lee Ray
93900\_ERIC\_BISCHOFF bakedfile07Eric Bischoff
94000\_WILLIAM\_REGAL bakedfile07William Regal
94010\_WILLIAM\_REGAL bakedfile07William Regal (MyGM)
94100\_FAAROOQ bakedfile07Farooq
94200\_KEVIN\_NASH bakedfile07Kevin Nash (nWo)
94300\_MANSOOR bakedfile07Mansoor
94400\_ADAM\_PEARCE bakedfile07Adam Pearce (MyGM)
94500\_ALEXA\_BLISS bakedfile07Alexa Bliss
94800\_MUSTAFA\_ALI bakedfile07Mustafa Ali '18 (MyRISE)
95000\_DOLPH\_ZIGGLER bakedfile07Dolph Ziggler '09
95100\_KANE bakedfile07Kane '08
95200\_REY\_MYSTERIO\_JR bakedfile07Rey Mysterio Jr.
95300\_REY\_MYSTERIO bakedfile07Rey Mysterio '05
95400\_REY\_MYSTERIO bakedfile07Rey Mysterio '06
95410\_REY\_MYSTERIO bakedfile07Rey Mysterio '06 (Judgement Day '06)
95500\_REY\_MYSTERIO bakedfile07Rey Mysterio '08
95600\_CANDICE\_LARAE bakedfile07Candice LeRae '19 (MyRISE)
95700\_EDDIE\_GUERRERO bakedfile07Eddie Guerrero '97
95800\_HOLLYWOOD\_HOGAN bakedfile07Hollywood Hogan
96000\_LOGAN\_PAUL bakedfile07Logan Paul
96200\_UNDERTAKER bakedfile07Undertaker '98 (Ministry)
96300\_SCOTT\_HALL bakedfile07Scott Hall (nWo)
96400\_THE\_MIZ bakedfile07The Miz '11
96600\_YOKOZUNA bakedfile07Yokozuna
96700\_UMAGA bakedfile07Umaga
96800\_RICK\_BOOGS bakedfile07Rick Boogs
96900\_PIPER\_NIVEN bakedfile07Doudrop
97000\_THE\_BOOGEYMAN bakedfile07Boogeyman
97100\_ILJA\_DRAGUNOV bakedfile07Ilja Dragunov
97200\_INDI\_HARTWELL bakedfile07Indi Hartwell
97300\_HURRICANE\_HELMS bakedfile07The Hurricane
97400\_STACY\_KEIBLER bakedfile07Stacy Keibler
97500\_OMOS bakedfile07Omos
97600\_WES\_LEE bakedfile07Wes Lee
97700\_NASH\_CARTER bakedfile07Nash Carter (Hidden)
97800\_DOINK\_THE\_CLOWN bakedfile07Doink The Clown
97900\_MR\_\_T bakedfile07Mr. T
98000\_KACY\_CATANZARO bakedfile07Kacy Catanzaro
98100\_LA\_KNIGHT bakedfile07LA Knight
98200\_XIA\_LI bakedfile07Xia Li
98400\_COMMANDER\_AZEEZ bakedfile07Commander Azeez
98500\_SARRAY bakedfile07Sarray
98600\_A\_KID bakedfile07A-Kid
98700\_MACHINE\_GUN\_KELLY bakedfile07Machine Gun Kelly
98800\_REY\_MYSTERIO\_SUMMERSLAM\_2009 bakedfile07Rey Mysterio '09
98810\_REY\_MYSTERIO\_2010 bakedfile07Rey Mysterio '09 (2010)
98900\_REY\_MYSTERIO bakedfile07Rey Mysterio DEC. '09
99000\_REY\_MYSTERIO bakedfile07Rey Mysterio '11