mirror of
https://github.com/Tribes2-SCP/AssetCompat.git
synced 2026-03-13 17:30:48 +00:00
Moved compat scripts to scripts/t2Compat; Added an etcFunctions.cs for unclassified compat fixes; Added isDemo() to always return false
This commit is contained in:
parent
849df151aa
commit
72bee49824
4 changed files with 17 additions and 1 deletions
12
scripts/t2Compat/t2Compat.cs
Normal file
12
scripts/t2Compat/t2Compat.cs
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// scriptCompat.cs
|
||||
//
|
||||
// Tribes 2 script compatability layer for Torque3D. This compatability
|
||||
// layer helps Tribes 2 scripts run on the Torque3D engine via various
|
||||
// Torque Script & engine declared functions that implement missing
|
||||
// functionality.
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
exec("t2Compat/etcFunctions.cs");
|
||||
exec("t2Compat/audioFunctions.cs");
|
||||
exec("t2Compat/playerFunctions.cs");
|
||||
Loading…
Add table
Add a link
Reference in a new issue