From 9af1b110e605ea5bf383fea5515f2e68839d77b1 Mon Sep 17 00:00:00 2001 From: inuNorii <19881900+inuNorii@users.noreply.github.com> Date: Fri, 21 Jun 2024 00:56:53 +0200 Subject: [PATCH] Release v.1.10 --- CHANGELOG.md | 3 +++ ER_TGA.CT | 6 +++--- README.md | 2 +- VERSION | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d95d290..caa57eaee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog ## [Unreleased] + +## [v1.10.0] - 2024-06-21 ### Added - ApplyEffect - Colosseum IDs to Event Flags @@ -14,6 +16,7 @@ - Moved getItemIdx, getItemByIdx, and getItemType into a single script - Moved code of RemoveItem, equipItem, and changeMagic under Global Functions - "Remove Seamless Co-op items" now uses equipItem and RemoveItem + - Supported game version to app ver 1.12 (executable v2.02) ### Fixed - RemoveItem diff --git a/ER_TGA.CT b/ER_TGA.CT index 26c5bcfa9..3b118d277 100644 --- a/ER_TGA.CT +++ b/ER_TGA.CT @@ -7,7 +7,7 @@ 1337192508 - "Open - The Grand Archives v1.9.0 - Elden Ring v1.10.1" + "Open - The Grand Archives v1.10.0 - Elden Ring v1.12" Auto Assembler Script {$lua} @@ -27,8 +27,8 @@ if not getAddressSafe(process) then end game_title = "ELDEN RING" -game_ver = "2.00.1" -- this is officially ELDEN RING app ver v1.10.1 -table_ver = 1.091 +game_ver = "2.02.0" -- this is officially ELDEN RING app ver v1.10.1 +table_ver = 1.10 ce_ver = 7.4 local version_url = "https://raw.githubusercontent.com/The-Grand-Archives/Elden-Ring-CT-TGA/master/VERSION" diff --git a/README.md b/README.md index 256798ecf..c1aa79582 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If it doesn't work, try this [alternative invite](https://discord.gg/2RTW6BFgeX) ### Requirements Cheat Engine: [7.4](https://github.com/cheat-engine/cheat-engine/releases) -Game: App ver. 1.10.1 +Game: App ver. 1.12 ## How to use diff --git a/VERSION b/VERSION index bb0720c6b..578c71bd5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.09 \ No newline at end of file +1.10 \ No newline at end of file