From 54ecaf43b2e62618736586b273daf5220e8ea343 Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Sun, 17 Aug 2014 00:22:32 -0400 Subject: [PATCH] Added topic on $Pref::useImmersion --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 82763e0..704ebc7 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,8 @@ This simply means that loadMod() was unable to locate the desired DLL in the mod This error means that the DLL you specified probably isn't a proper mod DLL for this system. Either that or the DLL wasn't built correctly. The "void ModInitialize(void)" function **must** be built as extern C and should be defined with "__declspec(dllexport)" to work. + +#### loadMod() is not found and I have the IFC22.dll replacement installed. + +You probably don't have Force Feedback enabled. It can be enabled in Tribes 2's Settings under the "Game" tab or with the following preference: +$Pref::useImmersion = "1";