Here you can find answers to the frequently asked questions about support for The Trilogy remaster.

What versions are supported?

As of version 1.5.0, CLEO Redux supports the latest available PC versions of the games distributed on three platforms: RGL, Steam, and Epic Games.

The versions listed below refer to the executable file and can be checked by right-clicking the game’s executable (LibertyCity.exe, ViceCity.exe, or SanAndreas.exe) and opening Properties → Details → File Version.

Game\PlatformRockstar Games (RGL)SteamEpic Games
GTA III: The Definitive Edition1.0.0.14718 (Title Update 1.03)
1.0.0.15284 (Title Update 1.04)
1.0.8.11827 (Title Update 1.04.5)
1.0.17.38838
1.0.17.39540
1.0.112.6680
1.0.17.38838
1.0.17.39540
1.0.112.6680
1.0.113.21181
1.0.17.39540
1.0.112.6680
GTA Vice City: The Definitive Edition1.0.0.14718 (Title Update 1.03)
1.0.0.15399 (Title Update 1.04)
1.0.8.11827 (Title Update 1.04.5)
1.0.17.38838
1.0.17.39540
1.0.112.6680
1.0.17.38838
1.0.17.39540
1.0.112.6680
1.0.113.21181
1.0.17.39540
1.0.112.6680
San Andreas: The Definitive Edition1.0.0.14296
1.0.0.14388
1.0.0.14718 (Title Update 1.03)
1.0.0.15483 (Title Update 1.04)
1.0.8.11827 (Title Update 1.04.5)
1.0.17.38838
1.0.17.39540
1.0.112.6680
1.0.17.38838
1.0.17.39540
1.0.112.6680
1.0.113.21181
1.0.17.39540
1.0.112.6680

Is there any difference from support of the classic games?

In short, yes. See this page for detail on what's supported and what's not.

What commands are available?

CLEO Redux supports all native commands provided by the game engine. You can find the list of all commands in the Sanny Builder library.

In addition to that, CLEO Redux adds new commands via plugins.

How do I know what commands can I use in JavaScript?

After each game run, CLEO generates a .d.ts file in the CLEO\.config directory. It's called gta3.d.ts, vc.d.ts or sa.d.ts depending on the game. This file lists all supported functions and methods that you can use in JavaScript code.

To enable autocomplete in VS Code save your script file with .ts extension.

Can I work with the game memory or call the game functions?

Yes, check the Memory guide.

How do I compile CLEO scripts for the Trilogy with Sanny Builder?

As of version 1.5.0, support for compiled scripts (.CS) in The Trilogy is deprecated and will be removed in one of the future releases. It is recommended to write scripts using JavaScript or TypeScript.

CLEO Redux provides limited support of compiled scripts (.CS) for the San Andreas: Definitive Edition only. To compile CLEO scripts for this game use Sanny Builder in SA Mobile mode.

I can't find an answer to my question here, where do I go?