From 6fff50c2b21f84ba9f1147743d263e79aa887fb2 Mon Sep 17 00:00:00 2001 From: tribes2 <126372784+tribes2@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:04:08 +0000 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0a4e5bc --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +This is the first SVN checkout of V12 / TorqueGameEngine. It represents Tribes 2 at an earlier state in it's development. + +The largest obvious removal relates to WON authentication data. There's a lot of code in the engine dedicated to the pre-connect handshake that isn't present here. + +Several NetObject and NetEvent classes in Tribes 2 are missing from this source code release. +The objects that do exist are in an intermediate state - bug fixes relating to unpacking network data are inconsistently applied. The final Tribes 2 release still has unpacking bugs, but fewer. + +It's also vaugely interesting that there is evidence of a FogChallengeEvent. I can't find any usage in demo recordings, so it doesn't seem to be triggered by release builds.