Stadium Select Model Modifers

S.K. Stylez

Backstage Worker
Joined
Jun 2, 2011
Messages
813
Reaction score
0
Here's a little something I found today using Cheat Engine.

Stadium Select Model Modifiers

80114F78

0x00 - Pointer to the model
0x04 - Pointer to individual polys
0x0A - Stadium Identifier
0x0E - Stadium Identifier
Stadium Identifier Values
0000 - Budokan
0001 - TKO Dome
0002 - AKI Hall
0003 - Kawasaki Stadium
0004 - TKO Dome Road
0x1E - Pointer to the poly points (If someone is brave enough)


For the pointers to the models, I was able to do this...
TKODomeinBudokan.jpg

DomeRoad.jpg

CreditsStage.jpg


The offset between stadiums/arenas is 1C
80108738 - Budokan
80108754 - TKO Dome
80108770 - AKI Hall
8010878C - Kawasaki Stadium
801087A8 - TKO Dome Road
801087C4 - TKO Dome Road Stage
801087E0 - Virtual Pro Wrestling 2 Stage from Credits
801087FC - Trophies and a cheque
80108818 - Locker Room from Intro
80108834 - Locker Room from Entrance

0x00 - Poly 1 value
0x02 - Poly 2 value
0x04 - ?
0x08 - Pointer to model information
0x0C - Pointer to individual polys (Same value as 0x04 as above)
0x1D - Changes the size of the model

The key to replacing the model is to replace all the values between the 2 addresses, otherwise it wont show properly.

Here's a code to replace the TKO Dome Road model with the Stage
D1114F78 8010
811087A8 009B
D1114F78 8010
811087AA 009C
D1114F78 8010
811087AC 0501
D1114F78 8010
811087AE 000C
D1114F78 8010
811087B2 74FC
D1114F78 8010
811087B6 752C
D1114F78 8010
811087B8 000C
D1114F78 8010
811087BA 00C8
D1114F78 8010
811087BE 0060
D1114F78 8010
811087C2 0600

Edit:
Just replaced the Tokyo Dome Road stage with the VPW2 stage :)
snap0018.jpg


Here's the code if you get bored of the same old stage in the Tokyo Dome...Road.
D1114F78 8010
811087C4 00A6
D1114F78 8010
811087C6 00A7
D1114F78 8010
811087C8 0300
D1114F78 8010
811087CA 0018
D1114F78 8010
811087CE 7A6C
D1114F78 8010
811087D2 7ACC

Credit: I don't know if anyone has found this before, but if not, i'll gladly take credit :)

Time to find some more shit
 

super_joker

Lower Midcard
Joined
Jul 6, 2014
Messages
145
Reaction score
2
holy crap dude you are freaking amazing, slammy award for best coder no doubt
 

S.K. Stylez

Backstage Worker
Joined
Jun 2, 2011
Messages
813
Reaction score
0
VPW2 needs some love that's why :). It's really an underrated game. A lot can be done, it's just that not much time was put into it to find addys and values.
 

Maximo

Midcard
Joined
Dec 11, 2013
Messages
297
Reaction score
0
<blockquote class='quote\\_blockquote'><dl><dt>S.K. Stylez</dt><dd>Dec 16 2014, 10:34:40 PM</dd></dl><div>VPW2 needs some love that's why :). It's really an underrated game. A lot can be done, it's just that not much time was put into it to find addys and values.[/quote]This.

We can do so much with this engine, hell even graphically its such an great engine to work with.

Since I've been here, I haven't done it justice,
But, Hell, I just thought of another idea just this second for a code.

There's alot of possibilities, I'm really glad S.K Styles is mastering VPW2.
 

S.K. Stylez

Backstage Worker
Joined
Jun 2, 2011
Messages
813
Reaction score
0
There's a couple of things bugging me about this game though. I can't seem to find the address or texture values for the belts. I can find addresses so that you can change what belt is being held on the way to the ring, but the actual texture addresses are a pain in the ass. I want to change the title combinations for the World Tag team titles and the Triple Crown. For some reason the World Tag team titles and Triple Crown seem to share 2 belts, when they're supposed to be completely different.
 

mrdoa

Lower Midcard
Joined
Aug 3, 2011
Messages
114
Reaction score
0
While you're looking for those see if you can find the polygon for the belts during the entrance too, I've always wanted to try and change all the belts to double or triple belts
 
Top