From eeecf479e1189cff14906f95dda385eb2e6a8a7e Mon Sep 17 00:00:00 2001 From: Aaron M Date: Mon, 28 Oct 2019 09:22:09 +1300 Subject: [PATCH] Added steering write to Road Fighters after error hack Axis doesn't write values until someone moves axis so this stops it flying to left on startup if they havent moved axis --- Game Files/RoadFighters3D.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Game Files/RoadFighters3D.cpp b/Game Files/RoadFighters3D.cpp index 931affc..af81ab6 100644 --- a/Game Files/RoadFighters3D.cpp +++ b/Game Files/RoadFighters3D.cpp @@ -161,6 +161,7 @@ static int RunningThread(void *ptr) if (timeroutofmenu != 0) { myHelpers->WriteIntPtr((INT_PTR)gl_hjgtDll + 0x7D2B24, 0x00, false); + myHelpers->WriteByte((INT_PTR)gl_hjgtDll + 0x7D2B39, 0x7F, false); avoiderror = false; } }