Disable stealing of specials

WldFb

Lower Midcard
Joined
Oct 31, 2010
Messages
117
Reaction score
0
Website
www.tapatalk.com
WaylonMercysHands said:
Does anyone know how to remove the ability to steal your opponent's special?


Hello, it took me a bit more time than I thought, but here it is:

D112a058 8E45
8112a05A 0000
D112A2B0 8E45
8112A2B2 0000

It works for front, back and turnbuckle specials. If you attempt to steal the finisher you do your own instead. I'm not sure if it works with the AI (do they even attempt to steal? I don't remember it's been a while)
 

WaylonMercysHands

Lower Midcard
Joined
Jan 12, 2013
Messages
139
Reaction score
0
WldFb said:
WaylonMercysHands said:
Does anyone know how to remove the ability to steal your opponent's special?


Hello, it took me a bit more time than I thought, but here it is:

D112a058 8E45
8112a05A 0000
D112A2B0 8E45
8112A2B2 0000

It works for front, back and turnbuckle specials. If you attempt to steal the finisher you do your own instead. I'm not sure if it works with the AI (do they even attempt to steal? I don't remember it's been a while) 

Thanks! 

Does this work for players 1-4?

The AI does steal specials every now and then.  It happens maybe 1% of the time, if that, so it will take a while before I can confirm that it works for AI, but I'll let you know what I find.

I'm glad to see that you're still modding, by the way.  I haven't seen you on these forums in a while.
 

WldFb

Lower Midcard
Joined
Oct 31, 2010
Messages
117
Reaction score
0
Website
www.tapatalk.com
Yes, it's for 4 players.
It probably doesn't work with AI because it checks the key pressed before reaching that part of the code, so the AI is probably handled separately.

Edit: yes, I've just come back ;)
 

killacam

Lower Midcard
Joined
Apr 4, 2014
Messages
222
Reaction score
1
D1091030 0048
81091030 0046
D1091046 0053
81091046 0051

I added activators in case the addys are used for other things when not in match but this code is:

D1091030 0048 - when stolen front special move is in stolen front special move slot
81091030 0046 - front special move is in stolen front special move slot
D1091046 0053 - when stolen back special move is in stolen back special move slot
81091046 0051 - back special move is in stolen back special move slot

So if a human player or computer player tries to do a stolen special they should do their regular special instead
 

WaylonMercysHands

Lower Midcard
Joined
Jan 12, 2013
Messages
139
Reaction score
0
killacam said:
D1091030 0048
81091030 0046
D1091046 0053
81091046 0051

I added activators in case the addys are used for other things when not in match but this code is:

D1091030 0048 - when stolen front special move is in stolen front special move slot
81091030 0046 - front special move is in stolen front special move slot
D1091046 0053 - when stolen back special move is in stolen back special move slot
81091046 0051 - back special move is in stolen back special move slot

So if a human player or computer player tries to do a stolen special they should do their regular special instead
Are those the right addresses?  81091030 and 81091046 are grapple mod addresses, so wouldn't those values (0048, 0046, 0053, 0051) be moves rather than move slots?


WldFb said:
Yes, it's for 4 players.
It probably doesn't work with AI because it checks the key pressed before reaching that part of the code, so the AI is probably handled separately.

Edit: yes, I've just come back ;)

Wait, was my thread the first post of your comeback?  If so, then I'm honored.  I feel like Randy Orton.  Or Triple H at Summerslam 2002.
 
Top