From bf2309a53d3138cb12f457c26fadfa2fa78ff900 Mon Sep 17 00:00:00 2001 From: Aaron M Date: Mon, 23 Dec 2019 12:10:50 +1300 Subject: [PATCH] Add logging to Dirty Drivin --- Game Files/DirtyDrivin.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Game Files/DirtyDrivin.cpp b/Game Files/DirtyDrivin.cpp index bb4c156..65ea3f4 100644 --- a/Game Files/DirtyDrivin.cpp +++ b/Game Files/DirtyDrivin.cpp @@ -18,6 +18,10 @@ void DirtyDrivin::FFBLoop(EffectConstants* constants, Helpers* helpers, EffectTr float ff = helpers->ReadFloat32(0x886EC4, false); + helpers->log("got value: "); + std::string ffs = std::to_string(ff); + helpers->log((char*)ffs.c_str()); + if (ff > 0) { double percentForce = ff;