Jump to content
 


me man

Recommended Posts

The pofo looks similar. Slots have changed. Character IDs seem to be for the most part the same too. You can still load NPCs. Some work, one froze my computer. I'd imagine the arena IDs are similar.

**As of March 23rd, 2023 the pofo has been almost completely mapped out, thanks to Nyan4Krunex his findings are in the main data thread, WWE 2K23 Data Breakdown and Analysis

SUPER POFO 2K23-

Full, including CAW slots and Cheatengine Header- https://drive.google.com/file/d/14Mrebqk_3TDVSZDVrAIcBZmALQE0R_ek/view

 

Trimmed, omits CAW area, Superstars only starts at first byte of the rock (slot 100) - https://drive.google.com/file/d/1eetsdPeYMir6pDig65-nbA-kTvMR_ipC/view

Starts at the beginningt of Rock's pofo (slot100) 64 00 64 00 1A 01 00 10 00 00 C6 24 9F 71 E7 09

 

Superstar pofo data seperated into slots, one file for each superstar - https://www.mediafire.com/file/7n3t2ibvd5a5dpq/WWE_2K23_(Pofos).rar/file

Thanks @SYCOGRIM07

 

Pofo trimmed to superstars only, with all characters unlocked- https://drive.google.com/file/d/1uxHB2ytp_E2WzrHcoaFg9wuz6vjytWqE/view

Load this at the address where the above starts to unlock all characters in the game, including NPCs.

Some work, some don't. They can all be forced with character ID at the select screen. some will crash the game.

 

Useful resources-

 

Confirmed data will be posted here: https://smacktalks.org/forums/topic/79304-wwe-2k23-data-breakdown-and-analysis/

 

Character ID list https://drive.google.com/file/d/11dTewNf8H5ruWH7Ifbqw-4XqMMvjSiIK/view

 

2k22, not 2k23 character ID spreadsheet  - https://docs.google.com/spreadsheets/d/1t2UK5qzkw8qqJhV1ZD7U61VYCJThjswcxw4c4YJH3I4/

 

NOTICE: In this thread, we're discussing mods via live memory edits. I've had no trouble tinkering, but If you care about your saves, and are the least bit concerned, back them up. Also I don't know what 2k's policy on any of these mods are, so If you use a modded save online, you do so at your own peril.

Edited by me man
status update 4/11
  • Like 3
Link to comment
Share on other sites

Can you give us something to start? Like a part of any character's pofo long enough to find in CheatEngine. I'll probably be able to figure out the rest if the pattern is similar.

Link to comment
Share on other sites

On 3/17/2023 at 4:44 AM, Kasumi said:

Can you give us something to start? Like a part of any character's pofo long enough to find in CheatEngine. I'll probably be able to figure out the rest if the pattern is similar.

