Jump to content
 

Leaderboard

Popular Content

Showing content with the highest reputation on 05/12/2021 in all areas

  1. 4 points
  2. Alright, this is the first OFFICIAL release of my SvR 2011 PS3 mod called "WWE SvR Ultimate". It is the most up-to-date version that I restarted back in early 2022 and I have been working on the past few days again. Up to this point now where I'm comfortable with releasing a "first beta" version of the mod. I've now decided to do that first of all because of the general lack of PS3 mods, and secondly, because I could tell by what's been going on in this thread, that there is at least some demand for this mod. Including the "leaking" of an earlier version of the mod back from 2020 that I wanna address. It was solely meant for a bit of playtesting the mod online together with a friend, which then got shared with another person which I didn't really mind at all, but obviously, this version was never meant to be released publicly. It wasn't with my knowledge or with my condone shared here and in discord servers, which is why I had the posts here related to the "leak" deleted and locked the topic because of it up until now. But yeah like I mentioned this is like the first beta version release of the mod, simply because there still is a lot of stuff I wanna add, but as it is with modding it takes a lot of time, but I don't wanna delay the release of the first playable version of the mod even more, since it's already been nearly 3 years. Of course what would really help me then are bug reports and recommendations on what to change or add to the mod. So yeah as of now that's the content included in this version: - Added all missing characters from: SvR 2010 LOWM SvR 2009 SvR 2008 - 3 characters added from SvR 2007 - every single one of them added under the DLC tab including NPCs - Divas set as male, also added under the DLC tab - added renders - added titantrons - few added entrances from SvR 2010 - custom themes - shine & redness bug fixed for the 09 & 2010 models - AI fixed for every added character Future updates will come which will include additional attires, ported arenas, more entrances and hopefully more characters from SvR 2007 as well. And again, to make the mod better for everyone I would appreciate every bug report and recommendation on what to change or add to the mod. A "how to install" txt file is included in the download. Enjoy. DOWNLOAD https://drive.google.com/file/d/11lNEEka-Gt6awTl59ZsuwNWVdKnz03xl/view?usp=drive_link Big shoutouts going out to yumboy11, littlebase631 and xtremebrett - while I was watching the progress of their project on the Xbox360 they really got me motivated into doing this!
    1 point
  3. Alright... I get a lot of PM's and questions that I don't ever really have time to go in-depth about so I'll do it here. I've put together a "memory sheet" of most of the arena stuff. I'll explain it here just so everyone can see and not PM me. Not being a dick but I don't like explaining things to people, and they realize how overwhelming this is and it ends up being a waste of my time because they're now uninterested in doing the work. Due to certain things if I did want to help, a lot of the time I don't have the time to break it down, so I'll try here https://docs.google.com/spreadsheets/d/1g6KoexP8TmkiKRZ_IvB0MclGmQEQ7Nabw94IY4eePQA This sheet has everything from Entrance IDs, Asset IDs, Menu Renders, the 02 file, as well as other things I'll probably update when I get more free time. I'll start with the 02 file. This file is in the misc01_start.pac. This file has a lot of things in it as you know now. This sheet will breakdown most of what's included in it. You can also use @pozzum's wrestleMINUS app. It has a built in 02 show editor in it. I know that a lot of you have been asking about adding new arenas and such. That is possible though this file. If you open the 02 file in poz's tool you'll see something like this: The first 2 columns are pretty self explanatory. This is the string. You can alter that to whatever you want in the superstring or whatever string you use. There's a ton of arena names to choose from. The first SelectNum is the arentrance#, the second is the transition video. If you wanted to link a slot to a hidden arena you can just change the first SelectNum to whatever slot you want. With PACH files you can go from 00 to 99 (that goes for everything, arena assets if you want to make completely new aprons, ringmats, ropes, turnbuckles, mintrons etc). So if you wanted to port something, say Halloween Havoc 96 from WWE 2K16, you'd just find a slot you want to use and point it to that arentrance #. There are a bunch of SDL's in the 02, those are placeholders in the event 2K decides to add more arenas (like GBOF last year). You'll see they have weird SelectNum's. Halloween Havoc 96's entrance # is 65 (And arentrance00065.pac isn't used in 2K19). So just change the first SelectNum to 65 and the transition video... you're gonna want to change that to something that is in the game. 24 works because it's the generic WWE 2K19 transition. If you change that number to something that isn't in the game, the game will crash. If you did this right, you'll see your arena in the menus. The string name will be there. There will be no logo, nameplates, locator videos, or replay graphics but the arena will load and be functional. Until I, or someone else figures out how to add these menu assets to the arena files, you can just create a show for these arenas. Just mod the Create-A-Show files to create your stuff, if you want to port old files from previous games. If you decide to do this via hex, you'll have to convert those numbers. It's not 65 in hex, it's 41... It's not 24, it's 18. Other things in the 02 file are self explanatory. The colored columns are ones that have identified. They're also ID'd in poz's tool. Stage for example. I've explained this before but the numbers dictate the geo of the stage/ramp. 03 = SDL, 02 = Modern Raw, 01 = Classic RIW type ramp, 00 = Flat stage. Crowd fighting is self explanatory. Screen filter is a big one. You can use bgeffect and you'll notice the filter is gone but you still have a yellow tint in the classic arenas. This gets rid of the tint and the filtering. Just match the values of a modern arena to a classic slot. BAR is barricade geos. This dictates how the barricades look. Say you want to get rid of the commentary booths from ring side, you'll want to use maybe Modern Raw or NXT's BAR values. When you edit this your commentators will still be there, but the barricades will close it off. To get rid of the commentators and the booth, what you'll want to do is look at the WPAR file. It's location is shown in the WPAR section of the sheet. You can just copy the values of a Modern Raw or NXT to the slot you want and that will either move the table and announcers to the stage, or remove them completely (NXT). With porting arenas from older games you may realize that when you move around the ring or on stage you warp around. This is because of the fact that the older games don't account for certain geos, like crowd fighting. To fix this you'll have to fix your arentrance files. Inside them there are 2 files (WWE 2K16 & 17), the 03DA and 03D9. You'll have to inject the file from 2K18 or 2K19 that has the same geo that your arena has. Depending on the setup, there may be clipping (if you have something like WMXV with a geo from a newer game) but you won't warp around all strange. In the event you're still having problems, you're going to have to add 2K18 or 2K19's new files for geo as well. These are 047E and 047F. You can create a new PACH/SHDC or try and use PACH/SHDC Adder. The Arena Misc file seems to have kept a lot of the things from older games for the arenas that are no longer in the game, so if you want to port something it is best to use the arentrance number that the older game used if it's not being used in the current game. An Example is the Halloween Havoc 96: It kept the information so I didn't have to do anything to the misc. It's probably the same for the other arenas. The color profiles as well. I can explain this in depth later, but you can mod the color profile in poz's tool. Each slot has a profile of 4-5 Colors. You can assign those colors by opening the prm_ar_lg_color.pac file (just do a directory search to find it). It's just hex colors you can input your own colors or use the ones from other arenas. This should get you all going. If you have questions, ask them here and I'll try to answer when I have free time if it needs to be explained in detail.
    1 point
  4. Hello everyone, recently I found a ton of Superstar, Arenas and Game Saves for WWE 2K14 in Xbox 360, and I'm thinking about starting a project, creating new content based on the new wrestlers and promotions of the last few years. Also, I'm more than disposed to share all the things I've found, like the PUR3 program that allows you to put any wrestler or arena in a Save Data file, it works for me in RGH. If anyone is interested in helping just let me know, my regards from Chile!
    1 point
  5. Do you think it's possible to edit Edge's MITB entrance into a singles entrance without the briefcase so that it would fit for Edge's 2002-2004 era
    1 point
  6. I had added AJ Styles 2k18 entrance and the John Cena 2k16 champ entrance to the additional update pack. You will find additional details on the strings you need to add on the page 1. The intro voice is injected into the ramp file 013700 (Will be listed as JOHN CENA CHAMPION ENTRANCE 3 if you add the new string)
    1 point
  7. 1 point
  8. It would be great if this problem can be solved, newly added GFX content, currently only the WALL part can’t be displayed completely, and other parts can be displayed completely.
    1 point
  9. Hi, No way as the dlc files are not in the uploaded 2k19 file archive. Here is a copy from my game https://mega.nz/file/0JBBjYZS#NZTYLDncYK9_tPIHaLnGC3Bj0OH0xAmIqCEk6BPCx0E
    1 point
  10. 1 point
  11. Hi , what program/hacking tool You used for modding this Game on PS3 (? I ve see a Lot of hacking tools and mods for Xbox 360 like the svr 2010 editor v3 but for PS3 I can't find something like that I would like to change the divas and caw divas gender to make intergender matches , please if You have a link or something about the hacking tool for SvR series on PS3 just let me know I Will apreciated that
    1 point
  12. UNFORGIVEN 2003 RELEASED, DOWNLOAD LINK IN MAIN POST
    1 point
  13. SURVIVOR SERIES 2003 RELEASED, DOWNLOAD LINK IN DESCRIPTION
    1 point
  14. Most of my free time is updating the older arenas and making them all 3d with new objects. Here is The Thunder variant for @Gaming2222, but being remade in all 3D. My next big update will show these types of changes to many of the ERAS arenas.
    1 point
  15. THUNDER '99 VARIANT >> DOWNLOAD For @Gaming2222 - Assets and help by @summerslammer & @mattfick - Thanks boys. Sorry I have had barely anytime for fun the last 2 weeks. Will have a bigger update next time.
    1 point
  16. after days and days of trying to fix my issue with the MnLayHd.pac i decided i wanted to create my own brand logo's in the Universe mode so here's a quick and easy way of fixing the alpha layers so that they appear in the game properly
    1 point
  17. An ongoing project to create some of the interesting attires from Attitude Era that I loved. If you showcase a mod, please credit Please include the download link so that others can find it and enjoy it _________________________________________________________________________________________ Shane McMahon Attitude Era 5 Pack (Released) Wrestlemania 15 Summerslam 2000 Wrestlemania X-Seven King of the Ring 2001 Invasion IMPORTANT - huge thanks and credit to BRONXBX for porting Shane's 2K16 model and creating a new 'young Shane' face texture for this release. A real game changer for this attire pack, thank you man. Download: https://2kmodz.com/file/c66fd05a124d2db8502c917a774dc739 _________________________________________________________________________________________ Kurt Angle 00-01 9 Attire Pack (Released) IMPORTANT - huge thanks and credit to tekken57 for allowing me to use his 'Young Kurt' mod as the base for this attire pack. Huge thanks to Alclegacy for his KOTR 01 texture and AlexFaz for his flags kneepad texture. 'Big Star' from many Raw / Smackdown shows in 2000 'Crowned Diamond' from July 2000 Fully Loaded 2000 Summerslam 2000 Armageddon 2000 King of the Ring 2001 Summerslam 2001 Vengeance 2001 Wrestlemania X-Seven (default 2K19 attire with new Young Kurt model) Download: http://2kmodz.com/file/35f9c19c8f705756ee2181b7d430936a
    1 point
  18. Okay so, I really don't know why, but it seems like something doesn't really work how it supposed to. At the moment I'm trying to import the DLCs from SvR 2009, thanks to Swooog! Vader (ID 246), Doink The Clown (ID 247), one of the Bushwhackers ( ID 259/260 don't know which one because I don't have him in the game at the moment) and Super Crazy (ID 270) work fine. But Earthquake (ID 253), one the Bushwhackers (ID 259/260) and Charlie Haas (ID 264) don't work, because they don't show up in the game. That's how it looks like in the game: It just doesn't make any sense to me, even when I imported all of them only the ones I mentioned worked. Then I tried Sandman (ID 171) and Bobby Lashley (ID 120) from SvR 2008 and they didn't work either. I thought maybe I reached the limit, but when I tried to replace them with Super Crazy they didn't show up. Maybe the IDs were the problem but why should Doink The Clown (ID 247) or Super Crazy (ID 270) work but the other ones in between them not? It's just so weird... Maybe somebody has a solution or explanation for this. I just really don't get it why that damn Super Crazy works but all the other ones not. 🤔
    1 point
  19. Progress update I finally achieved to replace movesets for the added Superstars with the preset ones that are already in the game. So the following added Superstars have now their real movesets: Shane McMahon Paul London The Brian Kendrick Lance Cade Trevor Murdoch Big Daddy V Elijah Burke The Boogeyman Hardcore Holly JBL Carlito Umaga The Great Khali Mr. Kennedy Trish Stratus Jeff Hardy And I added Superstars from SvR 2009: Ashley Big Daddy V Candice Michelle Chuck Palumbo Curt Hawkins Elijah Burke Hardcore Holly Jimmy Wang Yang Lance Cade Paul London Snitsky Tazz The Boogeyman Trevor Murdoch Victoria But if anyone has the DLCs for SvR 2009 I could add some more, like Vader, Doink, or Super Crazy. Sadly I can't find it anywhere... And there's an obvious problem compared to the other models. They all have a shiny look. As long there's no fix for that, you need to enjoy guys like Big Shiny V.
    1 point
  20. I guess you're confused? FYI - At Summerslam 1993 Yokozuna successfully defended the World championship against Lex Luger. This victory of course coming on the heels of defeating both Bret Hart and Hulk Hogan in World title matches only a few months earlier (WM9, KOTR 93 respectively). So 1993 is the year of his royal rumble win, the USS intrepid slam challenge and both of his 2 world title reigns. On top of that, at Summerslam 1993 his announced weight is 568 lbs. Oh, and he has strings on his trunks in every single one of the aforementioned matches. Fast forward to WM X, March 1994 and Yokozuna is defeated by Bret Hart for the world championship. He does not ever regain the title and only appears in 1 main event again, at Survivor Series 1994, where he loses to the Undertaker. Beyond that, he is shuffled down the card, teaming with Owen to win the tag championship in 1995. No strings for any of those matches, if that makes you feel better 😉
    1 point
  21. Thank you for this perfect Godwinns 😎
    1 point
  22. Title says that Dino Bravo was released, but I can't see a link for him. also can we get a version of Dino with brown hair? Here is a picture of him.
    1 point
  23. Actually first 3 Earthquake attire textures were mine, I forgot 😛 Looks great!
    1 point
  24. Briscoe Brothers already done just havent released the mods Warlord P. O. P Slick HayabusA Justin Credible & Lance Storm ECW All these mods Released at first post Enjoy Remember to say thanks if you use my mods also thanks to @squaredcirclefan for The Warlord Update sceptre to use it as add on object download new the updated link
    1 point
  25. Warlord P. O. P done Tomorrow I will release all the mods I previewed this week Hayabusa, slick, warlord P. O. P, Justin Credible, Lance storm
    1 point
  26. Warlord power of pain new face skulpt and texture
    1 point
  27. will u be releasing this bearded warlord? I like it better. thanks a lot , Powers Of Pain ? I got good logos if u need, holla..
    1 point
  28. Lex luger American Hero
    1 point
  29. Penta el Zero M Released Thanks to @AznBlusuazn for fixing the mod for 2k18. here is upcoming mods still wip Gangrel Virgil 2 attires Jerry lawler retro Bam bam bigelow Blue attire Mega maniacs Brutus beefcake hogan is still WIP for preview using @LouEvil76 2k16 mod
    1 point
  30. I had a freaking stroke reading that entire sentence.
    0 points
×
×
  • Create New...

Important Information

Terms of Use Privacy Policy Guidelines We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.