Looking for the Movement Copy *ONLINE* code by BullyWiiPlaza
#1
Does anybody happen to have this code by BullyWiiPlaza (assuming it was ever public)? It copies the movement from an online opponent into your player.

Reply
#2
I found my own version. You can look up my CPU Control Cycler code, on the comments, there is source code
Reply
#3
(Yesterday, 02:20 PM)(_Ro Wrote: I found my own version. You can look up my CPU Control Cycler code, on the comments, there is source code

Does it work with online players specifically? I'd like the code to make my player mimic the exact inputs from the remote player specifically (not myself being able to control the remote player)
Reply
#4
You need to modify it, obtain your player ID and check if the plaater it's iterating is you, if it is, hijack the value to be the player ID you want to copy
Reply
#5
Should be this

.set ptr_raceData, 0x809BD728  PAL

PAL
80590408

lbz r0, 0x10 (r3)
lis r12, ptr_raceData@ha
lwz r12, ptr_raceData@l (r12)
lbz r12, 0xB84 (r12)
cmpw r12, r0 # Is you
bne end
li r0, X # player ID of who you want to copy
end:
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)