mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-07-15 05:14:33 +00:00
Added a description and mod listing.
This commit is contained in:
parent
52c2756e5c
commit
bf06dadac9
1 changed files with 19 additions and 0 deletions
19
README.md
19
README.md
|
|
@ -15,6 +15,25 @@ Credit Attribution
|
||||||
| LouCypher | Reverse engineered a IFC22.dll replacement he made to build some [template code](https://github.com/Ragora/T2-IFC22Template) |
|
| LouCypher | Reverse engineered a IFC22.dll replacement he made to build some [template code](https://github.com/Ragora/T2-IFC22Template) |
|
||||||
| Jason R. Blevins | [Mersenne Twister Implementation](Mod Sources/RandomMod/RandomMod/source/mt.cc) |
|
| Jason R. Blevins | [Mersenne Twister Implementation](Mod Sources/RandomMod/RandomMod/source/mt.cc) |
|
||||||
|
|
||||||
|
What is it?
|
||||||
|
====
|
||||||
|
|
||||||
|
Tribes 2 C++ (T2CPP) provides a C++ API on top of the existing API left by [Linker](http://www.the-construct.net/forums/showthread.php?t=500&highlight=Linker).
|
||||||
|
This is all provided from a custom built replacement IFC22.dll replacement for the game which was reverse engineered from the [IFC22.dll implementation](http://rdb.internectual.net/t2) of [TribesNext](http://www.tribesnext.com) by LouCypher.
|
||||||
|
|
||||||
|
The template coding for my IFC22.dll can be found [[https://github.com/Ragora/T2-IFC22Template|here]] and the project page for T2CPP itself is [[https://github.com/Ragora/T2-CPP|here]].
|
||||||
|
|
||||||
|
In this Repository
|
||||||
|
====
|
||||||
|
|
||||||
|
The T2CPP project also contains sources for three different mods, which are listed below.
|
||||||
|
|
||||||
|
| Mod Name |
|
||||||
|
|----------------------------------------------------------------------------------------------------|
|
||||||
|
| [Template Mod](https://github.com/Ragora/T2-CPP/tree/master/Mod%20Sources/BaseMod) |
|
||||||
|
| [TSExtension](https://github.com/Ragora/T2-CPP/tree/master/Mod%20Sources/TSExtension) |
|
||||||
|
| [Random Mod](https://github.com/Ragora/T2-CPP/tree/master/Mod%20Sources/RandomMod) |
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
====
|
====
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue