VPW2: Rope Colours

S.K. Stylez

Backstage Worker
Joined
Jun 2, 2011
Messages
813
Reaction score
0
One of the annoying things I found about VPW2 was the inability to change the Rope Colours. Well, that's all changed now. With a bit of basic ASM hacking, I was able to get the game to read the colour data from another location and also add some more colour values, instead of being restricted to the usual 4 bytes.

Here's what we can do.

t8soCTH.jpg

ykTY18i.jpg

u0EKNGc.jpg


The Red values are the exact same ones from WM2000.

Keep the Instructions code on, but use one of the other codes. Slap on arena activators for each colour if you want so you can keep them on.

Rope Colour Instructions
D101F178 3C11
8101F17E 7D54
D101F1D4 9222
8101F1DE 0004
D101F1D4 9222
8101F1EA 0008

Red Ropes
81047D54 9060
81047D56 8080
81047D58 1808
81047D5A 1414
81047D5C 2810
81047D5E 2020

Blue Ropes
81047D54 2410
81047D56 2020
81047D58 4820
81047D5A 4040
81047D5C 9040
81047D5E 8080

Black Ropes
81047D54 6400
81047D56 3232
81047D58 6400
81047D5A 3232
81047D5C 6400
81047D5E 3232

White Ropes
81047D54 F0D0
81047D56 E0E0
81047D58 F0D0
81047D5A E0E0
81047D5C F0D0
81047D5E E0E0

Yellow Ropes
81047D54 D080
81047D56 C0C0
81047D58 D080
81047D5A C0C0
81047D5C 2410
81047D5E 2020
 
Top