Leaderboard
Popular Content
Showing content with the highest reputation on 07/16/2019 in all areas
-
Raw is War 1999 Fun fact: THIS^^^^^^^^^^^^^ is the whole reason I got into modding at all, I thought it would be cool to have a separate logo on the towers and stage piece5 points
-
A Glimpse of the main menu ( Stock main menu renders to also be replaced i.e Bray Wyatt ) * Also Top right lines to be faded before it hits the menu text so it is still visible. Superstar select screen Preview ( Stars Background ) Loading Screen4 points
-
Hi, I'm putting up this tutorial to share what I have discovered regarding how the game handles titantrons during entrances. This will enable users to troubleshoot and fix titantron issues they might encounter in the game. First it's important to note the assetconv_p30.pac file in the pac/audio folder handles titantron assignment in entrances. Unfortunately custom titantrons with ID's different from those of the default trons are not loading in entrances. A few modders came up with a solution of modding the assetconv_p30.pac to include data for custom titantron ID's. This file is placed in the mods/titantronfix/pac/audio folder when the titantronfix is installed in CCT. The assetconv_p30.pac file in the mods sub folder supercedes the file in the pac/audio folder. I will be using this file in this tutorial.. Titantrons in the game are placed in the 2k19/movies/titantron folder. The trons used for each character's entrance are in the format ent_xxxx_0_0_Y.bk2. I will break this down here. Let's pick Triple H for instance . His character pac is 102. If you look in the titantron folder you will see these 3 titantron files ent_0102_0_0_0.bk2 (This is the long titantron loaded in the Raw Arena) ent_0102_0_0_1.bk2 (This is the long format titantron loaded in the smackdown and current PPV arena's) ent_0102_0_0_2.bk2 (This is the square format loaded in classic arenas with 4:3 format titantron screens). Most current gen superstars usually have all three titantrons. All retro superstars like The Rock, Steve Austin and Goldberg have only one titantron (The 4:3 format tron) A few superstars have just the smackdown/PPV and the classic trons. This is important to note as you might have discovered superstars without the other two modern titantrons still have the 4:3 format tron loading in all arena's Superstars without the Raw titantron have the smackdown/PPV tron loading in the Raw arena. So it's possible to have just one titantron loading in all arena's. This is where the assetconv_p30.pac file comes in. Open this file in a hex editor. We will look at a few examples to illustrate. Scroll down to offset row 1800. Here is a screenshot below This is a default listing for in game characters starting from The Rock. The Highlighted numbers 64,65,66 and 67 are Hex ID' for The Rock (100) Steve Austin (101), Triple H (102) and The Undertaker (103) . You will also notice I have highlighted a set of 3 bytes which contain the values 01 or 00. Lets look at the Rock/ This is actually a 4 byte array 00 00 00 00 but just 3 bytes are used for the trons. The first byte id for the Raw trons, The second byte for the Smackdown/PPV trons and the 3rd byte for the classic trons. If you look in the titantron folder, you will notice the dev's have placed just one titantron for The Rock and Steve Austin, both ending with a 2. The 3 bytes I highlighted for the The Rock and Steve Austin both have 00 00 01 The single 01 in the array is for the Classic Tron (ent_0100_0_0_2.bk2 and ent_0101_0_0_bk2) As the other values are 00, the game will assign this titantron for all entrances. You will also notice the trons are not stretched in the Raw Smackdown and PPV arenas. Lets look at a few things here. If the ID for the Rock's titantron was changed to ent_0100_0_0_1.bk2, It will be stretched in the smackdown/PPV arena and it wouldn't work in The Raw and Classic Arenas as the game will try to locate the tron with ID ent_0100_0_0_2.bk2. If the data bytes was changed from 00 00 01 to 00 01 00 , the game will try to locate the tron ending with 1 and assign it to all arena entrances. If there is none, no titantron will be loaded. This is the case if no other titantron is present. If the data bytes were changed to 01 00 00, the game will try to locate the tron ending with 0 and assign it to all arena entrances. The next example is Triple H (Hex ID 66) You will notice there the highlighted listing is 01 01 01. You will also notice there are 3 titantrons for his character, similar to all current superstars. The 01 01 01 here will enable the game assign the titantron ending with 0 to Raw, the titantron ending with 1 to Smackdown and the Titantron ending with 2 to classic arena's. If the Data bytes are 00 01 01 and the Raw titantron is removed, the game will assign the Smackdown titantron to the Raw arena. Let us look at the modded slots added to the game. I will use the ID for CM Punk to illustrate. If you have CM Punk installed in slot 468 and the titantron ID is 468 you will search for D4 01 (1D4 reversed =468 in hex.) Here is a screenshot below. You will notice the bytes here read 00 00 00 . This is the same with all custom titantron slots. With this, we will need to have all trons with all three ID' s for the game to load trons in all arenas. In this case, we need to have titantrons with ID's ent_0468_0_0_0.bk2 (Raw), ent_0468_0_0_1.bk2 (smackdown/PPV) and ent_0468_0_0_2.bk2(classic arenas) placed in the titantron folder for the game to load trons in all arenas. If there was just one tron ending in 0 ( raw), The bytes will have to be changed to 01 00 00. This will load the Raw tron in all arena's. There are times we can only find 4:3 trons for retro mods. In this case, let's say I had just a 4:3 titantron for CM punk. I will have to rename it as ent_0468_0_0_2.bk2 and change the data bytes to 00 00 01 as explained earlier. This will load the tron in all arena's. The titantron will not stretch in the RAW and Smackdown/PPV arenas. Hopefully readers can pick one or two things. Feel free to ask any questions.3 points
-
*Replies, critiques, and bug reports are welcome, but please try not to quote entire posts, just simply write in the "Reply to this topic" section at the bottom of the page, it just makes it more convenient for people who get here late and want to go back and catch up on everything without having to see duplicates of my posts, thank you. ALWAYS BACKUP YOUR FILES(ALL OF THEM, ALWAYS)! "Get The F Back In 2K19!" What does this mod do and what should I know before installing it?: This mod will replace every WWE arena in the game(and the two generic Japanese arenas) with WWF/WWE arenas from 1998-2003, as well as the match up screens, nameplates, locators, Show Videos, Show Themes, Universe logos, etc. No need to create a show(unless you want to) you can use these in regular exhibition mode. There is no way to quickly install 1 arena at a time or switch which slot it is installed in(refer to the arena modding wiki if you wish to try it for your own personal use), and there is no way to keep the modern arenas as well as the modded ones! This mod is NOT compatible with ANY of the other arena mods you might find, including my Golden Era mod. If you try to use two arena mods at once you will completely break one or both of the mods(It is possible to 'merge' them, but again you would have to read up on the arena modding wiki, it's a really tedious process). I do NOT recommend playing online while using this mod(or any for that matter) not worth risking a ban. I do NOT recommend trying to upload any modded content to Community Creations, again it's just not worth risking a ban! You should be fine downloading things from Community Creations while you have this mod installed though. List of known 'bugs': There are some lighting issues in the ported 2k15 arenas(the stage pieces don't reflect light as well as they should) Also the Bad Blood '03 stage is way too dark. Starrcade '83 doesn't appear in the Show menus(this seems to be a Yukes/2K issue) While in the Create a Show menu(most notably when selecting a theme song for a show), some of the logos will appear unchanged, they are all modded into the game though(check arena images page 2), just preview them to see which is which. Installation Instructions: 1. Download the .rar file and extract it with WinRAR or 7-Zip 2. drag and drop the WWE 2K19 folder in your installation directory so that it merges with your WWE 2K19 folder, click yes when your PC asks to replace the files(If your PC doesn't ask to replace any files, you dragged it to the wrong spot). 3. Install and Open Custom Character Tools 2019 4. In the "Chunk Tools" tab at the top, clear your chunk0.arc file, and then rebuild your chunk0.def file. 5. Enjoy. *If you have a bunch of weird issues like barricades that are crooked, or walking through ramps, you likely have another misc01_start.pac and/or misc04_arena.pac file somewhere in your WWE 2K19/mods folder, either edit it(the misc01) with HxD and copy/paste from "STG" to "COS" to match the same area in my modded misc01 file provided in the download. For the misc04, you could edit the values to match my modded one via WrestleMINUS. You might be able to just copy over the modded misc01/04 files into your mods folder, I honestly don't know which program creates those extra ones that some people seem to have, or why it would need those, I'm guessing it's likely Data Editor or something similar.* *Alternatively, you can just temporarily remove/delete the extra misc01_start.pac and/or misc04_arena.pac files from your /mods folder* DOWNLOAD LINK Credits: I want to thank @tekken57 @pozzum @Cave Waverider @TheVisitorX @squaredcirclefan @LordJustice17(and anyone else who helped in similar ways) for their amazing tools and/or mods and help with various things in the community, without all of those things none of this stuff would be possible. HUGE shoutout to @hovathagod32 for sharing his spreadsheet and overall vast knowledge of arena modding throughout the years(Click HERE for his main arena modding page) Another HUGE shoutout to @JManny for his various help with things and also for taking my first Golden Era mod and taking it to the next level! Be sure to check out 2K88 on his page HERE! Special thanks to @LordBarker for providing many of the ECW assets that were used and also for helping me out with many things, even way back when I first started modding and was a complete noob. Special thanks to @Mr.AG for fixing a ton of the titantrons, and also various .bk2 files as well as various help with a ton of other modding related things. Special thanks to @sXe_Coan_sXe for providing the HD video that I used to make the transitions, show videos, and some match ups screens. Special thanks to @trioxin1331 for providing the original logo I used for the "WORLD WRESTLING FEDERATION" PPV apron! 65+ Updated movesets and entrances! *Many of these .moveset files include accurate custom entrances that were created by @Mr.AG, including: Chris Jericho '00 and '03, Edge '05, Batista '05, Rey Mysterio '03, Randy Orton '05, Undertaker '98, Jushin Thunder Liger, Hayabusa, Jinsei Shinzaki, and The Great Muta!* (Make sure you download his newest Hayabusa CAW btw, it's insane!) BEFORE YOU INSTALL THESE!!!!! Step 1: Go to THIS PAGE, download and install both the ported entrances pack and the ported moves pack, then rebuild your .def file using CCT. Step 2: I have included some custom .wem files(theme songs) and titantrons, I HIGHLY recommend installing each of these with CCT and Sound Editor, because most of the entrance timings are built around them. Step 3: Install the .moveset files(and .pofos if you want to) using CCT and have WAY more immersion in your game! *If you install the .pofo files, make sure you open up each one in Data Editor, click on "Announcer Settings" and make sure "Commentary Name" is set to whatever slot you are installing to, otherwise you have issues with announcer names and/or team settings* Step 4: Make sure you you open up each wrestler who uses an "Advanced Creation" entrance in Create an Entrance mode, click "Edit Menu" at the bottom of the screen, then click on "Title Motion", and then on "Champion Motion", and make sure that "Advanced Creation" is selected, then click save and have MAXIMUM immersion!!!! Step 5: DOWNLOAD LINK *Fixed Randy Orton '05 .moveset V2* /ch Mods The Rock '03 *works in Create a Superstar mode!* *You NEED to install this in the modern Rock slot(ch10002.pac) and also replace the tx10002.pac file in your /ch folder for all of the textures to show up properly, I tried to make an alternate version with a texture archive, but kept running into issues with it* HUGE thanks to @Mr.AG for the muscle sculpt and attire on this one! Also, thanks to @BlindedByTheGrace for the working elbow pads! DOWNLOAD LINK Triple H '00 *Collaboration with @Mr.AG* DOWNLOAD LINK Stone Cold Steve Austin '99 DOWNLOAD LINK Ken Shamrock DOWNLOAD LINK Kane '98 *works in Create a Superstar mode!* *Thanks to @SeriouslyBDCoanfor his help with some of the textures* DOWNLOAD LINK The Rock '99(V2) *works in Create a Superstar mode, but the shorter '01 style hair will show up* DOWNLOAD LINK The Undertaker (King of the Ring 1998) Edit (6/22/21): *fixed an issue with the face textures* DOWNLOAD LINK The Undertaker '98 DOWNLOAD LINK The Undertaker(V2) *This version does NOT work in Create a Superstar mode!* DOWNLOAD LINK The Undertaker *works in Create a Superstar mode!* *The 6387.pac file is for his Elimination Chamber entrance jacket animation, just place it in your WWE 2K19/pac/prop folder.* DOWNLOAD LINK Ministry Undertaker(V2) *Credit to @Mr.AG for the muscle sculpt* DOWNLOAD LINK Kurt Angle '01(V2) *works in Create a Superstar mode!* DOWNLOAD LINK Mark Henry '98 DOWNLOAD LINK D'lo Brown Thanks to @ObsoleteRipZz for letting me use his awesome D'lo Brown mod as a base, he deserves most of the credit for this one, I just made new face/head textures DOWNLOAD LINK Big Bossman DOWNLOAD LINK Big Show(1999) DOWNLOAD LINK Big Show(2000) DOWNLOAD LINK Rhino(ECW) DOWNLOAD LINK Rhino DOWNLOAD LINK Owen Hart(1998) (HUGE thanks to @SeriouslyBDCoan for his help with the textures and hair!) Shoutout to @Dennis-Bieser for motivating me to make this mod by teasing his forever ago and never releasing it. DOWNLOAD LINK Owen Hart(1998 Orange attire) (HUGE thanks to @SeriouslyBDCoan for his help with the textures and hair!) DOWNLOAD LINK Eddie Guerrero (1997 WCW)V2 DOWNLOAD LINK Diamond Dallas Page 2k16 port(8 WCW attires) V2 update! *fixed beard animations and created new textures* *99% credit goes to tekken57, bugsyboy, Red Rooster, JulianBITW, and LouEvil76, I just added new hair and skin textures* DOWNLOAD LINK John Cena '03 DOWNLOAD LINK ABA Undertaker DOWNLOAD LINK V2(fixed clipping issues) Stone Cold Steve Austin '03 DOWNLOAD LINK Jerry Lawler 7 attire pack (@LouEvil76 port/update) DOWNLOAD LINK Golden Era Arena/Universe Mod V1.0 (Preview Pics) *Everything in this mod was either ported/created by me, provided by @esbatmusic, or provided by @LordBarker. Special thanks to @Red Rooster for his improved WWF intro video. Please don't re-upload any of the content from this mod unless you get permission.* This mod replaces/changes every arena in the game, most menu screens and many Create a Show/Universe logos. I didn't really want to release this mod in it's current state, but due to various issues I don't know how much time I will have for modding going forward, and I don't want to leave you guys with nothing for a long period of time. Here is the list of things you should be aware of before installing: The most notable issue remaining with this mod is the one discussed HERE. As far as I know, no fix for this has been found yet, though each match type is still 'playable' in the affected arenas, as you can still pull the needed weapons out from the apron and use them in the ring. (list of affected arenas) This mod is likely NOT compatible with either MyPlayer mode or 2K Showcase mode, but 2K Towers still work fine, they just play out in different arenas, the main goal of this mod was to make Universe mode better for WWF fans. The WWE stage logo in many arenas needs to be 3D modeled to allow for a WWF logo The spotlight on the stage piece in Survivor Series '96 and WrestleMania 13 is too bright There are some strange shadow glitches, mostly on the portion of ramp closest to the ring and on the aprons(as far as I know, this is a 2k/Yukes glitch that wasn't in previous games, only thing I've found that makes it less noticeable is to turn off shadows in the graphics options, this completely "fixes" it for the aprons at least) Do NOT use the side exit door near the parking lot area if you go backstage in arenas that have crowd fighting disabled! Elimination Chamber mode uses This Tuesday in Texas as it's arena now(you can put the original back by simply copying the original WWE 2K19/pac/arena/entrance file for it back in"arentrance00021.pac") If you want to use these arenas in regular exhibition mode, you will need to create a show for each one and give them whichever nameplates, etc that you want(the modded show/watermark logos are in "Arena Images" pages 1 and 2) Then just select them from the "Custom Arenas" page. Online still works, but I do NOT recommend it as your arena will be Raw is War(with crowd fighting enabled) and your opponent will still have Modern Raw. It might be considered "cheating" if you play online with modded arenas, I really don't know, so best not to risk it, YOU HAVE BEEN WARNED! If you want to try and improve something in this mod, want to mod Modern Raw back in for the sake of online, or are just interested in arena modding for whatever reason make sure you check out THIS PAGE and THIS PAGE. HUGE shoutout to everyone involved in putting together those pages(and another HUGE shoutout to @LordBarker as well, for being kind enough to help me out WAY back in the beginning when I didn't know very much at all, if it wasn't for him I would have likely given up a long time ago), everything I know about arena modding is thanks to all of them and this mod wouldn't exist if they didn't share their knowledge, so be sure to thank them if you enjoy this mod. So without further ado.. Installation Instructions: BACKUP YOUR FILES!(I know I already said that, but IDC do it again if you have to..) Drag the WWE 2K19 folder from the download link into your /Steam/steamapps/common folder and overwrite all files, then regenerate your chunk0.def using Custom Character Tools 2019 DOWNLOAD LINK *I do still hope to release a V2.0 at some point(if I find the time) which would include modded match up screens, nameplates, stadium banners, etc. If you run into any bugs I may have overlooked, know how to fix any that were mentioned, or have any reasonable suggestions, feel free to comment on this page or message me and I'll get back to you ASAP, I hope you all enjoy this mod.* WWF Championship Belts *If you open up any of my championship belt mods in Create a Championship mode and set up the Title Information like this:* It will then show up like this in the menu and in-game: WWF Heavyweight Championship '98: Download Link Preview (drag/drop both .pac files into your WWE 2K19/pac/prop folder, replaces WWE Championship '98-'02) WWF Winged Eagle Championship: Download Link Preview (drag/drop both .pac files into your WWE 2K19/pac/prop folder, replaces WWE Championship '88-'98) WWF Undisputed Championship: Download Link Preview (drag/drop both .pac files into your WWE 2K19/pac/prop folder, replaces the WWE Undisputed Championship) WWF Smoking Skull Championship: Download Link Preview (drag/drop both .pac files into your WWE 2K19/pac/prop folder, replaces the WWE Smoking Skull Championship) WWF Intercontinental Championship('87)*updated 12/31/2018*: Download Link Preview (drag/drop both .pac files into your WWE 2K19/pac/prop folder, replaces WWE Intercontinental Championship '94) WWF Intercontinental Championship('90)*updated 1/1/2019*: Download Link Preview (drag/drop both .pac files into your WWE 2K19/pac/prop folder, replaces WWE Intercontinental Championship '90) WWF Intercontinental Championship('98-'02): Download Link Preview (drag/drop both .pac files into your WWE 2K19/pac/prop folder, replaces WWE Intercontinental Championship '98-'11) WWF European Championship '98: Download Link Preview (drag/drop both .pac files into your WWE 2K19/pac/prop folder, replaces WWE European Championship) The Younger 'Taker Collection If you don't know how to install these, I highly recommend visiting the main tutorial page HERE Backlash '01: Download Link Preview Royal Rumble '01: Download Link Preview Raw '98: Download Link Preview Raw November '98: Download Link Preview Rock Bottom '98: Download Link Preview Over the Edge '98: Download Link Preview Summerslam '98: Download Link Preview Raw June '99: Download Link Preview Fully Loaded '99: Download Link Preview Other /ch Mods and Ports Razor Ramon(Modded head/face textures) Download Link Preview John Cena '03(Modded head/face textures/hair) Download Link Preview John Cena '03(alt entrance attire with ported 2k14 chain) Download Link Preview Stone Cold Steve Austin (17 ported 2k16 attires) Download Link(Preview pics inside of the folders)1 point
-
Hi, This tutorial covers assigning separate trons to alternate attires. The developers implemented this in 2k19 for Goldberg and Randy Orton 13. In previous games, it was implemented for Shawn Michaels (2k17) Brian Pillman (2k17) Finn Balor (2k17). This is not an easy tutorial unless you are used to meddling with hex bytes.Let get down to it. The assetconv.pac located in the pac/audio folder file handles this feature. However we will be working with the modded assetconv.pac file by @HanleysFramer and @Elg which enables titantrons to work in entrances for modded character slots. Credit also goes to @pozzum and @kaa992 who coded the assetconv.pac file support in wrestleminus. First I will explain some of the data blocks in the assetconv_p30 file.When this file is decompressed or extracted, you will find a file 9E50420460C2C5BC.vmum located in the folder created by the decompression. Open this file in a hex editor. I will use Randy Orton 13's entry to illustrate Randy Orton 13's ch ID IS 443. Converting 443 to hex will give you 1BB. Reversing the bytes in big endian format gives you BB 01 search for BB 01 . You will find this byte in offset DA98. Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 0000DA90 BB 01 00 00 00 00 00 00 0000DAA0 E0 F6 A3 02 00 00 00 00 00 00 00 00 43 1D 01 00 0000DAB0 E8 74 02 00 0D AD 00 00 D0 6C 04 00 00 00 00 00 0000DAC0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 .. 0000DAD0 23 02 00 00 CA 02 00 00 Each entry is 64 bytes long, beginning with the ID and ending right before the next ID I have highlighted some sets of bytes in colour. Now I don't know all the answers but I will list out what I know the first 4 bytes BB 01 00 00 represent the character ID. The next set of bytes in green represent the attire number E0 F6 A3 02 (02 A3 F6 E0) represents the Audio ID (44300000) The bytes in blue represent the audio ID offset reference . This is used to assign a separate theme for an alternate attire entrance. The bytes in red (43 1D 01 00). represent the titantron ID offset reference. This is used to assign a separate titantron to an alternate attire entrance. The bytes E8 74 02 00 represents the Titantron number. The next set 0D AD 00 00 (AD 0D) 44301 represents the titantron ID The set in purple ,D0 6C 04 00 (046CD0) 290000 represents the minitron ID. Now lets look at the next set of 64 bytes (screenshot below) The next set of Bytes BB 01 00 00 01 is the entry for the second attire, BB 01 00 00 02 is the entry for the 3rd attire. Next , we will examine another set of bytes in the data. those highlighted in yellow below. These are the bytes which the game reads to assign alternate titantrons. Its sort of an override. This reference overrides any value set in Data editor or in the titantron ID. Note these bytes : 43 1D 01, 50 1D 01 and 5D 1D 01.These are offset references. 01 1D 43 , 01 1D 50 and 01 1D 5D are offsets which contain titantron ID's Lets look at this offset. Scroll down to offset 01 1D 43 ,you will find the following blocks of data. You will observe the offsets 011D43 -014D0F contain the titantron ID ent_0443_0_1 offsets 011D50 -011D5C contain the titantron ID ent_0443_0_0 offsets 011D5D -011D69 contain the titantron ID ent_0443_0_1 In this example , attire 1 which has offset reference 011D50 will have titantron ent_0443_0_0 loaded. If this value is changed to ent_0461_0_0, CM Punks titantron will be loaded for the second attire, regardless of the titantron id in the assetconv entry. Attire 3 uses the default titantron, but for some reason, you can't assign a titantron offset reference twice. They had to duplicate the entry. You can add custom entries to this set of bytes. I will explain further on. I will illustrate an example , trying to add an alternate titantron to attire 2 for a CM punk mod entrance. 1. We know CM punk's mod CH id is 468. You can use any modded slot for CM Punk. But we'll use 468. 2. 468 in hex is D4 01. Search for D4 01. You will be looking in offset columns 08 - 09 for the ID's. You will find D401 in offset 5118-5119. These blocks are the entires added for modded slots. The next entry D5 01 is 469 which is not assigned to any mod. we want to use D5 01 for the alternate attire. 1 We will alter the bytes as shown. We then copy and paste write the other data bytes over those for D5 01 as shown. 3. Next , we need to place these bytes elsewhere. The game dowsnt seem to read the alternate attire bytes in these modded assetconv slots, so the trick is to swap with the slot for a default titantron. We need to take not of the last modded titantron slot 999 which is 03E7. The next entry after this is 6C (offset BAD8) this entry and those below it are for default ingame ID's. The game will read the alternate attire bytes when the block is placed here. But we just can't place it anywhere or it won't work. You will need to look for the highest ID before 468 or after 468 and place it there. The ID's are in increasing order.. The default ch pac with a titantron closest in value to 468 is 459 (CB 01)(Chris Jericho 10) The next ID after Jericho is Sting 513 (0201) You will notice the two blocks of bytes are for CB 01 and 0201. What we need to do is copy and paste write (do not insert) the CM Punk data over these bytes. You will need to copy and paste these bytes elsewhere so you don't lose the data. The data structure will then look like this. You will notice D4 01 is after CA 01 and before 02 02. You then paste write the CB01 /02 01 bytes over the CM punk D4 01 /D4 01 in the previous location. We are placing the bytes for the default titantrons in the block for modded character slots. They work fine and don't need to be in numerical order. 4. Next we need to add the titantron offset references. We scroll to the last offset row and add two entries below change both to 468. The 468_0_1 will be used for the alternate attire. You will need to rename the alternate trons as ent_0468_0_1_0 for Raw, ent_0468_0_1_1 for Smackdown and PPV's, ent_0468_0_1_2 for the classic arenas using the 4:3 format titantron. Take note of the offset references. The first is 12600, (this will be 00 26 01 )the second is 1260D ( 0D 26 01). You will place these values in the titantron reference offset slots for the entries as shown Save, reinject, restart your game and test in-game. I will be putting up a tutorial for alternate music with an alternate attire entrance in a few days.1 point
-
1 point
-
The Rock http://bc.vc/JDKmIcC "King" Harley Race http://bc.vc/QRuZ5ol Legion Of Doom Animal & Hwak Animal http://bc.vc/tZE26pH Hawk http://bc.vc/gruibWE The A.P.A Bradshaw http://bc.vc/G7pLRcJ Faarooq http://bc.vc/FGsFyWL The Dudley Boyz Bubba ray http://bc.vc/nORi7WD D-von http://bc.vc/R7f0FPk Harley Race NWA http://bc.vc/pd04eSR King Kong Bundy http://bc.vc/lvRCidQ Viscera Attitude Era http://bc.vc/o7CsmGK Dino bravo http://bc.vc/sQCrNDB Hayabusa http://bc.vc/RpSimlD Jerry "The King" Lawler http://bc.vc/Hfx1Iov Crush 2 attires http://bc.vc/RHMkJR2 http://bc.vc/FgPbLHo John Morrison - animated http://bc.vc/hu51cdB The Nasty Boys http://bc.vc/FdPRQcM http://bc.vc/yhWitLU Kwang http://bc.vc/KgSu1wH DemolitioN - Re Release Ax http://bc.vc/iWW59Na Smash http://bc.vc/5nzwvJ2 Crush http://bc.vc/zEgJtGT Yokozuna 2k19 http://bc.vc/Er6AmL4 Smash 5 face Paints http://bc.vc/YxnATgk http://bc.vc/7uvoCM5 http://bc.vc/VV5C0RT http://bc.vc/lsOj3nk http://bc.vc/tQgMTX8 King Mabel 2k19 http://bc.vc/WMAzoOg Kamala-2k19 http://bc.vc/DiG9hxY The Berzerker http://bc.vc/KTcU6pR Johnny Polo 2 attires http://bc.vc/a7jO6Mr Men On A Mission Mabel & Mo Mabel http://bc.vc/Zv2mWLO Mo http://bc.vc/ImFu36c I.R.S Irwin R. Schyster updated http://bc.vc/46ICEn8 Kona Reeves http://bc.vc/Yymt2n5 Trent Seven http://bc.vc/jOP3jsg The British Bulldog SS 1992 http://bc.vc/ZdAVyiE Rhea Ripley http://bc.vc/cjl4NBc Duke "The Dumpster" Droese http://bc.vc/wxzZ6WM Great Muta Retro http://bc.vc/CfxLLF0 Toni Storm http://bc.vc/M81mFIG Johnny B. Badd http://bc.vc/MqoS36k Waylon Mercy http://bc.vc/wU6LxRK Hakushi http://bc.vc/lhRu62h Lord Tensai http://bc.vc/dNRuxsN Great Muta 2nd Attire http://bc.vc/cf09PFJ Goldust Retro http://bc.vc/OnyMLYE Marlena http://bc.vc/Kz1mqxf Bad Luck Fale http://bc.vc/k1AVgxA Steve "Mongo" McMichael http://bc.vc/ooti2rj The Mountie http://bc.vc/D8xnZpY Sin cara 3 Attires Blue https://images2.imgbox.com/f0/19/jGd9kgLB_o.jpg http://bc.vc/yiRBNKF Black https://images2.imgbox.com/c4/85/8bv282Uf_o.jpg http://bc.vc/jKIswzr Red https://images2.imgbox.com/bb/a3/VAAPmWZZ_o.jpg http://bc.vc/y7jv98A Kelly Kelly http://bc.vc/sG8UeL6 Junkyard Dog https://bc.vc/z4fxoxa The Blue bloods https://bc.vc/XZSqZq8 Regal http://bc.vc/U1xGoGX marvelous marc mero https://bc.vc/RCBGIGx Bastion Booger https://bc.vc/EGdbBb2 Faarooq Asaad http://bc.vc/5od8Y8r john cena doctor of thuganomics https://bc.vc/yBZc8cD Friar Ferguson https://bc.vc/GG14963 Gangrel 2k19 https://bc.vc/QRiLGrM Teddy hart http://bc.vc/9zwSiFb Zack Sabre jr http://bc.vc/0LzKleR Juice robinson http://bc.vc/DbUmGWJ Adam Bomb http://bc.vc/4y9CP7z Nailz http://bc.vc/t4rPBeN 1-2-3 kid http://bc.vc/Y1mfa1y Bbooger without front teeth http://bc.vc/uFKEUFT 2 cold Scorpio http://bc.vc/kb1VN8F King mabel http://bc.vc/wJg3MWX Luchasarus AEW http://bc.vc/7qoLtAs Willie mack http://bc.vc/0Mykao8 Terry funk 2k19 http://bc.vc/C5CWX0T Giant Gonzalez http://bc.vc/U3OqjeW Jeff Hardy 2k20 https://mega.nz/#!gEhigCJb!VJm7P0wkt2B2KT-Ge1cGPTp6LHr0CeiuVn3cdB9GMwQ Keith lee https://bc.vc/MDnZR4f Kane 2001 http://bc.vc/DE2fpsl Jimmy havoc http://bc.vc/vI7bRYM essa rios http://bc.vc/3vofaAm Headbangers Trasher http://bc.vc/27mdM4r headbangers mosh http://bc.vc/5Rah9tT Psychosis http://bc.vc/tDzPviT Sable commissioned by @BamBams Universe https://mega.nz/#!gJYxmKJC!Hg-SNYqHF5M_M9eAucuyQat_JF73JMaR5Q7cCmQlHTI melina 2009 commissioned by @Seattlejedi https://mega.nz/#!QJAUnQyC!L9wG3CfqxCkqsvS63AL4Z0pmWw-lgYwLUq7WNnPmI48 Gail kim commissioned by @Seattlejedi https://mega.nz/#!BFYm0SSJ!z1utbZ2av-ktykU5UdOSHgzzT5L2Vm1IZyQzrFt2umM Lena yada ecw commissioned by @Seattlejedi https://mega.nz/#!pY4ThA7I!1pG53OaiOY6mi_AN6ClClO44NnKhwiISuIl_zQEJe98 superstar billygraham bald credtis to @feeleash for attire textures commissioned by @trikey https://mega.nz/#!oZh3iQpR!js1EvUxEF2j7E4d3Xe0682Mu1BpkMY5Jhucr_XdfbP4 wildman marc mero commissioned by @eplate2 https://mega.nz/#!BQZTWQqa!haeKCzTMByj2yp1zdst2M3KBm7LK3hc2nmfMgn-XlKQ juventud gurrera wcw commissioned by @amazing-maze https://mega.nz/#!sdJjlCaZ!S8IqO3viJkaTAyCV28sNOVGsdICC5juLpLwLRQGVAHU wrath wcw commissioned by @eplate2 https://mega.nz/#!RZJWHKrS!koNFpvA-4XPoxbOmQrb-QDt6fmst8kVG0FiWHVvuEcA Stacy keibler commissioned by @Seattlejedi https://mega.nz/#!cRg3FSxC!2dh2ZnU9KWNUySrwDzGWOVACV206nFsBa3rkmUNlpYg owen hart Danger and alt attire commisioned by @BamBams Universe https://mega.nz/#!dVBTiA5Z!vfNzyt0flJlWhBD9DMpLoz0914HWxwT5BnQ0K0fWcoM https://mega.nz/#!QQATXYZK!Ke3XE97L7haYTUegNElapn24ujDa5BeAgr-z69EsdNg Gillberg commisioned by @chitowns deuce https://mega.nz/#!dZQQGQrK!eIqEfCPavTnzXTH15OY6SPdcbKr-WCyssPkG7Twtcm4 stephanie mcmahon attitude era commisioned by @JonasSlasher https://mega.nz/#!lFREVILJ!5fTAjwK4ZJ6sNa2gN7AdLCSBgJlbYL1ANS7FlXLmnp4 barry windham 2 attires commisioned by @trikey https://mega.nz/#!IdgzFKLY!SAtIyNSkFuBuZYeKvkE9yDH70OuNXhFnQwiMfgp2ACY https://mega.nz/#!xcpDwCKR!DzkTsBiul3cU-L2EsXzefyuBgwfkLzJTaBQ7VxFqfKs Harley race nwa commisioned by @trikey https://mega.nz/#!9EwHQIZK!Ci5Pi1v2CeL3HcGfwoVV8PXIupRpqXHKgz2TylsWTfU Max moon commisioned by @SwitchedHazuki https://mega.nz/#!4R5Qha4Q!TlQjFVI7_DWskKBgmPHVaG4ZI0An9Z_N4-ovtb36sVM hiroyoshi tenzan commisioned by @BlackBen83 https://mega.nz/#!wdJDjAKA!dwROWJ4w07-_T0OCTWVhBH_RlKYhFpM_lnmXwoHsexQ Tomoaki Honma commisioned by @BlackBen83 https://mega.nz/#!ARoyTYRb!FynT6orC9fFWrIFpXUTOJOzhAGhZfdGtLiLuhWN0A5Y jungle boy aew commisioned by @BamBams Universe https://mega.nz/#!REBAAI6A!RB2DjHtvquWdpydZFGBuUoZr5eHTrUF9yvpeU-NH50c high energy koko and owen hart commisioned by @BamBams Universe koko https://mega.nz/#!hB412AqC!r9k0B5_ELOgvZ9ar6J905k7e-TMDRVm1ffEPF9yXNh4 owen hart https://mega.nz/#!kRojCazT!fkgfJMTnzhyFtqd391NoCylQ7GT4K4u2OhvlObT2jQI io shirai commisioned by @Seattlejedi https://mega.nz/file/FMBjhQTY#PlbcQwgWr_5qV342Dt7--feJotMFpXkD8T8Mxag7lk4 kevin sullivan 2 attires commisioned by @trikey https://mega.nz/#!YBglyLzI!AXxFQ2KTNBsftEM8Rjf5ctzgTgav2kDwaXhK20zwoAI https://mega.nz/#!0cohGBba!MqXUp3E8yC5vVM8d1llQJH7LAHsDkZg5LxZRFKMK2Mc Candice Michelle commisioned by @JonasSlasher https://mega.nz/#!tYhXECoD!b6q7bFt31rvcuO0H3MpCtaFdIBJdc2KC1i_xpLIYneA Mr. T WrestleMania I and A - Team commisioned by @BamBams Universe A - Team https://mega.nz/#!IJwBwDyI!lMAthenV0pZ8k37jwdTpS9ufjnHkJB1PJrtEKlO4XSA WrestleMania I https://mega.nz/#!sVRnVIBL!JrSqV7YjX_KNF9GDj4kTxRf1hAKcpZz14kg0qer63ZE Mustafa Saed https://images2.imgbox.com/2f/fd/mlMgIeZE_o.jpg https://mega.nz/#!9cITAAZD!Af5ylHbk5nd6ph3id7ncCKx5k_UwFZEpOpfyRlZCS5M Barry Horowitz commissioned by @BamBams Universe https://mega.nz/file/wUwwBIBI#Ge_bzJV-2URXdpxrU9O5JN5X2i8niwiKGgCAPD3jGeo Gary hart commissioned by @trikey https://mega.nz/file/ZUphSJqA#VHudPgMvcOr5D5QmuSoMDv5DHTWaUF4W4WuU_H2TSnQ Molly holly commissioned by @hunneye https://mega.nz/file/MQgTnLyC#ZF3PVbJcLgJg4oTVC93S8uRoPzbDZ2hOBbdcFqwsPFE Glacier commissioned by @eplate2 https://mega.nz/file/1FpTFYCA#nbcSoyr7ssYRxRTeyeCE4YlKkmy7zzL7TcDTLqYl4Z0 Walter commissioned by @FrenchPlayer https://mega.nz/file/FQ4DGaaT#7uA9zibVl1kK6VVZnikwZAMoed7gylg8mHufqe9VqPg Steve Blackman commissioned by @chitowns deuce Al Snow https://mega.nz/file/lAJGVYjL#vQ7b3iv1x5PFZb8H0Xb9m3QFVbKXzADiEaEskoKy3Hk https://mega.nz/file/NMBE1YLR#CSKqNBRgj9MDMfwf_lXkUo83o-zhUeRn3_2jySFnN_M The Genius commissioned by @SwitchedHazuki https://mega.nz/file/UARBEYRL#5OdE8AzgYX7fezEiPe3otFJRkAO9uoEluH99OTpp5NM Glacier Entrance attire there is minor glitch in back part of the attire tried it fix but no matter what i do it still gliches if anybody still want to use it use entrance with less arm movements https://mega.nz/file/tVgxkDzD#84jqz_3DNqlDwtUjtaIRLSWmWeOdKSDRnce2YEPSubU krusher kruschev commisioned by @trikey https://mega.nz/#!RQJRQK5b!ZzyLRgSEjZ8Ux3OOZ7lkCc7eN3Gex6-sbtKHZZ2HEzM jerry blackwell commisioned by @trikey https://mega.nz/#!cBZRQazY!ebh_-q7zX07T_c0299QglC2OikLOHku_VYoajgc7-oY Norman the Lunatic https://mega.nz/#!hRJG0SwK!fOr-nA1dtB3S3S67yOCPbDC5tRFvSm6rwpo1sC1IYTY Heidenreich LOD commissioned by @likemike023 https://mega.nz/file/kYxnCaxI#j8qd3M0HTKAg9EHtblXHK2OUhavA1newjz0SGXoqhJ4 snitsky commissioned by @likemike023 https://mega.nz/file/sVRQTSoD#9hKOB_sMz6DdXuUleQNNhfQxLviBiqpBqkzbGRxVrVc Gallus Joe Coffey & Mark Coffey commissioned by @DZParagon mark https://mega.nz/file/4ZIiFQzK#XdIVxzC39UjgmkPDIWDqJ9Yl2a91xwcY_HcbtCInJwI joe https://mega.nz/file/lAAElSoQ#i3CUJy0n6MslRBlT71U2_RnTq2CBqznXBxZlB90AYgo Mighty molly commissioned by @trikey https://mega.nz/file/lEZFTCRZ#Qufc5yHJzhdBlyXKNLzU5W7ttM-E9Vg_L2RNadfDC8M Goldberg WCW commissioned by @amazing-maze https://mega.nz/file/FdZR2AgA#Tve-eYIE-PLJ4oB_821VqFs3SIS3hyMqZaz9WBVgAes Mickie James WrestleMania 22 commissioned by @amazing-maze https://mega.nz/file/lEJhWAAa#NttwLepzTtwq28r8bQtivFNKFNo1ZEKeU8xfz47umwU Hollywood nova commissioned by @BamBams Universe https://mega.nz/file/FIxwWCIR#hL0w3Js70h6DBW2ks7F1p5aDn3aijxTlRsYApsHZDK4 Tony atlas commissioned by @trikey https://mega.nz/file/ZVpXQTqJ#GLDO_LO9w5I3sxrs-WdP3iIc4zLpvBvWRityydZYOCI Mideon 2k19 commissioned by @Gaming2222 https://mega.nz/file/IcxBwC5A#NAP9mlFNlOuidPVAH_UQQer4VjJYtXR4HTqaWqodWd8 OEDO TAI Kagetsu commissioned by @ BlackBen83 https://mega.nz/file/sYYjGSgD#2Zbx753xB8yjZu_cwvLJiyKCBH49KzYwMMEWsHfWPug OEDO TAI Hazuki commissioned by @BlackBen83 https://mega.nz/file/MUoG0YhL#eUd13tPejSxcnlI9DZmUsVLI_58l1u6661EenLUNcKc young Hulk Hogan https://mega.nz/file/sIQz3ACZ#kVSFvmO5uBN-FZG6PtvyptGr8UpFQhEaZYcD8E8e5vY Rocky Johnson https://mega.nz/file/BEgxnSCD#06nUpmZXIg5tSgm3jhMEIxk089r9obS4dOrmkRhb3G8 Bronson Reed NXT TakeOver XXX https://mega.nz/file/EJAHHSzT#5IiT-R1692qNbWUsC2n0DCr7yFM0cEn-EUQKUDPVs-Q santos escobar https://mega.nz/file/8NBAzSZK#q2HYqhxooQezOn8Y_7tWbepR6H5d4MJV0YhV67sjd68 High voltage wcw rage https://mega.nz/file/RM531JbZ#3W2q9pKHRD-jEx6hs19Kl5dxYu1Z4BdJVTvEPdjRUjc kaos https://mega.nz/file/oUxHxbIL#AftURBlosGUSDNKgr80vNr6N2inzrlRhKfcx8ioUcCU Mantaur https://mega.nz/file/dUYlgaqC#fRMX_CGyxKrG2wLp-p_Kgh0KUXJ8z9yYBPDyT5GbYDU Muhammad Hassan https://mega.nz/file/dYIjQYbQ#GjOo95mzsva_pNcZ9F5P6pt-ip25Ls-u7Eu1-ewR-lw Mankind Brown fixed,updated, https://mega.nz/file/1Z5X3ARS#jtEwMRoNZ-CbmuY2R5pBJmWmqC-sCKEeR7mDZQsAdOs Junk Yard Dog updated with animated chains https://mega.nz/file/BRQH3CyQ#3V-oNd3-kYZhwVyhY9qK7QtIaI9Z5UY0Mj4-qlVrLck Right to Censor Ivory https://mega.nz/file/FdAGGIwb#2C3V6QzbwRA5rai7B0AvJ5OnaehdRaDG0p7mGw4YyzY Godfather https://mega.nz/file/BVJ3yQQL#Xh5Yvl5xlh4bOEzdRxpKz69_vWDK0aUvY9xwXpVkDHI Loch Ness WCW https://mega.nz/file/kJ4E2A6Z#JNrZgYIMjD8Mn7prLOVuOeKIdyhDuxtgdmYdt8brPA0 Rob Van Dam https://mega.nz/file/4Zp0BazK#F-5ogOdOOEDWUOkGTYUb84n_VetNKxRFlMUpgK59zR0 Terry Gordy https://mega.nz/file/tA4zUK7a#iH2bJZFPCHQH8vtYmGBcbeu42QFuoH_pRXL2Snvlp7E Bruiser Brody https://mega.nz/file/0dhlCTiB#JPN4K8tGy-FpMwO5Pmxk8Nkhc9MagkB7RXiWmODPG_Q Mike Awesome https://mega.nz/file/NYZFHYyA#aGJG2GPHHXJE3xPc9vXOMkbqqQUxqBRgXeYl7yCuV2o Akeem "The African Dream" https://mega.nz/file/dZg3BYwT#cPWnSzixF91mao_pkoGKS8b33OjPb6l0JahY-YLexm0 One Man Gang https://images2.imgbox.com/9a/1e/GTG7g44D_o.jpg https://mega.nz/file/0A4STbKY#L_LBTnrc9lw2nPCyGklnzr4EZeR6Uo5QVnFReOc9vRY The Rockers Shawn Michaels and Marty Jannetty marty https://mega.nz/file/FUYBGQYZ#aq5-OKojOob1mu0nD-E7dyfY_SxF411DsjCEi7Vd7I8 shawn https://mega.nz/file/pRJlGSzT#CeFJSw4pvkxZxZ4FjNewi4QxGk6ZOYIflktjF1yo_dU Moondogs commissioned by @BamBams Universe https://mega.nz/file/tJBnzYoY#cs1-wPkL48Xkpy8LZMfPMzrPZiEjTPIj1ExqcAsR5UU Aldo Montoya commissioned by @BamBams Universe https://mega.nz/file/lYACzIhS#g_uxkv2eebZbG3HHUYAoeEZcnw2WEIIg8PQffclrk7Q The Barbarian commissioned by @BamBams Universe https://mega.nz/file/IFAVASqA#HYTP9by0xXOZaeg8Fa6sQ5HDks6R2nm6pghJfWzmqII The Bodydonnas commissioned by @greenmanrob https://mega.nz/file/cJpQBajD#qQYJXH8tj-7Baki7Tlf__uccx-21PJ7W8HK2SeFx0rM Ophidian commissioned by @Vankoff https://mega.nz/file/kYJAHKwA#RXUa5CKFXP1hNe8P6gjIw74XERfvs2d-BIlM8XDigC8 La Résistance https://mega.nz/file/1UADFI5Z#s1Ix9S8-XGj4NkKGMU6R5rINUzIgLSoz25NezfyFjFE Fabulous Moolah commissioned by @trikey https://mega.nz/file/lRxwQTpC#JdTQ8iBWY5z95VxgSAMMW7hsvr714TRKLPUZhGooTbU George "the Animal" Steele With Green Tongue commissioned by @BamBams Universe https://mega.nz/file/lRgQRSxD#t0Y3eGqDEO9vuw7GXP0347fDDMsmTp13PJHPsjTUORQ Balls Mahoney commissioned by @Slim0thyJames https://images2.imgbox.com/ff/de/vtfB7XNa_o.jpg https://mega.nz/file/5ERwmTBa#sPD4qKuqZ03JmIKQCnaXUzNsnrGDZzFyNPREj85dSak Wendi Richter commissioned by @120grandmaster https://mega.nz/file/JBQwHLYZ#-Ip0xSM_T1AMcce6FQ0tXp7D3Za9HnI0UjwT7QHkee4 ken patera commissioned by @B4G.TV https://mega.nz/file/FMgUlCZC#kF4hfW130-vghEPwMgsG3nx3SUxQIWCmkuWqGebztUE Hercules Attire 1 commissioned by @BamBams Universe https://images2.imgbox.com/4f/ba/AOpGOgoI_o.png https://mega.nz/file/RFomHKzJ#yiO34usDvTaQzFfkG8HYD9oWoneNMX1IQLXbv_1OtVs Rhyno EcW commissioned by @El Guapo https://mega.nz/file/QZgQDZpD#mL3N4Y4E9ePlFGn7lbO3nr5K-2SnAZYWOynfl_IneG8 Power & Glory WWF 1990 https://images2.imgbox.com/b9/06/SNczuPEc_o.png https://mega.nz/file/QJQyVT7R#iVRNY9S4mLg2D_ZpO2o_6pRhW55neViqWpcwbNVcJv4 https://mega.nz/file/BAI2xTyS#4hcHDL87P2f7gHNoQhB6GEUMLCiE8GPQPvwJnj7b2H0 LEGION OF DOOM - WWF 1992 Golden SummerSlam Attire https://images2.imgbox.com/fd/83/EN62D5Fg_o.jpg https://mega.nz/file/wdhkAarQ#Fvvk8FZr_SeH9AeolRunOF1c5JgIRNOTvUQjFQ8vhEY https://mega.nz/file/oc42GCqT#9fTxb54eDKUdkM0Gp2WwGrIbAUss6Ss0lYw-evRx0GA Power & Glory WWF 1991 https://images2.imgbox.com/12/95/fGZJdJBA_o.png https://mega.nz/file/cQwiwYQT#f9iMpZYqGTwIPinvqzakEAhh2FF09q0wcu03c4TP95A https://mega.nz/file/BUoWmQxL#hCc2sPDKevB37HqCo3DgMM0vkU0xCD4BsQLSKFRx-vw Velvet Sky Tna https://images2.imgbox.com/28/f6/LNksfWzD_o.jpg https://mega.nz/file/QJhHGQiQ#R5HOS-bRvvM_BbSRDdL9zrv892LdrYSHfyuIXspS7zg LEGION OF DOOM - WWF 1992 Red Attire https://images2.imgbox.com/fc/f5/Rrl2oX1G_o.png https://images2.imgbox.com/ed/41/EMdiPSe4_o.png https://mega.nz/file/AMoyxSxR#ziLZcD8cZve4xM-vhPUqG0swvIR2aUxzPS8arrD-ef0 https://mega.nz/file/cRwkCaZI#BjQyYUFYppNstqeOwmG5P2a7MGCNCMZV2mUvqtQk_wQ DONATIONS :If you like my work and would like to donate to me then you can do so here: https://www.paypal.me/Leonrick I also accept commission based mods. I will make custom mods of the superstar of your choice for a donation. Please ask via PM.1 point
-
New to this site but not at making CAWs. I created a lot of wrestlers back in the PS2 days but now I finally can do it on the latest wwe game! I hope you guys enjoy! Tags: DUDE LOVE MANSO EL GANSO WOLFDX TAGS: TOMMY DREAMER MANSO EL GANSO WOLFDX TAGS: RVD ROB VAN DAM MANSO EL GANSO (Wrestlemania 31 Undertaker) Attire 1 Attire 2 TAGS: HOGAN HOLLYWOOD MANSO EL GANSO TAGS: THE FIEND BRAY WYATT MANSO EL GANSO TAGS: MANKIND MICK FOLEY MANSO EL GANSO TAGS: CM PUNK BEST IN THE WORLD STRAIGHT EDGE SOCIETY Enjoy!!1 point
-
Hardy Boyz from '99-2000. Someone made them in 2K18 but their models crashes in this year game. Also dont mind seeing a Billy Kidman1 point
-
Ahhhh ok thx Great Josh Woods!1 point
-
No there will bo no CH injected - They will all be set as the test model. @TheVisitorX is making an all in one installer for this mod which will be awesome. You will have to inject your own CH with CCT - Everything else will be in place! All HD Renders, Stats, Tag Teams, Managers, Themes, Pofos, Movesets, Entrance and Animation EVTs & Menu GFX. It allows people to inject which ever version of a CH that they would like to use. I am not using anything of anybody elses apart from the tools to create this mod from @TheVisitorX ( CCT & Sound ) & @tekken57 X-packer.1 point
-
I'm confused, this doesnt contain the actuall mods right? Alot of these mods dont even exist. How will we use this if the mods aren't even made? Are we still going to have to manually inject individual pofos and movesets as far as the general consensus there isnt a plug and play for bulk injections. I'm as excited as everyone else is but just a little confused as to what the end user should expect. I just released crush. Took me 17 hours to make it. Now I see hes on the new list. If you didnt personally make all of those ch mods on your list the end user is going to have to find them and not be able to discern which ones exist or not. And you cant include others work or advertise without consent.1 point
-
Added to roster - 123 Kid, Bret Hart WCW, Bushwackers, Crush, Sensational Sherri, Jim Cornette, Jeff Jarret Retro, Scott Steiner Retro, Kane ‘01, Rocky Maivia, King Kong Bundy, Tito Santana, Jazz, Jim Duggan, Giant Gonzales and DDP WCW.1 point
-
It's extremely easy, just put all WrestleMINUS files in a folder somewhere, then when you first open it will ask you to locate your WWE2K19.exe file, after that it will ask you if you want to incorporate some other files that are found in X-packer, etc. you don't even need these for what you are trying to do, so you could just say no for now if you want. After that stuff is done it should look like THIS, then you just click the little + symbol to the lift of WWE 2K19, now you can navigate the folders/files of you install directory. Now just go to THIS FILE and then you have to click on THE SHOW TAB. Now in this very first row that is highlighted you just need to go over to the "Stage" column, double click on it, type the number 1, PRESS ENTER, and then click on Save Changes. Now go to your WWE 2K19/pac/root folder and backup or remove the .bak file that was created by WrestleMINUS. If you want to change the arena name, just double click on THIS BOX, type 5483, PRESS ENTER, and then save changes(you have to have the Super String installed). If you ever get an error after pressing save changes, it's because you forgot to reopen the file on the left after the first time you saved changes If it still doesn't work after doing this, see if there is another misc01_start.pac file in your WWE 2K19/mods folder somewhere. If there is one, you either need to edit it in the same exact way, or remove it.1 point
-
I have nearly 200 spare slots so perhaps for version 1.01 I could start adding requests . V1.0 shouldn’t be to far off 👍🏻1 point
-
Renders, renders, renders!! 📸 In game model renders are sick and there's been some really great work on them this year but for those who prefer "real life" renders, I offer an alternative! The overwhelming majority are old school guys but I do keep up with the current product so you'll find lots of contemporary stuff too. All different flavours. Plus, with the amazing CCT, we now have the benefit of rendering each alt attire! So I've also been sure to work on several different versions of guys (and gals) so you can mix it up to your heart's content. Variety is the spice of life! ♨️ Here's a preview: I've worked pretty hard on finding and selecting the best possible pictures for each guy, which can be daunting considering my old school bias. Nonetheless, I'm satisfied with what I've been able to compile thus far. While most come from google and the talented folks at Deviant Art, many of the renders were personally scanned by me from old magazines so you might notice a few exclusives in there. I hope everyone enjoys! Let me know if anyone is looking a bit wonky. Still putting some final touches on a few of them so I'll have some links posted soon! 😀 Credit to @WhereTheFdidTheEgo and co. for the sweet golden era skin. 🙌1 point
-
Wellllllllllllllllllllll It's the Big Show 🖐️ 2003-04 Look. WIP.1 point
-
WCW Warrior Updated! Huge thanks to @AznBlusuazn for fixing the boots and tassels animation for the WCW Warrior mod. I updated the pack and added it to the download link. WWF Greg Valentine - Rhythm & Blues Attire Released! Requested by @MatMania - this one replaces the default Greg Valentine with his Rhythm & Blues gimmick attire.1 point