mirror of
https://github.com/Ragora/T2-CPP.git
synced 2026-07-15 13:44:35 +00:00
Added a new TSTick call to TSExtension
This will allow running physics in TorqueScript with more accurate timing. Also added TSTick.cs which also enables InteriorInstance serverside movement support(Will allow clients to see movement without clientside patching).
This commit is contained in:
parent
bf06dadac9
commit
4c716d90c8
2 changed files with 9 additions and 3 deletions
3
Patches/TStick.cs
Normal file
3
Patches/TStick.cs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
function TStick(%tick) {}
|
||||
memPatch("5240FD","B00190");
|
||||
memPatch("5BBBDC",getServPAddr());
|
||||
Loading…
Add table
Add a link
Reference in a new issue