Like I said it seems (haven't really checked it out too much) same as last yer, with different slots. I think the first bytes, in sets of two are id, slot, id. I took a pofo from an old game, and searched for I think the 5th-9th byte (byte04-byte08) and that was enough to have only one result. Of course from there, that individuals pofo starts 4 bytes earlier.

I had thought about finding the start and sharing the "super pofo" but I was lazy. I'll do it later if no one else does.

Edited by me man
bit-->byte oops also was bytes 4-8, the 5th-9th
Link to comment
Share on other sites

20 hours ago, me man said:

Like I said it seems (haven't really checked it out too much) same as last yer, with different slots. I think the first bytes, in sets of two are id, slot, id. I took a pofo from an old game, and searched for I think the 4th-8th byte (byte03-byte07) and that was enough to have only one result. Of course from there, that individuals pofo starts 4 bytes earlier.

I had thought about finding the start and sharing the "super pofo" but I was lazy. I'll do it later if no one else does.

Not super pofo, just any character's pofo piece so we can open address in cheatengine and scroll and find the rest. I guess we can just go through character select mode and see what flashes but it's a headache really. I remember knowing just ONE character in 2k22 let me see the one above and below and interpolate to most of them.

Link to comment
Share on other sites

Can still change characters at select screen, all that's needed is one id, switch to someone else, search "changed value" and you get three results, one of which changes after selection.

I have a little time now. Ill fire up the game and give a character pofo.

Link to comment
Share on other sites

Okay, I had better luck only using 4 bits. I guess the exact bytes to search depends on the superstar.

Here's the beginning of the stats on the Texas Rattlesnake, Stone Cold Steve Austin.:

65 00 65 00 65 00 58 0F 00 00 E4 8A C1 72 E4 8A
C1 72 23 E8 56 96 ED 72 98 5A 32 1E 07 7F F2 37
46 02 01 00 00 00 00 04 01 00 FC 00 02 00 00 00
00 00 00 00

He is both "slot" 101 and "ID" 101. Many superstar's "slot" and "ID" differ. The "65 00" means 101, as before, the 65 is the lesser value, 101, and the 00 is the greater value, zeroed out where 01 would add 256, 02 would add 512, etc.

As I said a lot of the pofo bits for previous games are the same.

Have fun.

  • Too Sweet 1
Link to comment
Share on other sites

It looks like they got rid of a lot of the zero filling. Pofo size this year weighs in at 234 bytes opposed to 672 bytes last year.

Pofo size is inflated this year, to 712 bytes from 672 before.

Edited by me man
I was wrong (and too fast to type it in)
Link to comment
Share on other sites

4 hours ago, me man said:

Okay, I had better luck only using 4 bits. I guess the exact bytes to search depends on the superstar.

Here's the beginning of the stats on the Texas Rattlesnake, Stone Cold Steve Austin.:

65 00 65 00 65 00 58 0F 00 00 E4 8A C1 72 E4 8A
C1 72 23 E8 56 96 ED 72 98 5A 32 1E 07 7F F2 37
46 02 01 00 00 00 00 04 01 00 FC 00 02 00 00 00
00 00 00 00

He is both "slot" 101 and "ID" 101. Many superstar's "slot" and "ID" differ. The "65 00" means 101, as before, the 65 is the lesser value, 101, and the 00 is the greater value, zeroed out where 01 would add 256, 02 would add 512, etc.

As I said a lot of the pofo bits for previous games are the same.

Have fun.

Thank you very much! I know that I could swap characters myself but I am very noobish to using CheatEngine, you're obviously more experienced with that.

I see the part that I need, 01 00 00 00 00 is playable byte, three zero then gender. For managers, I'd look for 03 and change it to 01.

The one right after the first five or so addresses (slot and ID) was the height/size byte in 2k22. Need to try hotswapping that for giant or mini characters. Thanks again!

  • Like 1
Link to comment
Share on other sites

Glad you got it done. You could check here https://smacktalks.org/wiki/index.php/WWE_2K22_POFO_Breakdown and see if it's not the same. A lot of it is. Also, if a mod is reading this, it's probably time to start one for 2k23.

Here the pofo extracted: https://drive.google.com/file/d/14Mrebqk_3TDVSZDVrAIcBZmALQE0R_ek/view

It has 645 character's data (000-644) Each Character's data is 712bytes, for a total of 459,240 bytes.

It was in memory starting WWE2K23_x64.exe+3E43E22 and ending WWE2K23_x64.exe+3EB40094

 

I AM NOT RESPONSIBLE FOR ANY TROUBLE YOU GET INTO IF YOU USE THIS ONLINE. POSSIBLY YOU DON'T HAVE THE SAME DLC THAT I DO, THIS ENABLES IT, THEY DETECT IT AND YOU GET BANNED. MAYBE NO PROBLEM, BUT NOT MY FAULT IF YOU CHANCE IT ONLINE.

  • Thanks 1
Link to comment
Share on other sites

Threw your Super Pofo into HxD; found Undertaker offsets, and a female manager (03 00 00 00 01), must be Scarlett?

It werks. Bye strik boi.

Undertaker:

67 00 67 00 D2 00 24 11 00 00 32 D7 CF 62 13 FA FA 93 D4 98 6D 77 1A 02 A3 BB C5 6E 3C 9E 05 47 7D E3 01 00 00 00 00 03 00 0A 35 01 02 00 00 00 00 00 00 00

Change the last 00 in 01 00 00 00 00 to do magical transformation and make him gurl. Vice versa to make the Man a man.

Will post others as I confirm them. Would be nice to have a table with all character slots, I think a list like that was there in 2k22, something like this:

Coz I copied slots in a text document and put found offsets under names, 'twas useful.

Edited by Kasumi
  • Bliss 1
Link to comment
Share on other sites

Gotta love the still!

Nice to see. Maybe after awhile I could make a nice cheat table with dropdowns, etc.

A lot of the information on 2k22's thread is still relevant

 

I found an ID list and right towards the top of the list is Undertaker - number 103 - 67 in hex.

I didn't see the character list but I think it's buried in that forum somewhere.

 

Here's the ID list. Some things are sure to be out of date.

https://drive.google.com/file/d/1Xe9SN-LugiUAF0CmhL4QUBJcKQqhhBxh/view

Link to comment
Share on other sites

It's good to see that you guys are making progress with this. I've created a WWE 2K23 Data Breakdown and Analysis thread and related Wiki pages, too, which I'll update as you guys figure things out.

While I'm still rather busy, if the community manages to figure out all the relevant values for .pofo, .moveset, etc.. I may be even able to create a new version of Data Editor this year.

  • Like 2
Link to comment
Share on other sites

Here are the offsets I found today, mostly in order:

 

The Rock
64 00 64 00 1A 01 00 10 00 00 C6 24 9F 71 E7 09 AA 80 20 6B 3D 64 EE F1 F3 A8 31 9D 6C 8D F1 B4 2D F0 01 00 00 00 00 01 00 0A 09 01 02 00 02 00 00 00 00 00

Undertaker
67 00 67 00 D2 00 24 11 00 00 32 D7 CF 62 13 FA FA 93 D4 98 6D 77 1A 02 A3 BB C5 6E 3C 9E 05 47 7D E3 01 00 00 00 00 03 00 0A 35 01 02 00 00 00 00 00 00 00

???
69 00 68 00 69 00 05 0F 00 00 DA 30 6E 44 FB 1D 5B B5 3C 7F CC 51 F2 E5 02 9D 2D 89 9D B8 ED A0 DC C5 01 00 00 00 00 01 00 00 ED 00 01 00 01 00 00 00 00 00

Kane
6B 00 6A 00 B7 03 24 11 00 00 2D 40 55 A5 0C 6D 60 54 CB 0F F7 B0 05 95 39 7C DA F9 A6 59 1A D0 E7 24 01 00 00 00 00 03 00 0A 43 01 03 00 02 00 00 00 00 00

Booker T
6C 00 6B 00 CA 01 97 0F 00 00 9C 80 EA D5 9C 80 EA D5 9C 80 EA D5 9C 80 EA D5 9C 80 EA D5 3E EC F4 7A 01 00 00 00 00 01 00 03 FB 00 02 00 00 00 00 00 00 00

Hulk Hogan
6D 00 6C 00 BE 03 68 10 00 00 0A FF 2D 09 2B D2 18 F8 EC B0 8F 1C 22 2A 41 D0 FD 46 DE F5 3D 6F 9F 88 01 00 00 00 00 01 00 03 2F 01 02 00 02 00 00 00 00 00

???
6E 00 6D 00 5D 01 00 10 00 00 B1 BC 3D 62 90 91 08 93 B1 BC 3D 62 99 69 51 BB 46 05 CE 9E 86 2C 8F E3 01 00 00 00 00 01 00 00 00 00 01 00 00 FA 00 02 00 00

Mr. McMahon
73 00 6F 00 73 00 58 0F 00 00 AD A8 CC 57 8C 85 F9 A6 4B E7 6E 42 85 7D A0 8E 5A 11 3F AB 9A 38 7E D6 01 00 00 00 00 01 00 03 F8 00 02 00 00 00 00 00 00 00

Eddie Guerrero
76 00 71 00 BD 03 1F 0E 00 00 7E E4 E4 E8 5F C9 D1 19 98 AB 46 FD 56 31 88 31 89 5D 17 14 9D 7B 7F 7D 01 00 00 00 00 01 00 03 E4 00 01 00 01 00 00 00 00 00

Rey Mysterio

7B 00 73 00 BB 03 B6 0D 00 00 DC E7 8A 45 FD CA BF B4 3A A8 28 50 F4 32 E6 9C 2B 5E 79 B9 EB 77 38 C4 01 00 00 00 00 05 02 05 AF 00 00 00 03 00 00 00 00 00

Trish Stratus
7E 00 75 00 7E 00 4E 0D 00 00 C0 F3 7B 70 E1 DE 4E 81 26 BC D9 65 E8 26 17 A9 37 4A 88 8C F7 63 C9 F1 01 00 00 00 01 01 00 04 7D 00 00 00 00 00 00 00 00 00

???
88 00 77 00 88 00 97 0F 00 00 B7 6B D9 63 96 46 EC 92 51 24 7B 76 9F BE B5 BA 40 D2 2A 9F 80 FB 6B E2 01 00 00 00 00 01 00 0B 04 01 02 00 01 00 00 00 00 00 

Stephanie McMahon
93 00 7B 00 93 00 49 0E 00 00 F1 21 DF EB D0 0C EA 1A 17 6E 7D FE D9 F4 B3 32 06 98 2C 17 C6 B1 6D 6A 01 00 00 00 01 08 00 0C 87 00 00 00 00 00 00 00 00 00

Shane McMahon
98 00 7D 00 98 00 1A 0F 00 00 9A AD 8C CD BB 80 B9 3C 7C E2 2E D8 B2 78 E0 14 6D 14 7F 31 AD 3D 3E 4C 01 00 00 00 00 0C 00 00 EB 00 01 00 00 00 00 00 00 00

Rowdy Roddy Piper
9F 00 7F 00 9F 00 58 0F 00 00 A1 06 05 54 80 2B 30 A5 47 49 A7 41 89 D3 69 8D 56 BF F6 A8 96 96 B7 D5 01 00 00 00 00 04 00 00 E6 00 01 00 00 00 00 00 00 00

Kofi Kingston
91 60 FD CB 6E 93 00 00 00 00 00 00 00 00 00 00 B0 00 81 00 B0 00 F0 0E 00 00 6B 0A 53 2D 4A 27 66 DC 8D 45 F1 38 43 DF 3F F4 9C B3 A0 D1 5C 9A E1 AC 01 00

Jim the Anvil Neidhart
B4 00 83 00 B4 00 58 0F 00 00 7E E7 8B EC 5F CA BE 1D 98 A8 29 F9 56 32 E7 35 89 5E 78 10 9D 7B 7F 7D 01 00 00 00 00 01 00 00 19 01 02 00 02 00 00 00 00 00 

???
D2 00 87 00 67 00 24 11 00 00 C2 7C 13 88 E3 51 26 79 24 33 B1 9D EA A9 7F 51 35 C5 E0 74 9D 7B 7F 7D 01 00 00 00 00 03 00 0A 31 01 02 00 00 00 00 00 00 00

The Miz
DA 00 89 00 C4 03 58 0F 00 00 0D 24 CA 02 2C 09 FF F3 EB 6B 68 17 25 F1 A6 DB FA 9D 39 FE 3A B4 78 83 01 00 00 00 00 01 00 08 DD 00 01 00 00 00 00 00 00 00

Macho Man Randy Savage
E8 00 8B 00 E8 00 58 0F 00 00 FA 11 58 BF FA 11 58 BF 3D 73 CF 5B F3 E9 01 97 2C 85 9E B2 9D 7B 7F 7D 01 00 00 00 00 01 00 00 EF 00 01 00 03 00 00 00 00 00 

Cactus Jack
F5 00 8D 00 90 00 58 0F 00 00 32 C9 24 86 32 C9 24 86 32 C9 24 86 32 C9 24 86 32 C9 24 86 32 42 3D 79 01 00 00 00 00 01 00 0B 1F 01 02 00 02 00 00 00 00 00

Ultimate Warrior
FE 00 8F 00 FE 00 58 0F 00 00 01 8A 03 01 20 A7 36 F0 E7 C5 A1 14 29 5F 6F D8 F6 33 F0 FD 36 1A B1 80 01 00 00 00 00 01 00 0A 13 01 02 00 02 00 00 00 00 00

???
0A 01 99 00 57 01 AC 0F 00 00 6F 52 DF D4 C2 C9 1F 92 89 1D 7D C1 47 87 B3 0D 14 5D D9 9F D4 74 98 E2 01 00 00 00 00 01 00 09 1E 01 02 00 02 00 00 00 00 00

???
0E 01 9D 00 0E 01 72 0E 00 00 F0 2D DC E1 D1 00 E9 10 16 62 7E F4 D8 F8 B0 38 07 94 2F 1D 9D 7B 7F 7D 01 00 00 00 00 01 00 03 09 01 02 00 02 00 00 00 00 00 

Drew McIntyre
16 01 A3 00 16 01 00 10 00 00 3F 75 05 6B 1E 58 30 9A D9 3A A7 7E 17 A0 69 B2 C8 CC F6 97 08 E5 B7 EA 01 00 00 00 00 01 00 0A FE 00 02 00 02 00 00 00 00 00
	
Natalya
22 01 A9 00 22 01 8D 0D 00 00 7A BF 07 15 5B 92 32 E4 9C F0 A5 00 52 6A 6B CC 8D 06 F4 E9 4D 2F B5 94 01 00 00 00 01 08 00 04 88 00 00 00 01 00 00 00 00 00 

Tamina
2B 01 AB 00 2B 01 49 0E 00 00 B6 64 B5 6D 97 49 80 9C 50 2B 17 78 9E B1 D9 B4 41 DD 46 91 81 F4 07 EC 01 00 00 00 01 08 00 0C AA 00 01 00 02 00 00 00 00 00

X-Pac
3A 01 AD 00 CB 01 1A 0F 00 00 A3 79 C8 EA 82 54 FD 1B A3 79 C8 EA A3 79 C8 EA A3 79 C8 EA 94 E9 7A 6B 01 00 00 00 00 01 00 00 D4 00 01 00 03 00 00 00 00 00

Jimmy Uso
4C 01 AF 00 4C 01 97 0F 00 00 A5 AE 2C EB 84 83 19 1A 43 E1 8E FE 8D 7B 40 32 52 17 DF 17 92 3E 9E 6A 01 00 00 00 00 05 00 00 FB 00 02 00 00 00 00 00 00 00

Razor Ramon
4E 01 B1 00 4E 01 68 10 00 00 4D 49 8D CD 6C 64 B8 3C AB 06 2F D8 65 9C E1 14 BA F0 7E 31 7A D9 3F 4C 01 00 00 00 00 01 00 0A 1F 01 02 00 02 00 00 00 00 00 

Vader
51 01 B3 00 51 01 00 10 00 00 B9 BA DD DE 98 97 E8 2F 5F F5 7F CB 91 6F B1 07 4E 03 2E 22 8E 2A 6F 5F 01 00 00 00 00 04 00 06 C2 01 03 00 02 00 00 00 00 00 

Edge
5D 01 B7 00 6E 00 00 10 00 00 DB CC C8 08 FA E1 FD F9 3D 83 6A 1D F3 19 A4 D1 2C 75 3B F4 EC 5C 7A 89 01 00 00 00 00 01 00 00 F9 00 02 00 00 00 00 00 00 00

???
64 01 B9 00 8B 00 1A 0F 00 00 88 68 79 45 A9 45 4C B4 6E 27 DB 50 A0 BD 15 9C 64 EE 39 C1 A4 C7 78 BC 01 00 00 00 00 04 00 08 F8 00 02 00 02 00 00 00 00 00

Goldberg
69 01 BB 00 69 01 D6 0F 00 00 FA A4 54 A5 DB 89 61 54 1C EB F6 B0 D2 71 38 7C 0D 1D A7 59 CD 34 E6 24 01 00 00 00 00 01 00 02 0E 01 02 00 02 00 00 00 00 00 

Roman Reigns
70 01 BD 00 70 01 97 0F 00 00 36 7F E6 DD 17 52 D3 2C D0 30 44 C8 1E AA 8A 04 C1 C6 15 21 01 EF 54 5C 01 00 00 00 00 04 00 03 09 01 02 00 02 00 00 00 00 00 

???
77 01 C1 00 8B 00 1A 0F 00 00 92 AB 6C 71 B3 86 59 80 74 E4 CE 64 BA 7E 00 A8 64 EE 39 C1 9D 7B 7F 7D 01 00 00 00 00 04 00 08 F0 00 02 00 02 00 00 00 00 00

Diesel
8B 01 C9 00 8B 01 24 11 00 00 18 39 B7 85 39 14 82 74 FE 76 15 90 30 EC DB 5C EF 80 44 79 2F A9 05 04 01 00 00 00 00 01 00 0A 3D 01 03 00 02 00 00 00 00 00

???
A2 01 CD 00 66 01 C1 0F 00 00 1A D2 7B D3 3B FF 4E 22 FC 9D D9 C6 32 07 17 0A ED 6B 88 2F 98 47 B3 68 01 00 00 00 00 01 00 09 FF 00 02 00 02 00 00 00 00 00 

Triple H (Manager)
BA 01 D1 00 66 00 C1 0F 00 00 89 03 B1 E5 A8 2E 84 14 6F 4C 13 F0 A1 D6 DD 3C 7E BA 42 19 BE 93 03 64 03 00 00 00 00 01 00 09 FF 00 02 00 02 00 00 00 00 00 

Stephanie McMahon (Manager)
BC 01 D3 00 BC 01 49 0E 00 00 61 E4 10 C3 D0 0C EA 1A 17 6E 7D FE D9 F4 B3 32 06 98 2C 17 56 74 A2 42 03 00 00 00 01 08 00 0C 87 00 00 00 00 00 00 00 00 00

Syxx
CB 01 E1 00 3A 01 1A 0F 00 00 C5 30 9A 6F E4 1D AF 9E 23 7F 38 7A ED E5 F6 B6 32 89 69 93 94 E9 7A 6B 01 00 00 00 00 01 00 00 D4 00 01 00 03 00 00 00 00 00 

???
83 01 C7 00 83 01 B6 0D 00 00 98 D1 2E 77 B9 FC 1B 86 7E 9E 8C 62 B0 04 42 AE 6F 68 DD 8B AF 41 9C F6 01 00 00 00 01 01 00 07 7D 00 00 00 02 00 00 00 00 00

Becky Lynch
63 02 2A 01 4C 03 A1 0D 00 00 DB 5B A6 E4 FA 76 93 15 3D 14 04 F1 F3 8E CA 3D 2C E2 55 18 EC CB 14 65 01 00 00 00 01 01 00 04 87 00 00 00 01 00 00 00 00 00

Charlotte Flair
64 02 2B 01 49 03 87 0E 00 00 2F A8 F6 F7 0E 85 C3 06 C9 E7 54 E2 07 7D 9A 2E D8 11 05 0B 18 38 44 76 01 00 00 00 01 01 00 0C 90 00 00 00 01 00 00 00 00 00

Chad Gable
66 02 2D 01 66 02 1F 0E 00 00 C7 4F 57 D1 E6 62 62 20 21 00 F5 C4 EF 9A 3B 08 30 F6 A4 2D F0 DF E5 50 01 00 00 00 00 01 00 01 CA 00 00 00 01 00 00 00 00 00

Asuka
6D 02 2F 01 6D 02 24 0D 00 00 42 F3 41 D0 63 DE 74 21 A4 BC E3 C5 6A 26 2D 09 B5 4A B2 2C 75 63 F3 51 01 00 00 00 01 01 00 07 89 00 00 00 01 00 00 00 00 00

Carmella
6F 02 31 01 BC 03 8D 0D 00 00 B5 83 7A 31 94 AE 4F C0 53 CC D8 24 9D 56 16 E8 42 3A 89 CD 82 13 C8 B0 01 00 00 00 01 01 00 04 6E 00 00 00 00 00 00 00 00 00

Apollo Crews
71 02 33 01 71 02 2F 0F 00 00 5D 64 DB 17 7C 49 EE E6 BB 2B 79 02 75 B1 B7 CE AA DD 28 EB 6A F4 69 96 01 00 00 00 00 01 00 09 F1 00 02 00 02 00 00 00 00 00

Johnny Gargano
B3 02 37 01 B3 02 87 0E 00 00 63 98 B2 79 42 B5 87 88 85 D7 10 6C 4B 4D DE A0 94 21 41 85 54 08 00 F8 01 00 00 00 00 01 00 08 C7 00 00 00 01 00 00 00 00 00

Cedric Alexander
C4 02 3B 01 C4 02 87 0E 00 00 1E 8A F7 2A 3F A7 C2 DB F8 C5 55 3F 36 5F 9B F3 E9 33 04 D6 29 1A 45 AB 01 00 00 00 00 01 00 08 C8 00 00 00 01 00 00 00 00 00

Drew Gulak
D9 02 45 01 D9 02 F0 0E 00 00 F3 39 D9 FF D2 14 EC 0E 15 76 7B EA DB EC B5 26 04 80 2A 03 C4 A9 6B 7E 01 00 00 00 00 01 00 01 C1 00 00 00 01 00 00 00 00 00 

Liv Morgan
DE 02 47 01 DE 02 63 0D 00 00 57 ED 53 53 76 C0 66 A2 B1 A2 F1 46 7F 38 3F 8A A0 54 A0 AF 60 7D E1 D2 01 00 00 00 01 01 00 04 74 00 00 00 00 00 00 00 00 00 

Ronda Rousey
E0 02 49 01 E0 02 F5 0D 00 00 A0 9D 68 B2 81 B0 5D 43 46 D2 CA A7 88 48 04 6B 57 24 9B 4E 97 0D DA 33 01 00 00 00 01 01 00 04 87 00 00 00 00 00 00 00 00 00

Angelo Dawkins
E4 02 4B 01 E4 02 00 10 00 00 0D B3 A4 EE 2C 9E 91 1F EB FC 06 FB 25 66 C8 37 FA 0A 57 12 3A 23 16 6F 01 00 00 00 00 01 00 0A 04 01 02 00 01 00 00 00 00 00

Otis
EA 02 4D 01 EA 02 87 0E 00 00 E5 54 05 C8 C4 79 30 39 03 1B A7 DD CD 81 69 11 12 ED F6 34 D2 C4 B7 49 01 00 00 00 00 01 00 0B 4A 01 03 00 02 00 00 00 00 00

Tyler Bate
EF 02 4F 01 EF 02 E0 0D 00 00 79 A8 6D 0F 58 85 58 FE 9F E7 CF 1A 51 7D 01 D6 8E 11 9E F3 4E 38 DF 8E 01 00 00 00 00 01 00 01 AF 00 00 00 01 00 00 00 00 00 

Bianca Belair
F1 02 50 01 F1 02 E0 0D 00 00 8E D8 56 EE AF F5 63 1F 68 97 F4 FB A6 0D 3A 37 79 61 A5 12 B9 48 E4 6F 01 00 00 00 01 01 00 04 91 00 01 00 02 00 00 00 00 00

Lacey Evans
F3 02 51 01 F3 02 1F 0E 00 00 66 3F F7 C8 47 12 C2 39 80 70 55 DD 4E EA 9B 11 91 86 04 34 51 AF 45 49 01 00 00 00 01 01 00 04 96 00 00 00 00 00 00 00 00 00

Shayna Baszler
F4 02 52 01 F4 02 E0 0D 00 00 92 CC A7 DB B3 E1 92 2A 74 83 05 CE BA 19 CB 02 65 75 54 27 A5 5C 15 5A 01 00 00 00 01 01 00 04 88 00 00 00 00 00 00 00 00 00

Queen Zelina
FA 02 53 01 FA 02 92 0C 00 00 14 F3 DA 28 35 DE EF D9 F2 BC 78 3D 3C 26 B6 F1 E3 4A 29 D4 23 63 68 A9 01 00 00 00 01 01 00 07 63 00 00 00 03 00 00 00 00 00

Dakota Kai
24 03 72 01 24 03 B6 0D 00 00 62 1F 15 2B 43 32 20 DA 84 50 B7 3E 4A CA 79 F2 95 A6 E6 D7 55 8F A7 AA 01 00 00 00 01 01 00 04 79 00 00 00 00 00 00 00 00 00

-
09 03 5B 01 09 03 82 0F 00 00 97 8C 76 2A 97 8C 76 2A 97 8C 76 2A 97 8C 76 2A 97 8C 76 2A 48 EF 3B 8F 02 00 00 00 00 01 00 00 64 00 00 00 00 00 00 00 00 00 

-
0D 03 5F 01 0D 03 82 0F 00 00 97 8C 76 2A 97 8C 76 2A 97 8C 76 2A 97 8C 76 2A 97 8C 76 2A 5D 02 E3 4E 02 00 00 00 00 01 00 00 64 00 00 00 00 00 00 00 00 00

-
11 03 63 01 11 03 82 0F 00 00 97 8C 76 2A 97 8C 76 2A 97 8C 76 2A 97 8C 76 2A 97 8C 76 2A 42 95 79 89 02 00 00 00 00 01 00 00 64 00 00 00 00 00 00 00 00 00

-
13 03 65 01 13 03 82 0F 00 00 97 8C 76 2A 97 8C 76 2A 97 8C 76 2A 97 8C 76 2A 97 8C 76 2A B5 E5 42 68 02 00 00 00 00 01 00 00 64 00 00 00 00 00 00 00 00 00

Iyo Sky
2E 03 77 01 2E 03 0F 0D 00 00 15 87 B7 38 34 AA 82 C9 15 87 B7 38 3D 52 DB E1 E2 3E 44 C4 22 17 05 B9 01 00 00 00 01 01 00 07 79 00 00 00 03 00 00 00 00 00

Rhea Ripley
30 03 78 01 30 03 0A 0E 00 00 E2 F7 8C D9 C3 DA B9 28 E2 F7 8C D9 CA 22 E0 00 15 4E 7F 25 D5 67 3E 58 01 00 00 00 01 01 00 04 98 00 02 00 02 00 00 00 00 00

???
46 03 94 01 46 03 4E 0D 00 00 2B 78 B1 52 0A 55 84 A3 CD 37 13 47 03 AD DD 8B DC C1 42 AE 1C E8 03 D3 01 00 00 00 01 01 00 07 8C 00 00 00 02 00 00 00 00 00

Chyna
47 03 95 01 47 03 87 0E 00 00 28 FB DA A0 09 D6 EF 51 CE B4 78 B5 00 2E B6 79 DF 42 29 5C 1F 6B 68 21 01 00 00 00 01 01 00 0C B4 00 01 00 02 00 00 00 00 00

Shotzi
97 03 D3 01 97 03 B6 0D 00 00 B8 59 DE 22 99 74 EB D3 5E 16 7C 37 90 8C B2 FB 4F E0 2D DE 8F C9 6C A3 01 00 00 00 01 01 00 04 7D 00 00 00 00 00 00 00 00 00

Damian Priest
9A 03 D5 01 9A 03 00 10 00 00 1A 5A B0 8F 3B 77 85 7E FC 15 12 9A 32 8F DC 56 ED E3 43 73 2D CA 02 0E 01 00 00 00 00 01 00 00 F9 00 02 00 00 00 00 00 00 00 

Karrion Kross
9C 03 D7 01 9C 03 C1 0F 00 00 F2 BD 11 A9 D3 90 24 58 14 F2 B3 BC DA 68 7D 70 05 04 E2 55 C5 2D A3 28 01 00 00 00 00 01 00 09 09 01 02 00 02 00 00 00 00 00

Raquel Rodriguez
9F 03 D9 01 9F 03 F0 0E 00 00 06 4E 41 BA 27 63 74 4B E0 01 E3 AF 2E 9B 2D 63 F1 F7 B2 46 31 DE F3 3B 01 00 00 00 01 01 00 08 B0 00 01 00 02 00 00 00 00 00

Alba Fyre (Kay Lee Ray)
AA 03 E1 01 AA 03 F5 0D 00 00 55 EA F0 F7 74 C7 C5 06 B3 A5 52 E2 7D 3F 9C 2E A2 53 03 0B 62 7A 42 76 01 00 00 00 01 01 00 04 70 00 01 00 00 00 00 00 00 00

Faarooq (APA version)
AD 03 E3 01 31 01 58 0F 00 00 DC F8 2F F5 FD D5 1A 04 3A B7 8D E0 F4 2D 43 2C 2B 41 DC 09 9D 7B 7F 7D 01 00 00 00 00 01 00 02 13 01 02 00 02 00 00 00 00 00

Man.Soor
AF 03 E5 01 AF 03 F0 0E 00 00 2B 88 14 14 0A A5 21 E5 CD C7 B6 01 03 5D 78 CD DC 31 E7 E8 1C 18 A6 95 01 00 00 00 00 01 00 01 AF 00 00 00 01 00 00 00 00 00

Carmelo Hayes
B3 03 E9 01 B3 03 87 0E 00 00 34 1F 8E D3 15 32 BB 22 D2 50 2C C6 1C CA E2 0A C3 A6 7D 2F 03 8F 3C 52 01 00 00 00 00 01 00 08 D2 00 01 00 03 00 00 00 00 00

Rey Mysterio Jr.
B8 03 ED 01 B9 03 B6 0D 00 00 5F 93 DD F5 7E BE E8 04 B9 DC 7F E0 77 46 B1 2C A8 2A 2E 09 EB 77 38 C4 01 00 00 00 00 05 02 05 AF 00 00 00 03 00 00 00 00 00

???
BC 03 F1 01 23 03 4E 0D 00 00 40 04 47 32 40 04 47 32 A6 4B E5 27 68 D1 2B EB B7 BD B4 CE 1C E8 03 D3 01 00 00 00 01 01 00 07 8C 00 00 00 02 00 00 00 00 00

Hollywood Hogan
BE 03 F3 01 6D 00 68 10 00 00 67 BB 3F 9E 67 BB 3F 9E 81 F4 9D 8B 22 2A 41 D0 81 F4 9D 8B 3D 6F 9F 88 01 00 00 00 00 01 00 03 2E 01 02 00 02 00 00 00 00 00

Logan Paul
C0 03 F5 01 C0 03 6D 0F 00 00 31 4B 01 20 10 66 34 D1 D7 04 A3 35 19 9E 6D F9 C6 F2 F2 DC 06 DB B3 A1 01 00 00 00 00 01 00 00 B9 00 00 00 00 00 00 00 00 00 

Undertaker '98 (Ministry)
C2 03 F7 01 67 00 24 11 00 00 C6 3B 3A C1 E7 16 0F 30 C6 3B 3A C1 EE EE 56 18 31 82 C9 3D 9D 7B 7F 7D 01 00 00 00 00 03 00 0A 4A 01 03 00 00 00 00 00 00 00 

Yokozuna
C6 03 FB 01 C6 03 C1 0F 00 00 D9 AC A0 06 9E F4 4E 60 3F E3 02 13 F1 79 CC DF 2E 15 53 FA 9D 7B 7F 7D 01 00 00 00 00 01 00 0D 2E 02 03 00 02 00 00 00 00 00

Rick Boogs
C8 03 FD 01 C8 03 1A 0F 00 00 FE 13 D8 AA B9 4B 36 CC 18 5C 7A BF D6 C6 B4 73 09 AA 2B 56 C9 83 6A 2B 01 00 00 00 00 01 00 03 EA 00 01 00 02 00 00 00 00 00

Boogeyman
CA 03 FF 01 CA 03 58 0F 00 00 46 D3 A3 33 01 8B 4D 55 A0 9C 01 26 6E 06 CF EA B1 6A 50 CF 71 43 11 B2 01 00 00 00 00 01 00 00 04 01 02 00 02 00 00 00 00 00

Indi Hartwell
CC 03 01 02 CC 03 87 0E 00 00 B1 A3 98 D2 F6 FB 76 B4 57 EC 3A C7 99 76 F4 0B 46 1A 6B 2E 86 33 2A 53 01 00 00 00 01 01 00 04 8B 00 00 00 03 00 00 00 00 00 

Stacy Keibler
CE 03 03 02 CE 03 C6 0E 00 00 59 44 39 F4 1E 1C D7 92 BF 0B 9B E1 71 91 55 2D AE FD CA 08 6E D4 8B 75 01 00 00 00 01 01 00 0C 82 00 00 00 00 00 00 00 00 00

Wes Lee
D0 03 05 02 D0 03 49 0E 00 00 AE 34 02 15 E9 6C EC 73 48 7B A0 00 86 E1 6E CC 59 8D F1 E9 99 A4 B0 94 01 00 00 00 00 01 00 00 B7 00 00 00 03 00 00 00 00 00

Doink the Clown
D2 03 07 02 D2 03 9C 0E 00 00 89 8B 7A B9 CE D3 94 DF 6F C4 D8 AC A1 5E 16 60 7E 32 89 45 9D 7B 7F 7D 01 00 00 00 00 01 00 08 F5 00 02 00 01 00 00 00 00 00 

???
D5 03 09 02 D5 03 43 0F 00 00 B8 5A B1 26 FF 02 5F 40 5E 15 13 33 90 8F DD FF 4F E3 42 DA 8F CA 03 A7 01 00 00 00 00 01 00 08 E6 00 01 00 00 00 00 00 00 00

Gigi Dolin
E1 03 11 02 E1 03 78 0D 00 00 38 B2 28 D4 19 9F 1D 25 DE FD 8A C1 10 67 44 0D CF 0B DB 28 0F 22 9A 55 01 00 00 00 01 01 00 04 72 00 00 00 01 00 00 00 00 00

Cora Jade
E3 03 13 02 E3 03 E0 0D 00 00 D0 55 89 F2 F1 78 BC 03 36 1A 2B E7 F8 80 E5 2B 27 EC 7A 0E E7 C5 3B 73 01 00 00 00 01 01 00 04 82 00 00 00 00 00 00 00 00 00

???
E7 03 17 02 8B 00 1A 0F 00 00 00 9A CA BF 00 9A CA BF 00 9A CA BF 00 9A CA BF 00 9A CA BF A4 C7 78 BC 01 00 00 00 00 04 00 08 FB 00 02 00 02 00 00 00 00 00

Nikkita Lyons
07 04 37 02 07 04 0A 0E 00 00 72 6F 4F 41 82 57 68 93 CF 82 CB 84 B6 D5 F2 EB 55 97 17 66 B8 F0 E7 A5 01 00 00 00 01 01 00 0C 87 00 00 00 02 00 00 00 00 00

Method was looking for next 01 00 00 00 00 or 01 00 00 00 01 and seeing if it's in right spot or false alarm, then changing the first 01 to 03 while being on select screen. Why? Because when I set a character to 03 00 00 00 0#, they appear in manager tab and I can quickly press Add Manager > left shoulder button, and confirm who is new since original tab has only half a dozen people there. The ??? is when there's obviously a .pofo but I couldn't find the character, those are probably unlockable ones since I haven't had time to play Showcase or MyRise yet. The "-" are slots for placeholders or NPCs that DID appear as managers, might be useful. They actually have the 02 00 00 00 01 offset, so 01 is playable, 02 is NPC and 03 is manager. Same as in 2k22.

Note that I missed a lot of characters in-between and I was tired so what you get is what you get, MOST women and a bunch of men and legends. Others will be filled later, I maintain a text file for quick changes. IIRC there was Sheet with first four numbers for each game from this site, these could be useful for a start.

Edited by Kasumi
THE MAN
  • Like 4
Link to comment
Share on other sites

18 hours ago, me man said:

Here's the spreadsheet I copied that ID list from. It has more info that may be useful, though of course, some will be out of date.

WWE2k22 character ID list - https://docs.google.com/spreadsheets/d/1t2UK5qzkw8qqJhV1ZD7U61VYCJThjswcxw4c4YJH3I4/

That's the one I couldn't find. We needs something like this for 2k23 and can start by filling those already found, now excuse me I will try to at least play through story first.

 

Oh, yeah, also:

Becky Lynch
63 02 2A 01 4C 03 A1 0D 00 00 DB 5B A6 E4 FA 76 93 15 3D 14 04 F1 F3 8E CA 3D 2C E2 55 18 EC CB 14 65 01 00 00 00 01 01 00 04 87 00 00 00 01 00 00 00 00 00

Alexa Bliss
6C 02 2E 01 B1 03 0F 0D 00 00 41 70 2A 22 60 5D 1F D3 A7 3F 88 37 69 A5 46 FB B6 C9 D9 DE 76 E0 98 A3 01 00 00 00 01 01 00 07 77 00 00 00 00 00 00 00 00 00

Bayley
6E 02 30 01 4E 03 F5 0D 00 00 B6 00 11 C3 97 2D 24 32 50 4F B3 D6 9E D5 7D 1A 41 B9 E2 3F 81 90 A3 42 01 00 00 00 01 01 00 04 77 00 01 00 01 00 00 00 00 00

Edited by Kasumi
  • Like 1
Link to comment
Share on other sites

Don't forget "Goddess" Bliss. aka Bliss '20

She's locked, but still there.

B1 03 E7 01 6C 02 0F 0D 00 00 C3 6F B5 32 E2 42 80 C3 25 20 17 27 EB BA D9 EB 34 D6 46 CE 76 E0 98 A3 00 00

For the most part they're not too hard to find. For her, her ID is 945, 3B1 in hex, so I searched the pofo for B1 03 and had a few results to look at if I remember right, but it wasn't too bad.

Link to comment
Share on other sites

This is great! I now can have some intergender matches! I don't know much about cheat engine, just enough to use your offsets and changed them to male.  Would you guys be able to find Roxxane Perez and Zoey Stark?  Thanks again for all the hardwork you all put into this.

Link to comment
Share on other sites

6 hours ago, me man said:

Don't forget "Goddess" Bliss. aka Bliss '20

She's locked, but still there.

B1 03 E7 01 6C 02 0F 0D 00 00 C3 6F B5 32 E2 42 80 C3 25 20 17 27 EB BA D9 EB 34 D6 46 CE 76 E0 98 A3 00 00

For the most part they're not too hard to find. For her, her ID is 945, 3B1 in hex, so I searched the pofo for B1 03 and had a few results to look at if I remember right, but it wasn't too bad.

How do you get B1 03 from 945 tho? Like, Google converter to Hex, get 0x3B1 and then do a roundabout from the middle and go with third, fourth, then first and second numbers? I get a headache from this and yeah also need Roxanne and others.

Shame changing managers to playable doesn't stay... so Scarlett and old versions of Bliss, Becky, Asuka etc. revert each time. There are pseudo-CAW versions by WorldsFinest and WhatsTheStatus, both also give them hidden signs and entrances, where applicable.

Edited by Kasumi
Link to comment
Share on other sites

The number is from the 3B1 in hex, consider it 03 B1 switched so B1 03. It's been like that for years. You found it when you found Taker, just there, and any ID below 256, the greater spot is zeros. Also the windows calculator in programmer mode converts back and forth and is useful for doing math using both.

You can set everything up the way you want it, then save the pofo memory range. You can then load it back in at the correct address upon restarting the game.

Given that the pofo data for each character is 712 bytes, and byte 34 is unlock then 34+(712x) Is all the unlock bits, so bit 34, 746, 1458, etc

So If you flipped all those say in HxD, start at 34, the offset+2C8, and change replace with 01, then they all unlock.

I did that. check the first post,  I've been editing it. I put two new pofos up. one just starts at the Rock, the other unlocks everyone.

  • Like 1
Link to comment
Share on other sites

Katana Chance - D4 03 08 02 D4 03 7D 0C 00 00 BB D9 DA D4 FC 81 34 B2 5D 96 78 C1 93 0C B6 0D 4C 60 29 28 8C 49 68 55 01 00 00 00 01 01 00 07 5F 00 00 00 03 00 00 00 00 00 00 00 00 27 28 29 2C 8C 48 46 52 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 02 02 02 02 00 00 00 00 00 00 00 00 00 00 00 07 07 07 07 07 07 00 00 00 00 00 00 00 00 00 00 00 00 00 06 04

Kayden Carter - 06 04 36 02 06 04 D0 0C 00 00 71 EC 24 B3 81 D4 03 61 CC 01 A0 76 B5 56 99 19 56 14 7C 94 BB 73 8C 57 01 00 00 00 01 01 00 08 73 00 00 00 01 00 00 00 00 00 00 00 01 27 28 29 2C 8C 48 46 52 00 00 00 00 00 00 00 02 00 00 00 00 00 00 07 02 02 02 02 00 00 00 00 00 00 00 00 00 00 00 07 07 07 07 07 07 00 00 00 00 00 00 00 00 00 00 00 00 00 D4 03

Aliyah - D1 03 06 02 D1 03 0F 0D 00 00 AD B7 69 E7 8C 9A 5C 16 4B F8 CB F2 85 62 05 3E 5A 0E 9A 1B 9A 27 DB 66 01 00 00 00 01 01 00 07 70 00 00 00 00 00 00 00 00 00 00 00 02 27 28 29 2C 8C 48 46 52 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 01 01 01 01 00 00 00 00 00 00 00 00 00 00 00 05 05 05 05 05 05 00 00 00 00 00 00 00 00 00 00 00 00 00 9F 03

Jacy Jayne - E2 03 12 02 E2 03 B6 0D 00 00 D3 D6 E2 00 F2 FB D7 F1 35 99 40 15 FB 03 8E D9 24 6F 11 FC E4 46 50 81 01 00 00 00 01 01 00 04 72 00 00 00 00 00 00 00 00 00 00 00 02 27 28 29 2C 8C 48 46 52 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 02 02 02 02 00 00 01 01 01 01 01 01 00 00 00 06 06 06 06 06 06 00 00 00 02 02 02 02 02 02 00 00 00 00 E1 03

Lita - 7C 00 74 00 7C 00 B6 0D 00 00 37 83 40 91 16 AE 75 60 D1 CC E2 84 1F 56 2C 48 C0 3A B3 6D 00 13 F2 10 01 00 00 00 01 08 00 04 87 00 00 00 03 00 00 00 00 00 00 00 08 27 28 29 2C 8C 48 46 82 83 64 1F 32 33 00 00 00 00 00 00 00 00 00 0A 04 04 04 04 00 00 00 00 00 00 00 00 00 00 00 08 08 08 08 08 08 00 00 00 00 00 00 00 00 00 00 00 00 00

Roxanne Perez - E4 03 14 02 E4 03 A7 0C 00 00 24 A6 D9 E1 05 8B EC 10 C2 E9 7B F4 0C 73 B5 38 D3 1F 2A 1D 13 36 6B 60 01 00 00 00 01 01 00 04 69 00 00 00 03 00 00 00 00 00 00 00 02 27 28 29 2C 8C 48 46 52 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 02 02 02 02 00 00 00 00 00 00 00 00 00 00 00 07 07 07 07 07 07 00 00 00 00 00 00 00 00 00 00 00 00 00

Sonya Deville - E2 02 4A 01 E2 02 E0 0D 00 00 87 22 10 1E A6 0F 25 EF 61 6D B2 0B AF F7 7C C7 70 9B E3 E2 B0 B2 A2 9F 01 00 00 00 01 01 00 04 83 00 00 00 00 00 00 00 00 00 00 00 02 27 28 29 2C 8C 48 46 82 83 64 1F 32 33 00 00 10 00 00 00 00 00 00 0B 06 06 06 06 00 00 01 01 01 01 01 01 00 00 00 05 05 05 05 05 05 00 00 00 01 01 01 01 01 01 00 00 00 00 F4 02

Xia Li - D6 03 0A 02 D6 03 24 0D 00 00 4C A9 E1 35 0B F1 0F 53 AA E6 43 20 64 7C 8D EC BB 10 12 C9 7B 39 53 B4 01 00 00 00 01 01 00 07 88 00 00 00 00 00 00 00 00 00 00 00 00 27 28 29 2C 8C 48 46 52 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 01 01 01 01 00 00 00 00 00 00 00 00 00 00 00 07 07 07 07 07 07 00 00 00 02 02 02 02 02 02 00 00 00 00

Zoey Stark - C1 03 F6 01 C1 03 1F 0E 00 00 32 C8 6A D2 13 E5 5F 23 D4 87 C8 C7 1A 1D 06 0B C5 71 99 2E 05 58 D8 53 01 00 00 00 01 01 00 0C 8C 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 00 00 00 03 02 02 02 02 00 00 00 00 00 00 00 00 00 00 00 06 06 06 06 06 06 00 00 00 00 00 00 00 00 00 00 00 00 00

Brie Bella - 82 01 C6 00 82 01 B6 0D 00 00 9B 52 45 85 BA 7F 70 74 7D 1D E7 90 B3 87 29 5C 6C EB B6 79 AC C2 F7 04 01 00 00 00 01 01 00 07 78 00 00 00 01 00 00 00 00 00 00 00 01 27 28 29 2C 8C 48 46 52 00 00 00 00 00 00 00 00 00 00 00 00 00 00 07 04 04 04 04 00 00 00 00 00 00 00 00 00 00 00 09 09 09 09 09 09 00 00 00 00 00 00 00 00 00 00 00 00 00 83 01

Doudrop - C9 03 FE 01 C9 03 1F 0E 00 00 FD 90 B3 58 BA C8 5D 3E 1B DF 11 4D D5 45 DF 81 0A 29 40 A4 CA 00 01 D9 01 00 00 00 01 01 00 0B D1 00 02 00 02 00 00 00 00 00 00 00 00 27 28 29 2C 8C 48 46 52 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 01 01 01 01 00 00 00 00 00 06 06 06 06 06 05 00 00 00 01 01 01 01 00 00 00 00 00 00 22 01 2B 01

Nikki Bella - 83 01 C7 00 83 01 B6 0D 00 00 98 D1 2E 77 B9 FC 1B 86 7E 9E 8C 62 B0 04 42 AE 6F 68 DD 8B AF 41 9C F6 01 00 00 00 01 01 00 07 7D 00 00 00 02 00 00 00 00 00 00 00 01 27 28 29 2C 8C 48 46 52 00 00 00 00 00 00 00 00 00 00 00 00 00 00 07 04 04 04 04 00 00 00 00 00 00 00 00 00 00 00 09 09 09 09 09 09 00 00 00 00 00 00 00 00 00 00 00 00 00 82 01

Thanks to @me manfor the Super Pofo also thanks to @Kasumi , both of you made it a lot easier to find stuff. Here is what I managed to find using the trimmed Super Pofo in HXD, AOBs are listed above.  @brethbk69 Roxanne & Zoey are included.

cd9af4382e46de30b810f4b0a7fe65c4.gif

  • Too Sweet 1
Link to comment
Share on other sites

On 3/21/2023 at 10:37 AM, me man said:

The number is from the 3B1 in hex, consider it 03 B1 switched so B1 03. It's been like that for years. You found it when you found Taker, just there, and any ID below 256, the greater spot is zeros. Also the windows calculator in programmer mode converts back and forth and is useful for doing math using both.

You can set everything up the way you want it, then save the pofo memory range. You can then load it back in at the correct address upon restarting the game.

Given that the pofo data for each character is 712 bytes, and byte 34 is unlock then 34+(712x) Is all the unlock bits, so bit 34, 746, 1458, etc

So If you flipped all those say in HxD, start at 34, the offset+2C8, and change replace with 01, then they all unlock.

I did that. check the first post,  I've been editing it. I put two new pofos up. one just starts at the Rock, the other unlocks everyone.

Too much headache for me... the all-unlock thing can probably be saved as CheatEngine script, no? 2k22 had one. We also should sort through the mess and see which characters don't crash the game, and are playable and make a list of those, I know commentators should be playable like before, also alt versions of Becky/Asuka/Alexa, no idea about other NPCs.

Link to comment
Share on other sites

Thanks @SYCOGRIM07 for splitting that up and sharing.

I honestly don't know anything about how to find pointers, or really how to use cheat engine very well. I know there's a lot of things I could do if I could make a table say using offsets, then search for an array (slot 100 - rock) and load everything from where that array is found. If I could do that, I could make a really nice table.

 

@KasumiIt probably could by someone more capable with cheatengine. If I could tell it, search for the rock's start, and load the it from there it would work like that. Maybe it's simple, maybe not, I just don't know cheatengine that well.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.