Skip to content

Commit

Permalink
1.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Nov 24, 2024
1 parent 7945c3c commit dc55356
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 21 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### 1.3.0 - November 24, 2024

- add support for the latest GTA: The Trilogy patch on Steam and Rockstar Games Launcher
- fix a script crash when Bully's `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` and `Memory.Write` definitions for an unknown host. Also added `Memory.ReadI64`, `Memory.ReadU64`, `Memory.WriteI64`, `Memory.WriteU64` for 64-bit unknown host
- add `allowJs` option in `tsconfig.json` to allow importing JS files in TS scripts. Delete your `tsconfig.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](https://re.cleo.li/docs/en/definitions.html)

### 1.2.2 - August 28, 2023

- fix an issue when commands returning multiple values (`Char#storeClosestEntities`, `Game.GetCurrentResolution()`, etc.) returned just one correct value
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-RU.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
Если у вас есть какие-либо вопросы относительно настоящего Лицензионного соглашения, пожалуйста, свяжитесь с нами по адресу [email protected]

-------------------------------------------------------------------------------
Copyright (c) 2021-2023, Seemann
Copyright (c) 2021-2024, Seemann
Все права защищены.
https://re.cleo.li
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ By installing and/or using CLEO Redux you are automatically agreeing to and show
If you have any questions regarding this License Agreement, please contact [email protected]

-------------------------------------------------------------------------------
Copyright (c) 2021-2023, Seemann
Copyright (c) 2021-2024, Seemann
All rights reserved.
https://re.cleo.li
20 changes: 10 additions & 10 deletions docs/en/definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ At start CLEO validates that a definition file is present and correct and if not

