Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Aug 12, 2021
0 parents commit 7f95df2
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# CLEO Redux

This is the official port of CLEO Library for re3 and reVC.

At the moment it's very barebone and has a limited number of features (see below).

## Installation

CLEO Redux only supports "Windows D3D9 MSS 32bit" version of re3. It might work with reVC but hasn't been tested yet.

- Download and install re3 from https://github.com/GTAmodding/re3#installation

- Copy cleo.asi to re3 directory.

Make sure `cleo.asi`, `re3.exe` and `re3.pdb` are located in the same folder.

- Install CLEO scripts. You can try a classic `showsavescreen.cs` from CLEO 3. Press `F4` to display the save screen while on foot.

**NOTE: CLEO scripts written for GTA III/Vice City should work, but CLEO Redux does not support most of the common CLEO commands yet (see the list of supported commands below).**

If the script only uses vanilla commands, or commands listed below it should work.

## Features

- Loading and unloading CS files from CLEO directory
- Reload scripts when the game starts
- basic scm log. To enable trace for executed commands open up re3.ini or reVC.ini and add these lines:

```
[CLEO]
LogOpcodes = 1
```

## Writing CLEO scripts

Use [Sanny Builder 3.8.0](https://sannybuilder.com) in GTA III or GTA VC edit modes respectively. Check out [this page](https://cleo.li/scripts.html) for more information.

## Custom Commands

- 0A93
[TERMINATE_THIS_CUSTOM_SCRIPT](https://library.sannybuilder.com/#/sa/CLEO/0A93)
- 0AB0 [IS_KEY_PRESSED](https://library.sannybuilder.com/#/sa/CLEO/0AB0)

## Links

- re3 project: https://github.com/GTAmodding/re3
- CLEO library: https://cleo.li/
Binary file added cleo.asi
Binary file not shown.
Binary file added showsavescreen.cs
Binary file not shown.

0 comments on commit 7f95df2

Please sign in to comment.