You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
00517BB8 this address related to the position in a race gets modified always by the game
on every track there is a second addres that gets the same value as the above address
1st track 00583A44
2nd track 00583F14
3rd track 005843C0
no matter if i set these to 1 I don't get first place
The text was updated successfully, but these errors were encountered:
00517BB8 this address related to the position in a race gets modified always by the game
no matter if i set these to 1 I don't get first place
There's information about this in the wiki, however for motoraid even "1 ms" is too slow or without effect because
it reads the position from a function rather than a variable
it reads the position (on finish) less than 1 ms after writing it
If model2emu had memory breakpoints the position function could be located and disabled because that allow breaking when RAMBASE+0x17BB8 is written and locating the writing address in the call stack
# clone the fork
git clone git@github.com:rijji76/bin-patch.git; cd bin-patch.git
# create a pull request branch
git checkout -b patch1
# copy the files to the arcade folder
cp ../gunblade.* arcade
# add the files to the repo
git add -u
# commit the files
git commit
# push
git push
00517BB8 this address related to the position in a race gets modified always by the game
on every track there is a second addres that gets the same value as the above address
1st track 00583A44
2nd track 00583F14
3rd track 005843C0
no matter if i set these to 1 I don't get first place
The text was updated successfully, but these errors were encountered: