Skip to content

1.20.62 Version Update

Compare
Choose a tag to compare
@Imrglop Imrglop released this 16 Feb 03:49
· 34 commits to main since this release
  1. Added 1.20.60 Support
  2. Added Beta Scripting 1.5
  3. Added Beta Motion Blur
    For beta 1.5 features, use the second DLL.

To use scripting, download ChakraCore.dll and put it in RoamingState\Latite\Assets.
Note that "Scripting 1.5" is an old version of the Latite Plugin API and the full plugin system will come with Latite V2.

An example script you can use:
index.js in RoamingState\Latite\Scripts\hello\index.js

script.log("Hello from Latite Scripting 1.5");

.script load hello in-game