From ad0f3d90bed1cf488803fad92c0eecc654f68388 Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Mon, 21 Sep 2015 13:56:21 -0400 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e4135aa --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# 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.