- add support for the latest GTA: The Trilogy patch on Steam and Rockstar Games Launcher (see the list of supported versions)
- fix a script crash in Bully when
CameraSetXYZ
command is used - fix an issue with commands returning multiple values (e.g.
World.GetAnyCharNoSaveRecursive
) crashing the script if nothing was found - add missing
Memory.Read
andMemory.Write
definitions for an unknown host. Also addedMemory.ReadI64
,Memory.ReadU64
,Memory.WriteI64
,Memory.WriteU64
for 64-bit unknown host - add
allowJs
option intsconfig.json
to allow importing JS files in TS scripts. Delete yourtsconfig.json
if you want to recreate it with the new option
INSTALLER
- update references to SilentPatch to their new location on GitHub
BREAKING CHANGES
- bumped minimum required versions of command definitions