WWE 2K22
- Beginner's Guide to Modding
- Arenas
- Arena List
- #000 - SmackDown Live!
- #001 - WWE RAW
- #031 - WCW Nitro
- #032 - WCW Halloween Havoc 1998
- #043 - WWE SummerSlam 1998
- #045 - WWE WrestleMania 33
- #062 - Backstage Area (Locker Room)
- #063 - Backstage Area (SmackDown)
- #064 - Backstage Area (NXT)
- #069 - WWE Performance Center
- #070 - WWE Performance Center Arena
- #301 - WWE RAW 2020
- #310 - Mexico Plaza
- #461 - WWE RAW 2005
- #464 - WWE RAW 2011
- #501 - WWE Thunderdome
- #611 - WWE Clash of Champions 2017
- #701 - WWE RAW 2021
- Belts
- Character Folder List
- Character Slot IDs
- Commentary IDs
- Height Chart
- Movie IDs
- Music IDs
- Music List IDs
- NoelCortesGabrile
- Prop IDs (PC)
- Tag Team Titantron IDs (PC)
- Tag Team Gfx IDs (PC)
- Titantron IDs
- Wrestler Render IDs (PC)
Beginner's Guide to Modding
Introduction to Textures
Prerequisites
Compressonator | Download Here |
Texture Asset Type Table [DRAFT]
TYPE |
FORMAT |
QUALITY |
Clothing | BC1 | 1.0 |
Crowd Signs | BC3 | 1.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.
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:
- 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
- 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.
- A popup will appear, select OK with the default settings and the tool will the generate mipmaps for that particular texture.
- 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).
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.
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.
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.
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 |
Mod for installation | |
CakeTools Fonts | Download Here |
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.
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.
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.
Step #3 | Baking
Load CakeTools. Then choose 'File > Bake a Folder'.
- Locate your _mods folder.
- Click to go through to your _mods folder and select 'Select Folder'.
- 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.
- 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.
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.
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 |
RAD Tools (Zip Password is RAD) | Download Here |
Sample Video (MP4) | Download Here |
7 Zip 64-Bit *OPTIONAL* | Download Here |
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!]
Change the name of the output file to HomeScreenLoop-V4-1080.bk2 and click [Bink]!
You will see a compression results box, when it is finished, you can close RAD Video Tools.
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'.
- Locate your _mods folder.
- Click to go through to your _mods folder and select 'Select Folder'.
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.
- 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.
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
Arenas
Arena Information, including bytes.
Arena List
Updated for WWE 2K22 v1.21
Arena ID | Arena Name |
1 | RAW APR 2019 |
23 | Move Set Arena |
31 | WCW Monday Nitro |
32 | WCW Halloween Havoc 1997 |
43 | SummerSlam 1988 |
45 | WrestleMania 33 |
62 | Locker Room RAW |
63 | Locker Room SmackDown |
64 | Locker Room NXT |
69 | Performance Center - Weight Room |
70 | Smoke Test |
78 | BACKSTAGE |
86 | (null) |
87 | UI Background |
91 | CAA Arena |
92 | 90s 1 |
93 | 90s 2 |
102 | Mae Young Classic |
117 | Conference Room |
118 | Sandbox Basic |
119 | Sandbox Brawl |
123 | LEGACY - NXT UK |
131 | Sandbox Basic |
132 | Sandbox Brawl |
133 | Sandbox Brawl |
135 | Sandbox Basic |
140 | Lighting CAS |
141 | CAA Arena |
142 | CAA Arena |
143 | CAA Arena |
144 | CAA Arena |
145 | CAA Arena |
146 | CAA Arena |
147 | CAA Arena |
148 | CAA Arena |
149 | CAA Arena |
150 | CAA Arena |
151 | CAA Arena |
152 | CAA Arena |
169 | Performance Center - Weight Room |
250 | Hotel Room 2029 |
262 | BCW |
287 | Studio Lighting |
290 | Janitors Closet |
291 | LAW |
300 | SmackDown 2020 |
301 | RAW 2020 |
310 | Mexico Plaza |
317 | Japan Hall |
322 | Backstage Brawl |
323 | Backstage Brawl |
324 | Backstage Brawl |
325 | Backstage Brawl |
326 | Backstage Brawl |
327 | Backstage Brawl |
328 | Backstage Brawl |
330 | GM Office RAW |
332 | GM Office SmackDown |
333 | GM Office NXT |
334 | Backstage - Hallway (Professional) |
335 | Backstage - Hallway Indie |
340 | Evolution |
341 | WrestleMania - MyRISE |
342 | King of the Ring |
343 | Queen Of The Ring |
360 | Firefly Funhouse |
361 | Jiu-Jitsu School |
363 | Pool Hall |
364 | Gym (Public/Travel Gym) |
366 | Hotel Lounge |
379 | Performance Center - Locker Room |
380 | Performance Center - Training Ring |
381 | Performance Center - Training Ring |
382 | Performance Center - Training Ring |
460 | WrestleMania 21 |
461 | RAW 2005 |
462 | Judgment Day 2006 |
463 | SmackDown 2009 |
464 | RAW 2011 |
467 | SummerSlam 2009 |
468 | Cyber Sunday 2008 |
469 | Royal Rumble 2010 |
470 | Starrcade 1996 |
471 | RAW SEP 2019 |
500 | SmackDown - ThunderDome |
501 | RAW - Thunderdome |
502 | NXT |
503 | 205 LIVE |
504 | Money In The Bank 2021 |
505 | NXT TakeOver: In Your House |
506 | WrestleMania Backlash |
507 | Horror Show at Extreme Rules |
508 | NXT TakeOver: XXX |
509 | SummerSlam 2020 |
510 | Payback 2020 |
511 | Clash Of Champions 2020 |
512 | NXT TakeOver 31 |
513 | Hell In A Cell 2020 |
514 | Survivor Series 2020 |
515 | TLC 2020 |
516 | Royal Rumble 2021 |
517 | Elimination Chamber 2021 |
518 | NXT TakeOver LA |
519 | WrestleMania 37 |
523 | Mixed Match Challenge |
525 | Fastlane 2021 |
526 | Main Event 2021 |
527 | NXT UK 2020 |
528 | NXT Vengeance Day |
529 | NXT Takeover: Stand & Deliver |
530 | NXT 2.0 |
531 | WrestleMania 38 |
540 | Souled Out 97 |
542 | Bash at the Beach 96 |
560 | SmackDown - Gym |
561 | RAW - Gym |
562 | NXT - Gym |
563 | NXT UK - Gym |
564 | SmackDown - LA Hall |
565 | RAW - LA Hall |
566 | NXT - LA Hall |
567 | NXT UK - LA Hall |
568 | SmackDown - Capitol Wrestling Center |
569 | RAW - Capitol Wrestling Center |
574 | NXT - Thunderdome |
575 | NXT UK - Thunderdome |
576 | SmackDown - MetLife |
577 | RAW - MetLife |
578 | NXT - MetLife |
579 | NXT UK - MetLife |
580 | SmackDown - RJS |
581 | RAW - RJS |
582 | NXT - RJS |
583 | NXT UK - RJS |
600 | SmackDown - ThunderDome |
601 | RAW - Thunderdome |
604 | Money In The Bank 2021 |
606 | WrestleMania Backlash |
609 | SummerSlam 2020 |
610 | Payback 2020 |
611 | Clash Of Champions 2020 |
613 | Hell In A Cell 2020 |
614 | Survivor Series 2020 |
615 | TLC 2020 |
616 | Royal Rumble 2021 |
617 | Elimination Chamber 2021 |
623 | Mixed Match Challenge |
625 | Fastlane 2021 |
626 | Main Event 2021 |
640 | Evolution |
642 | King of the Ring |
643 | Queen Of The Ring |
700 | SmackDown 2021 |
701 | RAW 2021 |
SmackDown 2018 |
#000 - SmackDown Live!
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00000.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00000.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_1.jsfb |
0x000000060 | Environment/PropsSet/PropsSet_1.jsfb |
0x000000078 | Environment/PropsSet/PropsSet_1.jsfb |
0x0000000F8 | Arena/Commonness/Skydome/Sky_Black |
0x000000100 | Arena/Global/Skydome/Skydome.mdl |
0x000000130 | Audience/AudienceDefs/Crowd00.jsfb |
0x000000140 | Arena Name |
0x000000158 | Arena/Main/00000/ibl |
0x000000178 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x000000198 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x0000001B8 | Arena/Commonness/Rope/Blue/Textures |
0x0000001D8 | Arena/Commonness/Ring_Mat/White/Textures |
0x000000208 | Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb |
0x000000228 | Arena/Commonness/LED_Corner_Post/SmackDown/Textures |
0x000000248 | Arena/Commonness/LED_Apron/RAW/Textures |
0x000000250 | Arena/Commonness/LED_Apron/RAW/LED_Apron.mdl |
0x000000270 | Arena/Commonness/Fence/Modern_2017/Textures |
0x000000278 | Arena/Commonness/Fence/Modern_2017/Fence.mdl |
0x000000298 | Arena/Commonness/Floor_Mattress/Modern_SmackDown/Textures |
0x0000002A0 | Arena/Commonness/Floor_Mattress/Modern_SmackDown/Floor_Mattress.mdl |
0x0000002C0 | Arena/Commonness/Stairs/Silver/Textures |
0x0000002E0 | Arena/Global/Stadium_Chair/Textures |
0x0000002E8 | Arena/Global/Stadium_Chair/Stadium_Chair.mdl |
0x0000002F0 | Arena/Stadium/FleetCenter_New/Layout_Stadium_chair.inst |
0x000000320 | Arena/Global/Arena_Chair/Textures |
0x000000328 | Arena/Global/Arena_Chair/Arena_Chair.mdl |
0x000000330 | Arena/Stadium/FleetCenter_New/Layout_Arena_chair.inst |
0x000000360 | Arena/Stadium/FleetCenter_Ads/Textures |
0x000000368 | Arena/Stadium/FleetCenter_Ads/FleetCenter_Ads.mdl |
0x000000398 | Arena/Stadium/FleetCenter_New/Textures |
0x0000003A0 | Arena/Stadium/FleetCenter_New/FleetCenter_New.mdl |
0x0000003A8 | Arena/Stadium/FleetCenter_New/light/lightObjects.jsfb |
0x0000003C8 | Arena/Commonness/Titan_Logo/SmackDown_2019/Textures |
0x0000003E8 | Arena/Commonness/Commentary_Seat/SmackDown17/Textures |
0x000000408 | Arena/Commonness/Ceiling_Lighting/Modern/Textures |
0x000000410 | Arena/Commonness/Ceiling_Lighting/Modern/Ceiling_Lighting.mdl |
0x000000430 | Arena/Commonness/Corner_Post/Silver/Textures |
0x000000450 | Arena/Commonness/Barricade/SmackDown2017/Textures |
0x000000458 | Arena/Commonness/Barricade/SmackDown2017/Barricade_SmackDown2017_SPM.mdl |
0x000000488 | Arena/Commonness/Barricade/SmackDown2017/Textures |
0x000000490 | Arena/Commonness/Barricade/SmackDown2017/Barricade_SmackDown2017.mdl |
0x0000004C0 | Arena/Commonness/Apron/SmackDown2017/Textures |
0x0000004F0 | Arena/Commonness/Titan_Logo/SmackDown_2019/Textures |
0x000000520 | Arena/Main/00000/Textures |
0x000000528 | Arena/Main/00000/WWE19_00_SmackDown.mdl |
0x000000530 | Arena/Main/00000/light/lightObjects.jsfb |
#001 - WWE RAW
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00001.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00001.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_RAW_2019.jsfb |
0x000000068 | Environment/PropsSet/PropsSet_RAW_2019.jsfb |
0x000000080 | Environment/PropsSet/PropsSet_RAW_2019.jsfb |
0x000000100 | Arena/Commonness/Skydome/Sky_Black |
0x000000108 | Arena/Global/Skydome/Skydome.mdl |
0x000000138 | Audience/AudienceDefs/Crowd00.jsfb |
0x000000148 | Arena Name |
0x000000160 | Arena/Main/00001/ibl |
0x000000180 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x0000001A0 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x0000001C0 | Arena/Commonness/Rope/Red/Textures |
0x0000001E0 | Arena/Commonness/Ring_Mat/White/Textures |
0x000000210 | Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb |
0x000000230 | Arena/Commonness/LED_Corner_Post/RAW2018/Textures |
0x000000250 | Arena/Commonness/LED_Apron/RAW/Textures |
0x000000258 | Arena/Commonness/LED_Apron/RAW/LED_Apron.mdl |
0x000000278 | Arena/Commonness/Fence/Modern_2017/Textures |
0x000000280 | Arena/Commonness/Fence/Modern_2017/Fence.mdl |
0x0000002A0 | Arena/Commonness/Floor_Mattress/Modern_RAW/Textures |
0x0000002A8 | Arena/Commonness/Floor_Mattress/Modern_RAW/Floor_Mattress.mdl |
0x0000002C8 | Arena/Commonness/Stairs/Silver/Textures |
0x0000002E8 | Arena/Global/Stadium_Chair/Textures |
0x0000002F0 | Arena/Global/Stadium_Chair/Stadium_Chair.mdl |
0x0000002F8 | Arena/Stadium/FleetCenter_New/Layout_Stadium_chair.inst |
0x000000328 | Arena/Global/Arena_Chair/Textures |
0x000000330 | Arena/Global/Arena_Chair/Arena_Chair.mdl |
0x000000338 | Arena/Stadium/Fleet_Center2017/Layout_Arena_chair.inst |
0x000000368 | Arena/Stadium/FleetCenter_Ads/Textures |
0x000000370 | Arena/Stadium/FleetCenter_Ads/FleetCenter_Ads.mdl |
0x0000003A0 | Arena/Stadium/FleetCenter_New/Textures |
0x0000003A8 | Arena/Stadium/FleetCenter_New/FleetCenter_New.mdl |
0x0000003B0 | Arena/Stadium/FleetCenter_New/light/lightObjects.jsfb |
0x0000003D0 | Arena/Commonness/Commentary_Seat/RAW18/Textures |
0x0000003F0 | Arena/Commonness/Ceiling_Lighting/Modern/Textures |
0x0000003D8 | Arena/Commonness/Ceiling_Lighting/Modern/Ceiling_Lighting.mdl |
0x000000418 | Arena/Commonness/Corner_Post/White/Textures |
0x000000438 | Arena/Commonness/Barricade/RAW2017_NEW/Textures |
0x000000440 | Arena/Commonness/Barricade/RAW2017_NEW/Barricade_RAW2017_NEW_SPM.mdl |
0x000000470 | Arena/Commonness/Barricade/RAW2017_NEW/Textures |
0x000000478 | Arena/Commonness/Barricade/RAW2017_NEW/Barricade_RAW2017_NEW.mdl |
0x0000004A8 | Arena/Commonness/Apron/RAW2018/Textures |
0x0000004D8 | Arena/Commonness/Titan_Logo/RAW_2019/Textures |
0x000000508 | Arena/Main/00001/Textures |
0x000000510 | Arena/Main/00001/WWE18_01_RAW.mdl |
0x000000518 | Arena/Main/00001/light/lightObjects.jsfb |
#031 - WCW Nitro
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00031.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00031.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_505.jsfb |
0x000000068 | Environment/PropsSet/PropsSet_505.jsfb |
0x000000080 | Environment/PropsSet/PropsSet_505.jsfb |
0x0000000F0 | Arena/Commonness/Skydome/Sky_Black |
0x0000000F8 | Arena/Global/Skydome/Skydome.mdl |
0x000000128 | Audience/AudienceDefs/Crowd00.jsfb |
0x000000138 | Arena Name |
0x000000150 | Arena/Main/00031/ibl |
0x000000170 | Arena/Commonness/Turnbuckle/WCW_Red/Textures |
0x000000190 | Arena/Commonness/Turnbuckle/WCW_Red/Textures |
0x0000001B0 | Arena/Commonness/Rope/Black/Textures |
0x0000001D0 | Arena/Commonness/Ring_Mat/White/Textures |
0x000000200 | Arena/Commonness/Spotlight/Classic/light/lightObjects.jsfb |
0x000000220 | Arena/Commonness/Fence/Steel_Silver_short/Textures |
0x000000228 | Arena/Commonness/Fence/Steel_Silver_short/Steel_Silver_short.mdl |
0x000000248 | Arena/Commonness/Floor_Mattress/WCW_Nitro/Textures |
0x000000250 | Arena/Commonness/Floor_Mattress/WCW_Nitro/WCW_Nitro_Mattress.mdl |
0x000000270 | Arena/Commonness/Stairs/Black/Textures |
0x000000290 | Arena/Global/Stadium_Chair/Textures |
0x000000298 | Arena/Global/Stadium_Chair/Stadium_Chair.mdl |
0x0000002A0 | Arena/Stadium/MSG/Layout_Stadium_chair.inst |
0x0000002D0 | Arena/Global/Arena_Chair/Textures |
0x0000002D8 | Arena/Global/Arena_Chair/Arena_Chair.mdl |
0x0000002E0 | Arena/Stadium/MSG_Square_Barricade/Layout_Arena_chair.inst |
0x000000310 | Arena/Stadium/MSG_adverts/Textures |
0x000000318 | Arena/Stadium/MSG_adverts/MSG_adverts.mdl |
0x000000348 | Arena/Stadium/MSG/Textures |
0x000000350 | Arena/Stadium/MSG/MSG.mdl |
0x000000358 | Arena/Stadium/MSG/light/lightObjects.jsfb |
0x000000378 | Arena/Commonness/Commentary_Seat/Black/Textures |
0x000000398 | Arena/Commonness/Ceiling_Lighting/Classic/Textures |
0x0000003A0 | Arena/Commonness/Ceiling_Lighting/Classic/Ceiling_Lighting.mdl |
0x0000003D0 | Arena/Commonness/Corner_Post/Black/Textures |
0x000000400 | Arena/Commonness/Barricade/Steel_Silver_Square/Textures |
0x000000408 | Arena/Commonness/Barricade/Steel_Silver_Square/Barricade_Steel_Silver_Square.mdl |
0x000000438 | Arena/Commonness/Apron/WCW_Nitro/Textures |
0x000000468 | Arena/Main/00031/Textures |
0x000000470 | Arena/Main/00031/WWE17_WCW_Nitro.mdl |
0x000000478 | Arena/Main/00031/light/lightObjects.jsfb |
#032 - WCW Halloween Havoc 1998
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00032.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00032.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_7.jsfb |
0x000000068 | Environment/PropsSet/PropsSet_7.jsfb |
0x000000080 | Environment/PropsSet/PropsSet_7.jsfb |
0x0000000F0 | Arena/Commonness/Skydome/Sky_Black |
0x0000000F8 | Arena/Global/Skydome/Skydome.mdl |
0x000000128 | Audience/AudienceDefs/Crowd00.jsfb |
0x000000138 | Arena Name |
0x000000150 | Arena/Main/00032/ibl |
0x000000170 | Arena/Commonness/Turnbuckle/WCW_Yellow/Textures |
0x000000190 | Arena/Commonness/Turnbuckle/WCW_Yellow/Textures |
0x0000001B0 | Arena/Commonness/Rope/Black/Textures |
0x0000001D0 | Arena/Commonness/Ring_Mat/Halloween_Havoc96/Textures |
0x000000200 | Arena/Commonness/Spotlight/Classic_HHavoc/light/lightObjects.jsfb |
0x000000240 | Arena/Commonness/Floor_Mattress/WCW_white/Textures |
0x000000248 | Arena/Commonness/Floor_Mattress/WCW_white/Classic_Mattress.mdl |
0x000000268 | Arena/Commonness/Stairs/Black/Textures |
0x000000288 | Arena/Global/Stadium_Chair/Textures |
0x000000290 | Arena/Global/Stadium_Chair/Stadium_Chair.mdl |
0x000000298 | Arena/Stadium/MSG/Layout_Stadium_chair.inst |
0x0000002C8 | Arena/Global/Arena_Chair/Textures |
0x0000002D0 | Arena/Global/Arena_Chair/Arena_Chair.mdl |
0x0000002D8 | Arena/Stadium/MSG_No_Table/Layout_Arena_Chair.inst |
0x000000308 | Arena/Stadium/MSG_adverts/Textures |
0x000000310 | Arena/Stadium/MSG_adverts/MSG_adverts.mdl |
0x000000340 | Arena/Stadium/MSG/Textures |
0x000000348 | Arena/Stadium/MSG/MSG.mdl |
0x000000350 | Arena/Stadium/MSG/light/lightObjects.jsfb |
0x000000370 | Arena/Commonness/Commentary_Seat/Black/Textures |
0x000000390 | Arena/Commonness/Ceiling_Lighting/Classic/Textures |
0x000000398 | Arena/Commonness/Ceiling_Lighting/Classic/Ceiling_Lighting.mdl |
0x0000003C8 | Arena/Commonness/Corner_Post/Red/Textures |
0x0000003F8 | Arena/Commonness/Barricade/Steel_Silver_Square/Textures |
0x000000400 | Arena/Commonness/Barricade/Steel_Silver_Square/Barricade_Steel_Silver_Square.mdl |
0x000000430 | Arena/Commonness/Apron/WCW_Navy/Textures |
0x000000460 | Arena/Main/00032/Textures |
0x000000468 | Arena/Main/00032/WWE17_WCW_Halloween_Havoc1998.mdl |
0x000000470 | Arena/Main/00032/light/LightGroup.jsfb |
#043 - WWE SummerSlam 1998
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00043.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00043.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_505.jsfb |
0x000000068 | Environment/PropsSet/PropsSet_505.jsfb |
0x000000080 | Environment/PropsSet/PropsSet_505.jsfb |
0x0000000F0 | Arena/Commonness/Skydome/Sky_Black/Textures |
0x0000000F8 | Arena/Global/Skydome/Skydome.mdl |
0x000000128 | Audience/AudienceDefs/Crowd00.jsfb |
0x000000138 | Arena Name |
0x000000158 | Arena/Main/00043/ibl |
0x000000170 | Arena/Commonness/Turnbuckle/Classic/Textures |
0x000000190 | Arena/Commonness/Turnbuckle/Classic/Textures |
0x0000001B8 | Arena/Commonness/Rope/Red_White_Blue/Textures |
0x0000001D8 | Arena/Commonness/Ring_Mat/White/Textures |
0x000000208 | Arena/Commonness/Spotlight/Classic/light/lightObjects.jsfb |
0x000000230 | Arena/Commonness/Fence/Steel_Silver/Steel_Silver.mdl |
0x000000250 | Arena/Commonness/Floor_Mattress/Classic/Textures |
0x000000258 | Arena/Commonness/Floor_Mattress/Classic/Classic_Mattress.mdl |
0x000000278 | Arena/Commonness/Stairs/Blue/Textures |
0x000000298 | Arena/Global/Stadium_Chair/Textures |
0x0000002A0 | Arena/Global/Stadium_Chair/Stadium_Chair.mdl |
0x0000002A8 | Arena/Stadium/MSG/Layout_Stadium_chair.inst |
0x0000002D8 | Arena/Global/Arena_Chair/Textures |
0x0000002E0 | Arena/Global/Arena_Chair/Arena_Chair.mdl |
0x0000002E8 | Arena/Stadium/MSG_Square_Barricade/Layout_Arena_chair.inst |
0x000000318 | Arena/Stadium/MSG_adverts/Textures |
0x000000320 | Arena/Stadium/MSG_adverts/MSG_adverts.mdl |
0x000000350 | Arena/Stadium/MSG/Textures |
0x000000358 | Arena/Stadium/MSG/MSG.mdl |
0x000000360 | Arena/Stadium/MSG/light/lightObjects.jsfb |
0x000000380 | Arena/Commonness/Commentary_Seat/PPV_Classic_Block/Textures |
0x0000003A0 | Arena/Commonness/Ceiling_Lighting/Classic/Textures |
0x0000003A8 | Arena/Commonness/Ceiling_Lighting/Classic/Ceiling_Lighting.mdl |
0x0000003D8 | Arena/Commonness/Corner_Post/Blue_Classic/Textures |
0x000000408 | Arena/Commonness/Barricade/Steel_Silver_Square/Textures |
0x000000410 | Arena/Commonness/Barricade/Steel_Silver_Square/Barricade_Steel_Silver_Square.mdl |
0x000000440 | Arena/Commonness/Apron/SummerSlam88/Textures |
0x000000470 | Arena/Main/00043/Textures |
0x000000478 | Arena/Main/00043/Textures |
0x000000480 | Arena/Main/00043/light/lightObjects.jsfb |
#045 - WWE WrestleMania 33
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00045.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00045.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_1.jsfb |
0x000000068 | Environment/PropsSet/PropsSet_8.jsfb |
0x000000080 | Environment/PropsSet/PropsSet_8.jsfb |
0x000000110 | Audience/AudienceDefs/Crowd00.jsfb |
0x000000120 | Arena Name |
0x000000138 | Arena/Main/00045/ibl |
0x000000158 | Arena/Commonness/Turnbuckle/Scratch/Textures |
0x000000178 | Arena/Commonness/Turnbuckle/Scratch/Textures |
0x000000198 | Arena/Commonness/Rope/White/Textures |
0x0000001B8 | Arena/Commonness/Ring_Mat/White/Textures |
0x0000001E8 | Arena/Commonness/Spotlight/WM33/light/lightObjects.jsfb |
0x000000208 | Arena/Commonness/LED_Corner_Post/WrestleMania33/Textures |
0x000000228 | Arena/Commonness/LED_Apron/RAW/Textures |
0x000000230 | Arena/Commonness/LED_Apron/RAW/LED_Apron.mdl |
0x000000250 | Arena/Commonness/Fence/Modern/Textures |
0x000000258 | Arena/Commonness/Fence/Modern/Fence.mdl |
0x000000278 | Arena/Commonness/Floor_Mattress/Modern_SmackDown/Textures |
0x000000280 | Arena/Commonness/Floor_Mattress/Modern_SmackDown/Floor_Mattress.mdl |
0x0000002A0 | Arena/Commonness/Stairs/Silver/Textures |
0x0000002C0 | Arena/Commonness/Skydome/Sky_Night_03/Textures |
0x0000002C8 | Arena/Global/Skydome/Skydome.mdl |
0x0000002F8 | Arena/Global/Stadium_Chair/Textures |
0x000000300 | Arena/Global/Stadium_Chair/Stadium_Chair.mdl |
0x000000308 | Arena/Stadium/Orlando_Citrus_Bowl/Layout_Stadium_chair.inst |
0x000000338 | Arena/Commonness/Arena_Chair/Snickers/Textures |
0x000000340 | Arena/Global/Arena_Chair/Arena_Chair.mdl |
0x000000348 | Arena/Stadium/Orlando_Citrus_Bowl/Layout_Arena_chair.inst |
0x000000378 | Arena/Stadium/Orlando_Citrus_Bowl/Textures |
0x000000380 | Arena/Stadium/Orlando_Citrus_Bowl/Orlando_Citrus_Bowl.mdl |
0x000000388 | Arena/Stadium/Orlando_Citrus_Bowl/light/lightObjects.jsfb |
0x0000003A8 | Arena/Commonness/Commentary_Seat/WrestleMania33/Textures |
0x0000003C8 | Arena/Commonness/Ceiling_Lighting/WM33/Textures |
0x0000003D0 | Arena/Commonness/Ceiling_Lighting/WM33/Ceiling_Lighting.mdl |
0x0000003F0 | Arena/Commonness/Corner_Post/Silver/Textures |
0x000000410 | Arena/Commonness/Barricade/SmackDown2017/Textures |
0x000000418 | Arena/Commonness/Barricade/SmackDown2017/Barricade_SmackDown2017_SPM.mdl |
0x000000448 | Arena/Commonness/Barricade/SmackDown2017/Textures |
0x000000450 | Arena/Commonness/Barricade/SmackDown2017/Barricade_SmackDown2017.mdl |
0x000000480 | Arena/Commonness/Apron/WrestleMania33/Textures |
0x0000004B0 | Arena/Commonness/Titan_Logo/WrestleMania33/Textures |
0x0000004E0 | Arena/Main/00045/Textures |
0x0000004E8 | Arena/Main/00045/WrestleMania33.mdl |
0x0000004F0 | Arena/Main/00045/light/lightObjects.jsfb |
#062 - Backstage Area (Locker Room)
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00062.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00292.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_292.jsfb |
0x000000060 | Environment/PropsSet/PropsSet_292.jsfb |
0x000000078 | Environment/PropsSet/PropsSet_292.jsfb |
0x0000000B0 | Arena/Commonness/Skydome/Sky_Black |
0x0000000B8 | Arena/Global/Skydome/Skydome.mdl |
0x0000000E8 | Arena/Main/00062/ibl |
0x000000118 | Arena/Main/00062/Textures |
0x000000120 | Arena/Main/00062/Backstage_Locker.mdl |
0x000000128 | Arena/Main/00062/light/lightObjects.jsfb |
#063 - Backstage Area (SmackDown)
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00063.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00292.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_292.jsfb |
0x000000060 | Environment/PropsSet/PropsSet_292.jsfb |
0x000000078 | Environment/PropsSet/PropsSet_292.jsfb |
0x0000000B0 | Arena/Commonness/Skydome/Sky_Black/Textures |
0x0000000B8 | Arena/Global/Skydome/Skydome.mdl |
0x0000000E8 | Arena/Main/00063/ibl |
0x000000118 | Arena/Main/00063/Textures |
0x000000120 | Arena/Main/00063/Backstage_Locker_Smackdown_063.mdl |
0x000000128 | Arena/Main/00062/light/lightObjects.jsfb |
#064 - Backstage Area (NXT)
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00064.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00292.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_292.jsfb |
0x000000060 | Environment/PropsSet/PropsSet_292.jsfb |
0x000000078 | Environment/PropsSet/PropsSet_292.jsfb |
0x0000000B0 | Arena/Commonness/Skydome/Sky_Black |
0x0000000B8 | Arena/Global/Skydome/Skydome.mdl |
0x0000000E8 | Arena/Main/00062/ibl |
0x000000118 | Arena/Main/00062/Textures |
0x000000120 | Arena/Main/00062/Backstage_Locker.mdl |
0x000000128 | Arena/Main/00062/light/lightObjects.jsfb |
#069 - WWE Performance Center
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00069.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00078.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_69.jsfb |
0x000000068 | Environment/PropsSet/PropsSet_69.jsfb |
0x000000080 | Environment/PropsSet/PropsSet_69.jsfb |
0x0000000C8 | Arena/Commonness/Skydome/Sky_Black |
0x0000000D0 | Arena/Global/Skydome/Skydome.mdl |
0x0000000F0 | Arena/Main/00069/ibl |
0x000000110 | Arena/Commonness/Turnbuckle/NXT/Textures |
0x000000130 | Arena/Commonness/Turnbuckle/NXT/Textures |
0x000000150 | Arena/Commonness/Rope/White/Textures |
0x000000170 | Arena/Commonness/Ring_Mat/White/Textures |
0x000000190 | Arena/Commonness/Stairs/Silver/Textures |
0x0000001C0 | Arena/Commonness/Ceiling_Lighting/PC/Textures |
0x0000001C8 | Arena/Commonness/Ceiling_Lighting/PC/Ceiling_Lighting.mdl |
0x0000001F8 | Arena/Commonness/Corner_Post/Black/Textures |
0x000000228 | Arena/Commonness/Apron/PC/Textures |
0x000000258 | Arena/Main/00069/Textures |
0x000000260 | Arena/Main/00069/69_Performance_Center.mdl |
0x000000268 | Arena/Main/00069/light/lightObjects.jsfb |
#070 - WWE Performance Center Arena
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00070.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00070.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_7.jsfb |
0x000000068 | Environment/PropsSet/PropsSet_7.jsfb |
0x000000080 | Environment/PropsSet/PropsSet_7.jsfb |
0x0000000E0 | Audience/AudienceDefs/Crowd00.jsfb |
0x0000000F0 | Arena Name |
0x000000108 | Arena/Main/00001/ibl |
0x000000128 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x000000148 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x000000168 | Arena/Commonness/Rope/Red/Textures |
0x000000188 | Arena/Commonness/Ring_Mat/White/Textures |
0x0000001B8 | Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb |
0x0000001D8 | Arena/Commonness/Stairs/Silver/Textures |
0x000000208 | Arena/Commonness/Ceiling_Lighting/Modern/Textures |
0x000000210 | Arena/Commonness/Ceiling_Lighting/Modern/Ceiling_Lighting.mdl |
0x000000240 | Arena/Commonness/Corner_Post/White/Textures |
0x000000270 | Arena/Commonness/Apron/RAW2018/Textures |
0x0000002A0 | Arena/Main/00070/70_Performance_Center.mdl |
0x0000002A8 | Arena/Main/00070/light/lightObjects.jsfb |
#301 - WWE RAW 2020
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00301.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00001.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_301.jsfb |
0x000000068 | Environment/PropsSet/PropsSet_301.jsfb |
0x000000080 | Environment/PropsSet/PropsSet_301.jsfb |
0x000000100 | Arena/Commonness/Skydome/Sky_Black |
0x000000108 | Arena/Global/Skydome/Skydome.mdl |
0x000000138 | Audience/AudienceDefs/Crowd00.jsfb |
0x000000148 | Arena Name |
0x000000160 | Arena/Main/00301/ibl |
0x000000180 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x0000001A0 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x0000001C0 | Arena/Commonness/Rope/Red/Textures |
0x0000001E0 | Arena/Commonness/Ring_Mat/White/Textures |
0x000000210 | Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb |
0x000000230 | Arena/Commonness/LED_Corner_Post/RAW2021/Textures |
0x000000250 | Arena/Commonness/LED_Apron/RAW/Textures |
0x000000258 | Arena/Commonness/LED_Apron/RAW/LED_Apron.mdl |
0x000000278 | Arena/Commonness/Fence/Modern_2017/Textures |
0x000000280 | Arena/Commonness/Fence/Modern_2017/Fence.mdl |
0x0000002A0 | Arena/Commonness/Floor_Mattress/RAW_2020/Textures |
0x0000002A8 | Arena/Commonness/Floor_Mattress/RAW_2020/RAW_2020.mdl |
0x0000002C8 | Arena/Commonness/Stairs/Silver/Textures |
0x0000002E8 | Arena/Global/Stadium_Chair/Textures |
0x0000002F0 | Arena/Global/Stadium_Chair/Stadium_Chair.mdl |
0x0000002F8 | Arena/Stadium/FleetCenter_New/Layout_Stadium_chair.inst |
0x000000328 | Arena/Global/Arena_Chair/Textures |
0x000000330 | Arena/Global/Arena_Chair/Arena_Chair.mdl |
0x000000338 | Arena/Stadium/Fleet_Center2017/Layout_Arena_chair.inst |
0x000000358 | Arena/Stadium/FleetCenter_Ads/Textures |
0x000000360 | Arena/Stadium/FleetCenter_Ads/FleetCenter_Ads.mdl |
0x000000368 | Arena/Stadium/FleetCenter_New/light/lightObjects.jsfb |
0x000000398 | Arena/Stadium/FleetCenter_New/Textures |
0x0000003A0 | Arena/Stadium/FleetCenter_New/FleetCenter_New.mdl |
0x0000003A8 | Arena/Stadium/FleetCenter_New/light/lightObjects.jsfb |
0x0000003C8 | Arena/Commonness/Commentary_Seat/RAW21/Textures |
0x0000003E8 | Arena/Commonness/Ceiling_Lighting/Modern/Textures |
0x0000004F0 | Arena/Commonness/Ceiling_Lighting/Modern/Ceiling_Lighting.mdl |
0x000000410 | Arena/Commonness/Corner_Post/White/Textures |
0x000000430 | Arena/Commonness/Barricade/Raw_2020/Textures |
0x000000438 | Arena/Commonness/Barricade/Raw_2020/Barricade_SPM.mdl |
0x000000468 | Arena/Commonness/Barricade/Raw_2020/Textures |
0x000000470 | Arena/Commonness/Barricade/Raw_2020/Barricade.mdl |
0x0000004A0 | Arena/Commonness/Apron/RAW2021/Textures |
0x0000004D0 | Arena/Commonness/Titan_Logo/RAW_2019/Textures |
0x000000500 | Arena/Main/00301/Textures |
0x000000508 | Arena/Main/00301/WWE22_01_RAW.mdl |
0x000000510 | Arena/Main/00301/light/lightObjects.jsfb |
#310 - Mexico Plaza
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00310.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00180.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_Basic.jsfb |
0x000000060 | Environment/PropsSet/PropsSet_Basic.jsfb |
0x000000078 | Environment/PropsSet/PropsSet_Basic.jsfb |
0x0000000C8 | Arena/Commonness/Floor_Mattress/Classic_Navy/Textures |
0x0000000D0 | Arena/Commonness/Floor_Mattress/Classic_Navy/Classic_Mattress.mdl |
0x0000000F0 | Arena/Commonness/Barricade/Steel_Mexico/Textures |
0x0000000F8 | Arena/Commonness/Barricade/Steel_Mexico/Steel_Mexico.mdl |
0x000000118 | Arena/Commonness/Apron/Mexico_Plaza/Textures |
0x000000138 | Arena/Commonness/Stairs/Silver/Textures |
0x000000158 | Arena/Commonness/Ring_Mat/Mexico_Mat/Textures |
0x000000178 | Arena/Commonness/Turnbuckle/Black_Dirty/Textures |
0x000000198 | Arena/Commonness/Turnbuckle/Black_Dirty/Textures |
0x0000001B8 | Arena/Commonness/Rope/Mexico_LuchaLibre/Textures |
0x0000001E8 | Arena/Commonness/Corner_Post/Mexico_Plaza/Textures |
0x000000218 | Audience/AudienceDefs/Crowd_mexican.jsfb |
0x000000228 | Arena Name |
0x000000250 | Arena/Global/Arena_Chair/Textures |
0x000000258 | Arena/Stadium/Mexico_S_Gorilla/Layout_chair_audience.inst |
0x000000288 | Arena/Commonness/Skydome/Sky_Sunset_05/Textures |
0x000000290 | Arena/Global/Skydome/Skydome.mdl |
0x0000002C0 | Arena/Main/00310/ibl |
0x0000002F0 | Arena/Main/00310/Textures |
0x0000002F8 | Arena/Main/00310/WWE19_Mexico_Plaza.mdl |
0x000000300 | Arena/Main/00310/light/lightObjects.jsfb |
#461 - WWE RAW 2005
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00461.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00001.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_461.jsfb |
0x000000060 | Environment/PropsSet/PropsSet_461.jsfb |
0x000000078 | Environment/PropsSet/PropsSet_461.jsfb |
0x0000000E8 | Arena/Global/Skydome/Skydome.mdl |
0x000000118 | Audience/AudienceDefs/Crowd00.jsfb |
0x000000120 | Arena Name |
0x000000140 | Arena/Main/00461/ibl |
0x000000160 | Arena/Commonness/Turnbuckle/Scratch/Textures |
0x000000180 | Arena/Commonness/Turnbuckle/Scratch/Textures |
0x0000001A0 | Arena/Commonness/Rope/Black/Textures |
0x0000001B0 | Arena/Commonness/Ring_Mat/White/Textures |
0x0000001F0 | Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb |
0x000000210 | Arena/Commonness/Fence/Modern/Textures |
0x000000218 | Arena/Commonness/Fence/Modern/Fence.mdl |
0x000000238 | Arena/Commonness/Floor_Mattress/Modern/Textures |
0x000000240 | Arena/Commonness/Floor_Mattress/Modern/Floor_Mattress.mdl |
0x000000260 | Arena/Commonness/Stairs/Silver/Textures |
0x000000290 | Arena/Global/Stadium_Chair/Textures |
0x000000298 | Arena/Global/Stadium_Chair/Stadium_Chair.mdl |
0x0000002A0 | Arena/Stadium/MSG/Layout_Stadium_chair.inst |
0x0000002D0 | Arena/Global/Arena_Chair/Textures |
0x0000002D8 | Arena/Global/Arena_Chair/Arena_Chair.mdl |
0x0000002E0 | Arena/Stadium/MSG/Layout_Arena_chair.inst |
0x000000310 | Arena/Stadium/MSG/Textures |
0x000000318 | Arena/Stadium/MSG/MSG.mdl |
0x000000320 | Arena/Stadium/MSG/light/lightObjects.jsfb |
0x000000340 | Arena/Commonness/Ceiling_Lighting/Modern/Textures |
0x000000348 | Arena/Commonness/Ceiling_Lighting/Modern/Ceiling_Lighting.mdl |
0x000000378 | Arena/Commonness/Corner_Post/Black/Textures |
0x000000398 | Arena/Commonness/Barricade/Mat_OLD/Textures |
0x0000003A0 | Arena/Commonness/Barricade/Mat_OLD/Barricade_Mat_OLD_SPM.mdl |
0x0000003D0 | Arena/Commonness/Barricade/Mat_OLD/Textures |
0x0000003D8 | Arena/Commonness/Barricade/Mat_OLD/Barricade_Mat_OLD.mdl |
0x000000408 | Arena/Commonness/Apron/RAW2005/Textures |
0x000000438 | Arena/Main/00461/Textures |
0x000000440 | Arena/Main/00461/00461_RAW_2005.mdl |
0x000000448 | Arena/Main/00461/light/lightObjects.jsfb |
#464 - WWE RAW 2011
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00464.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00001.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_Classic.jsfb |
0x000000068 | Environment/PropsSet/PropsSet_Classic.jsfb |
0x000000080 | Environment/PropsSet/PropsSet_Classic.jsfb |
0x000000108 | Audience/AudienceDefs/Crowd00.jsfb |
0x000000110 | Arena Name |
0x000000130 | Arena/Main/00301/ibl |
0x000000150 | Arena/Commonness/Turnbuckle/Scratch/Textures |
0x000000170 | Arena/Commonness/Turnbuckle/Scratch/Textures |
0x000000190 | Arena/Commonness/Rope/White/Textures |
0x0000001B0 | Arena/Commonness/Ring_Mat/White/Textures |
0x0000001E0 | Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb |
0x000000200 | Arena/Commonness/Fence/Modern/Textures |
0x000000208 | Arena/Commonness/Fence/Modern/Fence.mdl |
0x000000228 | Arena/Commonness/Floor_Mattress/RAW_2011/Textures |
0x000000230 | Arena/Commonness/Floor_Mattress/RAW_2011/RAW_2011.mdl |
0x000000250 | Arena/Commonness/Stairs/Silver/Textures |
0x000000270 | Arena/Global/Stadium_Chair/Textures |
0x000000278 | Arena/Global/Stadium_Chair/Stadium_Chair.mdl |
0x000000280 | Arena/Stadium/FleetCenter_New/Layout_Stadium_chair.inst |
0x0000002B8 | Arena/Global/Arena_Chair/Arena_Chair.mdl |
0x0000002C0 | Arena/Stadium/FleetCenter_New/Layout_Arena_chair.inst |
0x0000002E0 | Arena/Stadium/FleetCenter_Ads/Textures |
0x0000002E8 | Arena/Stadium/FleetCenter_Ads/FleetCenter_Ads.mdl |
0x0000002F0 | Arena/Stadium/FleetCenter_New/light/lightObjects.jsfb |
0x000000320 | Arena/Stadium/FleetCenter_New/Textures |
0x000000328 | Arena/Stadium/FleetCenter_New/FleetCenter_New.mdl |
0x000000330 | Arena/Stadium/FleetCenter_New/light/lightObjects.jsfb |
0x000000350 | Arena/Commonness/Commentary_Seat/RAW11/Textures |
0x000000370 | Arena/Commonness/Ceiling_Lighting/Modern/Textures |
0x000000378 | Arena/Commonness/Ceiling_Lighting/Modern/Ceiling_Lighting.mdl |
0x000000398 | Arena/Commonness/Corner_Post/White/Textures |
0x0000003B8 | Arena/Commonness/Barricade/Mat_WWEHD/Textures |
0x0000003C0 | Arena/Commonness/Barricade/Mat_WWEHD/Barricade_Mat_WWEHD_SPM.mdl |
0x0000003F0 | Arena/Commonness/Barricade/Mat_WWEHD/Textures |
0x0000003F8 | Arena/Commonness/Barricade/Mat_WWEHD/Barricade_Mat_WWEHD.mdl |
0x000000428 | Arena/Commonness/Apron/RAW11/Textures |
0x000000458 | Arena/Commonness/Titan_Logo/RAW_2019/Textures |
0x000000488 | Arena/Main/00464/Textures |
0x000000490 | Arena/Main/00464/00464_Raw2011.mdl |
0x000000498 | Arena/Main/00464/light/lightObjects.jsfb |
#501 - WWE Thunderdome
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00023.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00001.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_5.jsfb |
0x000000068 | Environment/PropsSet/PropsSet_5.jsfb |
0x000000080 | Environment/PropsSet/PropsSet_5.jsfb |
0x0000000F0 | Arena/Commonness/Skydome/Sky_Black |
0x0000000F8 | Arena/Global/Skydome/Skydome.mdl |
0x000000118 | Arena/Main/00501/ibl |
0x000000138 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x000000178 | Arena/Commonness/Rope/White/Textures |
0x000000198 | Arena/Commonness/Ring_Mat/White/Textures |
0x0000001C8 | Arena/Commonness/Spotlight/Thunderdome/light/lightObjects.jsfb |
0x0000001E8 | Arena/Commonness/Fence/Modern_2017/Textures |
0x0000001F0 | Arena/Commonness/Fence/Modern_2017/Fence.mdl |
0x000000210 | Arena/Commonness/Floor_Mattress/Smackdown_2020/Textures |
0x000000218 | Arena/Commonness/Floor_Mattress/Smackdown_2020/Smackdown_2020.mdl |
0x000000238 | Arena/Commonness/Stairs/Silver/Textures |
0x000000268 | Arena/Stadium/FleetCenter_Thunderdome/light_banner/lightObjects.jsfb |
0x000000298 | Arena/Global/Stadium_Chair/Textures |
0x0000002A0 | Arena/Global/Stadium_Chair/Stadium_Chair.mdl |
0x0000002A8 | Arena/Stadium/FleetCenter_New/Layout_Stadium_chair.inst |
0x0000002D8 | Arena/Global/Arena_Chair/Textures |
0x0000002E0 | Arena/Global/Arena_Chair/Arena_Chair.mdl |
0x0000002E8 | Arena/Stadium/FleetCenter_New/Layout_Arena_chair.inst |
0x000000318 | Arena/Stadium/FleetCenter_New_NoCrowdFight/Textures |
0x000000320 | Arena/Stadium/FleetCenter_New_NoCrowdFight/FleetCenter_New_NoCrowdFight.mdl |
0x000000328 | Arena/Stadium/FleetCenter_New/light/lightObjects.jsfb |
0x000000348 | Arena/Commonness/Commentary_Seat/WWE/Textures |
0x000000368 | Arena/Commonness/Ceiling_Lighting/Thunderdome/Textures |
0x000000370 | Arena/Commonness/Ceiling_Lighting/Thunderdome/Ceiling_Lighting.mdl |
0x0000003A0 | Arena/Commonness/Corner_Post/White/Textures |
0x0000003C0 | Arena/Commonness/Barricade/Smackdown_2020/Textures |
0x0000003C8 | Arena/Commonness/Barricade/Smackdown_2020/Barricade_SPM.mdl |
0x0000003F8 | Arena/Commonness/Barricade/Smackdown_2020/Textures |
0x000000400 | Arena/Commonness/Barricade/Smackdown_2020/Barricade_SmackDown_2020.mdl |
0x000000430 | Arena/Commonness/Apron/WWE/Textures |
0x000000460 | Arena/Main/00501/Textures |
0x000000468 | Arena/Main/00501/WWE22_00_Thunderdome.mdl |
0x000000470 | Arena/Main/00501/light/lightObjects.jsfb |
#611 - WWE Clash of Champions 2017
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00611.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00001.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_501.jsfb |
0x000000068 | Environment/PropsSet/PropsSet_501.jsfb |
0x000000080 | Environment/PropsSet/PropsSet_501.jsfb |
0x0000000F0 | Arena/Commonness/Skydome/Sky_Black |
0x0000000F8 | Arena/Global/Skydome/Skydome.mdl |
0x000000118 | Arena/Main/00501/ibl |
0x000000138 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x000000158 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x000000178 | Arena/Commonness/Rope/White/Textures |
0x000000198 | Arena/Commonness/Ring_Mat/White/Textures |
0x0000001C8 | Arena/Commonness/Spotlight/Thunderdome/light/lightObjects.jsfb |
0x0000001E8 | Arena/Commonness/LED_Corner_Post/Clash_of_Champions2017/Textures |
0x000000208 | Arena/Commonness/LED_Apron/RAW/Textures |
0x000000210 | Arena/Commonness/LED_Apron/RAW/LED_Apron.mdl |
0x000000220 | Arena/Commonness/Fence/Modern_2017/Textures |
0x000000238 | Arena/Commonness/Fence/Modern_2017/Fence.mdl |
0x000000258 | Arena/Commonness/Floor_Mattress/Thunderdome_2021/Textures |
0x000000260 | Arena/Commonness/Floor_Mattress/Thunderdome_2021/Thunderdome_2021.mdl |
0x000000280 | Arena/Commonness/Stairs/Silver/Textures |
0x0000002B0 | Arena/Stadium/FleetCenter_Thunderdome_C/light_banner/lightObjects.jsfb |
0x0000002E0 | Arena/Stadium/FleetCenter_Thunderdome_C/Textures |
0x0000002E8 | Arena/Stadium/FleetCenter_Thunderdome_C/FleetCenter_Thunderdome_C.mdl |
0x0000002F0 | Arena/Stadium/FleetCenter_Thunderdome_C/light/lightObjects.jsfb |
0x000000310 | Arena/Commonness/Commentary_Seat/Clash_of_Champions2020/Textures |
0x000000330 | Arena/Commonness/Ceiling_Lighting/Thunderdome/Textures |
0x000000338 | Arena/Commonness/Ceiling_Lighting/Thunderdome/Ceiling_Lighting.mdl |
0x000000368 | Arena/Commonness/Corner_Post/White/Textures |
0x000000388 | Arena/Commonness/Barricade/Smackdown_2020/Textures |
0x000000390 | Arena/Commonness/Barricade/Smackdown_2020/Barricade_SPM.mdl |
0x0000003C0 | Arena/Commonness/Barricade/Smackdown_2020/Textures |
0x0000003C8 | Arena/Commonness/Barricade/Smackdown_2020/Barricade_SmackDown_2020.mdl |
0x0000003F8 | Arena/Commonness/Apron/Clash_of_Champions2020/Textures |
0x000000428 | Arena/Main/00501/Textures |
0x000000430 | Arena/Main/00501/WWE22_00_Thunderdome.mdl |
0x000000438 | Arena/Main/00501/light/lightObjects.jsfb |
#701 - WWE RAW 2021
bakedfile00.cak\Environment\ArenaDefs\ArenaDefinitions_00701.jsfb
Offset | Description |
0x000000028 | Environment/GameAreaCollisions/GameAreaCollision_Arena_00000.jsfb |
0x000000050 | Environment/PropsSet/PropsSet_501.jsfb |
0x000000060 | Environment/PropsSet/PropsSet_501.jsfb |
0x000000078 | Environment/PropsSet/PropsSet_501.jsfb |
0x0000000F8 | Arena/Commonness/Skydome/Sky_Black |
0x000000100 | Arena/Global/Skydome/Skydome.mdl |
0x000000130 | Audience/AudienceDefs/Crowd00.jsfb |
0x000000140 | Arena Definition Name (12 Chars + Pointer) |
0x000000158 | Arena/Main/00701/ibl |
0x000000178 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x000000198 | Arena/Commonness/Turnbuckle/Modern/Textures |
0x0000001B8 | Arena/Commonness/Rope/Red/Textures |
0x0000001D8 | Arena/Commonness/Ring_Mat/White/Textures |
0x000000208 | Arena/Commonness/Spotlight/Modern/light/lightObjects.jsfb |
0x000000228 | Arena/Commonness/LED_Corner_Post/RAW2021/Textures |
0x000000248 | Arena/Commonness/LED_Apron/RAW/Textures |
0x000000250 | Arena/Commonness/LED_Apron/RAW/LED_Apron.mdl |
0x000000270 | Arena/Commonness/Fence/Modern_2017/Textures |
0x000000278 | Arena/Commonness/Fence/Modern_2017/Fence.mdl |
0x000000298 | Arena/Commonness/Floor_Mattress/Smackdown_2020/Textures |
0x0000002A0 | Arena/Commonness/Floor_Mattress/Smackdown_2020/Smackdown_2020.mdl |
0x0000002C0 | Arena/Commonness/Stairs/Silver/Textures |
0x0000002E0 | Arena/Global/Stadium_Chair/Textures |
0x0000002E8 | Arena/Global/Stadium_Chair/Stadium_Chair.mdl |
0x0000002F0 | Arena/Stadium/FleetCenter_New/Layout_Stadium_chair.inst |
0x000000320 | Arena/Global/Arena_Chair/Textures |
0x000000328 | Arena/Global/Arena_Chair/Arena_Chair.mdl |
0x000000330 | Arena/Stadium/FleetCenter_New/Layout_Arena_chair.inst |
0x000000350 | Arena/Stadium/FleetCenter_Ads/Textures |
0x000000358 | Arena/Stadium/FleetCenter_Ads/FleetCenter_Ads.mdl |
0x000000360 | Arena/Stadium/FleetCenter_New/light/lightObjects.jsfb |
0x000000390 | Arena/Stadium/FleetCenter_New/Textures |
0x000000398 | Arena/Stadium/FleetCenter_New/FleetCenter_New.mdl |
0x0000003A0 | Arena/Stadium/FleetCenter_New/light/lightObjects.jsfb |
0x0000003C0 | Arena/Commonness/Titan_Logo/SmackDown_2019/Textures |
0x0000003E0 | Arena/Commonness/Commentary_Seat/RAW21/Textures |
0x000000400 | Arena/Commonness/Ceiling_Lighting/Modern/Textures |
0x000000408 | Arena/Commonness/Ceiling_Lighting/Modern/Ceiling_Lighting.mdl |
0x000000428 | Arena/Commonness/Corner_Post/White/Textures |
0x000000448 | Arena/Commonness/Barricade/Smackdown_2020/Textures |
0x000000450 | Arena/Commonness/Barricade/Smackdown_2020/Barricade_SPM.mdl |
0x000000480 | Arena/Commonness/Barricade/Smackdown_2020/Textures |
0x000000488 | Arena/Commonness/Barricade/Smackdown_2020/Barricade_SmackDown_2020.mdl |
0x0000004B8 | Arena/Commonness/Apron/RAW2021/Textures |
0x0000004E8 | Arena/Commonness/Titan_Logo/SmackDown_2019/Textures |
0x000000518 | Arena/Main/00701/Textures |
0x000000520 | Arena/Main/00701/WWE22_RAW2021.mdl |
0x000000528 | Arena/Main/00701/light/lightObjects.jsfb |
Belts
Belt List
Updated for WWE 2K22 v1.21
Original Credit: iTwistedSpartan
ID | BAKED FILE | BELT NAME |
100 | 01 | WWE CHAMPIONSHIP |
101 | 01 | WORLD HEAVYWEIGHT CHAMPIONSHIP (BIG GOLD) |
102 | 01 | WWE TAG TEAM CHAMPIONSHIP '02-'10 |
103 | 01 | WWE UNITED STATES CHAMPIONSHIP '03-'20 |
104 | 01 | WWE CRUISERWEIGHT CHAMPIONSHIP '01-'07 |
105 | 01 | WWE INTERCONTINENTAL CHAMPIONSHIP '11-'19 (WHITE) |
106 | 01 | WWE LIGHT HEAVYWEIGHT CHAMPIONSHIP |
107 | 01 | WWE UNDISPUTED CHAMPIONSHIP |
108 | 01 | WWE CHAMPIONSHIP '05-'13 (SPINNER) |
109 | 01 | WWE WOMEN'S CHAMPIONSHIP '98-'10 |
110 | 01 | ECW WORLD CHAMPIONSHIP '06-'08 |
111 | 01 | WWE DIVAS CHAMPIONSHIP |
112 | 01 | NXT WOMEN'S CHAMPIONSHIP '13-'17 |
113 | 01 | WWE CHAMPIONSHIP '98-'02 (BIG EAGLE) |
114 | 01 | WWE CHAMPIONSHIP '88-'98 (WINGED EAGLE) |
115 | 01 | ECW CHAMPIONSHIP '08-'10 |
116 | 01 | NXT TAG TEAM CHAMPIONSHIP '13-'17 (LEFT) |
117 | 01 | WWE UNITED STATES CHAMPIONSHIP (CENA) |
118 | 01 | ECW WORLD TELEVISION CHAMPIONSHIP |
119 | 01 | WCW WORLD TAG TEAM CHAMPIONSHIP '93-'97 |
120 | 01 | WORLD WIDE WRESTLING HEAVYWEIGHT CHAMPIONSHIP |
121 | 01 | WWE RAW WOMEN'S CHAMPIONSHIP |
122 | 01 | WWE CRUISERWEIGHT CHAMPIONSHIP |
123 | 01 | NXT CHAMPIONSHIP |
124 | 01 | NXT NORTH AMERICAN CHAMPIONSHIP |
125 | 01 | WORLD TAG TEAM CHAMPIONSHIP '02-'10 |
126 | 01 | WWE INTERCONTINENTAL CHAMPIONSHIP '98-'11 (OVAL) |
127 | 01 | WCW WORLD HEAVYWEIGHT CHAMPIONSHIP '91-'93 |
128 | 00 | WWE UNITED STATES CHAMPIONSHIP |
129 | 01 | WWE INTERCONTINENTAL CHAMPIONSHIP |
130 | 01 | NXT CRUISERWEIGHT CHAMPIONSHIP |
131 | 01 | WWE RAW TAG TEAM CHAMPIONSHIP |
132 | 01 | WWE SMACKDOWN TAG TEAM CHAMPIONSHIP |
133 | 00 | WOMEN'S TAG TEAM CHAMPIONSHIP |
134 | 01 | NXT TAG TEAM CHAMPIONSHIP |
135 | 01 | NXT WOMEN'S CHAMPIONSHIP |
136 | 01 | WWE 24/7 CHAMPIONSHIP |
137 | 01 | UP UP DOWN DOWN CHAMPIONSHIP |
138 | 01 | NXT UK CHAMPIONSHIP |
139 | 01 | NXT UK WOMEN'S CHAMPIONSHIP |
140 | 01 | NXT UK TAG TEAM CHAMPIONSHIP |
141 | 01 | WWE EUROPEAN CHAMPIONSHIP |
142 | 01 | NXT CHAMPIONSHIP '12-'17 |
143 | 01 | LEFT RIGHT LEFT RIGHT CHAMPIONSHIP |
146 | 01 | WWE PERFORMANCE CENTER CHAMPION |
147 | 01 | WWE UK CHAMPIONSHIP |
148 | 01 | WOMEN'S UNITED STATES CHAMPIONSHIP (MYRISE) |
149 | 01 | WOMEN'S INTERCONTINENTAL CHAMPIONSHIP (MYRISE) |
150 | 01 | WWE CHAMPIONSHIP '13-'14 (SCRATCH LOGO) |
151 | 01 | WWE CHAMPIONSHIP (SMOKING SKULL) |
152 | 01 | WWE CHAMPIONSHIP (BRAHMA BULL) |
153 | 01 | WWE TAG TEAM CHAMPIONSHIP '98-'02 |
154 | 01 | WCW UNITED STATES CHAMPIONSHIP |
155 | 01 | WWE HARDCORE CHAMPIONSHIP |
156 | 01 | WCW CRUISERWEIGHT CHAMPIONSHIP |
157 | 01 | ECW WORLD CHAMPIONSHIP '97-'01 |
158 | 01 | WCW WORLD TAG TEAM CHAMPIONSHIP '96-'98 |
159 | 01 | WCW HARDCORE CHAMPIONSHIP |
160 | 01 | ECW WORLD TAG TEAM CHAMPIONSHIP |
161 | 01 | MILLION DOLLAR CHAMPIONSHIP |
163 | 01 | NXT WOMEN'S TAG TEAM CHAMPIONSHIP |
164 | 01 |
WWE UNIVERSAL CHAMPIONSHIP (RED) |
165 | 00 | WWE UNIVERSAL CHAMPIONSHIP (BLUE) |
166 | 01 | SMACKDOWN WOMEN'S CHAMPIONSHIP |
167 | 01 | WCW WORLD HEAVYWEIGHT CHAMPIONSHIP (NWO) |
168 | 01 | WWE TAG TEAM CHAMPIONSHIP '10-'16 |
169 | 01 | NXT TAG TEAM CHAMPIONSHIP '13-'17 (RIGHT) |
170 | 01 | WWE INTERCONTINENTAL CHAMPIONSHIP '90 (YELLOW) |
171 | 01 | WWE INTERCONTINENTAL CHAMPIONSHIP '94 (BLACK) |
172 | 01 | NXT NORTH AMERICAN CHAMPIONSHIP (MYRISE) |
173 | 01 | WCW WORLD HEAVYWEIGHT CHAMPIONSHIP (WOLFPAC) |
200 | 01 | ORIGINAL CHAMPIONSHIP 1 |
201 | 01 | ORIGINAL CHAMPIONSHIP 2 |
202 | 01 | ORIGINAL CHAMPIONSHIP 3 |
203 | 01 | ORIGINAL CHAMPIONSHIP 4 |
205 | 01 | ORIGINAL 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 |
1 | AWA Championship | - |
2 | AWA World Heavyweight Championship | - |
3 | BCW Championship | - |
4 | Champion of Champions | - |
6 | Cruiserweight Championship of the World | - |
7 | CWC Championship | - |
8 | ECW Championship | 115 |
9 | ECW World Heavyweight Championship | 157 |
10 | ECW World Heavyweight Championship | 110 |
11 | ECW World Tag Team Championship | 160 |
12 | ECW World Television Championship | 118 |
13 | European Championship | - |
14 | Hardcore Championship | 155 |
15 | Intercontinental Championship | - |
16 | Internet Championship | - |
17 | LAW Championship | - |
18 | Legends Championship | - |
19 | Million Dollar Championship | 161 |
23 | NXT Cruiserweight Championship | 130 |
24 | NXT Championship | 142 |
25 | NXT Championship | 123 |
26 | NXT North American Championship | 124 & 172 |
27 | NXT OG Championship | - |
28 | NXT Tag Team Championship | 116, 134, & 169 |
29 | NXT Tag Team Championship | - |
30 | NXT UK Championship | 138 |
31 | NXT UK Tag Team Championship | 140 |
32 | NXT UK Women's Championship | 139 |
33 | NXT Women's Championship | 112 & 135 |
34 | NXT Women's Championship | - |
35 | PC Championship | 146 |
36 | RAW Legends Championship | - |
37 | RAW Super Heavyweight Championship | - |
38 | RAW Tag Team Championship | 131 |
39 | RAW Women's Championship | 121 |
40 | SmackDown Legends Championship | - |
41 | SmackDown Super Heavyweight Championship | - |
42 | SmackDown Tag Team Championship | 132 |
43 | SmackDown Women's Championship | 166 |
44 | Super Heavyweight Championship | - |
45 | 24/7 Championship | 136 |
46 | United States Championship | - |
47 | WCW Cruiserweight Championship | 156 |
48 | WCW Hardcore Championship | 159 |
49 | WCW World Heavyweight Championship | - |
50 | WCW World Heavyweight Championship | 127 & 167 |
51 | WCW World Heavyweight Championship | 173 |
52 | WCW World Tag Team Championship | 119 & 158 |
53 | WCW World Tag Team Championship | - |
54 | WCW United States Championship | 154 |
55 | Women's Intercontinental Championship | 149 |
56 | Women's Tag Team Championship | 133 |
57 | Women's United States Championship | 148 |
58 | World Heavyweight Championship | 101 |
59 | World Light Heavyweight Championship | - |
60 | World Tag Team Championship | 125 |
61 | World Tag Team Championship | - |
63 | WWE Cruiserweight Championship | 104 |
64 | WWE Cruiserweight Championship | - |
65 | Divas Championship | 111 |
67 | WWE European Championship | 141 |
68 | WWE Hardcore Championship | - |
69 | WWE Heavyweight Championship | 151 |
70 | WWE Intercontinental Championship | 126 |
71 | WWE Intercontinental Championship | 170 |
72 | WWE Intercontinental Championship | 171 |
73 | WWE Intercontinental Championship | 105 & 129 |
74 | WWE Internet Championship | - |
75 | WWE Light Heavyweight Championship | 106 |
76 | WWE Championship | 113 |
77 | WWE Championship | 108 |
78 | WWE Championship | 150 |
79 | WWE Championship | 114 |
80 | WWE Championship | - |
81 | WWE Championship | 100 |
82 | WWE Championship | 152 |
84 | WWE Tag Team Championship | 168 |
85 | WWE Tag Team Championship | 102 |
86 | Undisputed WWE Tag Team Championship | - |
87 | Unified WWE Tag Team Championship | - |
88 | WWE United Kingdom Championship | 147 |
89 | WWE Undisputed Championship | 107 |
90 | WWE United States Championship | 117 |
91 | WWE United States Championship | 103 & 128 |
92 | WWE Universal Championship | 164 & 165 |
93 | WWE Women's Championship | 109 |
94 | WWE Women's Championship | - |
95 | World Wide Wrestling Heavyweight Championship | 120 |
96 | NXT Women's Tag Team Championship | 163 |
100 | Up Up Down Down Championship | 137 |
101 | NXT UK Heritage Cup Championship | - |
102 | Left Right Left Right Championship | 143 |
Belt Intro IDs (PC)
Folder path
Movies/titantron
MOVIE ID | CAK FILE | NAME |
bel_0000_0_0 | bakedfile06 | WWE CHAMPIONSHIP (CURRENT) |
bel_0001_0_0 | bakedfile06 | WORLD HEAVYWEIGHT CHAMPIONSHIP (BIG GOLD) |
bel_0002_0_0 | bakedfile06 | WWE TAG TEAM CHAMPIONSHIP '02-10 |
bel_0003_0_0 | bakedfile06 | WORLD TAG TEAM CHAMPIONSHIP '02-'10 |
bel_0005_0_0 | bakedfile06 | WWE UNITED STATES CHAMPIONSHIP '03-'20 |
bel_0006_0_0 | bakedfile06 | WWE CRUISERWEIGHT CHAMPIONSHIP '01-'07 |
bel_0007_0_0 | bakedfile06 | WWE WOMEN'S CHAMPIONSHIP '98-'10 |
bel_0008_0_0 | bakedfile06 | HARDCORE CHAMPIONSHIP |
bel_0010_0_0 | bakedfile06 | WCW WORLD HEAVYWEIGHT CHAMPIONSHIP '91-'93 |
bel_0011_0_0 | bakedfile06 | WWE DIVAS CHAMPIONSHIP |
bel_0012_0_0 | bakedfile06 | WWE TAG TEAM CHAMPIONSHIP '10-'16 |
bel_0013_0_0 | bakedfile06 | NXT WOMEN"S CHAMPIONSHIP '13-'17 |
bel_0016_0_0 | bakedfile06 | WWE CHAMPIONSHIP '98-'02 |
bel_0018_0_0 | bakedfile06 | WWE INTERCONTINENTAL CHAMPIONSHIP '11-'19 |
bel_0020_0_0 | bakedfile06 | LIGHT HEAVYWEIGHT CHAMPIONSHIP |
bel_0025_0_0 | bakedfile06 | ECW CHAMPIONSHIP '08-'10 |
bel_0033_0_0 | bakedfile06 | NXT CHAMPIONSHIP '12-'17 |
bel_0034_0_0 | bakedfile06 | NXT TAG TEAM CHAMPIONSHIP '13-'17 |
bel_0035_0_0 | bakedfile06 | WWE CHAMPIONSHIP '05-'13 |
bel_0046_0_0 | bakedfile06 | WWE CHAMPIONSHIP '13-'14 |
bel_0050_0_0 | bakedfile06 | RAW WOMEN'S CHAMPIONSHIP |
bel_0053_0_0 | bakedfile06 | SMACKDOWN WOMEN'S CHAMPIONSHIP |
bel_0054_0_0 | bakedfile06 | WWE RAW TAG TEAM CHAMPIONSHIP |
bel_0055_0_0 | bakedfile06 | WWE SMACKDOWN TAG TEAM CHAMPIONSHIP |
bel_0056_0_0 | bakedfile06 | NXT CRUISERWEIGHT CHAMPIONSHIP |
bel_0057_0_0 | bakedfile06 | WWE UNITED KINGDOM CHAMPIONSHIP |
bel_0058_0_0 | bakedfile06 | NXT CHAMPIONSHIP (CURRENT) |
bel_0059_0_0 | bakedfile06 | NXT WOMEN'S CHAMPIONSHIP (CURRENT) |
bel_0060_0_0 | bakedfile06 | NXT TAG TEAM CHAMPIONSHIP (CURRENT) |
bel_0061_0_0 | bakedfile06 | NXT NORTH AMERICAN CHAMPIONSHIP |
bel_0062_0_0 | bakedfile06 | WWE WOMEN'S TAG TEAM CHAMPIONSHIP |
bel_0128_0_0 | bakedfile06 | WWE UNITED STATES CHAMPIONSHIP (CURRENT) |
bel_0129_0_0 | bakedfile06 | NXT TAG TEAM CHAMPIONSHIP (CURRENT) |
bel_0136_0_0 | bakedfile06 | 24/7 CHAMPIONSHIP |
bel_0137_0_0 | bakedfile06 | UPUPDOWNDOWN CHAMPIONSHIP |
bel_0138_0_0 | bakedfile06 | NXT UNITED KINGDOM CHAMPIONSHIP |
bel_0139_0_0 | bakedfile06 | NXT UK WOMEN'S CHAMPIONSHIP |
bel_0140_0_0 | bakedfile06 | NXT UK TAG TEAM CHAMPIONSHIP |
bel_0143_0_0 | bakedfile06 | LEFTRIGHTLEFTRIGHT CHAMPIONSHIP |
bel_0163_0_0 | bakedfile06 | NXT WOMEN"S TAG TEAM CHAMPIONSHIP |
bel_0164_0_0 | bakedfile06 | WWE UNIVERSAL CHAMPIONSHIP (RAW) |
bel_0165_0_0 | bakedfile06 | WWE UNIVERSAL CHAMPIONSHIP (SMACKDOWN) |
Belt Render IDs (PC)
Folder path
UI/Assets/wwe19_texture/belt/belt_all
RENDER ID | CAK FILE | NAME |
100_WWE_Heavy |
bakedfile00 | WWE CHAMPIONSHIP (CURRENT) |
101_World_Heavy |
bakedfile07 | WORLD HEAVYWEIGHT CHAMPIONSHIP (BIG GOLD) |
102_WWE_Tag_02 |
bakedfile07 | WWE TAG TEAM CHAMPIONSHIP '02-10 |
103_United_States_18 |
bakedfile07 | WWE UNITED STATES CHAMPIONSHIP '03-'20 |
104_Cruiser_01 |
bakedfile07 | WWE CRUISERWEIGHT CHAMPIONSHIP '01-'07 |
105_Intercontinental_98 |
bakedfile07 | WWE INTERCONTINENTAL CHAMPIONSHIP '11-'19 |
106_Light_Heavy |
bakedfile07 | WWE LIGHT HEAVYWEIGHT CHAMPIONSHIP |
107_Undisputed |
bakedfile07 | WWE UNDISPUTED CHAMPIONSHIP |
108_WWE_05 |
bakedfile07 | WWE CHAMPIONSHIP '05-'13 |
109_WWE_Womens_98 |
bakedfile07 | WWE WOMEN'S CHAMPIONSHIP '98-'10 |
110_ECW_Heavy_06 |
bakedfile07 | ECW CHAMPIONSHIP '06-'08 |
111_WWE_Divas |
bakedfile07 | WWE DIVAS CHAMPIONSHIP |
112_NXT_Womens_13 |
bakedfile07 | NXT WOMEN"S CHAMPIONSHIP '13-'17 |
113_WWE_98 |
bakedfile07 | WWE CHAMPIONSHIP '98-'02 |
114_WWE_88 |
bakedfile07 | WWE CHAMPIONSHIP '88-'98 |
115_ECW_08 |
bakedfile07 | ECW CHAMPIONSHIP '08-'10 |
116_NXT_Tag_Team |
bakedfile07 | NXT TAG TEAM CHAMPIONSHIP '13-'17 |
117_US_Cena |
bakedfile07 | WWE UNITED STATES CHAMPIONSHIP (CENA) |
118_ECW_Television |
bakedfile07 | ECW WORLD TELEVISION CHAMPIONSHIP |
119_WCW_World_Tag |
bakedfile07 | WCW WORLD TAG TEAM CHAMPIONSHIP |
120_World_Wide_Heavy |
bakedfile07 | WORLD WIDE WRESTLING HEAVYWEIGHT CHAMPIONSHIP |
121_Raw_Womens |
bakedfile07 | RAW WOMEN'S CHAMPIONSHIP |
123_NXT_Champ |
bakedfile07 | NXT CHAMPIONSHIP (CURRENT) |
124_NXT_North |
bakedfile07 | NXT NORTH AMERICAN CHAMPIONSHIP |
125_World_Tag_02 |
bakedfile07 | WORLD TAG TEAM CHAMPIONSHIP '02-'10 |
126_WWE_Intercontinental |
bakedfile07 | WWE INTERCONTINENTAL CHAMPIONSHIP '98-'11 |
127_WCW_World_Heavy |
bakedfile07 | WCW WORLD HEAVYWEIGHT CHAMPIONSHIP '91-'93 |
128_US_Championship |
bakedfile07 | WWE UNITED STATES CHAMPIONSHIP (CURRENT) |
129_Intercontinental |
bakedfile07 | WWE INTERCONTINENTAL CHAMPIONSHIP (CURRENT) |
130_Cruiserweight |
bakedfile07 | NXT CRUISERWEIGHT CHAMPIONSHIP |
131_Raw_Tag |
bakedfile07 | WWE RAW TAG TEAM CHAMPIONSHIP |
132_SD_Tag |
bakedfile07 | WWE SMACKDOWN TAG TEAM CHAMPIONSHIP |
133_WWE_Womens |
bakedfile07 | WWE WOMEN'S TAG TEAM CHAMPIONSHIP |
134_NXT_Tag |
bakedfile07 | NXT TAG TEAM CHAMPIONSHIP (CURRENT) |
135_NXT_Womens |
bakedfile07 | NXT WOMEN'S CHAMPIONSHIP (CURRENT) |
136_247 |
bakedfile07 | 24/7 CHAMPIONSHIP |
137_Up_Down |
bakedfile07 | UPUPDOWNDOWN CHAMPIONSHIP |
138_NXT_UK |
bakedfile07 | NXT UNITED KINGDOM CHAMPIONSHIP |
139_wwe_UK_Womens |
bakedfile07 | NXT UK WOMEN'S CHAMPIONSHIP |
140_NXT_UK_Tag |
bakedfile07 | NXT UK TAG TEAM CHAMPIONSHIP |
141_European |
bakedfile07 | WWE EUROPEAN CHAMPIONSHIP |
142_NXT_12 |
bakedfile07 | NXT CHAMPIONSHIP '12-'17 |
143_Left_Right |
bakedfile07 | LEFTRIGHTLEFTRIGHT CHAMPIONSHIP |
146_PC |
bakedfile07 | PERFORMANCE CENTER CHAMPIONSHIP (MyRISE) |
147_WWE_UK |
bakedfile07 | WWE UNITED KINGDOM CHAMPIONSHIP |
148_US_Career |
bakedfile07 | WWE WOMEN'S UNITED STATES CHAMPIONSHIP (MyRISE) |
149_Intercontinental_Career |
bakedfile07 | WWE WOMEN'S INTERCONTINENTAL CHAMPIONSHIP (MyRISE) |
150_WWE_13 |
bakedfile07 | WWE CHAMPIONSHIP '13-'14 |
151_Smoking_Skull |
bakedfile07 | WWE CHAMPIONSHIP (SMOKING SKULL) |
152_Brahma_Bull |
bakedfile07 | WWE CHAMPIONSHIP (BRAHMA BULL) |
153_World_Tag_97 |
bakedfile07 | WORLD TAG TEAM CHAMPIONSHIP '97-'02 |
154_WCW_US |
bakedfile07 | WCW UNITED STATES CHAMPIONSHIP |
155_Hardcore |
bakedfile07 | HARDCORE CHAMPIONSHIP |
156_WCW_Cruiserweight |
bakedfile07 | WCW CRUISERWEIGHT CHAMPIONSHIP |
157_ECW_Heavyweight |
bakedfile07 | ECW CHAMPIONSHIP '94-'01 |
158_WCW_Tag |
bakedfile07 | WCW WORLD TAG TEAM CHAMPIONSHIP '91-'96 |
159_WCW_Hardcore |
bakedfile07 | WCW HARDCORE CHAMPIONSHIP |
160_ECW_Tag |
bakedfile07 | ECW WORLD TAG TEAM CHAMPIONSHIP |
161_Million_Dollar |
bakedfile07 | MILLION DOLLAR CHAMPIONSHIP |
163_NXT_Womans_Tag |
bakedfile07 | NXT WOMEN"S TAG TEAM CHAMPIONSHIP |
164_WWE_Universal_Raw |
bakedfile07 | WWE UNIVERSAL CHAMPIONSHIP (RAW) |
165_WWE_Universal_SD |
bakedfile07 | WWE UNIVERSAL CHAMPIONSHIP (SMACKDOWN) |
166_WWE_Womans_SD |
bakedfile07 | SMACKDOWN WOMEN'S CHAMPIONSHIP |
167_WCW_NWO |
bakedfile07 | WCW WORLD HEAVYWEIGHT CHAMPIONSHIP (nWo) |
168_WWE_Tag_10 |
bakedfile07 | WWE TAG TEAM CHAMPIONSHIP '10-'16 |
169_NXT_Tag_Partner |
bakedfile07 | NXT TAG TEAM CHAMPIONSHIP '13-'17 (PARTNER) |
170_Intercontinental_90 |
bakedfile07 | WWE INTERCONTINENTAL CHAMPIONSHIP '90 |
171_Intercontinental_94 |
bakedfile07 | WWE INTERCONTINENTAL CHAMPIONSHIP '94 |
172_NXT_North_American |
bakedfile07 | NXT NORTH AMERICAN CHAMPIONSHIP (MyRISE) |
173_WCW_NWO_ANNI |
bakedfile07 | WCW WORLD HEAVYWEIGHT CHAMPIONSHIP (nWo WOLFPAC) |
Character Folder List
Original Credit: iTwistedSpartan
FOLDER |
CAK # |
CHARACTER NAME |
100_The_Rock_2022 |
bakedfile05 | The Rock |
101_Steve_Austin_97_2022 |
bakedfile05 | Stone Cold |
102_Triple_H_2022 |
bakedfile05 | Triple H |
103_Undertaker_2022 |
bakedfile05 | Undertaker |
107_Kane_1998_2022 |
bakedfile05 | Kane |
108_Booker_T_2022 |
bakedfile05 | Booker T |
109_Hollywood_Hulk_Hogan_02_2022 |
bakedfile05 | Hulk Hogan |
112_Jeff_Hardy_2022 |
bakedfile05 | Jeff Hardy |
114_Bradshaw_2001_2022 |
bakedfile05 | JBL |
115_Mr_McMahon_2022 |
bakedfile05 | Mr. McMahon |
116_RobVanDam_2006_2022 |
bakedfile05 & 06 | Rob Van Dam |
118_Eddie_Guerrero_2022 |
bakedfile06 | Eddie Guerrero |
123_Rey_Mysterio_2022 |
bakedfile00 | Rey Mysterio |
126_Trish_Stratus_2022 |
bakedfile06 | Trish Stratus |
130_Ric_Flair_2022 |
bakedfile06 | Ric Flair |
133_Bobby_Lashley_2022 |
bakedfile06 | Bobby Lashley |
139_John_Cena_2022 |
bakedfile06 | John Cena |
143_Mickie_James_2022 |
bakedfile06 | Mickie James |
147_Stephanie_McMahon_2022 |
bakedfile06 | Stephanie McMahon |
150_BayleyIC_2022 |
bakedfile06 | Congrats Bayley (MyRise) |
152_Shane_McMahon_2022 |
bakedfile06 | Shane McMahon |
153_Jerry_Lawler_2022 |
bakedfile06 |
Jerry Lawler |
159_Rowdy_Roddy_Piper_2022 |
bakedfile06 | Roddy Piper |
161_Randy_Orton_2022 |
bakedfile06 | Randy Orton |
176_Kofi_Kingston_2022 |
bakedfile06 |
Kofi Kingston (Hidden) |
190_Shelton_Benjamin_2022 |
bakedfile06 |
Shelton Benjamin |
207_The_Brian_Kendrick_2022 |
bakedfile06 |
The Brian Kendrick |
212_The_British_Bulldog_2022 |
bakedfile06 | British Bulldog |
218_The_Miz_2022 |
bakedfile06 | The Miz |
224_Beth_Phoenix_2022 |
bakedfile06 | Beth Phoenix |
245_Cactus_Jack_2022 |
bakedfile06 | Cactus Jack |
246_Mankind_2022 |
bakedfile06 | Mankind (Hidden) |
247_Dude_Love_2022 |
bakedfile06 | Dude Love (Hidden) |
254_Ultimate_Warrior_2022 |
bakedfile06 | Ultimate Warrior |
272_R-Truth_2022 |
bakedfile06 | R-Truth |
275_Dolph_Ziggler_2022 |
bakedfile06 | Dolph Ziggler |
278_Drew_McIntyre_2022 |
bakedfile06 | Drew McIntyre |
279_Sheamus_2022 |
bakedfile06 | Sheamus |
290_Natalya_2022 |
bakedfile06 | Natalya |
291_Maryse_2022 |
bakedfile06 | Maryse |
299_Tamina_2022 |
bakedfile06 | Tamina |
312_Road_Dogg_1998_2022 |
bakedfile06 | Road Dogg |
314_X_PAC_2022 |
bakedfile06 | X-Pac |
316_The_Godfather_2022 |
bakedfile06 | The Godfather (Hidden) |
318_Jinder_Mahal_2022 |
bakedfile06 | Jinder Mahal |
332_Jimmy_Uso_2022 |
bakedfile06 |
Jimmy Uso (Hidden) |
333_Jey_Uso_2022 |
bakedfile06 | Jey Uso (Hidden) |
334_Razor_Ramon_2022 |
bakedfile06 | Razor Ramon |
335_Kevin_Nash_2022 |
bakedfile06 | Kevin Nash |
337_Vader_98_2022 |
bakedfile06 | Vader |
343_Brock_Lesnar_2022 |
bakedfile06 | Brock Lesnar |
346_Undertaker_1995_2022 |
bakedfile06 | Undertaker '95 (Phantom Mask) |
349_Edge_2022 |
bakedfile06 | Edge |
355_Naomi_2022 |
bakedfile06 | Naomi |
359_Cesaro_2022 |
bakedfile06 | Cesaro |
361_Goldberg_1998_2022 |
bakedfile06 | Goldberg |
365_Shawn_Michaels_2022 |
bakedfile06 | Shawn Michaels '05 |
368_Roman_Reigns_2022 |
bakedfile00 | Roman Reigns |
369_Seth_Rollins_2022 |
bakedfile06 | Seth Rollins '19 (Hidden) |
371_Titus_O_Neil_2022 |
bakedfile06 | Titus O'Neil |
384_Big_E_2022 |
bakedfile00 | Big E |
395_Diesel_2022 |
bakedfile06 | Diesel |
396_Scott_Hall_2022 |
bakedfile06 | Scott Hall |
411_Batista_14_2022 |
bakedfile06 | Batista |
420_Xavier_Woods_2022 |
bakedfile06 | Xavier Woods (Hidden) |
429_Sami_Zayn_2022 |
bakedfile06 | Sami Zayn |
430_Lana_2022 |
bakedfile06 | Lana |
445_El_Mago_Sr_2022 |
bakedfile06 | El Mago (MyRise) |
447_Hector_Flores_2022 |
bakedfile06 | Hector Flores (MyRise) |
453_Paragon_Jay_Pierce_2022 |
bakedfile06 | Paragon Jay Pierce (MyRise) |
454_Fanny_2022 |
bakedfile06 | Fanny (MyRise) |
458_King_Booker_2022 |
bakedfile06 | King Booker |
514_Kalisto_2022 |
bakedfile06 | Kalisto (Hidden) |
552_Kayla_Braxton_2022 |
bakedfile06 | Kayla Braxton (Hidden) |
562_Rikishi_2022 |
bakedfile06 | Rikishi |
573_King_Corbin_2022 |
bakedfile06 | King Corbin |
576_Finn_Balor_2022 |
bakedfile06 | Finn Balor |
578_Kevin_Owens_2022 | bakedfile06 | Kevin Owens |
579_Samoa_Joe_2022 |
bakedfile06 | Samoa Joe |
581_Tyler_Breeze_2022 |
bakedfile06 | Tyler Breeze |
607_Murphy_2022 |
bakedfile06 | Murphy |
608_Elias_2022 |
bakedfile06 | Elias |
609_Braun_Strowman_2022 |
bakedfile06 | Braun Strowman |
610_AJ_Styles_2022 |
bakedfile06 | AJ Styles |
611_Becky_Lynch_2022 |
bakedfile06 | Becky Lynch |
612_Charlotte_Flair_2022 |
bakedfile06 | Charlotte Flair |
613_Sasha_Banks_2022 |
bakedfile00 | Sasha Banks |
614_Chad_Gable_2022 |
bakedfile06 | Chad Gable |
620_Alexa_Bliss_2022 |
bakedfile00 | Alexa Bliss '21 |
621_Asuka_2022 |
bakedfile06 | Asuka |
622_Bayley_2022 |
bakedfile06 | Bayley |
623_Carmella_2022 |
bakedfile06 | Carmella |
624_Dana_Brooke_2022 |
bakedfile06 | Dana Brooke |
625_Apollo_Crews_2022 |
bakedfile06 | Apollo Crews |
626_Finn_Balor_Demon_2022 |
bakedfile06 | "Demon" Finn Balor |
629_Nia_Jax_2022 |
bakedfile06 | Nia Jax |
630_Shinsuke_Nakamura_2022 |
bakedfile06 | Shinsuke Nakamura |
684_Asuka_Intro_2022 |
bakedfile06 | Asuka (Mask Intro) |
686_Robert_Roode_2022 |
bakedfile06 | Robert Roode |
689_Roderick_Strong_2022 |
bakedfile06 | Roderick Strong |
692_TomassoCiampa_2022 |
bakedfile06 | Tommaso Ciampa |
698_Nikki_Cross_2022 |
bakedfile06 | Nikki Cross |
702_Ember_Moon_2022 |
bakedfile06 | Ember Moon |
703_Billie_Kay_2022 |
bakedfile06 | Billie Kay |
704_Peyton_Royce |
bakedfile06 | Peyton Royce |
707_Akira_Tozawa_2022 |
bakedfile06 | Akira Tozawa |
708_Cedric_Alexander_2022 |
bakedfile06 | Cedric Alexander |
709_Gran_Metalik_2022 |
bakedfile06 | Gran Metalik (Hidden) |
728_Ariya_Daivari_2022 |
bakedfile06 | Ariya Daivari |
729_Drew_Gulak_2022 |
bakedfile06 | Drew Gulak |
730_Lince_Dorado_2022 |
bakedfile06 | Lince Dorado (Hidden) |
732_Mustafa_Ali_2022 |
bakedfile06 | Mustafa Ali |
734_Liv_Morgan_2022 |
bakedfile06 | Liv Morgan |
735_Mandy_Rose_2022 |
bakedfile06 | Mandy Rose |
736_Ronda_Rousey_2022 |
bakedfile06 | Ronda Rousey |
738_Sonya_Deville_2022 |
bakedfile06 | Sonya Deville |
740_Angelo_Dawkins_2022 |
bakedfile06 | Angelo Dawkins (Hidden) |
742_Kyle_O_Reilly_2022 |
bakedfile06 | Kyle O'Reilly |
744_Montez_Ford_2022 |
bakedfile06 | Montez Ford (Hidden) |
745_Oney_Lorcan_2022 |
bakedfile06 | Oney Lorcan |
746_Otis_2022 |
bakedfile06 | Otis |
747_Pete_Dunne_2022 |
bakedfile06 | Pete Dunne |
750_Tucker_2022 |
bakedfile06 | Tucker |
751_Tyler_Bate_2022 |
bakedfile06 | Tyler Bate |
753_Bianca_Belair_2022 |
bakedfile06 | Bianca Belair |
755_Lacey_Evans_2022 |
bakedfile06 | Lacey Evans |
756_Shayna_Baszler_2022 |
bakedfile00 | Shayna Baszler |
763_Cole_Quinn_2022 |
bakedfile06 | Cole Quinn (MyRise) |
776_Golden_Sun_2022 |
bakedfile06 | Golden Sun [Seth Rollins '20 Intro] (Hidden) |
777_Lights_Out_2022 |
bakedfile06 | Lights Out [Seth Rollins '20 Intro] (Hidden) |
778_SuprStrLvr_2022 |
bakedfile06 | SuprStrLvr (Hidden) |
781_XL_MoonRise_2022 |
bakedfile06 | XL Moon Rise [Xia Li Intro] (Unused) |
782_Sun_Rise_2022 |
bakedfile06 | Sun Rise [Sarray Intro] (Unused) |
801_Ivar_2022 |
bakedfile06 | Ivar (Hidden) |
802_Erik_2022 |
bakedfile06 | Erik (Hidden) |
803_Candice_LeRe_2022 |
bakedfile06 | Candice LeRae |
804_Dakota_Kai_2022 |
bakedfile06 | Dakota Kai |
806_Ricochet_2022 |
bakedfile06 | Ricochet |
807_Humberto_Carrillo_2022 |
bakedfile06 | Humberto Carillo |
810_Keith_Lee_2022 |
bakedfile06 | Keith Lee |
812_Riddle_2022 |
bakedfile06 | Riddle |
813_Trent_Seven_2022 |
bakedfile06 | Trent Seven |
814_Io_Shirai_2022 |
bakedfile06 | Io Shirai |
815_Mia_Yim_2022 |
bakedfile06 | Mia Yim |
816_Rhea_Ripley_2022 |
bakedfile00 | Rhea Ripley |
817_Toni_Storm_2022 |
bakedfile06 | Toni Storm |
819_El_Mago_Jr_2022 |
bakedfile06 | El Mago Jr. (MyRise) |
823_Chase_2022 |
bakedfile06 | Chase (MyRise) |
829_Brooklyn_2022 |
bakedfile06 | Brooklyn Von Braun (MyRise) |
832_Josie_2022 |
bakedfile06 | Josie Jane (MyRise) |
851_Bret_Hart_2022 |
bakedfile06 | Bret Hart (Hidden) |
852_Seth_Rollins_2022 |
bakedfile06 | Seth Rollins |
854_Happy_Corbin_2022 |
bakedfile06 | Happy Corbin |
855_Nikki_Ash_2022 |
bakedfile06 | Nikki A.S.H. |
856_Seth_Rollins_2022 |
bakedfile06 | Seth Rollins '20 |
857_Shinsuke_Nakamura_2022 |
bakedfile06 | King Nakamura |
858_Rey_Mysterio_1996_2022 |
bakedfile06 | Rey Mysterio Jr. '96 (Hidden) |
909_Angel_Garza_2022 |
bakedfile06 | Angel Garza |
910_John_Morrison_2022 |
bakedfile06 | John Morrison |
911_Walter_2022 |
bakedfile06 | WALTER |
912_Marcel_Barthel_2022 |
bakedfile06 | Marcel Barthel |
913_Fabian_Aichner_2022 |
bakedfile06 | Fabian Aichner |
914_Alexander_Wolfe_2022 |
bakedfile06 | Alexander Wolfe |
915_MVP_2022 |
bakedfile06 | MVP |
916_Isaiah_Swerve_Scott_2022 |
bakedfile06 | Isiah "Swerve" Scott |
917_Austin_Theory_2022 |
bakedfile06 | Austin Theory |
918_Dominik_Dijakovic_2022 |
bakedfile06 | Dominik Dijakovic |
919_Shotzi_Blackheart_2022 |
bakedfile06 | Shotzi |
920_Tegan_Nox_2022 |
bakedfile06 | Tegan Nox |
921_Cameron_Grimes_2022 |
bakedfile06 | Cameron Grimes |
922_Damian_Priest_2022 |
bakedfile00 | Damian Priest |
923_Dominic_Mysterio_2022 | bakedfile06 | Dominik Mysterio |
924_Karrion_Kross_2022 |
bakedfile06 | Karrion Kross |
925_Scarlett_2022 |
bakedfile06 | Scarlett (Hidden) |
926_Kushida_2022 |
bakedfile06 | Kushida |
927_Raquel_Gonzalez_2022 |
bakedfile06 | Raquel Gonzalez |
928_Santos_Escobar_2022 |
bakedfile06 | Santos Escobar |
929_Joaquin_Wilde_2022 |
bakedfile06 | Joaquin Wilde |
930_Raul_Mendoza_2022 |
bakedfile06 | Raul Mendoza |
931_Dexter_Lumis_2022 |
bakedfile06 | Dexter Lumis |
932_Danny_Burch_2020 |
bakedfile06 | Danny Burch |
933_Timothy_Thatcher_2022 |
bakedfile06 | Timothy Thatcher |
937_Jordan_Devlin_2022 |
bakedfile06 | Jordan Devlin |
938_Kay_Lee_Ray_2022 |
bakedfile06 | Kay Lee Ray |
939_Eric_Bischoff_2022 |
bakedfile06 | Eric Bischoff (Hidden) |
940_William_Regal_2022 |
bakedfile06 | William Regal |
942_Kevin_Nash_NWO_2022 |
bakedfile06 | Kevin Nash (nWo) |
943_MansoorNXT_2022 |
bakedfile06 | Mansoor |
945_Alexa_Bliss_2022 |
bakedfile06 | Alexa Bliss |
948_Mustafa_Ali_2022 |
bakedfile06 | Mustafa Ali '18 (Hidden) |
949_Shelton_Benjamin_2022 |
bakedfile06 | Shelton Benjamin (Hidden) |
950_Dolph_Ziggler_2022 |
bakedfile06 | Dolph Ziggler '09 |
951_Kane_2022 |
bakedfile06 | Kane '08 |
952_Rey_Mysterio_2022 |
bakedfile06 | Rey Mysterio Jr. |
953_Rey_Mysterio_2022 |
bakedfile06 | Rey Mysterio '05 |
954_Rey_Mysterio_2022 |
bakedfile06 | Rey Mysterio '06 |
955_Rey_Mysterio_2022 |
bakedfile06 | Rey Mysterio '08 |
956_Candice_LeRe_2022 |
bakedfile06 | Candice LeRae '19 (Hidden) |
957_Eddie_Guerrero_2022 |
bakedfile06 | Eddie Guerrero '97 |
958_Hulk_Hogan_NWO_2022 |
bakedfile06 | Hollywood Hogan |
959_Johnny_Gargano_2022 |
bakedfile06 | Johnny Gargano '18 (Hidden) |
960_Logan_Paul_2022 |
bakedfile06 | Logan Paul |
962_Undertaker_1998_2022 |
bakedfile06 | Undertaker '98 (Ministry) |
963_Scott_Hall_NWO_2022 |
bakedfile06 | Scott Hall (nWo) |
964_The_Miz_2022 |
bakedfile06 | The Miz '11 |
966_Yokozuna_2022 |
bakedfile06 | Yokozuna |
967_Umaga_2022 |
bakedfile06 | Umaga |
968_Rick_Boogs_2022 |
bakedfile06 | Rick Boogs |
969_Doudrop_2022 |
bakedfile06 | Doudrop |
970_The_Boogeyman_2022 |
bakedfile06 | Boogeyman |
971_Ilja_Dragunov_2022 |
bakedfile06 | Ilja Dragunov |
972_Indi_Hartwell_2022 |
bakedfile06 | Indi Hartwell |
973_The_Hurricane_2022 |
bakedfile06 | The Hurricane |
974_Stacy_Kiebler_2022 |
bakedfile06 | Stacy Keibler |
975_Omos_2022 |
bakedfile06 | Omos |
976_Wes_Lee_2022 |
bakedfile06 | Wes Lee |
977_Nash_Carter_2022 |
bakedfile06 | Nash Carter (Hidden) |
978_Doink_2022 |
bakedfile06 | Doink The Clown |
979_MrT_2022 |
bakedfile06 | Mr. T |
980_Kacy_Catanzaro_2022 |
bakedfile06 | Kacy Catanzaro |
981_La_Knight_2022 |
bakedfile06 | LA Knight |
982_Xia_Li_2022 |
bakedfile06 | Xia Li |
984_Commander_Azeez_2022 |
bakedfile06 | Commander Azeez |
985_Sarray_2022 |
bakedfile06 | Sarray |
986_A_Kid_2022 |
bakedfile06 | A-Kid |
987_Machine_Gun_Kelly_2022 |
bakedfile06 | Machine Gun Kelly |
Character Slot IDs
Original Credit: BlindedByTheGrace
SLOT ID | CHARACTER NAME | SLOT ID | SLOT # | SLOT ALT | NOTE |
100 | The Rock | 64 00 | 64 00 | 58 01 | |
101 | Stone Cold | 65 00 | 65 00 | 65 00 | |
102 | Triple H | 66 00 | 66 00 | BA 01 | |
103 | The Undertaker | 67 00 | 67 00 | D2 00 | |
106 | Motion Test 02 | 6A 00 | 68 00 | 6A 00 | UNUSED |
107 | Kane | 6B 00 | 69 00 | B7 03 | |
108 | Booker T | 6C 00 | 6A 00 | CA 01 | |
109 | Hulk Hogan | 6D 00 | 6B 00 | BE 03 | |
112 | Jeff Hardy | 70 00 | 6C 00 | 70 00 | |
114 | JBL | 72 00 | 6D 00 | 72 00 | |
115 | Mr.McMahon | 73 00 | 6E 00 | 73 00 | |
116 | Rob Van Dam | 74 00 | 6F 00 | 74 00 | DLC |
118 | Eddie Guerrero | 76 00 | 70 00 | BD 03 | |
119 | Andre The Giant | 77 00 | 71 00 | 77 00 | |
123 | Rey Mysterio | 7B 00 | 72 00 | BB 03 | |
126 | Trish Stratus | 7E 00 | 73 00 | 7E 00 | |
130 | Ric Flair '91 | 82 00 | 74 00 | 82 00 | |
133 | Bobby Lashley | 85 00 | 75 00 | B2 03 | |
136 | Ted DiBiase | 88 00 | 76 00 | 88 00 | |
139 | John Cena | 8B 00 | 77 00 | 8B 00 | |
143 | Mickie James | 8F 00 | 78 00 | 8F 00 | |
145 | Shawn Michaels '97 | 91 00 | 79 00 | 6D 01 | |
147 | Stephanie McMahon | 93 00 | 7A 00 | 93 00 | |
150 | Michael Cole | 96 00 | 7B 00 | 96 00 | NPC |
152 | Shane McMahon | 98 00 | 7C 00 | 98 00 | |
153 | Jerry Lawler | 99 00 | 7D 00 | 99 00 | |
159 | Roddy Piper | 9F 00 | 7E 00 | 9F 00 | |
161 | Randy Orton | A1 00 | 7F 00 | A1 00 | |
176 | Kofi Kingston | B0 00 | 80 00 | B0 00 | |
177 | Bret Hart | B1 00 | 81 00 | B1 00 | |
343 | Brock Lesnar | 57 01 | 82 00 | 57 01 | |
180 | Jim Neidhart | B4 00 | 83 00 | B4 00 | |
190 | Shelton Benjamin | BE 00 | 84 00 | B5 03 | |
192 | Move-Set Man | C0 00 | 85 00 | C0 00 | |
194 | Move-Set Woman | C2 00 | 86 00 | C2 00 | |
207 | Brian Kendrick | CF 00 | 87 00 | CF 00 | |
210 | Undertaker '02 | D2 00 | 88 00 | 67 00 | |
212 | British Bulldog | D4 00 | 89 00 | D4 00 | |
218 | The Miz | DA 00 | 8A 00 | C4 03 | |
224 | Beth Phoenix | E0 00 | 8B 00 | E0 00 | |
232 | Randy Savage | E8 00 | 8C 00 | E8 00 | |
238 | Big Boss Man | EE 00 | 8D 00 | EE 00 | |
245 | Cactus Jack | F5 00 | 8E 00 | F5 00 | |
246 | Mankind | F6 00 | 8F 00 | F6 00 | |
249 | Bobby Heenan | F9 00 | 90 00 | F9 00 | |
254 | Ultimate Warrior | FE 00 | 91 00 | FE 00 | |
255 | Referee | FF 00 | 92 00 | FF 00 | |
256 | Superstar Male | 00 01 | 93 00 | 00 01 | |
257 | Superstar Female | 01 01 | 94 00 | 01 01 | |
258 | Referee | 02 01 | 95 00 | 02 01 | |
272 | R-Truth | 10 01 | 96 00 | 10 01 | |
273 | NPC (male) | 11 01 | 97 00 | 11 01 | |
274 | NPC (male) | 12 01 | 98 00 | 12 01 | |
275 | Dolph Ziggler | 13 01 | 99 00 | B6 03 | |
278 | Drew McIntyre | 16 01 | 9A 00 | 16 01 | |
279 | Sheamus | 17 01 | 9B 00 | 17 01 | |
287 | WWE Crew 1 | 1F 01 | 9D 00 | 1F 01 | |
288 | WWE Crew 2 | 20 01 | 9E 00 | 20 01 | |
289 | Security Guard | 21 01 | 9F 00 | 21 01 | |
290 | Natalya | 22 01 | A0 00 | 22 01 | |
291 | Maryse | 23 01 | A1 00 | 23 01 | |
299 | Tamina | 2B 01 | A2 00 | 2B 01 | |
305 | Faarooq '98 | 31 01 | A3 00 | AD 03 | |
312 | Road Dogg | 38 01 | A4 00 | C9 01 | |
314 | X-Pac | 3A 01 | A5 00 | CB 01 | |
316 | The Godfather | 3C 01 | A6 00 | 3C 01 | |
318 | Jinder Mahal | 3E 01 | A7 00 | 3E 01 | |
332 | Jimmy Uso | 4C 01 | A9 00 | 4C 01 | |
333 | Jey Uso | 4D 01 | AA 00 | 4D 01 | |
334 | Razor Ramon | 4E 01 | AB 00 | 4E 01 | |
335 | Kevin Nash | 4F 01 | AC 00 | AE 03 | |
337 | Vader | 51 01 | AD 00 | 51 01 | |
344 | The Rock '98 | 58 01 | AE 00 | 64 00 | |
346 | Undertaker '95 | 5A 01 | AF 00 | 67 00 | |
349 | Edge | 5D 01 | B0 00 | 5D 01 | |
355 | Naomi | 63 01 | B1 00 | 63 01 | |
358 | Triple H '98 | 66 01 | B2 00 | 66 00 | |
359 | Cesaro | 67 01 | B3 00 | 67 01 | |
361 | Goldberg | 69 01 | B4 00 | 69 01 | |
364 | Ric Flair '88 | 6C 01 | B5 00 | 6C 01 | |
365 | Shawn Michaels | 6D 01 | B6 00 | 91 00 | |
368 | Roman Reigns | 70 01 | B7 00 | 70 01 | |
369 | Seth Rollins | 71 01 | B8 00 | 55 03 | |
371 | Titus O'Neil | 73 01 | B9 00 | 73 01 | |
374 | Paul Heyman | 76 01 | BA 00 | 76 01 | |
384 | Big E | 80 01 | BB 00 | 80 01 | |
385 | Fandango | 81 01 | BC 00 | 81 01 | |
392 | Jake Roberts | 88 01 | BD 00 | 88 01 | |
395 | Diesel | 8B 01 | BE 00 | 8B 01 | |
396 | Scott Hall | 8C 01 | BF 00 | C3 03 | |
399 | Dummy Real Name----- | 8F 01 | C1 00 | 8F 01 | UNUSED |
411 | Batista | 9B 01 | C2 00 | 9B 01 | |
420 | Xavier Woods | A4 01 | C3 00 | A4 01 | |
426 | Corey Graves | AA 01 | C4 00 | AA 01 | NPC |
429 | Sami Zayn | AD 01 | C5 00 | AD 01 | |
430 | Lana | AE 01 | C6 00 | AE 01 | |
442 | Triple H '13 | BA 01 | C7 00 | 66 00 | |
444 | Stephanie McMahon (Mgr) | BC 01 | C8 00 | BC 01 | |
445 | El Mago | BD 01 | C9 00 | BD 01 | |
446 | El Ordinario | BE 01 | CA 00 | BE 01 | |
447 | Hector Flores | BF 01 | CB 00 | BF 01 | |
448 | LA Cangrejita Loca | C0 01 | CC 00 | C0 01 | |
449 | LA Venganza | C1 01 | CD 00 | C1 01 | |
450 | Mr.CQ | C2 01 | CE 00 | C2 01 | |
451 | Geneva Rose | C3 01 | CF 00 | C3 01 | |
452 | Odyssey Rift | C4 01 | D0 00 | C4 01 | |
453 | Paragon Jay Pierce | C5 01 | D1 00 | C5 01 | |
454 | Meilee Fan | C6 01 | D2 00 | C9 01 | |
455 | Kory Klein | C7 01 | D3 00 | C7 01 | |
456 | Road Dogg (Coach) | C8 01 | D4 00 | 38 01 | |
457 | Shawn Michaels (Coach) | C9 01 | D5 00 | 91 00 | |
458 | King Booker | CA 01 | D6 00 | 6C 00 | |
459 | Syxx | CB 01 | D7 00 | 3A 01 | |
460 | - | CC 01 | D8 00 | CC 01 | UNUSED |
461 | - | CD 01 | D9 00 | CD 01 | UNUSED |
463 | Photographer | CF 01 | DA 00 | CF 01 | |
464 | Seamstress | D0 01 | DB 00 | D0 01 | |
465 | Security Guard | D1 01 | DC 00 | D1 01 | |
466 | Security Guard | D2 01 | DD 00 | D2 01 | |
467 | - | D3 01 | DE 00 | D3 01 | UNUSED |
468 | - | D4 01 | DF 00 | D4 01 | UNUSED |
470 | Crowd | D6 01 | E0 00 | D6 01 | |
471 | Crowd | D7 01 | E1 00 | D7 01 | |
472 | Medical Doc | D8 01 | E2 00 | D8 01 | |
473 | Mexican Security | D9 01 | E3 00 | D9 01 | |
474 | Mexican Security | DA 01 | E4 00 | DA 01 | |
475 | - | DB 01 | E5 00 | DB 01 | UNUSED |
476 | - | DC 01 | E6 00 | DC 01 | UNUSED |
477 | - | DD 01 | E7 00 | DD 01 | UNUSED |
478 | - | DE 01 | E8 00 | DE 01 | UNUSED |
479 | - | DF 01 | E9 00 | DF 01 | UNUSED |
480 | - | E0 01 | EA 00 | E0 01 | UNUSED |
481 | - | E1 01 | EB 00 | E1 01 | UNUSED |
482 | - | E2 01 | EC 00 | E2 01 | UNUSED |
483 | - | E3 01 | ED 00 | E3 01 | UNUSED |
484 | - | E4 01 | EE 00 | E4 01 | UNUSED |
485 | - | E5 01 | EF 00 | E5 01 | UNUSED |
486 | - | E6 01 | F0 00 | E6 01 | UNUSED |
487 | - | E7 01 | F1 00 | E7 01 | UNUSED |
488 | - | E8 01 | F2 00 | E8 01 | UNUSED |
489 | - | E9 01 | F3 00 | E9 01 | UNUSED |
490 | - | EA 01 | F4 00 | EA 01 | UNUSED |
491 | - | EB 01 | F5 00 | EB 01 | UNUSED |
492 | - | EC 01 | F6 00 | EC 01 | UNUSED |
493 | - | ED 01 | F7 00 | ED 01 | UNUSED |
494 | - | EE 01 | F8 00 | EE 01 | UNUSED |
495 | - | EF 01 | F9 00 | EF 01 | UNUSED |
496 | - | F0 01 | FA 00 | F0 01 | UNUSED |
497 | - | F1 01 | FB 00 | F1 01 | UNUSED |
498 | - | F2 01 | FC 00 | F2 01 | UNUSED |
499 | - | F3 01 | FD 00 | F3 01 | UNUSED |
500 | - | F4 01 | FE 00 | F4 01 | UNUSED |
736 | - Ronda Rousey | E0 02 | FF 00 | E0 02 | |
506 | - | FA 01 | 03 01 | FA 01 | UNUSED |
507 | Barron Blade | FB 01 | 04 01 | FB 01 | |
508 | - | FC 01 | 05 01 | FC 01 | UNUSED |
509 | - | FD 01 | 06 01 | 70 02 | UNUSED |
510 | Unknown Superstar | FE 01 | 07 01 | FE 01 | |
511 | Kane (NPC) | FF 01 | 08 01 | 6B 00 | DO NOT USE! BUGGY! |
512 | - | 00 02 | 09 01 | 00 02 | UNUSED |
513 | - | 01 02 | 0A 01 | 01 02 | UNUSED |
514 | Kalisto | 02 02 | 0B 01 | 02 02 | |
550 | Byron Saxton | 26 02 | 0C 01 | 26 02 | |
552 | Kayla Braxton | 28 02 | 0D 01 | 28 02 | |
553 | Byron Saxton | 29 02 | 0E 01 | 26 02 | |
557 | Spanish Announcer 1 | 2D 02 | 0F 01 | 2D 02 | |
558 | Spanish Announcer 2 | 2E 02 | 10 01 | 2E 02 | |
562 | Rikishi | 32 02 | 11 01 | 32 02 | |
564 | Mr.McMahon (Manager) | 34 02 | 12 01 | 34 02 | |
565 | Stephanie McMahon NPC | 35 02 | 13 01 | 93 00 | |
571 | Referee | 3B 02 | 14 01 | FF 00 | |
573 | King Corbin | 3D 02 | 15 01 | 56 03 | |
576 | Finn Balor | 40 02 | 16 01 | 40 02 | |
578 | Kevin Owens | 42 02 | 17 01 | 42 02 | |
579 | Samoa Joe | 43 02 | 18 01 | 43 02 | |
581 | Tyler Breeze | 45 02 | 19 01 | 45 02 | |
607 | Buddy Murphy | 5F 02 | 1A 01 | 5F 02 | |
608 | Elias | 60 02 | 1B 01 | 60 02 | |
609 | Braun Strowman | 61 02 | 1C 01 | 61 02 | |
610 | AJ Styles | 62 02 | 1D 01 | 62 02 | |
611 | Becky Lynch | 63 02 | 1E 01 | 4C 03 | |
612 | Charlotte | 64 02 | 1F 01 | 49 03 | |
613 | Sasha Banks | 65 02 | 20 01 | 50 03 | |
614 | Chad Gable | 66 02 | 21 01 | 66 02 | |
620 | Alexa Bliss | 6C 02 | 22 01 | B1 03 | |
621 | Asuka | 6D 02 | 23 01 | 6D 02 | |
622 | Bayley | 6E 02 | 24 01 | 4E 03 | |
623 | Carmella | 6F 02 | 25 01 | BC 03 | |
624 | Dana Brooke | 70 02 | 26 01 | 70 02 | |
625 | Apollo Crews | 71 02 | 27 01 | 71 02 | |
626 | Demon Finn Balor | 72 02 | 28 01 | 72 02 | |
629 | Nia Jax | 75 02 | 29 01 | 75 02 | |
630 | Shinsuke Nakamura | 76 02 | 2A 01 | 59 03 | |
673 | Papa Shango | A1 02 | 2B 01 | A1 02 | |
684 | - | AC 02 | 2C 01 | AC 02 | UNUSED |
686 | Robert Roode | AE 02 | 2D 01 | AE 02 | |
689 | Roderick Strong | B1 02 | 2E 01 | B1 02 | |
691 | Johnny Gargano | B3 02 | 2F 01 | B3 02 | |
692 | Tommaso Ciampa | B4 02 | 30 01 | B4 02 | |
694 | Slapjack | B6 02 | 31 01 | B6 02 | |
698 | Nikki Cross | BA 02 | 32 01 | 57 03 | |
702 | Ember Moon | BE 02 | 33 01 | BE 02 | |
703 | Billie Kay | BF 02 | 34 01 | BF 02 | |
704 | Peyton Royce | C0 02 | 35 01 | C0 02 | |
707 | Akira Tozawa | C3 02 | 36 01 | C3 02 | |
708 | Cedric Alexander | C4 02 | 37 01 | C4 02 | |
709 | Gran Metalik | C5 02 | 38 01 | C5 02 | |
720 | - | D0 02 | 3B 01 | D0 02 | |
721 | - | D1 02 | 3C 01 | D1 02 | |
722 | - | D2 02 | 3D 01 | D2 02 | |
723 | - | D3 02 | 3E 01 | D3 02 | |
724 | - | D4 02 | 3F 01 | D4 02 | |
725 | - | D5 02 | 40 01 | D5 02 | |
726 | - | D6 02 | 41 01 | D6 02 | |
727 | - | D7 02 | 42 01 | D7 02 | |
728 | Ariya Daivari | D8 02 | 43 01 | D8 02 | |
729 | Drew Gulak | D9 02 | 44 01 | D9 02 | |
730 | Lince Dorado | DA 02 | 45 01 | DA 02 | |
732 | Mustafa Ali | DC 02 | 46 01 | B4 03 | |
734 | Liv Morgan | DE 02 | 47 01 | DE 02 | |
735 | Mandy Rose | DF 02 | 48 01 | DF 02 | |
738 | Sonya Deville | E2 02 | 49 01 | E2 02 | |
740 | Angelo Dawkins | E4 02 | 4B 01 | E4 02 | |
742 | Kyle O'Reilly | E6 02 | 4D 01 | E6 02 | |
744 | Montez Ford | E8 02 | 4E 01 | E8 02 | |
745 | Oney Lorcan | E9 02 | 4F 01 | E9 02 | |
746 | Otis | EA 02 | 50 01 | EA 02 | |
747 | Pete Dunne | EB 02 | 51 01 | EB 02 | |
750 | Tucker | EE 02 | 52 01 | EE 02 | |
751 | Tyler Bate | EF 02 | 53 01 | EF 02 | |
753 | Bianca Belair | F1 02 | 54 01 | F1 02 | |
755 | Lacey Evans | F3 02 | 55 01 | F3 02 | |
756 | Shayna Baszler | F4 02 | 56 01 | F4 02 | |
763 | Cole Quinn | FB 02 | 57 01 | FB 02 | |
768 | WWE Staff 02 | 00 03 | 58 01 | 00 03 | |
772 | - | 04 03 | 59 01 | 04 03 | |
773 | - | 05 03 | 5A 01 | 05 03 | |
774 | - | 06 03 | 5B 01 | 06 03 | |
775 | - | 07 03 | 5C 01 | 07 03 | |
776 | - | 08 03 | 5D 01 | 08 03 | |
777 | - | 09 03 | 5E 01 | 09 03 | |
778 | - | 0A 03 | 5F 01 | 0A 03 | |
779 | Mark Thompson | 0B 03 | 60 01 | 0B 03 | |
780 | - | 0C 03 | 61 01 | 0C 03 | |
781 | - | 0D 03 | 62 01 | 0D 03 | |
782 | - | 0E 03 | 63 01 | 0E 03 | |
783 | - | 0F 03 | 64 01 | 0F 03 | |
784 | - | 10 03 | 65 01 | 10 03 | |
785 | - | 11 03 | 66 01 | 11 03 | |
786 | - | 12 03 | 67 01 | 12 03 | |
787 | - | 13 03 | 68 01 | 13 03 | |
788 | Robyn Rae | 14 03 | 69 01 | 14 03 | |
789 | Brent | 15 03 | 6A 01 | 15 03 | |
790 | Tasia Meadows | 16 03 | 6B 01 | 16 03 | |
794 | X-Pac (DX) | 1A 03 | 6F 01 | 3A 01 | |
795 | Road Dogg (DX) | 1B 03 | 70 01 | 38 01 | |
796 | Undertaker WM36 | 1C 03 | 71 01 | D2 00 | |
801 | Ivar | 21 03 | 75 01 | 21 03 | |
802 | Erik | 22 03 | 76 01 | 22 03 | |
803 | Candice LeRae | 23 03 | 77 01 | 23 03 | |
804 | Dakota Kai | 24 03 | 78 01 | 24 03 | |
806 | Ricochet | 26 03 | 79 01 | 26 03 | |
807 | Humberto Carrillo | 27 03 | 7A 01 | 27 03 | |
808 | Ring Announcer | 28 03 | 7B 01 | 28 03 | |
810 | Keith Lee | 2A 03 | 7C 01 | 2A 03 | |
812 | Riddle | 2C 03 | 7D 01 | 2C 03 | |
813 | Trent Seven | 2D 03 | 7E 01 | 2D 03 | |
814 | Io Shirai | 2E 03 | 7F 01 | 2E 03 | |
815 | Mia Yim | 2F 03 | 80 01 | 2F 03 | |
816 | Rhea Ripley | 30 03 | 81 01 | 30 03 | |
817 | Toni Storm | 31 03 | 82 01 | 31 03 | |
818 | Director | 32 03 | 83 01 | 32 03 | |
819 | El Mago Jr | 33 03 | 84 01 | 33 03 | |
820 | Fan 1 | 34 03 | 85 01 | 34 03 | |
821 | Frank | 35 03 | 86 01 | 35 03 | |
823 | Chase | 37 03 | 88 01 | 37 03 | |
824 | Secret Service 1 | 38 03 | 89 01 | 38 03 | |
825 | Secret Service 2 | 39 03 | 8A 01 | 39 03 | |
828 | Fake Birth Father | 3C 03 | 8B 01 | 3C 03 | |
829 | Brooklyn Von Braun | 3D 03 | 8C 01 | 3D 03 | |
830 | Female Fan 1 | 3E 03 | 8D 01 | 3E 03 | |
830 | Female Fan 2 | 3F 03 | 8E 01 | 3F 03 | |
832 | Josie Jane | 40 03 | 8F 01 | 40 03 | |
834 | Random Woman 1 | 42 03 | 90 01 | 42 03 | |
836 | Susan | 44 03 | 91 01 | 44 03 | |
837 | Fake Birth Mother | 45 03 | 92 01 | 45 03 | |
839 | Chyna | 47 03 | 93 01 | 47 03 | |
841 | Charlotte '15 | 49 03 | 94 01 | 64 02 | |
844 | Becky Lynch 15 | 4C 03 | 95 01 | 63 02 | |
846 | Bayley '15 | 4E 03 | 96 01 | 6E 02 | |
848 | Sasha Banks '15 | 50 03 | 97 01 | 65 02 | |
851 | Bret Hart (old) | 53 03 | 98 01 | B1 00 | |
853 | Undertaker '10 | 55 03 | 99 01 | 67 00 | |
906 | Powerhouse-Set Man | 8A 03 | 9A 01 | C0 00 | |
907 | Technician-Set Man | 8B 03 | 9B 01 | C0 00 | |
908 | HighFlyer-Set Man | 8C 03 | 9C 01 | C0 00 | |
909 | Angel Garza | 8D 03 | 9D 01 | 8D 03 | |
910 | John Morrison | 8E 03 | 9E 01 | 8E 03 | |
910 | Walter | 8F 03 | 9F 01 | 8F 03 | |
912 | Marcel Barthel | 90 03 | A0 01 | 90 03 | |
913 | Fabian Aichner | 91 03 | A1 01 | 91 03 | |
914 | Alexander Wolfe | 92 03 | A2 01 | 92 03 | |
915 | MVP | 93 03 | A3 01 | 93 03 | |
916 | Isaiah Swerve Scott | 94 03 | A4 01 | 94 03 | |
917 | Austin Theory | 95 03 | A5 01 | 95 03 | |
918 | Dominik Dijakovic | 96 03 | A6 01 | 96 03 | |
919 | Shotzi | 97 03 | A7 01 | 97 03 | |
920 | Tegan Nox | 98 03 | A8 01 | 98 03 | |
921 | Cameron Grimes | 99 03 | A9 01 | 99 03 | |
922 | Damien Priest | 9A 03 | AA 01 | 9A 03 | |
923 | Dominik Mysterio | 9B 03 | AB 01 | 9B 03 | |
924 | Karrion Kross | 9C 03 | AC 01 | 9C 03 | |
925 | Scarlett | 9D 03 | AD 01 | 9D 03 | |
926 | Kushida | 9E 03 | AE 01 | 9E 03 | |
927 | Raquel Gonzalez | 9F 03 | AF 01 | 9F 03 | |
928 | Santos Escobar | A0 03 | B0 01 | A0 03 | |
929 | Joaquin Wilde | A1 03 | B1 01 | A1 03 | |
930 | Raul Mendoza | A2 03 | B2 01 | A2 03 | |
931 | Dexter Lumis | A3 03 | B3 01 | A3 03 | |
932 | Danny Burch | A4 03 | B4 01 | A4 03 | |
933 | Timothy Thatcher | A5 03 | B5 01 | A5 03 | |
934 | Mace | A6 03 | B6 01 | A6 03 | |
934 | T-Bar | A7 03 | B7 01 | A7 03 | |
936 | Reckoning | A8 03 | B8 01 | A8 03 | |
937 | Jordan Devlin | A9 03 | B9 01 | A9 03 | |
938 | Kay Lee Ray | AA 03 | BA 01 | AA 03 | |
939 | Eric Bischoff | AB 03 | BB 01 | AB 03 | |
940 | William Regal | AC 03 | BC 01 | AC 03 | |
941 | Faaroq | AD 03 | BD 01 | 31 01 | |
942 | Kevin Nash (nWo) | AE 03 | BE 01 | 4F 01 | |
943 | Mansoor | AF 03 | BF 01 | AF 03 | |
944 | Adam Pearce | B0 03 | C0 01 | B0 03 | |
945 | Alexa Bliss (Goddess) | B1 03 | C1 01 | 6C 02 | |
247 | Dude Love | F7 00 | C2 01 | F7 00 | |
948 | Mustafa Ali (face) | B4 03 | C4 01 | DC 02 | |
949 | Shelton Benjamin | B5 03 | C5 01 | BE 00 | |
950 | Dolph Ziggler '09 | B6 03 | C6 01 | 13 01 | |
951 | Kane '08 | B7 03 | C7 01 | 6B 00 | |
952 | Rey Mysterio Jr. | B8 03 | C8 01 | B9 03 | |
953 | Rey Mysterio '05 | B9 03 | C9 01 | B8 03 | |
954 | Rey Mysterio '06 | BA 03 | CA 01 | BB 03 | |
955 | Rey Mysterio '08 | BB 03 | CB 01 | BA 03 | |
956 | Candice LeRae (MyRise) | BC 03 | CC 01 | 23 03 | |
957 | Eddie Guerrero '97 | BD 03 | CD 01 | 76 00 | |
958 | Hollywood Hogan | BE 03 | CE 01 | 6D 00 | |
959 | Johnny Gargano (MyRise) | BF 03 | CF 01 | B3 02 | |
960 | Logan Paul | C0 03 | D0 01 | C0 03 | |
858 | Rey Mysterio Jr '96 | 5A 03 | D1 01 | B8 03 | |
962 | Undertaker '98 | C2 03 | D2 01 | 67 00 | |
963 | Scott Hall (nWo) | C3 03 | D3 01 | 8C 01 | |
964 | The Miz '11 | C4 03 | D4 01 | DA 00 | |
965 | Seth Rollins WM | C5 03 | D5 01 | 71 01 | |
966 | Yokozuna | C6 03 | D6 01 | C6 03 | |
967 | Umaga | C7 03 | D7 01 | C7 03 | |
968 | Rick Boogs | C8 03 | D8 01 | C8 03 | |
969 | Doudrop | C9 03 | D9 01 | C9 03 | |
970 | Boogeyman | CA 03 | DA 01 | CA 03 | |
971 | Ilja Dragunov | CB 03 | DB 01 | CB 03 | |
971 | Indi Hartwell | CC 03 | DC 01 | CC 03 | |
973 | The Hurricane | CD 03 | DD 01 | CD 03 | |
947 | Stacy Keibler | CE 03 | DE 01 | CE 03 | |
975 | Omos | CF 03 | DF 01 | CF 03 | |
976 | Wes Lee | D0 03 | E0 01 | D0 03 | |
978 | Doink The Clown | D2 03 | E2 01 | D2 03 | |
979 | Mr.T | D3 03 | E3 01 | D3 03 | |
980 | Kacy Cantanzaro | D4 03 | E4 01 | D4 03 | |
981 | LA Knight | D5 03 | E5 01 | D5 03 | |
982 | Xia Li | D6 03 | E6 01 | D6 03 | |
983 | Doink The Clown | D7 03 | E7 01 | D2 03 | |
984 | Commander Azeez | D8 03 | E8 01 | D8 03 | |
985 | Sarray | D9 03 | E9 01 | D9 03 | |
986 | A-Kid | DA 03 | EA 01 | DA 03 | |
987 | Machine Gun Kelly | DB 03 | EB 01 | DB 03 | |
988 | Rey Mysterio '09 | DC 03 | EC 01 | BA 03 | |
989 | Rey Mysterio Dec '09 | DD 03 | ED 01 | BA 03 | |
990 | Rey Mysterio '11 | DE 03 | EE 01 | BA 03 | |
100 | - | E8 03 | EF 01 | E8 03 | |
100 | - | E9 03 | F0 01 | E9 03 | |
100 | - | EA 03 | F1 01 | EA 03 | |
100 | - | EB 03 | F2 01 | EB 03 | |
100 | - | EC 03 | F3 01 | EC 03 | |
100 | - | ED 03 | F4 01 | ED 03 | |
100 | - | EE 03 | F5 01 | EE 03 | |
100 | - | EF 03 | F6 01 | EF 03 | |
100 | - | F0 03 | F7 01 | F0 03 | |
100 | - | F1 03 | F8 01 | F1 03 | |
101 | - | F2 03 | F9 01 | F2 03 | |
101 | - | F3 03 | FA 01 | F3 03 | |
101 | - | F4 03 | FB 01 | F4 03 | |
101 | - | F5 03 | FC 01 | F5 03 | |
101 | - | F6 03 | FD 01 | F6 03 | |
101 | - | F7 03 | FE 01 | F7 03 | |
101 | - | F8 03 | FF 01 | F8 03 | |
101 | - | F9 03 | 00 02 | F9 03 | |
101 | - | FA 03 | 01 02 | FA 03 | |
101 | - | FB 03 | 02 02 | FB 03 | |
102 | - | FC 03 | 03 02 | FC 03 | |
102 | - | FD 03 | 04 02 | FC 03 | |
102 | - | FE 03 | 05 02 | FC 03 | |
102 | - | FF 03 | 06 02 | FC 03 | |
102 | - | 00 04 | 07 02 | 00 04 | |
946 | Austin Theory (MyRise) | B2 03 | 08 02 | 95 03 | |
991 | - | DF 03 | 09 02 | DF 03 | |
852 | Seth Rollins | 54 03 | 0A 02 | 71 01 | |
854 | Happy Corbin | 56 03 | 0B 02 | 3D 02 | |
855 | Nikki A.S.H | 57 03 | 0C 02 | BA 02 | |
856 | Seth Rollins '20 | 58 03 | 0D 02 | 54 03 | |
857 | King Nakamura | 59 03 | 0E 02 | 76 02 | |
865 | Danielle Wallace | 61 03 | 0F 02 | 61 03 | |
866 | Ella Rubau | 62 03 | 10 02 | 62 03 | |
867 | Ignition | 63 03 | 11 02 | 63 03 | |
868 | Whitney Quade | 64 03 | 12 02 | 64 03 | |
869 | Andrea Cannons | 65 03 | 13 02 | 65 03 | |
870 | Maya T. Kirk | 66 03 | 14 02 | 66 03 | |
871 | Cora Cut | 67 03 | 15 02 | 67 03 | |
872 | Nova Northernlight | 68 03 | 16 02 | 68 03 | |
873 | Lula Tandy | 69 03 | 17 02 | 69 03 | |
874 | Sammi George | 6A 03 | 18 02 | 6A 03 | |
875 | Tamara Tycross | 6B 03 | 19 02 | 6B 03 | |
876 | Cristina Fury | 6C 03 | 1A 02 | 6C 03 | |
877 | Jodie Garcia | 6D 03 | 1B 02 | 6D 03 | |
878 | Beth Spartan | 6E 03 | 1C 02 | 6E 03 | |
879 | Vicki MacLeod | 6F 03 | 1D 02 | 6F 03 | |
880 | Chester | 70 03 | 1E 02 | 70 03 | |
881 | Broderick | 71 03 | 1F 02 | 71 03 | |
882 | Gunther McGirder | 72 03 | 20 02 | 72 03 | |
883 | Duey Carter | 73 03 | 21 02 | 73 03 | |
884 | Adrian Buck | 74 03 | 22 02 | 74 03 | |
885 | Red Monsoon | 75 03 | 23 02 | 75 03 | |
886 | Jake Xanadu | 76 03 | 24 02 | 76 03 | |
887 | Mr. Higglesby | 77 03 | 25 02 | 77 03 | |
888 | Jive Owens | 78 03 | 26 02 | 78 03 | |
889 | Nicholas Mann | 79 03 | 27 02 | 79 03 | |
890 | Joel Wheeler | 7A 03 | 28 02 | 7A 03 | |
891 | Triton | 7B 03 | 29 02 | 7B 03 | |
892 | Bobby Marquee | 7C 03 | 2A 02 | 7C 03 | |
893 | Clint McDoughal | 7D 03 | 2B 02 | 7D 03 | |
894 | Trent Shaw | 7E 03 | 2C 02 | 7E 03 | |
894 | Kyle Slickman | 7F 03 | 2D 02 | 7F 03 | |
896 | Brute Force | 80 03 | 2E 02 | 80 03 | |
897 | Dante Roberts | 81 03 | 2F 02 | 81 03 | |
898 | Tim Burr | 82 03 | 30 02 | 82 03 | |
899 | Silence | 83 03 | 31 02 | 83 03 | |
900 | Adrin Williams | 84 03 | 32 02 | 84 03 | |
901 | Rich Orikawa | 85 03 | 33 02 | 85 03 | |
902 | Lurch Evans | 86 03 | 34 02 | 86 03 | |
903 | The Red Flame | 87 03 | 35 02 | 87 03 | |
904 | Olaf Ostrovsky | 88 03 | 36 02 | 88 03 | |
905 | Hacker Johnny Gargano | 89 03 | 37 02 | 89 03 |
Credit goes to BlindedByTheGrace for the information.
Commentary IDs
CHARACTER | ANNOUNCER ID | COMMENTARY ID |
A-Kid | 603 | 563 |
Adam Pearce | 580 | 542 |
Adrian Buck | 657 | 608 |
Adrin Williams | 672 | 623 |
AJ Styles | 5 | 5 |
Akira Tozawa | 7 | 7 |
Alexa Bliss | 13 | 13 |
Alexa Bliss (Goddess) | 10013 | 13 |
Alexander Wolfe | 14 | 14 |
Andre The Giant | 10021 | 21 |
Andrea Cannons | 644 | 595 |
Angel Garza | 446 | 404 |
Angelo Dawkins | 22 | 22 |
Apollo Crews | 23 | 23 |
Ariya Daivari | 24 | 24 |
Asuka | 25 | 25 |
Austin Theory | 536 | 473 |
Austin Theory (MyRise) | 30353 | 473 |
Barron Blade | 29 | 29 |
Batista | 30030 | 30 |
Bayley | 31 | 31 |
Bayley '15 | 31 | 31 |
Becky Lynch | 32 | 32 |
Becky Lynch '15 | 30032 | 32 |
Beth Phoenix | 10033 | 33 |
Beth Spartan | 652 | 603 |
Bianca Belair | 34 | 34 |
Big Boss Man | 30035 | 35 |
Big E | 37 | 37 |
Billie Kay | 41 | 41 |
Bobby Heenan | 10045 | 45 |
Bobby Lashley | 46 | 46 |
Bobby Marquee | 664 | 615 |
Boogeyman | 10350 | 505 |
Booker T | 10048 | 48 |
Braun Strowman | 50 | 50 |
Brent | 65535 | 65535 |
Bret Hart | 20052 | 52 |
Bret Hart (old) | 20052 | 52 |
Brian Kendrick | 53 | 53 |
British Bulldog | 20056 | 56 |
Brock Lesnar | 57 | 57 |
Broderick | 654 | 605 |
Brooklyn Von Braun | 357 | 366 |
Brute Force | 668 | 619 |
Buddy Murphy | 576 | 62 |
Byron Saxton | 67 | 67 |
Cactus Jack | 10068 | 68 |
Cameron Grimes | 450 | 408 |
Candice LeRae | 70 | 70 |
Candice LeRae (MyRise) | 30351 | 70 |
Carmella | 71 | 71 |
Cedric Alexander | 72 | 72 |
Cesaro | 73 | 73 |
Chad Gable | 74 | 74 |
Charlotte | 76 | 76 |
Charlotte '15 | 30076 | 76 |
Chase | 542 | 480 |
Chester | 653 | 604 |
Chyna | 20403 | 403 |
Clint McDoughal | 665 | 616 |
Cole Quinn | 83 | 83 |
Commander Azeez | 598 | 559 |
Cora Cut | 646 | 597 |
Corey Graves | 88 | 88 |
Cristina Fury | 650 | 601 |
Crowd | 65535 | 65535 |
Dakota Kai | 94 | 94 |
Damien Priest | 453 | 411 |
Dana Brooke | 96 | 96 |
Danielle Wallace | 640 | 591 |
Danny Burch | 454 | 412 |
Dante Roberts | 669 | 620 |
Demon Finn Balor | 30135 | 135 |
Dexter Lumis | 457 | 414 |
Diesel | 30106 | 106 |
Director | 65535 | 65535 |
Doink The Clown | 10352 | 508 |
Doink The Clown | 10352 | 508 |
Dolph Ziggler | 109 | 109 |
Dolph Ziggler '09 | 30348 | 109 |
Dominik Dijakovic | 382 | 385 |
Dominik Mysterio | 535 | 472 |
Doudrop | 624 | 580 |
Drew Gulak | 111 | 111 |
Drew McIntyre | 112 | 112 |
Dude Love | 20113 | 113 |
Duey Carter | 656 | 607 |
Eddie Guerrero | 10118 | 118 |
Eddie Guerrero '97 | 30349 | 118 |
Edge | 10119 | 119 |
El Mago | 120 | 120 |
El Mago Jr | 358 | 367 |
El Ordinario | 543 | 481 |
Elias | 121 | 121 |
Ella Rubau | 641 | 592 |
Ember Moon | 123 | 123 |
Eric Bischoff | 10374 | 539 |
Erik | 392 | 389 |
Faarooq '98 | 558 | 495 |
Faaroq | 558 | 495 |
Fabian Aichner | 460 | 417 |
Fake Birth Father | 65535 | 65535 |
Fake Birth Mother | 65535 | 65535 |
Fan 1 | 65535 | 65535 |
Fandango | 133 | 133 |
Female Fan 1 | 65535 | 65535 |
Female Fan 2 | 65535 | 65535 |
Finn Balor | 135 | 135 |
Frank | 628 | 584 |
Geneva Rose | 550 | 488 |
Goldberg | 30140 | 140 |
Gran Metalik | 142 | 142 |
Gunther McGirder | 655 | 606 |
Hacker Johnny Gargano | 677 | 628 |
Happy Corbin | 630 | 586 |
Hector Flores | 541 | 479 |
HighFlyer-Set Man | 65535 | 65535 |
Hollywood Hogan | 584 | 150 |
Hulk Hogan | 152 | 152 |
Humberto Carrillo | 369 | 375 |
Ignition | 642 | 593 |
Ilja Dragunov | 462 | 419 |
Indi Hartwell | 585 | 548 |
Io Shirai | 387 | 357 |
Isaiah Swerve Scott | 463 | 420 |
Ivar | 393 | 390 |
Jake Roberts | 40160 | 160 |
Jake Xanadu | 659 | 610 |
JBL | 10162 | 162 |
Jeff Hardy | 163 | 163 |
Jerry Lawler | 385 | 164 |
Jey Uso | 165 | 165 |
Jim Neidhart | 20168 | 168 |
Jimmy Uso | 171 | 171 |
Jinder Mahal | 172 | 172 |
Jive Owens | 661 | 612 |
Joaquin Wilde | 469 | 426 |
Jodie Garcia | 651 | 602 |
Joel Wheeler | 663 | 614 |
John Cena | 174 | 174 |
John Morrison | 526 | 463 |
Johnny Gargano | 175 | 175 |
Johnny Gargano (MyRise) | 30350 | 175 |
Jordan Devlin | 376 | 379 |
Josie Jane | 359 | 368 |
Kacy Cantanzaro | 381 | 384 |
Kalisto | 182 | 182 |
Kane | 184 | 184 |
Kane '08 | 30347 | 184 |
Kane (NPC) | 184 | 184 |
Karrion Kross | 527 | 464 |
Kay Lee Ray | 474 | 431 |
Kayla Braxton | 564 | 511 |
Keith Lee | 371 | 358 |
Kevin Nash | 30190 | 190 |
Kevin Nash (nWo) | 30190 | 190 |
Kevin Owens | 191 | 191 |
King Booker | 10194 | 194 |
King Corbin | 10028 | 28 |
King Nakamura | 309 | 590 |
Kofi Kingston | 196 | 196 |
Kory Klein | 10373 | 538 |
Kushida | 478 | 435 |
Kyle O'Reilly | 199 | 199 |
Kyle Slickman | 667 | 618 |
LA Cangrejita Loca | 548 | 486 |
LA Knight | 604 | 564 |
LA Venganza | 553 | 491 |
Lacey Evans | 201 | 201 |
Lana | 202 | 202 |
Lince Dorado | 207 | 207 |
Liv Morgan | 210 | 210 |
Logan Paul | 682 | 633 |
Lula Tandy | 680 | 631 |
Lurch Evans | 674 | 625 |
Mace | 539 | 476 |
Machine Gun Kelly | 620 | 576 |
Mandy Rose | 214 | 214 |
Mankind | 20215 | 215 |
Mansoor | 560 | 498 |
Marcel Barthel | 367 | 373 |
Mark Thompson | 65535 | 65535 |
Maryse | 218 | 218 |
Maya T. Kirk | 645 | 596 |
Medical Doc | 65535 | 65535 |
Meilee Fan | 547 | 485 |
Mexican Security | 65535 | 65535 |
Mia Yim | 365 | 360 |
Michael Cole | 221 | 221 |
Mickie James | 224 | 224 |
Montez Ford | 230 | 230 |
Motion Test 02 | 65535 | 65535 |
Move-Set Man | 65535 | 65535 |
Move-Set Woman | 65535 | 65535 |
Mr. Higglesby | 660 | 611 |
Mr.CQ | 545 | 483 |
Mr.McMahon | 231 | 231 |
Mr.McMahon (Manager) | 231 | 231 |
Mr.T | 602 | 562 |
Mustafa Ali | 233 | 233 |
Mustafa Ali (face) | 233 | 233 |
MVP | 10383 | 234 |
Naomi | 235 | 235 |
Natalya | 236 | 236 |
Nia Jax | 238 | 238 |
Nicholas Mann | 662 | 613 |
Nikki A.S.H | 631 | 587 |
Nikki Cross | 10241 | 241 |
Nova Northernlight | 647 | 598 |
NPC (male) | 629 | 585 |
NPC (male) | 65535 | 65535 |
Odyssey Rift | 581 | 487 |
Olaf Ostrovsky | 676 | 627 |
Omos | 568 | 518 |
Oney Lorcan | 244 | 244 |
Otis | 245 | 245 |
Papa Shango | 10248 | 248 |
Paragon Jay Pierce | 556 | 478 |
Paul Heyman | 251 | 251 |
Pete Dunne | 253 | 253 |
Peyton Royce | 254 | 254 |
Photographer | 65535 | 65535 |
Powerhouse-Set Man | 65535 | 65535 |
R-Truth | 257 | 257 |
Random Woman 1 | 65535 | 65535 |
Randy Orton | 258 | 258 |
Randy Savage | 10259 | 259 |
Raquel Gonzalez | 534 | 471 |
Raul Mendoza | 373 | 377 |
Razor Ramon | 30260 | 260 |
Reckoning | 557 | 494 |
Red Monsoon | 658 | 609 |
Referee | 65535 | 65535 |
Referee | 65535 | 65535 |
Rey Mysterio | 262 | 262 |
Rey Mysterio '05 | 30345 | 262 |
Rey Mysterio '06 | 30345 | 262 |
Rey Mysterio '08 | 30346 | 262 |
Rey Mysterio '09 | 30346 | 262 |
Rey Mysterio '11 | 30346 | 262 |
Rey Mysterio Dec '09 | 30346 | 262 |
Rey Mysterio Jr '96 | 617 | 262 |
Rey Mysterio Jr. | 617 | 262 |
Rhea Ripley | 364 | 361 |
Ric Flair '88 | 30265 | 265 |
Ric Flair '91 | 40265 | 265 |
Rich Orikawa | 673 | 624 |
Rick Boogs | 632 | 588 |
Ricochet | 271 | 271 |
Riddle | 389 | 359 |
Rikishi | 20272 | 272 |
Ring Announcer | 461 | 418 |
Road Dogg | 10388 | 273 |
Road Dogg (Coach) | 10388 | 273 |
Road Dogg (DX) | 10388 | 273 |
Rob Van Dam | 10389 | 274 |
Robert Roode | 47 | 47 |
Robyn Rae | 65535 | 65535 |
Roddy Piper | 10277 | 277 |
Roderick Strong | 278 | 278 |
Roman Reigns | 279 | 279 |
Ronda Rousey | 280 | 280 |
Sami Zayn | 289 | 289 |
Sammi George | 648 | 599 |
Samoa Joe | 291 | 291 |
Santos Escobar | 532 | 469 |
Sarray | 613 | 571 |
Sasha Banks | 294 | 294 |
Sasha Banks '15 | 294 | 294 |
Scarlett | 533 | 470 |
Scott Hall | 30297 | 297 |
Scott Hall (nWo) | 623 | 297 |
Seamstress | 65535 | 65535 |
Secret Service 1 | 65535 | 65535 |
Secret Service 2 | 65535 | 65535 |
Security Guard | 65535 | 65535 |
Security Guard | 65535 | 65535 |
Seth Rollins | 301 | 301 |
Seth Rollins '20 | 301 | 301 |
Seth Rollins WM | 301 | 301 |
Shane McMahon | 303 | 303 |
Shawn Michaels | 30305 | 305 |
Shawn Michaels '97 | 40305 | 305 |
Shawn Michaels (Coach) | 30305 | 305 |
Shayna Baszler | 306 | 306 |
Sheamus | 307 | 307 |
Shelton Benjamin | 308 | 308 |
Shinsuke Nakamura | 10309 | 309 |
Shotzi | 528 | 465 |
Silence | 671 | 622 |
Slapjack | 540 | 477 |
Sonya Deville | 312 | 312 |
Spanish Announcer 1 | 65535 | 65535 |
Spanish Announcer 2 | 65535 | 65535 |
Stacy Keibler | 601 | 561 |
Stephanie McMahon | 314 | 314 |
Stephanie McMahon (Manager) | 314 | 314 |
Stephanie McMahon NPC | 314 | 314 |
Stone Cold | 20315 | 315 |
Superstar Female | 65535 | 65535 |
Superstar Male | 65535 | 65535 |
Susan | 65535 | 65535 |
Syxx | 10380 | 322 |
T-Bar | 538 | 475 |
Tamara Tycross | 649 | 600 |
Tamina | 323 | 323 |
Tasia Meadows | 65535 | 65535 |
Technician-Set Man | 65535 | 65535 |
Ted DiBiase | 10227 | 227 |
Tegan Nox | 495 | 451 |
The Godfather | 10138 | 138 |
The Hurricane | 681 | 632 |
The Miz | 328 | 328 |
The Miz '11 | 30328 | 328 |
The Red Flame | 675 | 626 |
The Rock | 329 | 329 |
The Rock '98 | 20329 | 329 |
The Undertaker | 344 | 344 |
Tim Burr | 670 | 621 |
Timothy Thatcher | 529 | 466 |
Titus O'Neil | 330 | 330 |
Tommaso Ciampa | 333 | 333 |
Toni Storm | 366 | 362 |
Trent Seven | 372 | 363 |
Trent Shaw | 666 | 617 |
Triple H | 335 | 335 |
Triple H '13 | 30335 | 335 |
Triple H '98 | 20335 | 335 |
Trish Stratus | 10336 | 336 |
Triton | 678 | 629 |
Tucker | 337 | 337 |
Tyler Bate | 339 | 339 |
Tyler Breeze | 340 | 340 |
Ultimate Warrior | 10343 | 343 |
Umaga | 10367 | 528 |
Undertaker '02 | 30344 | 344 |
Undertaker '10 | 344 | 344 |
Undertaker '95 | 30354 | 344 |
Undertaker '98 | 60344 | 344 |
Undertaker WM36 | 30355 | 344 |
Unknown Superstar | 546 | 65535 |
Vader | 10345 | 345 |
Vicki MacLeod | 679 | 630 |
Walter | 500 | 364 |
Wes Lee | 596 | 557 |
Whitney Quade | 643 | 594 |
William Regal | 503 | 350 |
WWE Crew 1 | 65535 | 65535 |
WWE Crew 2 | 65535 | 65535 |
WWE Staff 02 | 65535 | 65535 |
X-Pac | 386 | 351 |
X-Pac (DX) | 386 | 351 |
Xavier Woods | 352 | 352 |
Xia Li | 506 | 459 |
Yokozuna | 10390 | 353 |
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 |
Akam | 6 | 6 |
Aleister Black | 11 | 11 |
Big Show | 39 | 39 |
Boa | 570 | 535 |
Bray Wyatt | 51 | 51 |
Brie Bella | 55 | 55 |
Bronson Reed | 447 | 407 |
Brutus Beefcake | 10059 | 59 |
Christian | 10078 | 78 |
Daniel Bryan | 97 | 97 |
Dash Wilder | 101 | 101 |
Frank | 628 | 584 |
Gongman | 629 | 585 |
Heath Slater | 148 | 148 |
Kairi Sane | 180 | 180 |
Kurt Angle | 40198 | 198 |
Luke Harper | 147 | 147 |
Mark Henry | 217 | 217 |
Matt Hardy | 220 | 220 |
Mei Ying | 622 | 578 |
Nash Carter | 597 | 558 |
Nikki Bella | 240 | 240 |
Paige | 247 | 247 |
Piper Niven | 377 | 380 |
Queen Zelina | 356 | 356 |
Rezar | 263 | 263 |
Ruby Riott | 284 | 284 |
Rusev | 406 | 285 |
Scott Dawson | 296 | 296 |
Shane Thorn | 304 | 304 |
Sting | 40318 | 318 |
Sunil Singh | 320 | 320 |
Velveteen Dream | 346 | 346 |
Zack Ryder | 355 | 355 |
Height Chart
Credit goes to BlindedByTheGrace for the information.
HEIGHT | HEIGHT (HEX VALUE) |
5' | A10C |
5'1" |
D60C |
5'2" | |
5'3" | |
5'4" | |
5'5" | |
5'6" | |
5'7" |
|
5'8" | |
5'9" | |
5'10" | |
5'11" | |
6' | |
6'1" | |
6'2" | |
6'3" | |
6'4" | |
6'5" | |
6'6" | |
6'7" | |
6'8" | |
6'9" | |
6'10" | |
6'11" | |
7' | |
7'1" | |
7'2" | |
7'3" | |
7'4" | |
7'5" | |
7'6" | |
7'7" |
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 |
---|---|---|
1268 | Xai Li | Fighting Spirit |
1267 | Rick Boogs | Solid Ground |
1266 | Logan Paul | Heart Cold |
1265 | Doudrop | I Does It |
1264 | Rockhouse | Rockhouse |
1263 | Mae Young Classic | Spiteful |
1262 | WCW Nitro | March of Death |
1261 | The Undertaker WM36 | You're Gonna Pay |
1260 | Otis | For The Academy |
1259 | Hart Foundation | Hitman |
1258 | The Way | Comin' Back For You |
1257 | The Miz and Marsyse | I Came to Play (Awesome Intro) |
1256 | Seth Rollins and Murphy | The Rising |
1255 | Oney Lorcan and Danny Burch | Combative |
1254 | New World Order | Rockhouse |
1253 | Gargano and LeRae | Comin' Back For You |
1252 | Dana Brooke and Mandy Rose | Respectful |
1251 | Brothers of Destruction | Rest In Piece |
1250 | The Miz and Morrsion | I Come to Play and Ain't No Make Believe |
1249 | Street Matic | Street Matic |
1248 | Dirty Harps | Dirty Harps |
1247 | You and What Army | You and What Army |
1246 | American Thunder | American Thunder |
1245 | War Cry | War Cry |
1244 | Get Out the Way | Get Out the Way |
1243 | Formula to Win | Formula to Win |
1242 | Illustrious | Illustrious |
1241 | Black Medallion | Black Medallion |
1240 | Champs are Back | Champs are Back |
1239 | Running Wild | Running Wild |
1238 | Syxx | Rockhouse |
1237 | Chad Gable | For The Academy |
1236 | Scott Hall | Crazed |
1235 | Kevin Nash | Crazed |
1234 | Braun Strowman | I Am Stronger |
1233 | Jeff Hardy | No More Words |
1232 | Seth Rollins | Visionary |
1231 | Sarray | Warrior of the Sun |
1230 | LA Knight | Rollin' Deep |
1229 | Machine Gun Kelly | concert for aliens |
1228 | MSK | Swarm |
1227 | Mr. T. | Real American |
1226 | Nash Carter | Swarm |
1225 | Yokozuna | Sumo |
1224 | Xia Li | Fighting Spirit |
1223 | Cactus JackD | Whole Lotta Groove |
1222 | Vader | Mastodon |
1221 | Umaga | Virtual Voodoo |
1220 | The Outsiders | Crazed |
1219 | The Boogeyman | The Horror |
1218 | Stacy Keibler | Girl Next Door |
1217 | Seth Rollins '17 | The Second Coming |
1216 | Roderick Strong | The Tide Is Turning (Diamond Mine Signature) |
1215 | Rob Van Dam | One of a Kind |
1214 | Rikishi | U Look Fly Today |
1213 | Piper Niven | The Culling |
1212 | Omos | Shake The Ground |
1211 | Nikki A.S.H. | Spirit to Win |
1210 | Wes Lee | Swarm |
1209 | Mansoor | The Falcon Soars |
1208 | Mankind '97 | Mankind '97 |
1207 | Kacy Catanzaro | Spitfire Warriors |
1206 | Indi Hartwell | Bullet Rain |
1205 | Ilja Dragunov | Comrades of the Red Army |
1204 | Happy Corbin | The Good Life |
1203 | Dude Love | Dude Love |
1202 | Doudrop | I Does It |
1201 | Doink | Evil Behind the Make Up |
1200 | Dana Brooke | See You |
1199 | Bronson Reed | War Ready |
1198 | Brock Lesnar | The Next Big Thing |
1197 | British Bulldog | Rule, Britannia |
1196 | Bobby Fish | Disputed |
1195 | Alpha Academy | For The Academy |
1194 | Alexa Bliss | The Evil is Mine |
1193 | A-KID | Black Sheep |
1192 | Omos | Phenomenal |
1191 | The Hurricane | Eye of the Hurricane (W/Intro) |
1190 | Protect Ya Neck | Protect Ya Neck |
1189 | I Don't Wanna Be Blind | I Don't Wanna Be Blind |
1188 | Heartless | Heartless |
1187 | Typhoons | Typhoons |
1186 | Say Cheese (Live NXT version) | Say Cheese (Live NXT version) |
1185 | Iron Fist | Iron Fist |
1184 | Body Bag | Body Bag |
1183 | Concert for Aliens | Concert for Aliens |
1182 | Hollywood Sucks | Hollywood Sucks |
1181 | Happy Song | Happy Song |
1180 | BOOKER T | BOOKER T |
1179 | The Final Episode (Let's Change Channel) | The Final Episode (Let's Change Channel) |
1178 | Ruby Riott | We Riot |
1177 | Mustache Mountain | Mustache Mountain |
1166 | The Undertaker '98 | Dark Side |
1165 | Shawn Michaels '97 | Are You Ready |
1164 | Rey Mysterio '08 | Booyaka 619 |
1163 | The Undertaker '02 | You're Gonna Pay |
1162 | The Undertaker '95 | Graveyard Symphony |
1161 | Rey Mysterio '06 | Booyaka 619 (2005 Version) |
1160 | Carmella '20 | Fabulous |
1159 | Danny Burch | Combative |
1158 | The New Day | New Day, New Way |
1157 | Kofi Kingston | New Day, New Way |
1156 | Scarlett | Dead Silent |
1155 | Jey Uso | Done With That - Day One Remix |
1154 | Jimmy Uso | Done With That - Day One Remix |
1153 | Eric Bischoff | Rockhouse |
1152 | Hollywood Hogan | Rockhouse |
1151 | Triple H '98 | Are You Ready |
1150 | Erik | War |
1149 | Kalisto | Lucha Lucha |
1148 | Lince Dorado | Lucha Lucha |
1147 | Gran Metalik | Lucha Lucha |
1146 | Legado Del Fantasma | Soul March |
1145 | Raul Mendoza | Soul March |
1144 | Joaquin Wilde | Soul March |
1143 | Charlotte '15 | Recognition |
1142 | Shelton Benjamin | It's Time |
1141 | Cedric Alexander | It's Time |
1140 | Bray Wyatt | Good Friendship Song |
1139 | Commander Azeez | To The Top |
1138 | Commander Azeez | To The Top |
1137 | Mark Henry '98 | Nation of Domination |
1136 | Kama Mustafa | Nation of Domination |
1135 | Faarooq '98 | Nation of Domination |
1134 | Faarooq | Protection |
1133 | Retribution | Shut 'em Down |
1132 | T-BAR | Shut 'em Down |
1131 | SLAPJACK | Shut 'em Down |
1130 | MACE | Shut 'em Down |
1129 | Mustafa Ali | Shut 'em Down |
1128 | IMPERIUM | Symphony No. 9 in E Minor |
1127 | Marcel Barthel | Symphony No. 9 in E Minor |
1126 | Fabian Aichner | Symphony No. 9 in E Minor |
1125 | Alexander Wolfe | Symphony No. 9 in E Minor |
1124 | Alexa Bliss | Good Friendship Song |
1123 | Bobby Fish | Undisputed |
1122 | Kyle O'Reilly | Undisputed |
1121 | Roderick Strong | Undisputed |
1120 | Adam Cole | Undisputed |
1119 | WrestleMania 37 | Sapphire Blue (A) |
1118 | NXT TakeOver 31 | Unconscious Opponent (A) |
1117 | NXT | Tapping Out |
1116 | BackLash 2020 | Extreme Guitar |
1115 | Money In The Bank | Devil's Watch |
1114 | Clash Of Champions | The Race Is On |
1113 | RAW | Everything Is Earned |
1112 | Payback | Can't Stop Me |
1111 | NXT TakeOver: In Your House | Insidium |
1110 | Hell in a Cell 2020 | Numb (B) |
1109 | NXT TakeOver: XXX | Think About It |
1108 | Royal Rumble 2020 | Anthemic |
1107 | SummerSlam 2020 | Skeletons |
1106 | Elimination Chamber 2021 | The Hammer |
1105 | Survivor Series 2020 | Bash It In |
1104 | SmackDown | Buzzard Bait |
1103 | NXT TakeOver: Vengeance Day | Sudden Death |
1102 | Fastlane 2021 | It's Goin Down (b) |
1101 | Horror Show at Extreme Rules | Dead Flowers |
1100 | TLC 2020 | Lars And In Charge |
1099 | NXT TakeOver: Stand And Deliver | Aim For The Head |
1098 | King Of The Ring | Born To Win |
1097 | The Miz | I Came to Play (Awesome Intro) |
1096 | King Nakamura | The Rising Sun (Violin Start) |
1095 | Seth Rollins | Visionary |
1094 | Roman Reigns | Head of the Table |
1093 | Nikki Cross | Breakout |
1092 | MVP | Ballers' Anthem |
1091 | Murphy | Disciple |
1090 | Kay Lee Ray | Venom |
1089 | Jordan Devlin | The Dragon of Jerusalem |
1088 | Hulk Hogan | Real American |
1087 | Dexter Lumis | Arrival |
1086 | The A.P.A | Protection |
1085 | Riff Machine | Riff Machine |
1084 | Party In The Booth | Party In the Booth |
1083 | Age Of The Mullet | Age of the Mullet |
1082 | The Price Of War | The Price of War |
1081 | Victory | Victory |
1080 | I Wanna Be Your Drug | I Wanna Be Your Drug |
1079 | Take The Crown | Take the Crown |
1078 | All On The Line | All On the Line |
1077 | Shock The World | Shock the World |
1076 | We Up So High | We Up So High |
1075 | Aint The Problem You Want | Aint the Problem You Want |
1074 | My Enemy | My Enemy |
1073 | Leader | Leader |
1072 | Ready | Ready |
1071 | Golden Ring | Golden Ring |
1070 | Ambition To Win | Ambition To Win |
1069 | Brooklyn Von Braun | War |
1068 | The Province | Canada |
1067 | Is That All You Got | Is That All You Got |
1066 | Odyssey Rift | Neon Nightmare |
1065 | Chase | Workin Man |
1064 | Hector Flores | El Campeon |
1063 | Josie Jane | Hunt You Down |
1062 | La Cangrejita Loca | Will To Thrill |
1061 | Fanny | Girls Will Be Girls |
1060 | Paragon | Goat |
1059 | Geneva Rose | Automatic |
1058 | SuprStrLvr | Resting Witch Face |
1057 | Iron Fist | Iron Fist |
1056 | Heartless | Heartless |
1055 | Roddy Piper | Roddy Piper |
1054 | Typhoons | Typhoons |
1053 | Say Cheese (Live NXT version) | Say Cheese |
1052 | Low Season | Low Season |
1051 | Where Ya At | Where Ya At |
1050 | Be My End | Be My End |
1049 | Underneath | Underneath |
1048 | Booker T | Booker T |
1047 | Acting Like That | Acting Like That |
1046 | Flawed | Flawed |
1045 | I Don't Wanna Be Blind | I Don't Wanna Be Blind |
1044 | Smackdown | Came to Win It |
1043 | NXT UK | God of War |
1042 | Undertaker 2001 | Rollin |
1041 | Trent Seven | Mustache Mountain |
1040 | The Usos | Done With That - Day One Remix |
1039 | Undisputed Era | Undisputed |
1038 | NXT | All Out Life |
1037 | Shinsuke Nakamura | The Rising Sun |
1036 | Shinsuke Nakamura | Shadows of a Setting Sun |
1035 | Shawn Michaels | Sexy Boy |
1034 | Santos Escobar | Soul March |
1033 | Samoa Joe | Destroyer |
1032 | Rey Mysterio Jr. | March of Death |
1031 | RAW | Eyes of a Warrior |
1030 | Pete Dunne | Menace to Myself |
1028 | RAW | The Search |
1027 | Mustafa Ali | Disruptor |
1026 | Main Event | On My Own |
1025 | Kyle O'Reilly | Axe & Smash |
1024 | Gren Metalik | Metálico |
1023 | Gangrel` | Blood |
1022 | Eddie Guerrero '97 | Eddie Guerrero Theme |
1021 | Brutus Beefcake | Haircut |
1020 | Bobby Lashley | Titan Intro Drum Preamble |
1019 | Batista | I Walk Alone |
1018 | Apollo Crews | To the Top (Nigerian Royalty Remix) |
1017 | Adam Cole | Thunder Boom |
1016 | Smackdown | Are You Ready |
1015 | Triumpet Plays Again | Triumpet Plays Again |
1014 | Fire With Fyre | Fire With Fyre |
1013 | Titletown Mantle | Titletown Mantle |
1012 | Black Monday Night | Black Monday Night |
1011 | Urgent Action To Take | Urgent Action To Take |
1010 | Cut To The Chasers | Cut To The Chasers |
1009 | Crushing Blows | Crushing Blows |
1008 | Tombstone Writing | Tombstone Writing |
1007 | Neon Space | Neon Space |
1006 | Powers O Will | Powers O Will |
1005 | The Middle of Everywhere | The Middle of Everywhere |
1004 | Never Brought Down | Never Brought Down |
1003 | Two Minute Warning | Two Minute Warning |
1002 | A Taste of Glory | A Taste of Glory |
1001 | Mark Henry | Power |
1000 | King Booker | Dead White Guys |
999 | El Legado Del Fantasma | Soul March |
998 | Roderick Strong | The Tide Is Turning |
997 | Murphy | Disciple |
996 | Lucha House Party | Lucha Lucha |
995 | Kushida | New Moon |
994 | King Corbin | King's Darkness |
993 | Karrion Kross | Dead Silent |
992 | Kane '08 | Man On Fire |
991 | Dominik Mysterio | Vengo Por Ti |
990 | Carlito | Cool |
989 | Cameron Grimes | Stackin Money |
988 | Cameron Grimes | Ring Walker |
987 | Bobby Lashley '20 | Dominance (Remix) |
986 | Shayna Bazler | Loyalty is Everything |
985 | Seth Rollins '20 | The Rising |
984 | Ricochet | One and Only |
983 | Rey Mysterio | Booyaka 619 |
982 | Rey Mysterio '05 | 619 |
981 | Nation of Domination | Power |
980 | Ministry of Darkness | The Acolytes (Ministry Theme) |
979 | Mansoor | Last One Standing |
978 | Jushin Thunder Liger | Thuhn-Der |
977 | John Bradshaw Layfield | Longhorn |
976 | Jake “The Snake” Robert | Trust Me |
975 | Eddie Guerrero '05 | Viva La Raza |
974 | Dolph Ziggler '09 | I Am Perfection |
973 | Dirty Dawgs | We're Here to Show The World |
972 | Timothy Thatcher | Thunder |
971 | The Rock '98 | Do You Smell? |
970 | Shotzi | Ball Pit |
969 | Raquel González | Get Out the Way |
968 | Austin Theory | Sound the Alarm |
967 | The Hurt Business | It's Time |
966 | Road Dogg | Oh You Didn't Know? |
965 | MVP | I'm Comin |
964 | William Regal | Regality |
963 | The Viking Raiders | War |
962 | The Undertaker | Rest In Peace |
961 | The Fiend Bray Wyatt | Good Friendship Song - Let Me In |
960 | Candice LeRae | Wicked Enchantment |
959 | Damian Priest | Infamy |
958 | Tegan Nox | Chicane Boys |
957 | Shotzi | Severed Head |
956 | Shinsuke Nakamura | The Rising Sun |
955 | The Riott Squad | We Riot |
954 | RECKONING | Shut 'em Down |
953 | Nikki Cross | Breakout |
952 | Natalyat | New Foundation |
951 | Johnny Gargano | Comin' Back For You |
950 | Humberto Carrillo | Ambitious |
949 | Nation of Domination | Nation of Domination |
948 | Ministry of Darkness | Acolytes (Ministry of Darkness) |
947 | Ember Moon | Rise from the Ashes |
946 | D Generation X | Are You Ready |
945 | Drew Gulak | Fade |
944 | Edge and Christian | Blood |
943 | Austin Theory | Riding The Edge |
942 | André the Giant | Giant |
941 | So You Think You Can Fly | So You Think You Can Fly |
940 | Finn Bálor | Catch Your Breath (Remix) |
939 | Xavier Woods | New Day, New Way |
938 | X-Pac | Make Some Noise |
937 | WALTER | Symphony No. 9 in E Minor |
936 | Velveteen Dream | Velveteen |
935 | Tyler Bate | Inaugural |
934 | Tucker | Heavy |
933 | Triple H | The Game |
932 | Trent Sevenz | Moustache Mountain |
931 | Toni Stormz | Lightning Thunder |
930 | Tommaso Ciampa | No One Will Survive |
929 | The Godfather | The Ho Train |
928 | Sheamus | Hellfire |
927 | Seth Rollins | The Rising |
926 | Sasha Banks | Sky's the Limit (Remix) |
925 | The Riott Squadd | We Riot |
924 | Ruby Riot | We Riot |
923 | Rowe (Erik) | War |
922 | Ricochet | One and Only |
921 | Rhea Ripley | Brutality |
920 | Peyton Royce | Honey |
919 | Otis | Blue Collar Solid |
918 | New Day | New Way |
917 | Murphy | Opposite Ends Of The World |
916 | Mojo Rawley | Killer Instinct |
915 | Mia Yim | Number One |
914 | Riddle | Hey Bro |
913 | Mark Henry | Some Bodies Gonna Get It |
912 | Mark Andrews | Fall To Pieces |
911 | Mandy Rose | I've Arrived |
910 | Liv Morgan | Nah Nah |
909 | Lars Sullivanp | Freak |
908 | Kofi Kingston | New Day, New Way |
907 | Keith Lee | Born to Bring it |
906 | Johnny Gargano | Comin' Back For You |
905 | John Morrison | Ain't No Make Believe |
904 | Jerry "The King" Lawler | Gates of Kiev |
903 | Jaxson Ryker | Do Unto Others |
902 | Isaiah "Swerve" Scott | Fly Life |
901 | Io Shirai | Tokyo Shock |
900 | Humberto Carrillo | Dale Gas A |
899 | Ivar | War |
898 | Elias | Amen (I'm Goin' In) |
897 | Drew McIntyreP | Gallantry (Defining Moment Remix) |
896 | Dominik Dijakovic | Vengeance |
895 | Dolph Ziggler | Here to Show the World |
894 | Damian Priest | Infamy |
893 | Dakota Kaih | Kombat |
892 | Chyna | Who I Am! |
891 | Chad Gable | Elite |
890 | Cesaro | Return of the Fire |
889 | Carmella | Tredici |
888 | Candice LeRae | Never Back Down |
887 | Brutus "The Barber" Beefcake | Haircut |
886 | The Fiend Bray Wyatt | Let Me In |
885 | Booker T | Rap Sheet |
884 | Bo Dallas | Go Go Go (The B-Team) |
883 | Bobby Lashley | Titan |
882 | Billie Kay | Seduction |
881 | Apollo Crews | To The Top |
880 | Big E | Feel the Power |
879 | Angel Garza | Machismo |
878 | Alexander Wolfe | Symphony No. 9 in E Minor |
877 | Alexa Bliss | The Fury |
876 | Aleister Black | No Man's Land |
875 | Bayley | Deliverance |
874 | Millionaire B | Millionaire B |
873 | Green Bluegrass | Green Bluegrass |
872 | American Superhero | American Superhero |
871 | War Dance | War Dance |
870 | Rebel Heart | Rebel Heart |
869 | Hacker Johnny Gargano | Gallantry (Defining Moment Remix) |
868 | Drew Hackintyre | Cyberspace |
867 | Security Program Tamina | Cyberspace |
866 | Antivirus Carmella | Velveteen |
865 | N14 j4x | Creeping Vines |
864 | Hacker Asuka | Building Momentum |
863 | Daemon Sonya Deville | Voyager Spacecraft |
862 | Cyber Naomi | Difference |
861 | Chairwoman Bliss | Ricochet |
860 | A-Mecha - Sa Bliss | Ricochet |
859 | Rock N' Rollups | Big Hair Day |
858 | Glam Rock Johnny Gargano | Rebel Heart |
857 | Sea Creature | Escape From Mars |
856 | Sasha Memory Banks | Vintage Gaming |
855 | Samantha Urai | Samurai Sigh |
854 | Mr. Mackleroy | Escape From Mars |
853 | Misfit Molly | Big Hair Day |
852 | Georgia Washington | Heroic Mission |
851 | Dosvetanya | Russian March |
850 | Bay Lee Billionaire | Fast Money |
849 | Bad Hair Day | Big Hair Day |
848 | Wasteland Heavy Machinery | Heavy |
847 | Raider Velveteen Dream | Velveteen |
846 | Warrior Ruby Riott | We Riot |
845 | New Years Ricochet | One and Only |
844 | Arctic Shield Roman Reigns | The Truth Reigns |
843 | Gifted Tucker | Heavy |
842 | Gifted Otis | Heavy |
841 | Overloard Joe | Destroyer |
840 | Wasteland Seth | The Second Coming - Burn It Down Intro |
839 | Grand Champion Batista | Animal |
838 | Corrupted Jack | The Right Amount Of Wrong |
837 | Gatekeeper Corbin | I Bring the Darkness (End of Days) |
836 | Fortune Fighter Ali | No Limits On Me |
835 | Zombie Sami Zayn | Worlds Apart |
834 | Zombie CesaroL | Swiss Made / Hellfire |
833 | Zombie Kassius Ohno | Hero's Welcome |
832 | Zombie Robert Roode | Glorious Domination |
831 | Fed-Up Sheamus | Swiss Made / Hellfire |
830 | The Fiend Bray Wyatt | Let Me In |
829 | Pilgrim Rusev | Roar of the Lion |
828 | Zombie Sasha Banks | Sky's the Limit |
827 | Wicked Aleister Black | Root of All Evil |
826 | Unleashed Apex Predator Randy Orton | Behind the Mask |
825 | The Swampfather Bray Wyatt | Live in Fear |
824 | Demon King Finn Balor | Catch Your Breath - Demon (Long) |
823 | FrankenStrowman | I Am Stronger |
805 | Hardcore 3 | Hardcore 3 |
804 | Underground 3 | Underground 3 |
803 | Western 4 | Western 4 |
802 | 80's 4 | Save My Soul |
801 | Futuristic 1 | Futuristic 1 |
800 | USA 3 | USA 3 |
763 | Chyna 2000 | Who I Am! |
762 | The Rock 1999 | Know Your Role |
761 | Mankind 1999 | Wreck |
760 | Hollywood Hogan 2002 | Real American |
747 | Force of Greatness | Force of Greatness |
746 | Force of Greatness | Force of Greatness |
745 | New Foundation | New Foundation |
744 | New Foundation | New 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 | Hitman | Hitman |
740 | Sky's The Limit | Sky's The Limit |
739 | Sky's The Limit | Sky's The Limit |
738 | Sky's The Limit | Sky's The Limit |
737 | Sky's The Limit | Sky's The Limit |
736 | Sky's The Limit | Sky's The Limit |
735 | Sky's The Limit | Sky's The Limit |
734 | Sky's The Limit | Sky's The Limit |
733 | Turn It UpL | Turn It Up |
732 | Turn It Up | Turn It Up |
731 | Turn It Up | Turn It Up |
730 | Turn It Up | Turn It Up |
729 | Celtic Invasion | Celtic Invasion |
728 | Celtic Invasion | Celtic Invasion |
727 | Celtic Invasion | Celtic Invasion |
726 | Celtic Invasion | Celtic Invasion |
725 | Celtic Invasion | Celtic Invasion |
724 | Recognition | Recognition |
723 | Recognition | Recognition |
722 | Recognition | Recognition |
721 | Recognition | Recognition |
720 | Recognition | Recognition |
719 | Recognition | Recognition |
718 | Recognition | Recognition |
717 | Recognition | Recognition |
716 | Recognition | Recognition |
715 | Recognition | Recognition |
714 | Respectful | Respectful |
713 | Respectful | Respectful |
712 | Fabulous | Fabulous |
711 | The Future | The Future |
710 | Alexa Bliss '20 | Spiteful |
709 | Recognition | Recognition |
708 | Becky Lynch | Celtic Invasion |
707 | Becky Lynch | Celtic Invasion |
706 | Stars in the Night | Stars in the Night |
705 | Beautiful Life | Beautiful Life |
704 | Amazing (Remix) | Amazing (Remix) |
703 | Alica Fox | Pa-Pa-Pa-Pa-Party |
702 | BLANK | BLANK |
701 | BLANK | BLANK |
700 | BLANK | BLANK |
659 | Underground 3 | War (Ft. Skrilla Da Kid) |
658 | Hardcore 3 | Mic Drop |
657 | 80's 4 | Save My Soul (MyRise Riley) |
656 | Western 4 | Runnin' Jugs |
655 | Western 3 | Buzzard Bait |
654 | Western 2 | Saloon Raider |
653 | Western 1 | Jail Break Jenkins |
652 | Voyage 3 | All In |
651 | Voyage 2 | Hero Now (Instrumental) |
650 | Voyage 1 | Martial Law |
649 | USA 3 | Don't Try To Change Me |
648 | USA 2 | Change Me |
647 | USA 1 | Four Wheelin' |
646 | Traditional 3 | Pyar |
645 | Traditional 2 | Last Mandarin Standing |
644 | Traditional 1 | Dragon Train |
643 | Sports 3 | Game Time |
642 | Sports 2 | Watcha Got Cookin' |
641 | Sports 1 | Not Havin' It |
640 | Spark 3 | World On Fire |
639 | Spark 2 | I'm Telling Your Mum |
638 | Spark 1 | Face the Fire |
637 | Modern 3 | Feed the Beast |
636 | Modern 2 | Carnival Conundrum |
635 | Modern 1 | Judgement Daze |
634 | Legend 3 | Touch Me |
633 | Legend 2 | Take Shelter |
632 | Legend 1 | Release The Hounds |
631 | Clockwork 3 | Time Minister |
630 | Clockwork 2 | Just Like Clockwork |
629 | Clockwork 1 | Like Clockwork |
628 | Classical 3 | One Last Dragon |
627 | Classical 2 | Peril Playing Field |
626 | Classical 1 | Wrath of the Gods |
625 | Candies 3 | On The Frontline |
624 | Candies 2 | Sugar Girl |
623 | Candies 1 | Psycho Candy |
622 | Underground 2 | Underground Party |
621 | Underground 1 | Supa Powa |
620 | Steel 2 | Firsts of Steel |
619 | Steel 1 | Balls of Steel |
618 | Stars 2 | Shine Bright Like A Star |
617 | Stars 1 | Shooting Stars |
616 | Neon 2 | Neon Lights |
615 | Neon 1 | Neon Dreams |
614 | Hardcore 2 | Drool Machine |
613 | Hardcore 1 | Load Rage |
612 | Goth 2 | Gothic Cowboy |
611 | Goth 1 | Into The Crucible |
610 | Futuristic 2 | Moon Boot |
609 | Futuristic 1 | Hit The Tech |
608 | Fighting Spirit 2 | Join The Fight |
607 | Fighting Spirit 1 | Fight |
606 | Fabulous 2 | Dancing Round It |
605 | Fabulous 1 | Everyone Dance |
604 | 90's 2 | Here It Comes |
603 | 90's 1 | Swell |
602 | 80's 3 | You Feel The Most Alive |
601 | 80's 2 | Sound of Freedom |
600 | 80's 1 | Angry Young Men |
522 | Movie Star 2 | Movie Star 2 |
521 | American Patriot | American Patriot |
520 | Islander | Islander |
519 | Flamboyant | Flamboyant |
518 | Japanese Patriot | Japanese Patriot |
517 | British Patriot | British Patriot |
516 | Chinese Patriot | Chinese Patriot |
515 | Royalty | Royalty |
514 | Irish Patriot | Irish Patriot |
513 | Billionaire | Billionaire |
512 | Ladies Man | Ladies Man |
511 | Perfectionist | Perfectionist |
510 | Italian Patriot | Italian Patriot |
509 | Sexy Diva | Sexy Diva |
508 | US President | US President |
507 | Gold Medalist | Gold Medalist |
506 | Dark Super Hero | Dark Super Hero |
505 | French Patriot | French Patriot |
504 | Biker | Biker |
503 | Movie Star 1 | Movie Star 1 |
502 | Hell's Demon | Hell's Demon |
501 | Bodybuilder | Bodybuilder |
500 | Super Hero | Super Hero |
363 | The Usos '14 (Jimmy '14 & Jey Uso '14) | So Close Now |
362 | The Riott Squad | We Riot |
361 | Peyton Royce | Sultry (XO) |
360 | Matt Hardy | The Deletion Anthem |
359 | HBK/HHH(D-Generation X) | Break It Down (D-Generation X)' |
350 | Brothers of Destruction | Rollin/Out of the Fire |
316 | Viking Raiders (Hanson & Rowe) | War |
315 | The Street Profits | Bring the Swag |
314 | The B-Team (Curtis Axel & Bo Dallas | Go,Go,Go |
313 | Heavy Machinery | Heavy |
312 | Iiconics | Femme Fatale |
311 | The Revival (Dash Wilder & Scott Dawson) | Southern Proud |
310 | The Outsiders | Rockhouse |
309 | Gallows & Andersoon | Omen in the Sky |
308 | The Bellas (Nikki & Brie Bella) | You Can Look (But You Can't Touch) |
307 | Sonya & Mandy | Golden Goddess |
306 | The Rock 'N' Sock Connection | Know Your Role/Wreck |
305 | Mustache Mountain | Mustache Mountain |
304 | Curt Hawkins & Zack Ryder` | Radio |
303 | Daniel Bryan & Rowan | Flight of the Valkyries |
302 | The Authors of Pain | Pain |
301 | The Bar (Sheamus & Cesaro) | Swiss Made / Hellfire |
300 | The Undisputed Era | Undisputed |
299 | Lucha House Party (Kalisto, Lince Dorado. Gran Metalik) | Lucha Lucha |
298 | The Hardy Boyz (Jeff Hardy & Matt Hardy) | Loaded |
297 | The Usos (Jimmy Uso & Jey Uso) | Done With That - Day One Remix |
296 | The New Day | New Day, New Way |
295 | Breezango | Breezango |
288 | Toni Storm | Take Cover |
287 | Rhea Ripley | Brutalitly |
286 | Mia Yim | Number One |
285 | Io Shirai | Genius Of The Sky |
284 | Dakota Kai | High Ground |
283 | Candice LeRae | Never Back Down |
282 | Shayna Baszler | Loyalty Is Everything |
281 | Kairi Sane | The Next Voyage |
280 | Bianca Belair | Watch Me Shine |
261 | Trent Seven | Mustache Mountain |
260 | Matt Riddle | Hey Bro |
259 | Mark Andrews | Fall to Pieces |
258 | Keith Lee | Limitless |
257 | Jaxson Ryker | Do Unto Others |
256 | Rowe | War |
255 | Hanson | War |
254 | Velveteen Dream | Velveteen |
253 | Tyler Bate | Inaugural |
252 | Pete Dunne | Bruiserwegiht |
251 | Oney Lorcan | Combative |
250 | Montez Ford | Bring the Swag |
249 | Kyle O'Reilly | Undisputed |
248 | Bobby Fish | Undisputed |
247 | Angelo Dawkins | Bring the Swag |
246 | Adam Cole | Undisputed |
245 | Shane Thorne | Stand Tall |
244 | Tommaso Ciampa | No One Will Survive |
243 | Johnny Gargano | Rebel Heart |
242 | Kassius Ohno | Hero's Welcome |
241 | Roderick Strong | Undisputed |
227 | Molly Holly | Molly Holly |
226 | Paige | Stars in the Night |
225 | Nikki Bella | You Can Look (But You Can't Touch) |
224 | Brie Bella | Beautiful Life |
223 | Beth Phoenix | Glamazon |
222 | Maria Kanellis | With Legs Like That |
221 | Trish Stratus | Time To Rock & Roll |
220 | Lita | LoveFuryPassionEnergy |
171 | Papa Shango | The Shango Tango |
170 | Batista 2014 | I Walk Alone |
169 | Sting '91 | Turbo Charged |
168 | Sting '99 | Sting Theme |
167 | Scott Hall (nWo) | Rockhouse |
166 | Diesel | Diesel Blues |
165 | Jake "The Snake" Roberts '91 | Trust Me |
164 | Kurt Angle '06 | Medal (Revisited) |
163 | Shawn Michaels '05 | Sexy Boy |
162 | Ric Flair '88 | Also Sprach Zarathustra |
161 | Goldberg | Invasion |
160 | Triple H '01 | My Time |
159 | Edge | Metalingus |
158 | Undertaker '91 | Funeral Match |
157 | Kevin Nash (nWo) | Rockhouse |
156 | Razor Ramon | Bad Boy |
155 | Ricky "The Dragon" Steamboat '87 | Opening Ceremony |
154 | X-Pac (Dupe) | X-Pac Theme (Make Some Noise) |
153 | X-Pac | X-Pac Theme (Make Some Noise) |
152 | Ultimate Warrior | Unstable |
151 | Big Boss Man | Hard Times |
150 | Brutus Beefcake | Haircut |
149 | Macho Man Randy Savage | Pomp and Circumstance |
148 | Undertaker '02 | You're Gonna Pay |
147 | Dusty Rhodes | Common Man Boogie |
146 | Jim "The Anvil" Neidhart | Hitman |
145 | Mark Henry | Some Bodies Gonna Get It |
144 | Bret "The Hitman" Hart | Hitman |
143 | Rowdy Roddy Piper | Hot Rod |
142 | Jerry Lawler | Gates of Kiev |
141 | Shawn Michaels '97 | Sexy Boy |
140 | Ted DiBiase | It's All About the Money |
139 | Ric Flair | Also Sprach Zarathustra |
138 | André the Giant | Ave Satanus |
137 | Eddie Guerrero | Viva La Raza |
136 | Mr. McMahon | No Chance In Hell |
135 | Christian | Just Close Your Eyes |
134 | Booker T | Rap Sheet |
133 | Kurt Angle '01 | Medal |
132 | Undertaker | Rest In Peace |
131 | Stone Cold Steve Austin | Hell Frozen Over |
130 | The Rock | Electrifying |
123 | Zelina Vega | Making a Difference |
122 | Lacey Evans | Like A Lady |
121 | Sonya Deville | Square Up (Remix) |
120 | Sarah Logan | Blood Wolf |
119 | Ronda Rousey | Bad Reputation |
118 | Mandy Rose | Golden Goddess |
117 | Liv Morgan | Nah Nah |
116 | Ruby Riot | We Riot |
115 | Peyton Royce | Femme Fatale |
114 | Billie Kay | Femme Fatale |
113 | Ember Moon | Free The Flame |
112 | Nikki Cross | Glasgow Cross |
111 | Nia Jax | Force of Greatness |
110 | Dana Brooke | Respectful |
109 | Carmella '20 | Fabulous |
108 | Bayley '15 | Turn It Up |
107 | Asuka | The Future |
106 | Alexa Bliss '20 | Spiteful |
105 | Sasha Banks '15 | Sky's the Limit |
104 | Charlotte Flair | Recognition |
103 | Becky Lynch | Celtic Invasion |
102 | Lana | Ravishing |
101 | Naomi | Amazing (Remix) |
100 | Tamina | What You Think |
99 | Alicia Fox | Pa-Pa-Pa-Pa-Party |
98 | Maryse | Pourquoi? |
97 | Natalya | New Foundation |
96 | Stephanie McMahon | Welcome to the Queendom |
95 | Mickie James | Obsession |
93 | Humberto Carillo | Dale Gas |
92 | Tony Nese | Win It All |
91 | Mustafa Ali '20 | Go Hard |
90 | Mike Kanellis | True Love |
89 | Lince Dorado | Lucha Lucha |
88 | Drew Gulak | For The Better |
87 | Ariya Daivari | Magic Carpet Ride |
86 | Gentleman Jack Gallagher | Gentleman |
85 | Noam Dar | Weekend Rockstar |
84 | Gran Metalik | Lucha Lucha |
83 | Cedric Alexander | Won't Let Go |
82 | Akira Tozawa | Strawberry Moon |
81 | Buddy Murphy | Opposite Ends of The World |
80 | The Brian Kendrick | Man With a Plan |
72 | Ricochet | One and Only |
71 | EC3 | Top ONE Percent |
70 | Sunil Singh | Sher (Lion) |
69 | Samir Singh | Sher (Lion) |
68 | Tucker Knight | Heavy |
67 | Otis Dozovic | Heavy |
66 | Lars Sullivan | Freak |
65 | Aleister Black | Root of All Evil |
64 | Eric Young | Controlled Chaos |
63 | Rezar | Pain |
62 | Akam | Pain |
61 | No Way Jose | No Way |
60 | Andrade "Cien" Almas | Making A Difference |
59 | Robert Roode | Glorious Domination |
58 | Shinsuke Nakamura | Shadows of a Setting Sun |
57 | Karl Anderson | Omen in the Sky |
56 | The Demon Finn Bálor | Catch Your Breath - Demon (Long) |
55 | Apollo Crews | Cruise Control |
54 | Scott Dawson | Southern Proud |
53 | Mojo Rawley | Killer Instinct |
52 | Dash Wilder | Southern Proud |
51 | Chad Gable | Elite |
50 | AJ Styles | Phenomenal |
49 | Braun Strowman | I Am Stronger |
48 | Elias | Ruby Riott |
47 | Tyler Breeze | #MMMGorgeous |
46 | Samoa Joe | Destroyer |
45 | Kevin Owens | Fight |
44 | Finn Bálor | Catch Your Breath |
43 | Baron Corbin | I Bring the Darkness (End of Days) |
42 | Kalisto | Lucha Lucha |
41 | Sami Zayn | Worlds Apart |
40 | Bo Dallas | Go,Go,Go |
39 | Rusev | Roar of the Lion |
38 | Xavier Woods | New Day, New Way |
37 | Harper | Brotherhood |
36 | Rowan | Sheepherder |
35 | Bray Wyatt | Live in Fear |
34 | Curtis Axel | Go,Go,Go |
33 | Fandango | ChaChaLaLa |
32 | Big E | New Day, New Way |
31 | Titus O'Neil | Making Moves |
30 | Seth Rollins '17 | The Second Coming - Burn It Down |
29 | Roman Reigns | The Truth Reigns |
28 | Cesaro | Swiss Made / Hellfire |
27 | Brock Lesnar | Next Big Thing |
26 | Sin Cara | Faceless |
25 | Heath Slater | More Than One Man |
24 | Jey Uso | Done With That - Day One Remix |
23 | Jimmy Uso | Done With That - Day One Remix |
22 | Daniel Bryan | Flight of the Valkyries |
21 | Jinder Mahal | Sher (Lion) |
20 | Sheamus | Swiss Made / Hellfire |
19 | Drew McIntyre | Gallantry (Defining Moment Remix) |
18 | Dolph Ziggler | Here To Show The World |
17 | R-Truth | What's Up? |
16 | Curt Hawkins | Face the Facts |
15 | Zack Ryder | Radio |
14 | The Miz | I Came To Play |
13 | Luke Gallows | Omen in the Sky |
12 | Shelton Benjamin | Set It Off |
11 | Kofi Kingston | New Day, New Way |
10 | Randy Orton | Voices |
9 | Shane McMahon | Here Comes the Money |
8 | John Cena | The Time Is Now |
7 | Bobby Lashley | Dominance (Remix) |
6 | Big Show | Crank It Up |
5 | Rey Mysterio | Booyaka 619 |
4 | Matt Hardy | Loaded |
3 | Jeff Hardy | Loaded |
2 | Kane | Veil of Fire (Rise Up Remix) |
1 | Triple H | The Game |
Music List IDs
Index | Character | Theme |
1 | Triple H | The Game |
2 | Kane | Veil of Fire (Rise Up Remix) |
3 | Jeff Hardy | Loaded |
4 | Matt Hardy | Loaded |
5 | Rey Mysterio | Booyaka 619 |
6 | Big Show | Crank It Up |
7 | Bobby Lashley | Dominance (Remix) |
NoelCortesGabrile
ID | NAME | SUB NAME | |
1267 | Solid Ground | Rick Boogs | |
1266 | Heart Cold | Logan Paul | |
1265 | I Does It | Doudrop! | |
1264 | Rockhouse | Rockhouse | |
1263 | Spiteful | Mae Young Classic | |
1262 | March of Death | WCW Nitro | |
1261 | You're Gonna Pay | The Undertaker WM36 | |
1260 | For The Academy | Otis | |
1259 | Hitman | Hart Foundation`! | |
1258 | Comin' Back For You | The Way | |
1257 | I Came to Play (Awesome Intro) | The Miz and Maryse! | |
1256 | The Rising | Seth Rollins and Murphy | |
1255 | Combative | Oney Lorcan and Danny Burch | |
1254 | Rockhouse | New World Order" | |
1253 | Comin' Back For You | Gargano and LeRae | |
1252 | Respectful | Dana Brooke and Mandy Roset | |
1251 | Rest In Piece | Brothers of Destruction# | |
1250 | I Come to Play and Ain't No Make Believe | The Miz and Morrsion | |
1249 | Street Matic | Street Matic | |
1248 | Dirty Harpsi | Dirty Harpsi | |
1247 | nd What Army | You and What Army | |
1246 | American Thunder | American Thunder | |
1245 | War Cry | War Cry | |
1244 | Get Out the Way | Get Out the Way | |
1243 | Formula to Win | Formula to Win' | |
1242 | Illustrious | Illustrious | |
1241 | Black Medallion | Black Medallion | |
1240 | Champs are Back | Champs are Back | |
1239 | Running Wild | Running Wild | |
1238 | Rockhouse | Syxx4' | |
1237 | For The Academy | Chad Gable | |
1236 | Crazed | Scott Hall' | |
1235 | Crazed | Kevin Nash' | |
1234 | I Am Stronger | Braun Strowman | |
1233 | No More Words | Jeff Hardy | |
1232 | Visionary | Seth Rollins | |
1231 | Warrior of the Sun | Sarray | |
1230 | Rollin' Deep | LA Knight | |
1229 | concert for aliens | Machine Gun Kelly | |
1228 | Swarm | MSK) | |
1227 | Real American | Mr. T. | |
1226 | Swarm | Nash Carter | |
1225 | Sumo | Yokozuna | |
1224 | Fighting Spirit | Xia Li | |
1223 | Whole Lotta Groove | Cactus JackD | |
1222 | Mastodon | Vader | |
1221 | Virtual Voodoo | Umaga | |
1220 | Crazed | The Outsiders | |
1219 | The Horror | The Boogeyman | |
1218 | Girl Next Door | Stacy Keibler | |
33554432 | Seth Rollins '17 | ||
1216 | The Tide Is Turning (Diamond Mine Signature) | Roderick Strong | |
1215 | One of a Kind | Rob Van Dam | |
1214 | U Look Fly Today | Rikishi | |
1213 | The Culling | Piper Niven | |
1212 | Shake The Ground | Omos | |
1211 | Spirit to Win | Nikki A.S.H. | |
1210 | Swarm | Wes Lee | |
1209 | The Falcon Soars | Mansoor | |
33554432 | Mankind '97 | ||
1207 | Spitfire Warriors | Kacy Catanzaro | |
1206 | Bullet Rain | Indi Hartwell | |
1205 | Comrades of the Red Army | Ilja Dragunov | |
1204 | The Good Life | Happy Corbin | |
33554432 | Dude Love | ||
1202 | I Does It | Doudrop | |
1201 | Evil Behind the Make Up | Doink | |
1200 | See You | Dana Brooke | |
1199 | War Ready | Bronson Reed1 | |
1198 | The Next Big Thing | Brock Lesnar | |
1197 | Rule, Britannia | British Bulldog | |
1196 | Disputed | Bobby Fish | |
1195 | For The Academy | Alpha Academy | |
1194 | The Evil is Mine | Alexa Bliss | |
1193 | Black Sheep | A-KID | |
1192 | Phenomenal | Omos | |
1191 | Eye of the Hurricane (W/Intro) | The Hurricane3 | |
1190 | Protect Ya Neck | Protect Ya Neck3 | |
1189 | I Don't Wanna Be Blind | I Don't Wanna Be Blind | |
1188 | Heartless | Heartless | |
1187 | Typhoons | Typhoons4 | |
1186 | Say Cheese (Live NXT version) | Say Cheese (Live NXT version) | |
1185 | Iron Fist | Iron Fist | |
1184 | body bag | body bag5 | |
1183 | concert for aliens | concert for aliens | |
1182 | hollywood sucks | hollywood sucks | |
1181 | Happy Song | Happy Song | |
1180 | BOOKER T | BOOKER T | |
1179 | The Final Episode (Let's Change Channel) | The Final Episode (Let's Change Channel) | |
1178 | We Riot | Ruby Riott | |
1177 | Mustache Mountain | Mustache Mountain | |
1166 | Dark Side | The Undertaker '98 | |
1165 | Are You Ready | Shawn Michaels '97 | |
1164 | Booyaka 619 | Rey Mysterio '08 | |
1163 | You're Gonna Pay | The Undertaker '02 | |
1162 | Graveyard Symphony | The Undertaker '95 | |
1161 | Booyaka 619 (2005 Version) | Rey Mysterio '06 | |
1160 | Fabulous | Carmella '20 | |
1159 | Combative | Danny Burch | |
1158 | New Day, New Way | The New Day | |
1157 | New Day, New Way | Kofi Kingston | |
1156 | Dead Silent | Scarlett | |
1155 | Done With That - Day One Remix | Jey Uso | |
1154 | Done With That - Day One Remix | Jimmy Uso | |
1153 | Rockhouse | Eric Bischoff | |
1152 | Rockhouse | Hollywood Hogan | |
1151 | Are You Ready | Triple H '98` | |
1150 | War | Erik | |
1149 | Lucha Lucha | Kalisto | |
1148 | Lucha Lucha | Lince Dorado | |
1147 | Lucha Lucha | Gran Metalik | |
1146 | Soul March | Legado Del Fantasma | |
1145 | Soul March | Raul Mendoza | |
1144 | Soul March | Joaquin Wilde | |
1143 | Recognition | Charlotte '15 | |
1142 | It's Time | Shelton Benjamin | |
1141 | It's Time | Cedric Alexander | |
1140 | Good Friendship Song | Bray Wyatt | |
1139 | To The Top | Commander Azeez | |
1138 | To The Top | Commander Azeez | |
1137 | Nation of Domination | Mark Henry '98 | |
1136 | Nation of Domination | Kama Mustafa | |
1135 | Nation of Domination | Faarooq '98 | |
1134 | Protection | Faarooq | |
1133 | Shut 'em Down | Retribution | |
1132 | Shut 'em Down | T-BARA | |
1131 | Shut 'em Down | SLAPJACK | |
1130 | Shut 'em Down | MACEA | |
1129 | Shut 'em Down | Mustafa Ali | |
1128 | Symphony No. 9 in E Minor | IMPERIUM | |
1127 | Symphony No. 9 in E Minor | Marcel Barthel | |
1126 | Symphony No. 9 in E Minor | Fabian Aichner | |
1125 | Symphony No. 9 in E Minor | Alexander Wolfe | |
1124 | Good Friendship Song | Alexa Bliss | |
1123 | Undisputed | Bobby FishD | |
1122 | Undisputed | Kyle O'Reilly | |
1121 | Undisputed | Roderick Strong | |
1120 | Undisputed | Adam Cole | |
1119 | Sapphire Blue (A) | WrestleMania 37 | |
1118 | Unconscious Opponent (A) | NXT TakeOver 31 | |
1117 | Tapping Out | NXT | |
1116 | Extreme Guitar | BackLash 2020 | |
1115 | Devil's Watch | Money In The Bank | |
1114 | The Race Is On | Clash Of Championsj | |
1113 | Everything Is Earned | RAW | |
1112 | Can't Stop Me | PaybackG | |
1111 | Insidium | NXT TakeOver: In Your House | |
1110 | Numb (B) | Hell in a Cell 2020 | |
1109 | Think About It | NXT TakeOver: XXX | |
1108 | Anthemic | Royal Rumble 2020 | |
1107 | Skeletons | SummerSlam 2020 | |
1106 | The Hammer | Elimination Chamber 2021 | |
1105 | Bash It In | Survivor Series 2020 | |
1104 | Buzzard Bait | SmackDown | |
1103 | Sudden Death | NXT TakeOver: Vengeance Day | |
1102 | It's Goin Down (b) | Fastlane 2021R | |
1101 | Dead Flowers | Horror Show at Extreme Rules | |
1100 | Lars And In Charge | TLC 2020 | |
1099 | Aim For The Head | NXT TakeOver: Stand And Deliver | |
1098 | Born To Win | King Of The Ring | |
1097 | I Came to Play (Awesome Intro) | The MizL | |
1096 | The Rising Sun (Violin Start) | King NakamuraL | |
1095 | Visionary | Seth Rollins | |
1094 | Head of the Table | Roman Reigns | |
1093 | Breakout | Nikki Cross | |
1092 | Ballers' Anthem | MVP | |
1091 | Disciple | Murphy | |
1090 | Venom | Kay Lee RayN | |
1089 | The Dragon of Jerusalem | Jordan Devlin | |
1088 | Real American | Hulk HoganO | |
1087 | Arrival | Dexter Lumis | |
1086 | Protection | The A.P.AO | |
1085 | Riff Machine | Riff Machine | |
1084 | Party In the Booth | Party In The Booth | |
1083 | Age of the Mullet | Age Of The Mullet | |
1082 | The Price of War | The Price Of War | |
1081 | Victory | Victory | |
1080 | I Wanna Be Your Drug | I Wanna Be Your Drug | |
1079 | Take the Crown | Take The CrownQ | |
1078 | All On the Line | All On The Line | |
1077 | Shock the World | Shock The World | |
1076 | We Up So High | We Up So High | |
1075 | Aint the Problem You Want | Aint The Problem You WantR | |
1074 | My Enemy | My Enemy | |
1073 | Leader | LeaderS | |
1072 | Ready | ReadyPS | |
1071 | Golden Ring | Golden Ring | |
1070 | Ambition To Win | Ambition To Win | |
1069 | War | Brooklyn Von Braun | |
1068 | Canada | The Province | |
1067 | Is That All You Got | Is That All You Got | |
1066 | Neon Nightmare | Odyssey Rift | |
1065 | Workin Man | ChaseW | |
1064 | El Campeon | Hector Flores | |
1063 | Hunt You Down | Josie JaneU | |
1062 | Will To Thrill | La Cangrejita Loca | |
1061 | Girls Will Be Girls | Fanny | |
1060 | Goat | Paragon | |
1059 | Automatic | Geneva Rose | |
1058 | Resting Witch Face | SuprStrLvrd | |
1057 | Iron Fist | Iron Fist | |
1056 | Heartless | Heartless | |
1055 | Roddy Piper | Roddy Piper | |
1054 | Typhoons | Typhoons | |
1053 | Say Cheese | Say Cheese (Live NXT version) | |
1052 | Low Season | Low Season | |
1051 | Where Ya At | Where Ya At | |
1050 | Be My End | Be My End | |
1049 | Underneath | Underneath | |
1048 | Booker T | Booker T | |
1047 | Acting Like That | Acting Like That | |
1046 | Flawed | FlawedY | |
1045 | I Don't Wanna Be Blind | I Don't Wanna Be Blind | |
1044 | Came to Win It | Smackdown | |
1043 | God of War | NXT UK | |
1042 | Rollin | Undertaker 2001 | |
1041 | Mustache Mountain | Trent Sevenh | |
1040 | Done With That - Day One Remix | The Usos | |
1039 | Undisputed | Undisputed Era | |
1038 | All Out Life | NXT | |
1037 | The Rising Sun | Shinsuke Nakamura | |
1036 | Shadows of a Setting Sun | Shinsuke Nakamura | |
1035 | Sexy Boy | Shawn Michaels | |
1034 | Soul March | Santos Escobarp] | |
1033 | Destroyer | Samoa Joe] | |
1032 | March of Death | Rey Mysterio Jr. | |
1031 | Eyes of a Warrior | RAW | |
1030 | Menace to Myself | Pete Dunne | |
16777216 | NXT UK | ||
1028 | The Search | RAW | |
1027 | Disruptor | Mustafa Ali$ | |
1026 | On My Own | Main Event_ | |
1025 | Axe & Smash | Kyle O'Reilly | |
1024 | Metálico | Gren Metalik_ | |
1023 | Blood | Gangrel` | |
1022 | Eddie Guerrero Theme | Eddie Guerrero '97 | |
1021 | Haircut | Brutus Beefcake | |
1020 | Titan Intro Drum Preamble | Bobby Lashleyxa | |
1019 | I Walk Alone | Batista | |
1018 | To the Top (Nigerian Royalty Remix) | Apollo Crews | |
1017 | Thunder Boom | Adam Cole 2 | |
1016 | Are You Ready | Smackdown | |
1015 | Triumpet Plays Again | Triumpet Plays Again | |
1014 | Fire With Fyre | Fire With Fyre8e | |
1013 | Titletown Mantle | Titletown Mantle | |
1012 | Black Monday Night | Black Monday Night | |
1011 | Urgent Action To Take | Urgent Action To Take | |
1010 | Cut To The Chasers | Cut To The Chasers | |
1009 | Crushing Blows | Crushing Blowsf | |
1008 | Tombstone Writing | Tombstone Writing | |
1007 | Neon Space | Neon Space | |
1006 | Powers O Will | Powers O Will | |
1005 | The Middle of Everywhere | The Middle of Everywhere | |
1004 | Never Brought Down | Never Brought Down | |
1003 | Two Minute Warning | Two Minute Warningth | |
1002 | A Taste of Glory | A Taste of Glory | |
1001 | Power | Mark Henry | |
1000 | Dead White Guys | King Booker | |
999 | Soul March | El Legado Del Fantasmai | |
998 | The Tide Is Turning | Roderick Strong | |
997 | Disciple | Murphy | |
996 | Lucha Lucha | Lucha House Party | |
995 | New Moon | Kushida | |
994 | King's Darkness | King Corbin | |
993 | Dead Silent | Karrion Kross | |
992 | Man On Fire | Kane '08 | |
991 | Vengo Por Ti | Dominik Mysterio | |
990 | Cool | Carlito | |
989 | Stackin Money | Cameron Grimesi | |
988 | Ring Walker | Cameron Grimes | |
987 | Dominance (Remix) | Bobby Lashley '20 | |
986 | Loyalty is Everything | Shayna Bazlerk | |
985 | The Rising | Seth Rollins '20 | |
984 | One and Only | Ricochet | |
983 | Booyaka 619 | Rey Mysterio | |
982 | 619 | Rey Mysterio '05 | |
981 | Power | Nation of Dominationl | |
980 | The Acolytes (Ministry Theme) | Ministry of Darknessl | |
979 | Last One Standing | Mansoorl | |
978 | Thuhn-Der | Jushin Thunder Ligerhm | |
977 | Longhorn | John Bradshaw Layfield | |
976 | Trust Me | Jake “The Snake” Roberts | |
975 | Viva La Raza | Eddie Guerrero '05 | |
974 | I Am Perfection | Dolph Ziggler '09 | |
16777216 | Dirty Dawgs | ||
972 | Thunder | Timothy Thatcher | |
971 | Do You Smell? | The Rock '98 | |
970 | Ball Pit | Shotzi | |
969 | Get Out the Way | Raquel González | |
968 | Sound the Alarm | Austin Theory | |
967 | It's Time | The Hurt Businessp | |
966 | Oh You Didn't Know? | Road Dogg | |
965 | I'm Comin | MVP4s | |
964 | Regality | William Regal | |
963 | War | The Viking Raiders | |
962 | Rest In Peace | The UndertakerHr | |
961 | Good Friendship Song - Let Me In | The Fiend Bray Wyatt | |
960 | Wicked Enchantment | Candice LeRaer | |
959 | Infamy | Damian Priestr | |
958 | Chicane Boys | Tegan Nox | |
957 | Severed Head | Shotzi | |
956 | The Rising Sun | Shinsuke Nakamurads | |
955 | We Riot | The Riott Squad | |
954 | Shut 'em Down | RECKONING | |
953 | Breakout | Nikki Cross | |
952 | New Foundation | Natalyat | |
951 | Comin' Back For You | Johnny Gargano | |
950 | Ambitious | Humberto Carrillou | |
949 | Nation of Domination | Nation of Domination | |
948 | Acolytes (Ministry of Darkness) | Ministry of Darkness | |
947 | Rise from the Ashes | Ember Moon | |
946 | Are You Ready | D Generation X | |
945 | Fade | Drew Gulak | |
944 | Blood | Edge and Christianv | |
943 | Riding The Edge | Austin Theory | |
942 | Giant | André the Giant | |
941 | So You Think You Can Flyz | So You Think You Can Flyz | |
940 | Catch Your Breath (Remix) | Finn Bálorx | |
939 | New Day, New Way | Xavier Woods | |
938 | Make Some Noise | X-Pac | |
937 | Symphony No. 9 in E Minor | WALTER | |
936 | Velveteen | Velveteen Dreamy | |
935 | Inaugural | Tyler Batey | |
934 | Heavy | Tucker z | |
933 | The Game | Triple H | |
932 | Moustache Mountain | Trent Sevenz | |
931 | Lightning Thunder | Toni Stormz | |
930 | No One Will Survive | Tommaso Ciampa | |
929 | The Ho Train | The Godfather | |
928 | Hellfire | Sheamus | |
927 | The Rising | Seth Rollins | |
926 | Sky's the Limit (Remix) | Sasha Banks | |
925 | We Riot | The Riott Squadd | |
924 | We Riot | Ruby Riot | |
923 | War | Rowe (Erik) | |
922 | One and Only | Ricochet | |
921 | Brutality | Rhea Ripley | |
920 | Honey | Peyton Royce | |
919 | Blue Collar Solid | Otis} | |
918 | New Way | New Day | |
917 | Opposite Ends Of The World | Murphy | |
916 | Killer Instinct | Mojo Rawley | |
915 | Number One | Mia Yim | |
914 | Hey Bro | Riddle | |
913 | Some Bodies Gonna Get It | Mark Henry | |
912 | Fall To Pieces | Mark Andrews | |
911 | I've Arrived | Mandy Rose | |
910 | Nah Nah | Liv Morgan | |
909 | Freak | Lars Sullivanp | |
908 | New Day, New Way | Kofi Kingston | |
907 | Born to Bring it | Keith Lee | |
906 | Comin' Back For You | Johnny Gargano | |
905 | Ain't No Make Believe | John Morrison | |
904 | Gates of Kiev | Jerry "The King" Lawler | |
903 | Do Unto Others | Jaxson Ryker | |
902 | Fly Life | Isaiah "Swerve" Scott | |
901 | Tokyo Shock | Io Shirai | |
900 | Dale Gas A | Humberto Carrillo | |
899 | War | Ivar | |
898 | Amen (I'm Goin' In) | Elias | |
897 | Gallantry (Defining Moment Remix) | Drew McIntyreP | |
896 | Vengeance | Dominik Dijakovic | |
895 | Here to Show the World | Dolph Ziggler | |
894 | Infamy | Damian Priest | |
893 | Kombat | Dakota Kaih | |
892 | Who I Am! | ChynaD | |
891 | Elite | Chad Gable | |
890 | Return of the Fire | Cesaro | |
889 | Tredici | Carmella | |
888 | Never Back Down | Candice LeRae | |
887 | Haircut | Brutus "The Barber" Beefcake | |
886 | Let Me In | The Fiend Bray Wyatt | |
885 | Rap Sheet | Booker T | |
884 | Go Go Go (The B-Team) | Bo Dallas | |
883 | Titan | Bobby Lashley | |
882 | Seduction | Billie Kay | |
881 | To The Top | Apollo Crews | |
880 | Feel the Power | Big E | |
879 | Machismo | Angel Garza | |
878 | Symphony No. 9 in E Minor | Alexander Wolfe | |
877 | The Fury | Alexa Bliss | |
876 | No Man's Land | Aleister Black | |
875 | Deliverance | Bayley | |
874 | Millionaire B | Millionaire B | |
873 | Green Bluegrass | Green Bluegrass | |
872 | American Superhero | American Superhero | |
871 | War Dance | War Dance | |
870 | Rebel Heart | Rebel Heart | |
869 | Gallantry (Defining Moment Remix) | Hacker Johnny Gargano | |
868 | Cyberspace | Drew Hackintyre | |
867 | Cyberspace | Security Program Tamina | |
866 | Velveteen | Antivirus Carmella | |
865 | Creeping Vines | N14 j4xH | |
864 | Building Momentum | Hacker Asuka | |
863 | Voyager Spacecraft | Daemon Sonya Deville | |
862 | Difference | Cyber Naomi | |
861 | Ricochet | Chairwoman Bliss | |
860 | Ricochet | A-Mecha - Sa Bliss | |
859 | Big Hair Day | Rock N' Rollups | |
858 | Rebel Heart | Glam Rock Johnny Gargano | |
857 | Escape From Mars | Sea Creature | |
856 | Vintage Gaming | Sasha Memory Banksď | |
855 | Samurai Sigh | Samantha Urai | |
854 | Escape From Mars | Mr. Mackleroy | |
853 | Big Hair Day | Misfit Molly | |
852 | Heroic Mission | Georgia Washington | |
851 | Russian March | Dosvetanya | |
850 | Fast Money | Bay Lee Billionaire | |
849 | Big Hair Day | Bad Hair Day | |
848 | Heavy | Wasteland Heavy Machinery | |
847 | Velveteen | Raider Velveteen Dream | |
846 | We Riot | Warrior Ruby Riott | |
845 | One and Only | New Years Ricochet | |
844 | The Truth Reigns | Arctic Shield Roman Reigns | |
843 | Heavy | Gifted TuckerL | |
842 | Heavy | Gifted Otis | |
841 | Destroyer | Overloard Joeē | |
840 | The Second Coming - Burn It Down Intro | Wasteland Seth | |
839 | Animal | Grand Champion Batista | |
838 | The Right Amount Of Wrong | Corrupted Jack | |
837 | I Bring the Darkness (End of Days) | Gatekeeper Corbin | |
836 | No Limits On Me | Fortune Fighter Ali | |
835 | Worlds Apart | Zombie Sami Zayn | |
834 | Swiss Made / Hellfire | Zombie CesaroL | |
833 | Hero's Welcome | Zombie Kassius Ohno | |
832 | Glorious Domination | Zombie Robert Roode | |
831 | Swiss Made / Hellfire | Fed-Up Sheamus8 | |
830 | Let Me In | The Fiend Bray Wyatt | |
829 | Рев на лъвът‚ (Roar of the Lion) | Pilgrim Rusev | |
828 | Sky's the Limit | Zombie Sasha Banks | |
827 | Root of All Evil | Wicked Aleister Black | |
826 | Behind the Mask | Unleashed Apex Predator Randy Orton | |
825 | Live in Fear | The Swampfather Bray Wyatt | |
824 | Catch Your Breath - Demon (Long) | Demon King Finn Balor | |
823 | I Am Stronger | FrankenStrowman | |
805 | Hardcore 3 | Hardcore 3ę | |
804 | Underground 3 | Underground 3 | |
803 | Western 4 | Western 4D | |
802 | Save My Soul | 80's 4 | |
801 | Futuristic 1 | Futuristic 1 | |
800 | USA 3 | USA 3 | |
763 | Who I Am! | Chyna 20004 | |
762 | Know Your Role | The Rock 1999 | |
761 | Wreck | Mankind 1999 | |
760 | Real American | Hollywood Hogan 2002T | |
747 | Force of Greatness | Force of Greatness | |
746 | Force of Greatness | Force of Greatness | |
745 | New Foundation | New Foundation | |
744 | New Foundation | New 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 | Hitman | Hitman4 | |
740 | Sky's The Limit | Sky's The Limit | |
739 | Sky's The Limit | Sky's The Limit | |
738 | Sky's The Limit | Sky's The Limit | |
737 | Sky's The Limit | Sky's The Limit | |
736 | Sky's The Limit | Sky's The Limit | |
735 | Sky's The Limit | Sky's The Limit | |
734 | Sky's The Limit | Sky's The Limit | |
733 | Turn It Up | Turn It UpL | |
732 | Turn It Up | Turn It Up | |
731 | Turn It Up | Turn It Up | |
730 | Turn It Up | Turn It Up | |
729 | Celtic Invasion | Celtic Invasion | |
728 | Celtic Invasion | Celtic Invasion | |
727 | Celtic Invasion | Celtic Invasion | |
726 | Celtic Invasion | Celtic Invasion | |
725 | Celtic Invasion | Celtic Invasion | |
724 | Recognition | Recognition | |
723 | Recognition | Recognition | |
722 | Recognition | Recognition | |
721 | Recognition | Recognition | |
720 | Recognition | Recognition | |
719 | Recognition | Recognition | |
718 | Recognition | Recognition | |
717 | Recognition | Recognition | |
716 | Recognition | Recognition | |
715 | Recognition | Recognition | |
714 | Respectful | Respectfulh | |
713 | Respectful | Respectfulh | |
712 | Fabulous | Fabulous | |
711 | The Future | The Future8 | |
710 | Spiteful | Spiteful | |
709 | Recognition | Recognition | |
708 | Celtic Invasion | Celtic Invasion | |
707 | Celtic Invasion | Celtic Invasion | |
706 | Stars in the Night | Stars in the Night | |
705 | Beautiful Life | Beautiful Life | |
704 | Amazing (Remix) | Amazing (Remix) | |
703 | Pa-Pa-Pa-Pa-Party | Pa-Pa-Pa-Pa-Party | |
702 | Obsession | Obsession | |
701 | Also Sprach Zarathustra | Also Sprach Zarathustra | |
700 | Also Sprach Zarathustra | Also Sprach Zarathustra | |
659 | WAR (FT. SKRILLA DA KID) | Underground 3 | |
16777216 | Hardcore 3 | Hardcore 3 | |
16777216 | 80's 4 | 80's 4 | |
16777216 | Western 4 | Western 4 | |
16777216 | Western 3 | Western 3 | |
16777216 | Western 2 | Western 2 | |
16777216 | Western 1 | Western 1 | |
16777216 | Voyage 3 | Voyage 3 | |
16777216 | Voyage 2 | Voyage 2 | |
16777216 | Voyage 1 | Voyage 1 | |
16777216 | USA 3 | USA 3 | |
16777216 | USA 2 | USA 2 | |
16777216 | USA 1 | USA 1 | |
16777216 | Traditional 3 | Traditional 3 | |
16777216 | Traditional 2 | Traditional 2 | |
16777216 | Traditional 1 | Traditional 1 | |
16777216 | Sports 3 | Sports 3 | |
16777216 | Sports 2 | Sports 2 | |
16777216 | Sports 1 | Sports 1 | |
16777216 | Spark 3 | Spark 3 | |
16777216 | Spark 2 | Spark 2 | |
16777216 | Spark 1 | Spark 1 | |
16777216 | Modern 3 | Modern 3 | |
16777216 | Modern 2 | Modern 2 | |
16777216 | Modern 1 | Modern 1 | |
16777216 | Legend 3 | Legend 3 | |
16777216 | Legend 2 | Legend 2 | |
16777216 | Legend 1 | Legend 1 | |
16777216 | Clockwork 3 | Clockwork 3 | |
16777216 | Clockwork 2 | Clockwork 2 | |
16777216 | Clockwork 1 | Clockwork 1 | |
16777216 | Classical 3 | Classical 3 | |
16777216 | Classical 2 | Classical 2 | |
16777216 | Classical 1 | Classical 1 | |
16777216 | Candies 3 | Candies 3 | |
16777216 | Candies 2 | Candies 2 | |
16777216 | Candies 1 | Candies 1 | |
16777216 | Underground 2 | Underground 2 | |
16777216 | Underground 1 | Underground 1 | |
16777216 | Steel 2 | Steel 2 | |
16777216 | Steel 1 | Steel 1 | |
16777216 | Stars 2 | Stars 2 | |
16777216 | Stars 1 | Stars 1 | |
16777216 | Neon 2 | Neon 2 | |
16777216 | Neon 1 | Neon 1 | |
16777216 | Hardcore 2 | Hardcore 2 | |
16777216 | Hardcore 1 | Hardcore 1 | |
16777216 | Goth 2 | Goth 2 | |
16777216 | Goth 1 | Goth 1 | |
16777216 | Futuristic 2 | Futuristic 2 | |
16777216 | Futuristic 1 | Futuristic 1 | |
16777216 | Fighting Spirit 2 | Fighting Spirit 2 | |
16777216 | Fighting Spirit 1 | Fighting Spirit 1 | |
16777216 | Fabulous 2 | Fabulous 2 | |
16777216 | Fabulous 1 | Fabulous 1 | |
16777216 | 90's 2 | 90's 2 | |
16777216 | 90's 1 | 90's 1 | |
16777216 | 80's 3 | 80's 3 | |
16777216 | 80's 2 | 80's 2 | |
16777216 | 80's 1 | 80's 1 | |
16777216 | Movie Star 2 | Movie Star 2 | |
16777216 | American Patriot | American Patriot | |
16777216 | Islander | Islander | |
16777216 | Flamboyant | Flamboyant | |
16777216 | Japanese Patriot | Japanese Patriot | |
16777216 | British Patriot | British Patriot | |
16777216 | Chinese Patriot | Chinese Patriot | |
16777216 | Royalty | Royalty | |
16777216 | Irish Patriot | Irish Patriot | |
16777216 | Billionaire | Billionaire | |
16777216 | Ladies Man | Ladies Man | |
16777216 | Perfectionist | Perfectionist | |
16777216 | Italian Patriot | Italian Patriot | |
16777216 | Sexy Diva | Sexy Diva | |
16777216 | US President | US President | |
16777216 | Gold Medalist | Gold Medalist | |
16777216 | Dark Super Hero | Dark Super Hero | |
16777216 | French Patriot | French Patriot | |
16777216 | Biker | Biker | |
16777216 | Movie Star 1 | Movie Star 1 | |
16777216 | Hell's Demon | Hell's Demon | |
16777216 | Bodybuilder | Bodybuilder | |
16777216 | Super Hero | Super Hero | |
363 | So Close Now | The Usos '14 (Jimmy '14 & Jey Uso '14) | |
362 | We Riot | The Riott Squad | |
361 | Sultry (XO) | Peyton Royce | |
360 | The Deletion Anthem | Matt 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 | War | Viking Raiders (Hanson & Rowe) | |
315 | Bring the Swag | The Street Profits | |
314 | Go,Go,Go | The B-Team (Curtis Axel & Bo Dallas | |
313 | Heavy | Heavy Machinery (Otis Dozovic & Tucker Knight) | |
312 | Femme Fatale | Iiconics | |
311 | Southern Proud | The Revival (Dash Wilder & Scott Dawson) | |
310 | Rockhouse | The Outsiders | |
309 | Omen in the Sky | Gallows & Andersoon | |
308 | You Can Look (But You Can't Touch) | The Bellas (Nikki & Brie Bella) | |
307 | Golden Goddess | Sonya & Mandy | |
306 | Know Your Role/Wreck | The Rock 'N' Sock Connection | |
305 | Mustache Mountain | Mustache Mountain | |
304 | Radio | Curt Hawkins & Zack Ryder` | |
303 | Flight of the Valkyries | Daniel Bryan & Rowan | |
302 | Pain | The Authors of Pain | |
301 | Swiss Made / Hellfire | The Bar (Sheamus & Cesaro) | |
300 | Undisputed | The Undisputed EraT | |
299 | Lucha Lucha | Lucha House Party (Kalisto, Lince Dorado. Gran Metalik) | |
298 | Loaded | The Hardy Boyz (Jeff Hardy & Matt Hardy) | |
297 | Done With That - Day One Remix | The Usos (Jimmy Uso & Jey Uso) | |
296 | New Day, New Way | The New Day | |
295 | Breezango | Breezango | |
288 | Take Cover | Toni StormH | |
287 | Brutalitly | Rhea Ripley | |
286 | Number One | Mia Yim | |
285 | Genius Of The Sky | Io Shirai | |
284 | High Ground | Dakota Kai | |
283 | Never Back Down | Candice LeRae | |
282 | Loyalty Is Everything | Shayna Baszler | |
281 | The Next Voyage | Kairi Sane | |
280 | Watch Me Shine | Bianca Belairp | |
261 | Mustache Mountain | Trent Seven | |
260 | Hey Bro | Matt Riddle | |
259 | Fall to Pieces | Mark Andrews | |
258 | Limitless | Keith Lee | |
257 | Do Unto Others | Jaxson Ryker | |
256 | War | Rowe | |
255 | War | Hanson | |
254 | Velveteen | Velveteen Dreamp | |
253 | Inaugural | Tyler Bate | |
252 | Bruiserwegiht | Pete Dunne | |
251 | Combative | Oney Lorcan | |
250 | Bring the Swag | Montez Ford | |
249 | Undisputed | Kyle O'Reilly | |
248 | Undisputed | Bobby Fish | |
247 | Bring the Swag | Angelo Dawkins | |
246 | Undisputed | Adam Cole | |
245 | Stand Tall | Shane Thorne | |
244 | No One Will Survive | Tommaso Ciampa | |
243 | Rebel Heart | Johnny Gargano | |
242 | Hero's Welcome | Kassius Ohno | |
241 | Undisputed | Roderick Strong | |
227 | Molly Holly | Molly Holly | |
226 | Stars in the Night | Paige| | |
225 | You Can Look (But You Can't Touch) | Nikki Bella | |
224 | Beautiful Life | Brie Bella | |
223 | Glamazon | Beth Phoenix | |
222 | With Legs Like That | Maria Kanellis | |
221 | Time To Rock & Roll | Trish Stratus | |
220 | LoveFuryPassionEnergy | Lita | |
171 | The Shango Tango | Papa Shango | |
170 | I Walk Alone | Batista 2014 | |
169 | Turbo Charged | Sting '91 | |
168 | Sting Theme | Sting '99 | |
167 | Rockhouse | Scott Hall (nWo)8 | |
166 | Diesel Blues | Diesel | |
165 | Trust Me | Jake "The Snake" Roberts '91 | |
164 | Medal (Revisited) | Kurt Angle '06 | |
163 | Sexy Boy | Shawn Michaels '05 | |
162 | Also Sprach Zarathustra | Ric Flair '88 | |
161 | Invasion | Goldberg | |
160 | My Time | Triple H '01 | |
159 | Metalingus | Edge | |
158 | Funeral Match | Undertaker '91 | |
157 | Rockhouse | Kevin Nash (nWo) | |
156 | Bad Boy | Razor Ramon | |
155 | Opening Ceremony | Ricky "The Dragon" Steamboat '87 | |
154 | X-Pac Theme (Make Some Noise) | X-Pac8 | |
153 | X-Pac Theme (Make Some Noise) | X-Pac8 | |
152 | Unstable | Ultimate Warrior | |
151 | Hard Times | Big Boss Man | |
150 | Haircut | Brutus Beefcake | |
149 | Pomp and Circumstance | Macho Man Randy Savage | |
148 | You're Gonna Pay | Undertaker '02 | |
147 | Common Man Boogie | Dusty Rhodes | |
146 | Hitman | Jim "The Anvil" Neidhart | |
145 | Some Bodies Gonna Get It | Mark Henry | |
144 | Hitman | Bret "The Hitman" Hart | |
143 | Hot Rod | Rowdy Roddy Piper | |
142 | Gates of Kiev | Jerry Lawler | |
141 | Sexy Boy | Shawn Michaels '97 | |
140 | It's All About the Money | Ted DiBiase | |
139 | Also Sprach Zarathustra | Ric Flair | |
138 | Ave Satanus | André the Giant | |
137 | Viva La Raza | Eddie Guerrero | |
136 | No Chance In Hell | Mr. McMahon T | |
135 | Just Close Your Eyes | Christian | |
134 | Rap Sheet | Booker T | |
133 | Medal | Kurt Angle '01 | |
132 | Rest In Peace | Undertaker | |
131 | Hell Frozen Over | Stone Cold Steve Austin | |
130 | Electrifying | The Rock | |
123 | Making a Difference | Zelina Vega | |
122 | Like A Lady | Lacey Evans | |
121 | Square Up (Remix) | Sonya Deville | |
120 | Blood Wolf | Sarah Logan | |
50331648 | Bad Reputation | Ronda Rousey | |
118 | Golden Goddess | Mandy Rose | |
117 | Nah Nah | Liv Morgan | |
116 | We Riot | Ruby Riot | |
115 | Femme Fatale | Peyton Royce | |
114 | Femme Fatale | Billie Kay | |
113 | Free The Flame | Ember Moon | |
112 | 'Glasgow Cross | Nikki Cross | |
111 | Force of Greatness | Nia Jax0 | |
110 | Respectful | Dana Brooke | |
109 | Fabulous | Carmella '20 | |
108 | Turn It Up | Bayley '15 | |
107 | The Future | Asuka, | |
106 | Spiteful | Alexa Bliss '20 | |
105 | Sky's the Limit | Sasha Banks '15 | |
104 | Recognition | Charlotte Flair | |
103 | Celtic Invasion | Becky Lynch | |
102 | Ravishing | Lanat | |
101 | Amazing (Remix) | Naomi | |
100 | What You Think | Tamina | |
99 | Pa-Pa-Pa-Pa-Party | Alicia Fox8 | |
98 | Pourquoi? | Maryse | |
97 | New Foundation | Natalya | |
96 | Welcome to the Queendom | Stephanie McMahon | |
95 | Obsession | Mickie James | |
93 | Dale Gas | Humberto Carillo | |
92 | Win It All | Tony Nese | |
91 | Go Hard | Mustafa Ali '20 | |
90 | True Love | Mike Kanellis | |
89 | Lucha Lucha | Lince Dorado | |
88 | For The Better | Drew Gulak | |
87 | Magic Carpet Ride | Ariya Daivari | |
86 | Gentleman | Gentleman Jack Gallagher | |
85 | Weekend Rockstar | Noam Dar | |
84 | Lucha Lucha | Gran Metalik | |
83 | Won't Let Go | Cedric Alexander | |
82 | Strawberry Moon | Akira Tozawa | |
81 | Opposite Ends of The World | Buddy Murphy | |
80 | Man With a Plan | The Brian Kendrick | |
72 | One and Only | Ricochet | |
71 | Top ONE Percent | EC3 | |
70 | Sher (Lion) | Sunil Singh | |
69 | Sher (Lion) | Samir Singh | |
68 | Heavy | Tucker Knight | |
67 | Heavy | Otis Dozovic` | |
66 | Freak | Lars Sullivan | |
65 | Root of All Evil | Aleister Black | |
64 | Controlled Chaos | Eric Young | |
63 | Pain | Rezar | |
62 | Pain | Akam | |
61 | No Way | No Way Jose | |
60 | Making A Difference | Andrade "Cien" Almas | |
59 | Glorious Domination | Robert Roode | |
58 | Shadows of a Setting Sun | Shinsuke Nakamura | |
57 | Omen in the Sky | Karl Anderson | |
56 | Catch Your Breath - Demon (Long) | The Demon Finn Bálor | |
55 | Cruise Control | Apollo Crews | |
54 | Southern Proud | Scott Dawson | |
53 | Killer Instinct | Mojo Rawley | |
52 | Southern Proud | Dash Wilder | |
51 | Elite | Chad Gable` | |
50 | Phenomenal | AJ Styles | |
49 | I Am Stronger | Braun Strowman | |
48 | Ruby Riott | Elias | |
47 | #MMMGorgeous | Tyler Breeze | |
46 | Destroyer | Samoa Joe | |
45 | Fight | Kevin Owens | |
44 | Catch Your Breath | Finn Bálor | |
43 | I Bring the Darkness (End of Days) | Baron Corbin | |
42 | Lucha Lucha | Kalisto | |
41 | Worlds Apart | Sami Zayn | |
40 | Go,Go,Go | Bo Dallas | |
39 | Рев на лъвът‚ (Roar of the Lion) | Rusev | |
38 | New Day, New Way | Xavier Woods | |
37 | Brotherhood | Harper | |
36 | Sheepherder | Rowan | |
35 | Live in Fear | Bray Wyatt | |
34 | Go,Go,Go | Curtis Axel | |
33 | ChaChaLaLa | Fandango | |
32 | New Day, New Way | Big E | |
31 | Making Moves | Titus O'Neil | |
30 | The Second Coming - Burn It Down | Seth Rollins '17 | |
29 | The Truth Reigns | Roman Reigns | |
28 | Swiss Made / Hellfire | Cesarox | |
27 | Next Big Thing | Brock Lesnarp | |
26 | Faceless | Sin Cara | |
25 | More Than One Man | Heath Slater | |
24 | Done With That - Day One Remix | Jey Uso | |
23 | Done With That - Day One Remix | Jimmy Uso | |
22 | Flight of the Valkyries | Daniel Bryan | |
21 | Sher (Lion) | Jinder Mahal | |
20 | Swiss Made / Hellfire | Sheamus | |
19 | Gallantry (Defining Moment Remix) | Drew McIntyre | |
18 | Here To Show The World | Dolph Ziggler | |
17 | What's Up? | R-Truthl | |
16 | Face the Facts | Curt Hawkins | |
15 | Radio | Zack RyderH | |
14 | I Came To Play | The Miz | |
13 | Omen in the Sky | Luke Gallows | |
12 | Set It Off | Shelton Benjamin | |
11 | New Day, New Way | Kofi Kingston | |
10 | Voices | Randy Orton | |
9 | Here Comes the Money | Shane McMahon | |
8 | The Time Is Now | John Cena | |
7 | Dominance (Remix) | Bobby Lashley | |
6 | Crank It Up | Big Show | |
5 | Booyaka 619 | Rey Mysterio | |
4 | Loaded | Matt Hardy | |
3 | Loaded | Jeff Hardy | |
2 | Veil of Fire (Rise Up Remix) | Kane |
Prop IDs (PC)
PROP ID | PROP NAME |
0003 | Ringbell |
0004 | Dentable Black Chair With Blood |
0005 | Table |
0006 | Announcer Table |
0007 | Announcer Table Cover |
0011 | Ladder |
0012 | Commentator's Chair |
0013 | Cart |
0020 | Money In The Bank Briefcase |
0021 | Baseball Bat |
0032 | Silver Stair |
0033 | Silver Upper Stair |
0034 | Silver Bottom Stair |
0046 | Safety Cone |
0047 | Pedestrian's Signl |
0048 | Rocking Chair |
0049 | Vending Machine |
0050 | Shock Soda Machine |
0059 | Plastic Bottle |
0070 | Laptop |
0072 | Knuckleduster/Brass Knuckles |
0075 | Desk Light |
0088 | Shinai/Kendo Stick |
0094 | Contract |
0102 | Sledgehammer |
0112 | Interview Monitor |
0114 | Cardboard Box |
0115 | Distribution Board |
0135 | Ambulance |
0141 | WWE Microphone |
0142 | WWE Microphone |
0143 | NXT UK Mic |
0150 | Audi (Car) |
0151 | 2x4 |
0152 | Dentable Gray Chair With Blood |
0158 | Tag Rope |
0159 | WWE Microphone |
0161 | Ladder (12') |
0162 | Equipment Box |
0166 | BG Tv |
0167 | Trash Can |
0168 | Distribution Board |
0170 | Table |
0193 | HIAC Top Cellframe |
0194, 0195, 0196, 0197 | HIAC Top Separated Meshes |
0199 | HIAC Door Frame |
0200, 0201, 0202, 0203 | HIAC Break Fence 0 |
0300 | Alpha Emissive |
0308 | Shader Ball |
0309 | Mirrror Plane |
0310 | Floor Plane |
0312 | Char Standing |
0317 | Belt |
1030 | Collision 4m |
2064 | Real Size Steel Cage |
2065 | Hell In The Cell |
2066 | Hell In The Cell Classic |
2067 | Hell In The Cell Rust |
2071 | Undertaker's Hat |
2141 | Stretcher |
2155 | Urn |
2403 | JBL's Hat |
2470 | Cellphone |
2500 | JBL's Limo |
2501 | Eddie Guerrero's Low Rider |
2502 | Eddie Guerrero's Low Rider (Static) |
2503 | Eddie Guerrero's BS Collision |
2511 | Elimination Chamber |
2528 | Headset Mic |
2529 | Headset |
2537 | Headset |
2538 | Headset |
2540 | Chuck Bike |
2550 | Snake |
2551 | Snake Bag |
2559 | Short Lead Pipe |
2560 | Money In The Bank Hook And Line |
2590 | John Cena's Dog Tag with Chain |
2591 | Fandango Entrance Object |
2592 | Fandango Entrance Object (Flame) |
2648 | United States (US) Flag |
2666 | Scepter |
2667 | KC Scepter |
2671 | Bossman Night Stick |
2674 | Drew McInytre's Sword (Angela) |
2675 | Apollo Crew's Scepter |
2702 | MOB Microphone |
2703 | MOB Table |
2704 | MOB Chair |
2705 | MOB Mug |
2706 | MOB Flowers |
2708 | Slammy Award |
2709 | KK Hourglass |
2710 | Miss WWE Crown |
2711 | Cameron's Hat |
2712 | Shotzi's Helmet |
2713 | SB Mouthguard |
2714 | KC Crown |
2715 | Io Shirai's Hood |
2716 | Rey Mysterio Jr's Mask |
2717 | Table CS |
2718 | Machine Gun Kelly's Guitar |
2719 | AJ Styles' Hood |
2720 | Walter/Gunther's Jacket |
2721 | EM's Hood |
2722 | CA Curtain |
2723 | Mago's Mask |
2725 | Kushida's Glasses |
2726 | Bianca Belair's Glasses |
2726 | Boogeyman's Staff |
2728 | Boogeyman's Clock |
2729 | Xia Li's Horn Knives |
2730 | AR Crown |
2731 | Boogeyman's Worms |
2732 | Xia Li's Hat |
2733 | LP Glasses |
2751 | A Bunch Of Money (Out) |
2752 | A Bunch Of Money (In) |
2754 | Goldberg Backstage Sign |
2812 | John Cena's Cap (Black/Green) |
2816 | Bray Wyatt's Lantern |
2819 | Pom Pom's |
2823 | The Rock's Elbow Pad |
2830 | Erick Rowan's Sheep Mask |
2837 | Nikki Bella Cap |
2845 | Duffle Bag |
4003 | Torch |
4023 | Femur Bone |
4029 | Baseball Bat |
4038 | Nightstick |
4039 | KC Scepter |
4040 | Maniquinn Arm |
4104 | Plush Sword |
4112 | Kendo Stick |
4113 | Shovel |
4114 | Hockey Stick |
4322 | Stop Sign |
4400 | Announcer Table 2K19 |
4401 | Announcer Table Cover 2K19 |
4402 | Announcer Table Monitor 2K19 |
4403 | Announcer Table Classic |
4404 | Announcer Table Cover Classic |
4405 | Announcer Table Monitor Classic |
4406 | Massage Table |
4407 | Announcer Table 2K22 |
4408 | Announcer Table Cover 2K22 |
4409 | Announcer Table Monitor 2K22 |
6005 | WWE Microphone |
6006 | WWE Microphone |
6009 | DX Pyro Cannons |
6010 | John Cena's Towel |
6011 | Fire Stick |
6014 | Tyler Breeze Selfie Stick and Phone |
6015 | Film Clap Board |
6016 | Big E's Towel |
6029 | Survivor Series Gate Entrance |
6030 | Summerslam 98 Stone Cold Steve Austin Glass Wall |
6031 | Terminator 2 (T2) Bike |
6034 | Headset |
6035 | Headset |
6041 | Alundra Blayze's Pyro |
6043 | Mr Perfect's Towel |
6044 | Mr Perfect's Gum |
6045 | John Cena's Towel |
6046 | Turnbuckle Collision |
6048 | Samoa Joe Towel |
6049 | Barricade Collision |
6050 | Kane's Ring Pyro |
6051 | Green Magic Stone |
6055 | Chad Gable's Towel |
6056 | Wacky Waving Inflatable Arm Flailing Tube Men(Tall) |
6057 | Wacky Waving Inflatable Arm Flailing Tube Men(Low) |
6058 | Audience Seat Area |
6061 | Sasha Banks' Glasses |
6062 | Asuka's Mask |
6065 | Braun Strowman's Mask |
6068 | Xavier Woods' Trombone |
6070 | Goldberg's Pyro Cannons |
6072 | Chainsaw |
6073 | Chainsaw Blade |
6074 | Chainsaw Blade Rotation |
6078 | Skull |
6079 | Voodoo Stick |
6080 | Brutus Beefcake's Clippers |
6081 | Rope and Cowbell |
6082 | The Model's Rick Martel's Sprayer |
6083 | Cane |
6086 | Skull Multiply |
6090 | BO-Lieve In Bo Placard |
6091 | Holder |
6093 | Turntable |
6094 | Upland |
6095 | Vader's Mask |
6097 | Peyton Royce's Flower |
6098 | Curt Hawkin's Pole |
6300 | Razor Ramon's Toothpick |
6302 | Dusty Rhodes' Tag Team Classic Trophy |
6303 | Sami Zayn's Hat |
6304 | Naomi's Glasse's |
6307 | Police Clipboard |
6312 | Elimination Chamber 2017 |
6313 | The Miz's Microphone |
6314 | The Undertaker's Microphone |
6318 | Nikki Bella's Breakable Shirt |
6320 | Shader Ball (Test Shader) |
6327 | Mini Tampoline |
6331 | Apron Collision |
6332 | SS Colision |
6333 | Elias' Guitar |
6338 | Aleister Black's Lift Device |
6339 | Red Money In The Bank Case |
6340 | Blue Money In The Bank Case |
6341 | White Money In The Bank Case |
6342 | Montez's Cup |
6344 | Dana Brook's Clipboard |
6345 | Kairi's Ship Wheel |
6346 | Bludgeon Brother's Hammer |
6349 | Metal Support Scaffold Truss |
6350 | Ice Pack |
6354 | Attack Range (Moveset) |
6361 | Miz TV's Set |
6362 | Stool |
6369 | Cereal Box |
6371 | Tray Of Pancakes |
6374 | Audi Sports Car |
6384 | John Cena's Towel |
6385 | John Cena's Towel |
6387 | The Undertaker's Jacket |
6389 | CA Briefcase |
6391 | Pancake |
6396 | Attacker's Mask (Red Mask) |
6409 | Sedan (Car) |
6410 | Shaynea Beszlar's Towel |
6411 | Tyler Bate's Towel |
6416 | Viking Raiders Ivar's Helmet |
6418 | Van Collision Rust |
6422 | Lacey Evans Skirt |
6423 | Viking Raiders Erik's Helmet |
6424 | Trent's Towel |
6427 | Mr. Socko |
6429 | Sasha Banks' Legit Ring |
6431 | Sasha Banks' Boss Ring |
6432 | Sasha Banks' MB Glasses |
9002 | Foldable Fan |
9003 | Treasure Chest |
9004 | Gran Metalik's Pinata |
9005 | Kalisto's Pinata |
9006 | Lince Dorado's Pinata |
9007 | Noise Maker |
9008 | Io Shirai's Mask |
9009 | Jerry Lawler's Crown |
9010 | Flip Flops |
9011 | Spray Can |
9012 | Toni Storm's Glasses |
9016 | Steam Punk Pipe |
9038 | WL Hot Rod |
9050 | Handcuffs |
9053 | Gym Bag |
9055 | American Flag |
9063 | Franken Table |
9087 | Script |
9098 | Folded Paper |
9105 | Director's Chair |
9108 | Pyro Cannon |
9110 | List 2029 |
9111 | List 2023 |
9119 | Suitcase |
9121 | Candle Wall |
9125 | Boas |
9134 | Disco Ball |
9152 | Charlotte's Flair's Robe |
9153 | Hulk Hogan's Shirt |
9157 | Old Phone |
9163 | Microphone |
9165 | NXT Microphone |
9167 | Black Pen |
9171 | The Fiend's Lantern |
9172 | Business Case |
9179 | Sword Stand |
9188 | Tall Barstool |
9194 | Cardboard Boxes |
9209 | Laptop 01A |
9210 | Tablet 10B |
9223 | Wacky Tube Men Tall |
9224 | Wacky Tube Men Low |
9225 | Target Indicator |
9226 | Mercy |
9227 | Abby |
9228 | Shotzi's Tank |
9229 | Generic Trophy |
9231 | Apron |
9232 | Belt Stand |
9233 | WCW Nitro Logo |
9234 | Balloon Arch |
9235 | Balloon Pillar |
9236 | Chicken Mask |
9237 | Handrail A |
9238 | Handrail B |
9239 | Handrail C |
9245 | King of the Ring Crown |
9247 | Cellphone Cracked |
9248 | Garage Door |
9249 | Trash Can |
9250 | Light Stand |
9251 | Production Light |
9252 | Electrical Bin |
9253 | Trash Can with Wheels |
9254 | Trash Bin |
9255 | Promo Logo |
9256 | Trash Bag |
9257 | Glass Breakable |
9259 | Box A |
9260 | Box B |
9261 | Box C |
9263 | Tablet 01C |
9264 | Belt on Stand |
9265 | Wet Floor Sign |
Tag Team Titantron IDs (PC)
Folder path
Movies/titantron
MOVIE ID | CAK FILE | NAME |
tag_0001_0_0_3 | bakedfile07 | The New Day |
tag_0001_0_0_4 | bakedfile07 | The New Day (Hidden) |
tag_0002_0_0_3 | bakedfile07 | The Usos |
tag_0003_0_0_2 | bakedfile07 | The Revival (Hidden) |
tag_0004_0_0_3 | bakedfile07 | Lucha House Party |
tag_0006_0_0_3 | bakedfile07 | Breezango (Duplicate) |
tag_0007_0_0_3 | bakedfile07 | Breezango |
tag_0008_0_0_3 | bakedfile07 | Riott Squad (Hidden) |
tag_0009_0_0_2 | bakedfile07 | Kevin Owens & Sami Zayn (Hidden) |
tag_0010_0_0_2 | bakedfile07 | Authors of Pain (Hidden) |
tag_0011_0_0_2 | bakedfile07 | The Bar (Hidden) |
tag_0012_0_0_2 | bakedfile07 | Gallows & Anderson (Hidden) |
tag_0012_0_2_2 | bakedfile07 | D-Generation X (Hidden) |
tag_0013_0_0_2 | bakedfile07 | The Bludgeon Brothers (Hidden) |
tag_0014_0_0_2 | bakedfile07 | Gallows & Anderson (Hidden) |
tag_0015_0_0_2 | bakedfile07 | Major Players (Hidden) |
tag_0016_0_0_2 | bakedfile07 | nWo (Hidden) |
tag_0017_0_0_2 | bakedfile07 | The Usos (Hidden) |
tag_0018_0_0_3 | bakedfile07 | The IIconics |
tag_0019_0_0_3 | bakedfile07 | The Street Profits |
tag_0020_0_0_2 | bakedfile07 | Heavy Machinery (Hidden) |
tag_0021_0_0_2 | bakedfile07 | The Rock 'n' Sock Connection (Hidden) |
tag_0022_0_0_2 | bakedfile07 | The B Team (Hidden) |
tag_0024_0_0_3 | bakedfile07 | Moustache Mountain |
tag_0026_0_0_2 | bakedfile07 | TM61 (Hidden) |
tag_0028_0_0_2 | bakedfile07 | The Fabulous Freebirds (Hidden) |
tag_0029_0_0_3 | bakedfile07 | The Outsiders |
tag_0030_0_0_2 | bakedfile07 | The Von Erichs (Hidden) |
tag_0031_0_0_2 | bakedfile07 | The Hardy Boyz (Hidden) |
tag_0032_0_0_2 | bakedfile07 | Rock 'n' Roll Express (Hidden) |
tag_0033_0_0_2 | bakedfile07 | The Shield (Hidden) |
tag_0035_0_0_2 | bakedfile07 | Rock 'n' Roll-Ups (Hidden) |
tag_0036_0_0_2 | bakedfile07 | Perth Preppies (Hidden) |
tag_0042_0_0_2 | bakedfile07 | Dolph Ziggler & Drew McIntyre (Hidden) |
tag_0043_0_0_2 | bakedfile07 | The Kanellis (Hidden) |
tag_0045_0_0_3 | bakedfile07 | Undisputed Era (Hidden) |
tag_0046_0_0_3 | bakedfile07 | Heavy Machinery |
tag_0047_0_0_3 | bakedfile07 | The Viking Raiders |
tag_0048_0_0_3 | bakedfile07 | The Way |
tag_0049_0_0_3 | bakedfile07 | Legado Del Fantasma |
tag_0050_0_0_3 | bakedfile07 | The APA (Hidden) |
tag_0051_0_0_3 | bakedfile07 | The Dirty Dawgs |
tag_0052_0_0_3 | bakedfile07 | Moustache Mountain (Duplicate) |
tag_0053_0_0_3 | bakedfile07 | Retribution |
tag_0054_0_0_3 | bakedfile07 | nWo |
tag_0055_0_0_3 | bakedfile07 | Imperium |
tag_0056_0_0_3 | bakedfile07 | The Hurt Business |
tag_0058_0_0_3 | bakedfile07 | Oney Lorcan & Danny Burch |
tag_0059_0_0_3 | bakedfile07 | Nation of Domination (Hidden) |
tag_0060_0_0_3 | bakedfile07 | The Hart Foundation |
tag_0062_0_0_3 | bakedfile07 | The Way (Candice & Indi) |
tag_0064_0_0_3 | bakedfile07 | Alpha Academy |
tag_0928_0_0_3 | bakedfile07 | Legado Del Fantasma (Duplicate) |
tag_0929_0_0_3 | bakedfile07 | Legado Del Fantasma (Duplicate) |
tag_0930_0_0_3 | bakedfile07 | Legado Del Fantasma (Duplicate) |
tag_1013_0_0_1 | bakedfile07 | The Bludgeon Brothers (Hidden) |
Tag Team Gfx IDs (PC)
Folder path
Movies/SS
FOLDER ID | CAK FILE | NAME |
1001_New_Day_2022 |
bakedfile05 | The New Day |
1002_Uso_2022 |
bakedfile05 | The Usos |
1004_Lucha_House_Party_2022 |
bakedfile05 | Lucha House Party |
1007_Breezango_2022 |
bakedfile05 | Breezango |
1008_Riott_Squad_2022 |
bakedfile05 | Riott Squad (Hidden) |
1018_Iconics_2022 |
bakedfile05 | The IIconics |
1019_Street_Profits_2022 |
bakedfile05 | The Street Profits |
1024_Moustache_Mountain_2022 |
bakedfile05 | Moustache Mountain |
1029_The_Outsiders_2022 |
bakedfile05 | The Outsiders |
1045_Undisputed_Era_2022 |
bakedfile05 | Undisputed Era (Hidden) |
1046_Heavy_Machinery_2022 |
bakedfile05 | Heavy Machinery |
1047_Viking_Raiders_2022 |
bakedfile05 | The Viking Raiders |
1048_The_Way_2022 |
bakedfile05 | The Way |
1049_Legado_Del_Fantasma_2022 |
bakedfile05 | Legado Del Fantasma |
1050_APA_2022 |
bakedfile05 | The APA (Hidden) |
1051_Dirty_Dawgs_2022 |
bakedfile05 | The Dirty Dawgs |
1052_D_Generation_X_2022 |
bakedfile05 | D-Generation X (Hidden) |
1053_RETRIBUTION_2022 |
bakedfile05 | Retribution |
1054_NWO_2022 |
bakedfile05 | nWo |
1055_Imperium_2022 |
bakedfile05 | Imperium |
1056_Hurt_Business_2022 |
bakedfile05 | The Hurt Business |
1057_Brooke_Rose_2022 |
bakedfile05 | Dana Brooke & Mandy Rose (Hidden) |
1058_Brit-Am_Brawlers_2022 |
bakedfile05 | Oney Lorcan & Danny Burch |
1059_Nation_of_Domination_2022 |
bakedfile05 | Nation of Domination (Hidden) |
1060_Heart_Foundation_2022 |
bakedfile05 | The Hart Foundation |
1062_Candice_and_Indi_TheWay_2022 |
bakedfile05 | The Way (Candice & Indi) |
1064_Alpha_Academy_2022 |
bakedfile05 | Alpha Academy |
Titantron IDs
MOVIE ID | CAK # |
TRON NAME |
ent_0100_0_0_3 | bakedfile06 | The Rock |
ent_0101_0_0_3 | bakedfile06 | Stone Cold |
ent_0102_0_0_3 | bakedfile06 | Triple H |
ent_0103_0_0_3 | bakedfile06 | Undertaker |
ent_0107_0_0_3 | bakedfile06 | Kane |
ent_0108_0_0_3 | bakedfile06 | Booker T |
ent_0109_0_0_3 | bakedfile06 | Hulk Hogan |
ent_0112_0_0_3 | bakedfile06 | Jeff Hardy |
ent_0114_0_0_3 | bakedfile06 | JBL |
ent_0115_0_0_3 | bakedfile06 | Mr. McMahon |
ent_0116_0_0_2 | bakedfile06 | Rob Van Dam (Hidden) |
ent_116_0_0_3 | bakedfile07 | Rob Van Dam |
ent_0118_0_0_3 | bakedfile06 | Eddie Guerrero |
ent_0119_0_0_3 | bakedfile06 | Andre The Giant |
ent_0123_0_0_3 | bakedfile00 | Rey Mysterio |
ent_0126_0_0_3 | bakedfile06 | Trish Stratus |
ent_0130_0_0_3 | bakedfile06 | Ric Flair |
ent_0133_0_0_3 | bakedfile06 | Bobby Lashley |
ent_0136_0_0_3 | bakedfile06 | Ted DiBiase |
ent_0139_0_0_3 | bakedfile06 | John Cena |
ent_0143_0_0_3 | bakedfile06 | Mickie James |
ent_0147_0_0_3 | bakedfile06 | Stephanie McMahon |
ent_0150_0_0_3 | bakedfile06 | Congrats Bayley (MyRise) |
ent_0152_0_0_3 | bakedfile06 | Shane McMahon |
ent_0153_0_0_3 | bakedfile06 |
Jerry Lawler |
ent_0159_0_0_3 | bakedfile06 | Roddy Piper |
ent_0161_0_0_3 | bakedfile06 | Randy Orton |
ent_0176_0_0_3 | bakedfile06 |
Kofi Kingston (Hidden) |
ent_0177_0_0_3 | bakedfile06 | Bret Hart |
ent_0180_0_0_3 | bakedfile06 | Jim Neidhart |
ent_0190_0_0_3 | bakedfile06 |
Shelton Benjamin |
ent_0192_0_0_3 | bakedfile06 |
Moveset Man (Hidden) |
ent_0207_0_0_3 | bakedfile06 |
The Brian Kendrick |
ent_0210_0_0_2 | bakedfile06 |
Undertaker '02 (Big Evil) |
ent_0212_0_0_3 | bakedfile06 | British Bulldog |
ent_0218_0_0_3 | bakedfile06 | The Miz |
ent_0224_0_0_3 | bakedfile06 | Beth Phoenix |
ent_0232_0_0_3 | bakedfile06 | Randy Savage |
ent_0238_0_0_3 | bakedfile06 | Big Boss Man |
ent_0245_0_0_3 | bakedfile06 | Cactus Jack |
ent_0246_0_0_3 | bakedfile06 | Mankind (Hidden) |
ent_0247_0_0_3 | bakedfile06 | Dude Love (Hidden) |
ent_0254_0_0_3 | bakedfile06 | Ultimate Warrior |
ent_0272_0_0_3 | bakedfile06 | R-Truth |
ent_0275_0_0_3 | bakedfile06 | Dolph Ziggler |
ent_0278_0_0_3 | bakedfile06 | Drew McIntyre |
ent_0279_0_0_3 | bakedfile06 | Sheamus |
ent_0290_0_0_3 | bakedfile06 | Natalya |
ent_0291_0_0_3 | bakedfile06 | Maryse |
ent_0299_0_0_3 | bakedfile06 | Tamina |
ent_0312_0_0_3 | bakedfile06 | Road Dogg |
ent_0314_0_0_3 | bakedfile06 | X-Pac |
ent_0316_0_0_3 | bakedfile06 | The Godfather (Hidden) |
ent_0318_0_0_3 | bakedfile06 | Jinder Mahal |
ent_0332_0_0_3 | bakedfile06 |
Jimmy Uso (Hidden) |
ent_0333_0_0_3 | bakedfile06 | Jey Uso (Hidden) |
ent_0334_0_0_3 | bakedfile06 | Razor Ramon |
ent_0335_0_0_3 | bakedfile06 | Kevin Nash |
ent_0337_0_0_3 | bakedfile06 | Vader |
ent_0343_0_0_3 | bakedfile06 | Brock Lesnar |
ent_0344_0_0_2 | bakedfile06 | The Rock '99 (Hidden) |
ent_0344_0_3_2 | bakedfile06 | The Rock '99 (Hidden) |
ent_0346_0_0_3 | bakedfile06 | Undertaker '95 (Phantom Mask) |
ent_0349_0_0_3 | bakedfile06 | Edge |
ent_0355_0_0_3 | bakedfile06 | Naomi |
ent_0358_0_0_2 | bakedfile06 | Triple H '98 (Hidden) |
ent_0358_0_1_2 | bakedfile06 | Triple H '98 (Hidden) |
ent_0359_0_0_3 | bakedfile06 | Cesaro |
ent_0361_0_0_3 | bakedfile06 | Goldberg |
ent_0364_0_0_3 | bakedfile06 | Ric Flair '88 |
ent_0365_0_0_3 | bakedfile06 | Shawn Michaels '05 |
ent_0368_0_0_3 | bakedfile00 | Roman Reigns |
ent_0369_0_0_3 | bakedfile06 | Seth Rollins '19 (Hidden) |
ent_0371_0_0_3 | bakedfile06 | Titus O'Neil |
ent_0384_0_0_3 | bakedfile00 | Big E |
ent_0385_0_0_2 | bakedfile06 | Fandango (Hidden) |
ent_0392_0_0_3 | bakedfile06 | Jake Roberts |
ent_0395_0_0_3 | bakedfile06 | Diesel |
ent_0396_0_0_3 | bakedfile06 | Scott Hall |
ent_0411_0_0_3 | bakedfile06 | Batista |
ent_0420_0_0_3 | bakedfile06 | Xavier Woods (Hidden) |
ent_0429_0_0_3 | bakedfile06 | Sami Zayn |
ent_0430_0_0_3 | bakedfile06 | Lana |
ent_0445_0_0_3 | bakedfile06 | El Mago (MyRise) |
ent_0446_0_0_2 | bakedfile06 | El Ordinario (MyRise) |
ent_0447_0_0_3 | bakedfile06 | Hector Flores (MyRise) |
ent_0448_0_0_1 | bakedfile06 | La Cangrejita Loca (MyRise) |
ent_0450_0_0_3 | bakedfile06 | Mr. CQ (MyRise) |
ent_0451_0_0_2 | bakedfile06 | Geneva Rose (MyRise) |
ent_0452_0_0_2 | bakedfile06 | Odyssey Rift (MyRise) |
ent_0453_0_0_3 | bakedfile06 | Paragon Jay Pierce (MyRise) |
ent_0454_0_0_3 | bakedfile06 | Fanny (MyRise) |
ent_0458_0_0_3 | bakedfile06 | King Booker |
ent_0459_0_0_2 | bakedfile06 | Syxx |
ent_0513_0_0_2 | bakedfile06 | Sting (Hidden) |
ent_0514_0_0_3 | bakedfile06 | Kalisto (Hidden) |
ent_0552_0_0_3 | bakedfile06 | Kayla Braxton (Hidden) |
ent_0557_0_0_2 | bakedfile06 | The Unfrozen Cavewoman (Hidden) |
ent_0562_0_0_3 | bakedfile06 | Rikishi |
ent_0573_0_0_3 | bakedfile06 | King Corbin |
ent_0576_0_0_3 | bakedfile06 | Finn Balor |
ent_0578_0_0_1_300 | bakedfile06 | Kevin Owens KO Show (Hidden) |
ent_0578_0_0_3 | bakedfile06 | Kevin Owens |
ent_0579_0_0_3 | bakedfile06 | Samoa Joe |
ent_0581_0_0_3 | bakedfile06 | Tyler Breeze |
ent_0607_0_0_3 | bakedfile06 | Murphy |
ent_0608_0_0_3 | bakedfile06 | Elias |
ent_0609_0_0_3 | bakedfile06 | Braun Strowman |
ent_0610_0_0_3 | bakedfile06 | AJ Styles |
ent_0611_0_0_3 | bakedfile06 | Becky Lynch |
ent_0612_0_0_3 | bakedfile06 | Charlotte Flair |
ent_0613_0_0_3 | bakedfile00 | Sasha Banks |
ent_0614_0_0_3 | bakedfile06 | Chad Gable |
ent_0620_0_0_3 | bakedfile00 | Alexa Bliss '21 |
ent_0621_0_0_3 | bakedfile06 | Asuka |
ent_0622_0_0_3 | bakedfile06 | Bayley |
ent_0623_0_0_3 | bakedfile06 | Carmella |
ent_0624_0_0_3 | bakedfile06 | Dana Brooke |
ent_0625_0_0_3 | bakedfile06 | Apollo Crews |
ent_0626_0_0_3 | bakedfile06 | "Demon" Finn Balor |
ent_0629_0_0_3 | bakedfile06 | Nia Jax |
ent_0630_0_0_3 | bakedfile06 | Shinsuke Nakamura |
ent_0673_0_0_3 | bakedfile06 | Papa Shango |
ent_0684_0_0_3 | bakedfile06 | Asuka (Mask Intro) |
ent_0686_0_0_3 | bakedfile06 | Robert Roode |
ent_0689_0_0_3 | bakedfile06 | Roderick Strong |
ent_0691_0_0_3 | bakedfile06 | Johnny Gargano |
ent_0692_0_0_3 | bakedfile06 | Tommaso Ciampa |
ent_0694_0_0_2 | bakedfile06 | Shane Thorne (Hidden) |
ent_0698_0_0_3 | bakedfile06 | Nikki Cross |
ent_0702_0_0_3 | bakedfile06 | Ember Moon |
ent_0703_0_0_3 | bakedfile06 | Billie Kay |
ent_0704_0_0_3 | bakedfile06 | Peyton Royce |
ent_0707_0_0_3 | bakedfile06 | Akira Tozawa |
ent_0708_0_0_3 | bakedfile06 | Cedric Alexander |
ent_0709_0_0_3 | bakedfile06 | Gran Metalik (Hidden) |
ent_0728_0_0_3 | bakedfile06 | Ariya Daivari |
ent_0729_0_0_3 | bakedfile06 | Drew Gulak |
ent_0730_0_0_3 | bakedfile06 | Lince Dorado (Hidden) |
ent_0732_0_0_3 | bakedfile06 | Mustafa Ali |
ent_0734_0_0_3 | bakedfile06 | Liv Morgan |
ent_0735_0_0_3 | bakedfile06 | Mandy Rose |
ent_0736_0_0_3 | bakedfile06 | Ronda Rousey |
ent_0738_0_0_3 | bakedfile06 | Sonya Deville |
ent_0740_0_0_3 | bakedfile06 | Angelo Dawkins (Hidden) |
ent_0742_0_0_3 | bakedfile06 | Kyle O'Reilly |
ent_0744_0_0_3 | bakedfile06 | Montez Ford (Hidden) |
ent_0745_0_0_3 | bakedfile06 | Oney Lorcan |
ent_0746_0_0_3 | bakedfile06 | Otis |
ent_0747_0_0_3 | bakedfile06 | Pete Dunne |
ent_0750_0_0_3 | bakedfile06 | Tucker |
ent_0751_0_0_3 | bakedfile06 | Tyler Bate |
ent_0753_0_0_3 | bakedfile06 | Bianca Belair |
ent_0755_0_0_3 | bakedfile06 | Lacey Evans |
ent_0756_0_0_3 | bakedfile00 | Shayna Baszler |
ent_0763_0_0_3 | bakedfile06 | Cole Quinn (MyRise) |
ent_0776_0_0_3 | bakedfile06 | Golden Sun [Seth Rollins '20 Intro] (Hidden) |
ent_0777_0_0_3 | bakedfile06 | Lights Out [Seth Rollins '20 Intro] (Hidden) |
ent_0778_0_0_3 | bakedfile06 | SuprStrLvr (Hidden) |
ent_0781_0_0_3 | bakedfile06 | XL Moon Rise [Xia Li Intro] (Hidden) |
ent_0782_0_0_3 | bakedfile06 | Sun Rise [Sarray Intro] (Hidden) |
ent_0801_0_0_3 | bakedfile06 | Ivar (Hidden) |
ent_0802_0_0_3 | bakedfile06 | Erik (Hidden) |
ent_0803_0_0_3 | bakedfile06 | Candice LeRae |
ent_0804_0_0_3 | bakedfile06 | Dakota Kai |
ent_0806_0_0_3 | bakedfile06 | Ricochet |
ent_0807_0_0_3 | bakedfile06 | Humberto Carillo |
ent_0810_0_0_3 | bakedfile06 | Keith Lee |
ent_0812_0_0_3 | bakedfile06 | Riddle |
ent_0813_0_0_3 | bakedfile06 | Trent Seven |
ent_0814_0_0_3 | bakedfile06 | Io Shirai |
ent_0815_0_0_3 | bakedfile06 | Mia Yim |
ent_0816_0_0_3 | bakedfile00 | Rhea Ripley |
ent_0817_0_0_3 | bakedfile06 | Toni Storm |
ent_0819_0_0_3 | bakedfile06 | El Mago Jr. (MyRise) |
ent_0822_0_0_3 | bakedfile06 | Reilly Flash (Hidden) |
ent_0823_0_0_3 | bakedfile06 | Chase (MyRise) |
ent_0829_0_0_3 | bakedfile06 | Brooklyn Von Braun (MyRise) |
ent_0832_0_0_3 | bakedfile06 | Josie Jane (MyRise) |
ent_0839_0_0_3 | bakedfile06 | Chyna |
ent_0851_0_0_3 | bakedfile06 | Bret Hart (Hidden) |
ent_0852_0_0_1 | bakedfile06 | Seth Rollins |
ent_0854_0_0_3 | bakedfile06 | Happy Corbin |
ent_0855_0_0_3 | bakedfile06 | Nikki A.S.H. |
ent_0856_0_0_3 | bakedfile06 | Seth Rollins '20 |
ent_0857_0_0_3 | bakedfile06 | King Nakamura |
ent_0858_0_0_3 | bakedfile06 | Rey Mysterio Jr. '96 (Hidden) |
ent_0909_0_0_3 | bakedfile06 | Angel Garza |
ent_0910_0_0_3 | bakedfile06 | John Morrison |
ent_0911_0_0_3 | bakedfile06 | WALTER |
ent_0912_0_0_3 | bakedfile06 | Marcel Barthel |
ent_0913_0_0_3 | bakedfile06 | Fabian Aichner |
ent_0914_0_0_3 | bakedfile06 | Alexander Wolfe |
ent_0915_0_0_3 | bakedfile06 | MVP |
ent_0916_0_0_3 | bakedfile06 | Isiah "Swerve" Scott |
ent_0917_0_0_3 | bakedfile06 | Austin Theory |
ent_0918_0_0_3 | bakedfile06 | Dominik Dijakovic |
ent_0919_0_0_3 | bakedfile06 | Shotzi |
ent_0920_0_0_3 | bakedfile06 | Tegan Nox |
ent_0921_0_0_3 | bakedfile06 | Cameron Grimes |
ent_0922_0_0_3 | bakedfile00 | Damian Priest |
ent_0923_0_0_3 | bakedfile06 | Dominik Mysterio |
ent_0924_0_0_3 | bakedfile06 | Karrion Kross |
ent_0925_0_0_3 | bakedfile06 | Scarlett (Hidden) |
ent_0926_0_0_3 | bakedfile06 | Kushida |
ent_0927_0_0_3 | bakedfile06 | Raquel Gonzalez |
ent_0928_0_0_3 | bakedfile06 | Santos Escobar |
ent_0929_0_0_3 | bakedfile06 | Joaquin Wilde |
ent_0930_0_0_3 | bakedfile06 | Raul Mendoza |
ent_0931_0_0_3 | bakedfile06 | Dexter Lumis |
ent_0932_0_0_3 | bakedfile06 | Danny Burch |
ent_0933_0_0_3 | bakedfile06 | Timothy Thatcher |
ent_0935_0_0_3 | bakedfile06 | T-BAR (Hidden) |
ent_0937_0_0_3 | bakedfile07 | Jordan Devlin |
ent_0938_0_0_3 | bakedfile07 | Kay Lee Ray |
ent_0939_0_0_2 | bakedfile07 | Eric Bischoff (Hidden) |
ent_0940_0_0_3 | bakedfile07 | William Regal |
ent_0941_0_0_3 | bakedfile07 | Farooq '01 (Hidden) |
ent_0942_0_0_3 | bakedfile07 | Kevin Nash (nWo) |
ent_0943_0_0_3 | bakedfile07 | Mansoor |
ent_0944_0_0_1 | bakedfile07 | Adam Pearce (Hidden) |
ent_0945_0_0_3 | bakedfile07 | Alexa Bliss |
ent_0947_0_0_3 | bakedfile07 | Cedric Alexander '18 (Hidden) |
ent_0948_0_0_3 | bakedfile07 | Mustafa Ali '18 (Hidden) |
ent_0949_0_0_3 | bakedfile07 | Shelton Benjamin (Hidden) |
ent_0950_0_0_3 | bakedfile07 | Dolph Ziggler '09 |
ent_0951_0_0_3 | bakedfile07 | Kane '08 |
ent_0952_0_0_3 | bakedfile07 | Rey Mysterio Jr. |
ent_0953_0_0_3 | bakedfile07 | Rey Mysterio '05 |
ent_0954_0_0_3 | bakedfile07 | Rey Mysterio '06 |
ent_0955_0_0_3 | bakedfile07 | Rey Mysterio '08 |
ent_0956_0_0_3 | bakedfile07 | Candice LeRae '19 (Hidden) |
ent_0957_0_0_3 | bakedfile07 | Eddie Guerrero '97 |
ent_0958_0_0_3 | bakedfile07 | Hollywood Hogan |
ent_0959_0_0_3 | bakedfile07 | Johnny Gargano '18 (Hidden) |
ent_0960_0_0_3 | bakedfile07 | Logan Paul |
ent_0962_0_0_3 | bakedfile07 | Undertaker '98 (Ministry) |
ent_0963_0_0_3 | bakedfile07 | Scott Hall (nWo) |
ent_0964_0_0_3 | bakedfile07 | The Miz '11 |
ent_0966_0_0_3 | bakedfile07 | Yokozuna |
ent_0967_0_0_3 | bakedfile07 | Umaga |
ent_0968_0_0_3 | bakedfile07 | Rick Boogs |
ent_0969_0_0_3 | bakedfile07 | Doudrop |
ent_0970_0_0_3 | bakedfile07 | Boogeyman |
ent_0971_0_0_3 | bakedfile07 | Ilja Dragunov |
ent_0972_0_0_3 | bakedfile07 | Indi Hartwell |
ent_0973_0_0_3 | bakedfile07 | The Hurricane |
ent_0974_0_0_3 | bakedfile07 | Stacy Keibler |
ent_0975_0_0_3 | bakedfile07 | Omos |
ent_0976_0_0_3 | bakedfile07 | Wes Lee |
ent_0977_0_0_3 | bakedfile07 | Nash Carter (Hidden) |
ent_0978_0_0_3 | bakedfile07 | Doink The Clown |
ent_0979_0_0_3 | bakedfile07 | Mr. T |
ent_0980_0_0_3 | bakedfile07 | Kacy Catanzaro |
ent_0981_0_0_3 | bakedfile07 | LA Knight |
ent_0982_0_0_3 | bakedfile07 | Xia Li |
ent_0984_0_0_3 | bakedfile07 | Commander Azeez |
ent_0985_0_0_3 | bakedfile07 | Sarray |
ent_0986_0_0_3 | bakedfile07 | A-Kid |
ent_0987_0_0_3 | bakedfile07 | Machine Gun Kelly |
ent_1049_0_0_3 | bakedfile07 | Legado Del Fantasma (Hidden) |
ent_10640_0_0_3 | bakedfile07 | Alexa Bliss '21 (Hidden) |
ent_1064_0_0_3 | bakedfile07 | Alpha Academy (Hidden) |
ent_019202_0_0_3 | bakedfile07 | Moveset 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 |
bakedfile07 | The Rock |
10100_STONE_COLD_STEVE_AUSTIN |
bakedfile07 | Stone Cold |
10200_TRIPLE_H |
bakedfile07 | Triple H |
10300_UNDERTAKER |
bakedfile07 | Undertaker |
10700_KANE |
bakedfile07 | Kane |
10800_KING_BOOKER |
bakedfile07 | Booker T |
10900_HULK_HOGAN |
bakedfile07 | Hulk Hogan |
11200_JEFF_HARDY |
bakedfile07 | Jeff Hardy |
11400_JOHN_BRADSHAW_LAYFIELD |
bakedfile07 | JBL |
11410_JBL |
bakedfile07 | JBL (Judgement Day '06) |
11500_VINCE_MCMAHON |
bakedfile07 | Mr. McMahon |
11600_ROB_VAN_DAM |
bakedfile07 | Rob Van Dam |
11800_EDDIE_GUERRERO |
bakedfile07 | Eddie Guerrero |
11810_EDDIE_GUERRERO |
bakedfile07 | Eddie Guerrero (WM 21) |
11900_ANDRE_THE_GIANT |
bakedfile07 | Andre The Giant |
12300_REY_MYSTERIO |
bakedfile00 | Rey Mysterio |
12310_REY_MYSTERIO |
bakedfile00 | Rey Mysterio (RAW April '19) |
12320_REY_MYSTERIO |
bakedfile00 | Rey Mysterio (RAW September '19) |
12330_REY_MYSTERIO |
bakedfile00 | Rey Mysterio (Payback '20) |
12600_TRISH_STRATUS | bakedfile07 | Trish Stratus |
13300_BOBBY_LASHLEY |
bakedfile07 | Bobby Lashley |
13600_TED_DIBIASE |
bakedfile07 | Ted DiBiase |
13900_JOHN_CENA |
bakedfile07 | John Cena |
14300_MICKIE_JAMES |
bakedfile07 | Mickie James |
14700_STEPHANIE_MCMAHON |
bakedfile07 | Stephanie McMahon |
15200_SHANE_MCMAHON |
bakedfile07 | Shane McMahon |
15210_SHANE_MCMAHON |
bakedfile07 | Shane McMahon (MyGM) |
15300_JERRY_LAWLER |
bakedfile07 |
Jerry Lawler |
15900_RODDY_PIPER |
bakedfile07 | Roddy Piper |
16100_RANDY_ORTON |
bakedfile07 | Randy Orton |
17600_KOFI_KINGSTON |
bakedfile07 |
Kofi Kingston |
17700_BRET_HART |
bakedfile07 | Bret Hart |
18000_JIM_NEIDHART |
bakedfile07 | Jim Neidhart |
19000_SHELTON_BENJAMIN |
bakedfile07 |
Shelton Benjamin |
20700_BRIAN_KENDRICK |
bakedfile07 |
The Brian Kendrick |
21000_UNDERTAKER_BIGEVIL |
bakedfile07 |
Undertaker '02 (Big Evil) |
21200_THE_BRITISH_BULLDOG |
bakedfile07 | British Bulldog |
21800_THE_MIZ |
bakedfile07 | The Miz |
22400_BETH_PHEONIX |
bakedfile07 | Beth Phoenix |
23200_RANDY_SAVAGE |
bakedfile07 | Randy Savage |
23800_BIG_BOSS_MAN |
bakedfile07 | Big Boss Man |
24500_CACTUS_JACK |
bakedfile07 | Cactus Jack |
24600_MANKIND | bakedfile07 | Mankind |
24900_BOBBY_HENNAN |
bakedfile07 | Bobby Heenan |
25400_ULTIMATE_W |
bakedfile07 | Ultimate Warrior |
27200_R_TRUTH |
bakedfile07 | R-Truth |
27500_DOLPH_ZIGGLER |
bakedfile07 | Dolph Ziggler |
27800_DREW_MCINTYRE |
bakedfile07 | Drew McIntyre |
27900_SHEAMUS |
bakedfile07 | Sheamus |
29000_NATALYA |
bakedfile07 | Natalya |
29100_MARYSE |
bakedfile07 | Maryse |
29900_TAMINA |
bakedfile07 | Tamina |
30500_FAAROOQ |
bakedfile07 | Farooq (NOD) |
31200_ROAD_DOGG |
bakedfile07 | Road Dogg |
31400_X_PAC |
bakedfile07 | X-Pac |
31600_GODFATHER |
bakedfile07 | The Godfather |
31800_JINDER_MAHAL |
bakedfile07 | Jinder Mahal |
33200_JIMMY_USO |
bakedfile07 |
Jimmy Uso |
33300_JEY_USO |
bakedfile07 | Jey Uso |
33400_RAZOR_RAMON |
bakedfile07 | Razor Ramon |
33500_KEVIN_NASH |
bakedfile07 | Kevin Nash |
33700_VADER |
bakedfile07 | Vader |
34300_BROCK_LESNAR |
bakedfile07 | Brock Lesnar |
34600_UNDERTAKER |
bakedfile07 | Undertaker '95 (Phantom Mask) |
34900_EDGE |
bakedfile07 | Edge |
35500_NAOMI |
bakedfile07 | Naomi |
35900_CESARO |
bakedfile07 | Cesaro |
36100_GOLDBERG |
bakedfile07 | Goldberg |
36400_RIC_FLAIR_SM1 |
bakedfile07 | Ric Flair '88 |
36500_SHAWN_MICHAELS |
bakedfile07 | Shawn Michaels '05 |
36800_ROMAN_REIGNS |
bakedfile00 | Roman Reigns |
36900_SETH_ROLLINS |
bakedfile07 | Seth Rollins '19 (MyRISE) |
37100_TITUS_ONEIL |
bakedfile07 | Titus O'Neil |
37400_PAUL_HEYMAN |
bakedfile07 | Paul Heyman |
38400_BIG_E |
bakedfile00 | Big E |
38500_FANDANGO |
bakedfile07 | Fandango |
39200_JAKE_ROBERTS |
bakedfile07 | Jake Roberts |
39500_DIESEL_395_DEFAULT_ATTIRE |
bakedfile07 | Diesel |
39600_SCOTT_HALL |
bakedfile07 | Scott Hall |
41100_BATISTA |
bakedfile07 | Batista |
41110_BATISTA |
bakedfile07 | Batista (SmackDown '09) |
42000_XAVIER_WOODS |
bakedfile07 | Xavier Woods |
42900_SAMI_ZAYN |
bakedfile07 | Sami Zayn |
43000_LANA |
bakedfile07 | Lana |
44200_TRIPLE_H |
bakedfile07 | Triple H '13 (Manager) |
44400_STEPHANIE_MCMAHON |
bakedfile07 | Stephanie McMahon |
44500_EL_MAGO |
bakedfile07 | El Mago (MyRISE) |
44600_EL_ORDINARIO |
bakedfile07 | El Ordinario (MyRISE) |
44700_HECTOR_FLORES |
bakedfile07 | Hector Flores (MyRISE) |
44800_LA_CANGREJITA_LOCA |
bakedfile07 | La Cangrejita Loca (MyRISE) |
44900_LA_VENGANZA |
bakedfile07 | La Venganza (MyRISE) |
45100_GENEVA_ROSE |
bakedfile07 | Geneva Rose (MyRISE) |
45200_ODYSSEY_RIFT |
bakedfile07 | Odyssey Rift (MyRISE) |
45300_PARAGON_JAY_PIERCE |
bakedfile07 | Paragon Jay Pierce (MyRISE) |
45400_FANNY |
bakedfile07 | Fanny (MyRISE) |
45500_KORY_KLEIN |
bakedfile07 | Kory Klein (MyRISE) |
45600_ROAD_DOGG |
bakedfile07 | Road Dogg (MyRISE) |
45700_SHAWN_MICHAELS |
bakedfile07 | Shawn Michaels '18 |
45800_KING_BOOKER |
bakedfile07 | King Booker |
45900_SYXX |
bakedfile07 | Syxx |
50700_BARRON_BLADE_MANAGER_ATTIRE |
bakedfile07 | Barron Blade (MyRISE) |
51400_KALISTO |
bakedfile07 | Kalisto |
55000_BYRON_SAXTON |
bakedfile07 | Byron Saxton (MyRISE) |
56200_RIKISHI |
bakedfile07 | Rikishi |
56400_MR_MCMAHON_MANAGER |
bakedfile07 | Mr. McMahon (Manager) |
57300_BARON_CORBIN |
bakedfile07 | King Corbin |
57600_FINN_BALOR |
bakedfile07 | Finn Balor |
57800_KEVIN_OWENS |
bakedfile07 | Kevin Owens |
57900_SAMOA_JOE |
bakedfile07 | Samoa Joe |
57910_SAMOA_JOE |
bakedfile07 | Samoa Joe (RAW April 2019) |
58100_TYLER_BREEZE |
bakedfile07 | Tyler Breeze |
60700_BUDDY_MURPHY |
bakedfile07 | Murphy |
60800_ELIAS |
bakedfile07 | Elias |
60900_BRAUN_STROWMAN |
bakedfile07 | Braun Strowman |
61000_AJ_STYLES |
bakedfile07 | AJ Styles |
61100_BECKY_LYNCH |
bakedfile07 | Becky Lynch |
61200_CHARLOTTE |
bakedfile07 | Charlotte Flair |
61300_SASHA_BANKS |
bakedfile00 | Sasha Banks |
61400_CHAD_GABLE |
bakedfile07 | Chad Gable |
62000_ALEXA_BLISS |
bakedfile00 | Alexa Bliss '21 |
62100_ASUKA |
bakedfile07 | Asuka |
62200_BAYLEY |
bakedfile07 | Bayley |
62300_CARMELLA |
bakedfile07 | Carmella |
62400_DANA_BROOKE |
bakedfile07 | Dana Brooke |
62500_APOLLO_CREWS |
bakedfile07 | Apollo Crews |
62600_FINN_BALOR_DEMON |
bakedfile07 | "Demon" Finn Balor |
62900_NIA_JAX |
bakedfile07 | Nia Jax |
63000_SHINSUKE_NAKAMURA |
bakedfile07 | Shinsuke Nakamura |
67300_PAPA_SHANGO |
bakedfile07 | Papa Shango |
68600_BOBBY_ROODE |
bakedfile07 | Robert Roode |
68900_RODERICK_STRONG |
bakedfile07 | Roderick Strong |
69100_JOHNNY_GARGANO |
bakedfile07 | Johnny Gargano |
69200_TOMMASO_CIAMPA |
bakedfile07 | Tommaso Ciampa |
69400_SHANE_THORNE |
bakedfile07 | Slapjack |
69800_NIKKI_CROSS |
bakedfile07 | Nikki Cross |
70200_EMBER_MOON |
bakedfile07 | Ember Moon |
70300_BILLIE_KAY |
bakedfile07 | Billie Kay |
70400_PEYTON_ROYCE |
bakedfile07 | Peyton Royce |
70700_AKIRA_TOZAWA |
bakedfile07 | Akira Tozawa |
70800_CEDRIC_ALEXANDER |
bakedfile07 | Cedric Alexander |
70900_GRAN_METALIK |
bakedfile07 | Gran Metalik |
70910_GRAN_METALIK |
bakedfile07 | Gran Metalik (RAW September 2019) |
72800_ARIYA_DAIVARI |
bakedfile07 | Ariya Daivari |
72900_DREW_GULAK |
bakedfile07 | Drew Gulak |
73000_LINCE_DORADO |
bakedfile07 | Lince Dorado |
73200_MUSTAFA_ALI |
bakedfile07 | Mustafa Ali |
73400_LIV_MORGAN |
bakedfile07 | Liv Morgan |
73500_MANDY_ROSE |
bakedfile07 | Mandy Rose |
73600_RONDA_ROUSEY |
bakedfile07 | Ronda Rousey |
73800_SONYA_DEVILLE |
bakedfile07 | Sonya Deville |
73810_SONYA_DEVILLE |
bakedfile07 | Sonya Deville (MyGM) |
74000_ANGELO_DAWKINS |
bakedfile07 | Angelo Dawkins |
74200_KYLE_OREILLY |
bakedfile07 | Kyle O'Reilly |
74400_MONTEZ_FORD |
bakedfile07 | Montez Ford |
74500_ONEY_LORCAN |
bakedfile07 | Oney Lorcan |
74600_OTIS_DOZOVIC |
bakedfile07 | Otis |
74700_PETE_DUNNE |
bakedfile07 | Pete Dunne |
75000_TUCKER_KNIGHT |
bakedfile07 | Tucker |
75100_TYLER_BATE |
bakedfile07 | Tyler Bate |
75300_BIANCA_BELAIR |
bakedfile07 | Bianca Belair |
75500_LACEY_EVANS |
bakedfile07 | Lacey Evans |
75600_SHAYNA_BASZLER |
bakedfile00 | Shayna Baszler |
77000_COACH_SEARS |
bakedfile07 | Coach Sears (MyRISE) |
79600_UNDERTAKER |
bakedfile07 | Undertaker (WM36) |
80100_HANSON |
bakedfile07 | Ivar |
80200_ROWE |
bakedfile07 | Erik |
80300_CANDICE_LARAE |
bakedfile07 | Candice LeRae |
80400_DAKOTA_KAI |
bakedfile07 | Dakota Kai |
80600_RICOCHET |
bakedfile07 | Ricochet |
80700_HUMBERTO_CARILLO |
bakedfile07 | Humberto Carillo |
81000_KEITH_LEE |
bakedfile07 | Keith Lee |
81200_MATT_RIDDLE |
bakedfile07 | Riddle |
81300_TRENT_SEVEN |
bakedfile07 | Trent Seven |
81400_IO_SHIRAI |
bakedfile07 | Io Shirai |
81500_MIA_YIM |
bakedfile07 | Mia Yim |
81600_RHEA_RIPLEY |
bakedfile00 | Rhea Ripley |
81700_TONI_STORM |
bakedfile07 | Toni Storm |
81900_EL_MAGO_JR |
bakedfile07 | El Mago Jr. (MyRISE) |
82900_BROOKLYN_VON_BRAUN |
bakedfile07 | Brooklyn Von Braun (MyRise) |
83200_JOSIE_JANE |
bakedfile07 | Josie Jane (MyRise) |
83900_CHYNA |
bakedfile07 | Chyna |
85200_SETH_ROLLINS | bakedfile07 | Seth Rollins |
85300_UNDERTAKER |
bakedfile07 | Undertaker '10 |
85400_HAPPY_CORBIN |
bakedfile07 | Happy Corbin |
85500_NIKKI_ASH |
bakedfile07 | Nikki A.S.H. |
85600_SETH_ROLLINS |
bakedfile07 | Seth Rollins '20 |
85700_KING_NAKAMURA_ |
bakedfile07 | King Nakamura |
85800_REY_MYSTERIO_JR |
bakedfile07 | Rey Mysterio Jr. '96 (Hidden) |
86500_FEMALE_JOBBER_DANIELLE_WALLACE |
bakedfile07 | Danielle Wallace (MyGM Jobber) |
86600_FEMALE_JOBBER_ELLA_RUBAU |
bakedfile07 | Ella Rubau (MyGM Jobber) |
86700_FEMALE_JOBBER_IGNITION |
bakedfile07 | Ignition (MyGM Jobber) |
86800_FEMALE_JOBBER_WHITNEY_QUADE |
bakedfile07 | Whitney Quade (MyGM Jobber) |
86900_FEMALE_JOBBER_ANDREA_CANNONS |
bakedfile07 | Andrea Cannons (MyGM Jobber) |
87000_FEMALE_JOBBER_MAYA_T_KIRK |
bakedfile07 | Maya T. Kirk (MyGM Jobber) |
87100_FEMALE_JOBBER_CORA_CUT |
bakedfile07 | Cora Cut (MyGM Jobber) |
87200_FEMALE_JOBBER_NOVA_NORTHERNLIGHT |
bakedfile07 | Nova Northernlight (MyGM Jobber) |
87300_FEMALE_JOBBER_LULA_TANDY |
bakedfile07 | Lula Tandy (MyGM Jobber) |
87400_FEMALE_JOBBER_SAMMI_GEORGE |
bakedfile07 | Sammi George (MyGM Jobber) |
87500_FEMALE_JOBBER_TAMARA_TYCROSS |
bakedfile07 | Tamara Tycross (MyGM Jobber) |
87600_FEMALE_JOBBER_CHRISTINA_FURY |
bakedfile07 | Christina Fury (MyGM Jobber) |
87700_FEMALE_JOBBER_JODIE_GARCIA |
bakedfile07 | Jodie Garcia (MyGM Jobber) |
87800_FEMALE_JOBBER_BETH_SPARTAN |
bakedfile07 | Beth Spartan (MyGM Jobber) |
87900_FEMALE_JOBBER_VICKI_MACLEOD |
bakedfile07 | Vicki MacLeod (MyGM Jobber) |
88000_MALE_JOBBER_CHESTER |
bakedfile07 | Chester (MyGM Jobber) |
88100_MALE_JOBBER_BRODERICK |
bakedfile07 | Broderick (MyGM Jobber) |
88200_MALE_JOBBER_GUNTHER_MCGIRDER |
bakedfile07 | Gunther McGirder (MyGM Jobber) |
88300_MALE_JOBBER_DUEY_CARTER |
bakedfile07 | Duey Carter (MyGM Jobber) |
88400_MALE_JOBBER_ADRIAN_BUCK |
bakedfile07 | Adrian Buck (MyGM Jobber) |
88500_MALE_JOBBER_RED_MONSOON |
bakedfile07 | Red Monsoon (MyGM Jobber) |
88600_MALE_JOBBER_JAKE_XANADU |
bakedfile07 | Jake Xanadu (MyGM Jobber) |
88700_MALE_JOBBER_MR_HIGGLESBY |
bakedfile07 | Mr. Higglesby (MyGM Jobber) |
88800_MALE_JOBBER_JIVE_OWENS |
bakedfile07 | Jive Owens (MyGM Jobber) |
88900_MALE_JOBBER_NICKOLAS_MANN |
bakedfile07 | Nickolas Mann (MyGM Jobber) |
89000_MALE_JOBBER_JOEL_WHEELER |
bakedfile07 | Joel Wheeler (MyGM Jobber) |
89100_MALE_JOBBER_TRITON |
bakedfile07 | Triton (MyGM Jobber) |
89200_MALE_JOBBER_BOBBY_MARQUEE |
bakedfile07 | Bobby Marquee (MyGM Jobber) |
89300_MALE_JOBBER_CLINT_MCDOUGHAL |
bakedfile07 | Clint McDoughal (MyGM Jobber) |
89400_MALE_JOBBER_TRENT_SHAW |
bakedfile07 | Trent Shaw (MyGM Jobber) |
89500_MALE_JOBBER_KYLE_SLICKMAN |
bakedfile07 | Kyle Slickman (MyGM Jobber) |
89600_MALE_JOBBER_BRUTE_FORCE |
bakedfile07 | Brute Force (MyGM Jobber) |
89700_MALE_JOBBER_DANTE_ROBERTS |
bakedfile07 | Dante Roberts (MyGM Jobber) |
89800_MALE_JOBBER_TIM_BURR |
bakedfile07 | Tim Burr (MyGM Jobber) |
89900_MALE_JOBBER_SILENCE |
bakedfile07 | Silence (MyGM Jobber) |
90000_MALE_JOBBER_ADRIN_WILLIAMS |
bakedfile07 | Adrin Williams (MyGM Jobber) |
90100_MALE_JOBBER_RICH_ORIKAWA |
bakedfile07 | Rich Orikawa (MyGM Jobber) |
90200_MALE_JOBBER_LURCH_EVANS |
bakedfile07 | Lurch Evans (MyGM Jobber) |
90300_MALE_JOBBER_THE_RED_FLAME |
bakedfile07 | The Red Flame (MyGM Jobber) |
90400_MALE_JOBBER_OLAF_OSTROVSKY |
bakedfile07 | Olaf Ostrovsky (MyGM Jobber) |
90900_ANGEL_GARZA |
bakedfile07 | Angel Garza |
91000_JOHN_MORRISON |
bakedfile07 | John Morrison |
91100_WALTER |
bakedfile07 | WALTER |
91200_MARCEL_BARTHEL |
bakedfile07 | Marcel Barthel |
91300_FABIAN_AICHNER |
bakedfile07 | Fabian Aichner |
91400_ALEXANDER_WOLFE |
bakedfile07 | Alexander Wolfe |
91500_MVP |
bakedfile07 | MVP |
91600_ISAIAH_SWERVE_SCOTT |
bakedfile07 | Isiah "Swerve" Scott |
91700_AUSTIN_THEORY |
bakedfile07 | Austin Theory |
91800_DOMINIK_DIJAKOVIC |
bakedfile07 | Dominik Dijakovic |
91900_SHOTZI_BLACKHEART |
bakedfile07 | Shotzi |
92000_TEGAN_NOX |
bakedfile07 | Tegan Nox |
92100_CAMERON_GRIMES |
bakedfile07 | Cameron Grimes |
92200_DAMIAN_PRIEST |
bakedfile00 | Damian Priest |
92300_DOMINIK_MYSTERIO |
bakedfile07 | Dominik Mysterio |
92310_DOMINIK_MYSTERIO |
bakedfile07 | Dominik Mysterio (Payback '20) |
92400_KARRION_KROSS |
bakedfile07 | Karrion Kross |
92500_SCARLETT |
bakedfile07 | Scarlett |
92600_KUSHIDA |
bakedfile07 | Kushida |
92700_RAQUEL_GONZALEZ |
bakedfile07 | Raquel Gonzalez |
92800_SANTOS_ESCOBAR |
bakedfile07 | Santos Escobar |
92900_JOAQUIN_WILDE |
bakedfile07 | Joaquin Wilde |
93000_RAUL_MENDOZA |
bakedfile07 | Raul Mendoza |
93100_DEXTER_LUMIS |
bakedfile07 | Dexter Lumis |
93200_DANNY_BURCH |
bakedfile07 | Danny Burch |
93300_TIMOTHY_THATCHER |
bakedfile07 | Timothy Thatcher |
93400_MACE |
bakedfile07 | MACE |
93500_TBAR |
bakedfile07 | T-BAR |
93600_RECKONING |
bakedfile07 | Reckoning |
93700_JORDAN_DEVLIN |
bakedfile07 | Jordan Devlin |
93800_KAY_LEE_RAY |
bakedfile07 | Kay Lee Ray |
93900_ERIC_BISCHOFF |
bakedfile07 | Eric Bischoff |
94000_WILLIAM_REGAL |
bakedfile07 | William Regal |
94010_WILLIAM_REGAL |
bakedfile07 |
William Regal (MyGM) |
94100_FAAROOQ |
bakedfile07 |
Farooq |
94200_KEVIN_NASH |
bakedfile07 | Kevin Nash (nWo) |
94300_MANSOOR |
bakedfile07 | Mansoor |
94400_ADAM_PEARCE |
bakedfile07 | Adam Pearce (MyGM) |
94500_ALEXA_BLISS |
bakedfile07 | Alexa Bliss |
94800_MUSTAFA_ALI |
bakedfile07 | Mustafa Ali '18 (MyRISE) |
95000_DOLPH_ZIGGLER |
bakedfile07 | Dolph Ziggler '09 |
95100_KANE |
bakedfile07 | Kane '08 |
95200_REY_MYSTERIO_JR |
bakedfile07 | Rey Mysterio Jr. |
95300_REY_MYSTERIO |
bakedfile07 | Rey Mysterio '05 |
95400_REY_MYSTERIO |
bakedfile07 | Rey Mysterio '06 |
95410_REY_MYSTERIO |
bakedfile07 | Rey Mysterio '06 (Judgement Day '06) |
95500_REY_MYSTERIO |
bakedfile07 | Rey Mysterio '08 |
95600_CANDICE_LARAE |
bakedfile07 | Candice LeRae '19 (MyRISE) |
95700_EDDIE_GUERRERO |
bakedfile07 | Eddie Guerrero '97 |
95800_HOLLYWOOD_HOGAN |
bakedfile07 | Hollywood Hogan |
96000_LOGAN_PAUL |
bakedfile07 | Logan Paul |
96200_UNDERTAKER |
bakedfile07 | Undertaker '98 (Ministry) |
96300_SCOTT_HALL |
bakedfile07 | Scott Hall (nWo) |
96400_THE_MIZ |
bakedfile07 | The Miz '11 |
96600_YOKOZUNA |
bakedfile07 | Yokozuna |
96700_UMAGA |
bakedfile07 | Umaga |
96800_RICK_BOOGS |
bakedfile07 | Rick Boogs |
96900_PIPER_NIVEN |
bakedfile07 | Doudrop |
97000_THE_BOOGEYMAN |
bakedfile07 | Boogeyman |
97100_ILJA_DRAGUNOV |
bakedfile07 | Ilja Dragunov |
97200_INDI_HARTWELL |
bakedfile07 | Indi Hartwell |
97300_HURRICANE_HELMS |
bakedfile07 | The Hurricane |
97400_STACY_KEIBLER |
bakedfile07 | Stacy Keibler |
97500_OMOS |
bakedfile07 | Omos |
97600_WES_LEE |
bakedfile07 | Wes Lee |
97700_NASH_CARTER |
bakedfile07 | Nash Carter (Hidden) |
97800_DOINK_THE_CLOWN |
bakedfile07 | Doink The Clown |
97900_MR__T |
bakedfile07 | Mr. T |
98000_KACY_CATANZARO |
bakedfile07 | Kacy Catanzaro |
98100_LA_KNIGHT |
bakedfile07 | LA Knight |
98200_XIA_LI |
bakedfile07 | Xia Li |
98400_COMMANDER_AZEEZ |
bakedfile07 | Commander Azeez |
98500_SARRAY |
bakedfile07 | Sarray |
98600_A_KID |
bakedfile07 | A-Kid |
98700_MACHINE_GUN_KELLY |
bakedfile07 | Machine Gun Kelly |
98800_REY_MYSTERIO_SUMMERSLAM_2009 |
bakedfile07 | Rey Mysterio '09 |
98810_REY_MYSTERIO_2010 |
bakedfile07 | Rey Mysterio '09 (2010) |
98900_REY_MYSTERIO |
bakedfile07 | Rey Mysterio DEC. '09 |
99000_REY_MYSTERIO |
bakedfile07 | Rey Mysterio '11 |