Skip to content

Commit

Permalink
Release v.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
inuNorii committed Jun 20, 2024
1 parent 123ddec commit 9af1b11
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog
## [Unreleased]

## [v1.10.0] - 2024-06-21
### Added
- ApplyEffect
- Colosseum IDs to Event Flags
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions ER_TGA.CT
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<CheatEntries>
<CheatEntry>
<ID>1337192508</ID>
<Description>"Open - The Grand Archives v1.9.0 - Elden Ring v1.10.1"</Description>
<Description>"Open - The Grand Archives v1.10.0 - Elden Ring v1.12"</Description>
<Options moHideChildren="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{$lua}
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.09
1.10

0 comments on commit 9af1b11

Please sign in to comment.