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

What versions are supported?

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
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
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

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/opcodes 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 Triogy with Sanny Builder?

CLEO Redux provides limited support of compiled scripts (.CS) for the San Andreas: Definitive Edition only. It is recommended to write scripts using JavaScript or TypeScript.

To compile CLEO scripts for San Andreas: The Definitive Edition using Sanny Builer use SA Mobile mode.

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