- add support for the latest Trilogy patch 1.04.5
- add methods
Memory.ReadUtf8
,Memory.WriteUtf8
,Memory.ReadUtf16
,Memory.WriteUtf16
for reading and writing strings from memory - setting
ONMISSION
variables totrue
allows usage of mission-only commands like00D9 STORE_CAR_CHAR_IS_IN
or00D8 MISSION_HAS_FINISHED
SDK AND PLUGINS
- new SDK methods
GetDirectoryPath
,GetCLEOVersion
,GetSymbolAddress
,GetNumberOfActiveCSScripts
,GetNumberOfActiveJSScripts
,IsEndOfArguments
. SDK version is now 6. - code that displays a CLEO version in the main menu was extracted into a separate plugin -
frontend.cleo
. Works with GTA III, VC, re3, reVC, and SA.
BREAKING CHANGES
- bumped minimum required versions of command definitions