Template for a Tribes 2 IFC22.dll replacement project since nobody uses the Immersion Force Feedback.
Find a file
2015-09-21 13:56:21 -04:00
include Initial commit. 2014-05-25 02:29:27 -04:00
res Initial commit. 2014-05-25 02:29:27 -04:00
source Removed unnecessary code bit to load t2dll.dll 2014-05-25 17:22:43 -04:00
IFC22_DLL.sdf Initial commit. 2014-05-25 02:29:27 -04:00
IFC22_DLL.sln Initial commit. 2014-05-25 02:29:27 -04:00
IFC22_DLL.suo Initial commit. 2014-05-25 02:29:27 -04:00
IFC22_DLL.vcxproj Initial commit. 2014-05-25 02:29:27 -04:00
IFC22_DLL.vcxproj.filters Initial commit. 2014-05-25 02:29:27 -04:00
IFC22_DLL.vcxproj.user Initial commit. 2014-05-25 02:29:27 -04:00
README.md Create README.md 2015-09-21 13:56:21 -04:00
t2dll.aps Initial commit. 2014-05-25 02:29:27 -04:00

T2-IFC22Template

This is the template implementation for any Tribes 2 C++ modification (that wants to work without TribesNext) that produces a DLL capable of replacing the game's IFC22.dll which controls force feedback support. LouCypher had originally implemented TribesNext as a IFC22.dll but did not yield source, so this template code is a reverse engineering of that combined with Linker's gift code to produce a codebase that is capable of being loaded into practically any Tribes 2 installation that's running the latest patches.