From dc55356c761b8fb979ad4294f964f1b0386870ca Mon Sep 17 00:00:00 2001 From: Seemann Date: Sun, 24 Nov 2024 11:59:08 -0500 Subject: [PATCH] 1.3.0 release --- CHANGELOG.md | 16 ++++++++++++++++ LICENSE-RU.txt | 2 +- LICENSE.txt | 2 +- docs/en/definitions.md | 20 ++++++++++---------- docs/en/the-definitive-edition-faq.md | 8 +++++--- installer/cleo_redux.iss | 10 +++++----- website/index.html | 2 +- 7 files changed, 39 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76ab44d..23b4de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/LICENSE-RU.txt b/LICENSE-RU.txt index 9fc91e8..e67a07d 100644 --- a/LICENSE-RU.txt +++ b/LICENSE-RU.txt @@ -16,6 +16,6 @@ Если у вас есть какие-либо вопросы относительно настоящего Лицензионного соглашения, пожалуйста, свяжитесь с нами по адресу opinion@cleo.li ------------------------------------------------------------------------------- -Copyright (c) 2021-2023, Seemann +Copyright (c) 2021-2024, Seemann Все права защищены. https://re.cleo.li \ No newline at end of file diff --git a/LICENSE.txt b/LICENSE.txt index 5926dc0..39ca49e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 opinion@cleo.li ------------------------------------------------------------------------------- -Copyright (c) 2021-2023, Seemann +Copyright (c) 2021-2024, Seemann All rights reserved. https://re.cleo.li \ No newline at end of file diff --git a/docs/en/definitions.md b/docs/en/definitions.md index ad4eabc..32887c0 100644 --- a/docs/en/definitions.md +++ b/docs/en/definitions.md @@ -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 `.json` and `unknown.json` as well as the accompanying `enums.js` files. It should not affect any existing scripts. diff --git a/docs/en/the-definitive-edition-faq.md b/docs/en/the-definitive-edition-faq.md index 0890b91..cb451f7 100644 --- a/docs/en/the-definitive-edition-faq.md +++ b/docs/en/the-definitive-edition-faq.md @@ -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)
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 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
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 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
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? diff --git a/installer/cleo_redux.iss b/installer/cleo_redux.iss index 66c0f8a..d188562 100644 --- a/installer/cleo_redux.iss +++ b/installer/cleo_redux.iss @@ -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 "..\" @@ -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" @@ -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.) diff --git a/website/index.html b/website/index.html index 3b47fb8..f02f1b6 100644 --- a/website/index.html +++ b/website/index.html @@ -123,7 +123,7 @@

data-translate="download" >Download - v1.2.2 | August 28, 2023 + v1.3.0 | November 24, 2024