| Game | File | Minimum Required Version |
| ----------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------ |
| GTA III, re3 | [gta3.json](https://github.com/sannybuilder/library/blob/master/gta3/gta3.json) | `0.267` |
| GTA VC, reVC | [vc.json](https://github.com/sannybuilder/library/blob/master/vc/vc.json) | `0.273` |
| GTA San Andreas (Classic) 1.0 | [sa.json](https://github.com/sannybuilder/library/blob/master/sa/sa.json) | `0.319` |
| GTA III: The Definitive Edition | [gta3_unreal.json](https://github.com/sannybuilder/library/blob/master/gta3_unreal/gta3_unreal.json) | `0.228` |
| Vice City: The Definitive Edition | [vc_unreal.json](https://github.com/sannybuilder/library/blob/master/vc_unreal/vc_unreal.json) | `0.234` |
| San Andreas: The Definitive Edition | [sa_unreal.json](https://github.com/sannybuilder/library/blob/master/sa_unreal/sa_unreal.json) | `0.263` |
| GTA IV | [gta_iv.json](https://github.com/sannybuilder/library/blob/master/gta_iv/gta_iv.json) | `0.78` |
| Unknown (32-bit) | [unknown_x86.json](https://github.com/sannybuilder/library/blob/master/unknown_x86/unknown_x86.json) | `0.225` |
| Unknown (64-bit) | [unknown_x64.json](https://github.com/sannybuilder/library/blob/master/unknown_x64/unknown_x64.json) | `0.228` |
| Bully: Scholarship Edition | [bully.json](https://github.com/sannybuilder/library/blob/master/bully/bully.json) | `0.41` |
| GTA III, re3 | [gta3.json](https://github.com/sannybuilder/library/blob/master/gta3/gta3.json) | `0.354` |
| GTA VC, reVC | [vc.json](https://github.com/sannybuilder/library/blob/master/vc/vc.json) | `0.364` |
| GTA San Andreas (Classic) 1.0 | [sa.json](https://github.com/sannybuilder/library/blob/master/sa/sa.json) | `0.795` |
| GTA III: The Definitive Edition | [gta3_unreal.json](https://github.com/sannybuilder/library/blob/master/gta3_unreal/gta3_unreal.json) | `0.284` |
| Vice City: The Definitive Edition | [vc_unreal.json](https://github.com/sannybuilder/library/blob/master/vc_unreal/vc_unreal.json) | `0.293` |
| San Andreas: The Definitive Edition | [sa_unreal.json](https://github.com/sannybuilder/library/blob/master/sa_unreal/sa_unreal.json) | `0.401` |
| GTA IV | [gta_iv.json](https://github.com/sannybuilder/library/blob/master/gta_iv/gta_iv.json) | `0.88` |
| Unknown (32-bit) | [unknown_x86.json](https://github.com/sannybuilder/library/blob/master/unknown_x86/unknown_x86.json) | `0.236` |
| Unknown (64-bit) | [unknown_x64.json](https://github.com/sannybuilder/library/blob/master/unknown_x64/unknown_x64.json) | `0.239` |
| Bully: Scholarship Edition | [bully.json](https://github.com/sannybuilder/library/blob/master/bully/bully.json) | `0.84` |

CLEO Redux uses compound definitions (a combination of the primary JSON file for the current game and a JSON file for the Unknown host). It lets SDK commands to work in JS scripts regardless of them being defined or not in the primary JSON file. You should notice that during updates CLEO downloads both `<game>.json` and `unknown.json` as well as the accompanying `enums.js` files. It should not affect any existing scripts.
8 changes: 5 additions & 3 deletions docs/en/the-definitive-edition-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ Here you can find answers to the frequently asked questions about support for Th

### What versions are supported?

- GTA III: The Definitive Edition **1.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** (Steam release), **1.0.17.39540**
- GTA Vice City: The Definitive Edition **1.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** (Steam release), **1.0.17.39540**
- San Andreas: The Definitive Edition **1.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** (Steam release), **1.0.17.39540**
| Game\Platform | Rockstar Games (RGL) | Steam | Epic Games |
| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- | ------------------- |
| GTA III: The Definitive Edition | 1.0.0.14718 (Title Update 1.03)<br>1.0.0.15284 (Title Update 1.04)<br>1.0.8.11827 (Title Update 1.04.5)<br>1.0.17.38838<br>1.0.17.39540<br>1.0.112.6680 | 1.0.17.38838<br>1.0.17.39540<br>1.0.112.6680<br>1.0.113.21181 | 1.0.17.39540 |
| GTA Vice City: The Definitive Edition | 1.0.0.14718 (Title Update 1.03)<br>1.0.0.15399 (Title Update 1.04)<br>1.0.8.11827 (Title Update 1.04.5)<br>1.0.17.38838<br>1.0.17.39540<br>1.0.112.6680 | 1.0.17.38838<br>1.0.17.39540<br>1.0.112.6680<br>1.0.113.21181 | 1.0.17.39540 |
| San Andreas: The Definitive Edition | 1.0.0.14296<br>1.0.0.14388<br>1.0.0.14718 (Title Update 1.03)<br>1.0.0.15483 (Title Update 1.04)<br>1.0.8.11827 (Title Update 1.04.5)<br>1.0.17.38838<br>1.0.17.39540<br>1.0.112.6680 | 1.0.17.38838<br>1.0.17.39540<br>1.0.112.6680<br>1.0.113.21181 | 1.0.17.39540 |

### Is there any difference from support of the classic games?

Expand Down
10 changes: 5 additions & 5 deletions installer/cleo_redux.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define AppName "CLEO Redux"
#define AppVersion "1.2.2"
#define AppVersion "1.3.0"
#define AppPublisher "Seemann"
#define AppURL "https://re.cleo.li"
#define SourceDir "..\"
Expand All @@ -11,9 +11,9 @@
#define ImGuiRedux32 = "https://github.com/user-grinch/ImGuiRedux/releases/download/Win32-latest"
#define ImGuiRedux64 = "https://github.com/user-grinch/ImGuiRedux/releases/download/Win64-latest"

#define SilentPatchIII = "https://silent.rockstarvision.com/uploads/SilentPatchIII.zip"
#define SilentPatchVC = "https://silent.rockstarvision.com/uploads/SilentPatchVC.zip"
#define SilentPatchSA = "https://silent.rockstarvision.com/uploads/SilentPatchSA.zip"
#define SilentPatchIII = "https://github.com/CookiePLMonster/SilentPatch/releases/latest/download/SilentPatchIII.zip"
#define SilentPatchVC = "https://github.com/CookiePLMonster/SilentPatch/releases/latest/download/SilentPatchVC.zip"
#define SilentPatchSA = "https://github.com/CookiePLMonster/SilentPatch/releases/latest/download/SilentPatchSA.zip"

#define MemOps32 = "https://github.com/cleolibrary/CLEO-REDUX-PLUGINS/releases/download/latest/MemoryOperations.zip"
#define MemOps64 = "https://github.com/cleolibrary/CLEO-REDUX-PLUGINS/releases/download/latest/MemoryOperations64.zip"
Expand All @@ -26,7 +26,7 @@ VersionInfoVersion={#AppVersion}
;AppVerName={#MyAppName} {#MyAppVersion}
AppPublisher={#AppPublisher}
AppPublisherURL={#AppURL}
AppCopyright=Copyright (c) 2021-2023, {#AppPublisher}
AppCopyright=Copyright (c) 2021-2024, {#AppPublisher}
DefaultDirName=New folder
LicenseFile={#SourceDir}\LICENSE.txt
; Uncomment the following line to run in non administrative install mode (install for current user only.)
Expand Down
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ <h1 class="font-weight-bold d-flex justify-content-center">
data-translate="download"
>Download</a
>
<small class="pt-1 text-muted">v1.2.2 | August 28, 2023</small>
<small class="pt-1 text-muted">v1.3.0 | November 24, 2024</small>
</div>
</div>
</div>
Expand Down

0 comments on commit dc55356

Please sign in to comment.