mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-01-19 18:14:44 +00:00
Added topic on $Pref::useImmersion
This commit is contained in:
parent
c088d86850
commit
54ecaf43b2
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue