- allow importing from folder using index files (i.e.
import * as myModule from './myModule';wheremyModuleis a folder with eitherindex.ts,index.mts,index.js, orindex.mjsfile inside) - use TypeScript enum syntax for enums and update generated typings to use correct enum types (e.g.
AnimGroupinstead ofint) - add
Memory.Watchmethod to trigger a callback when the value changes (works only in async scripts) - add
.zonfiles support in IdeLoader - fix an issue in TextLoader when some text files could not be loaded due to a JSON parsing error
BREAKING CHANGES
- bumped minimum required versions of command definitions
Portable version
Archive with CLEO Redux and essential plugins only. To install, unzip the archive to the folder with the game executable.
- for 32-bit games (e.g. GTA III, VC, SA, Bully, GTA IV)
- for 64-bit games (e.g. GTA: The Trilogy)
ASI Loader and some third-party plugins are not included. Download and install them separately, or use the CLEO Redux installer.