Skip to content

Commit

Permalink
v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
inuNorii committed Apr 21, 2022
1 parent aeaf1e7 commit aeec701
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 34 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
### v0.5.1 04/21/2022
- Removed Miranda's Prayer
- Fixed ItemGib reading Player ReinforceLv as int instead of byte

### v0.5.0 04/20/2022
- Missing items fixed, cut content stripped
- Additional Grace ID names (by Careless Esper)
Expand Down
99 changes: 66 additions & 33 deletions ER_TGA.CT
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<CheatEntries>
<CheatEntry>
<ID>1337192508</ID>
<Description>"Open - The Grand Archives v0.5.0 - Elden Ring v1.04"</Description>
<Description>"Open - The Grand Archives v0.5.1 - Elden Ring v1.04"</Description>
<Options moHideChildren="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
Expand Down Expand Up @@ -647,7 +647,7 @@ Relinquished001, sfix, Silence
<Description>"Character Name"</Description>
<ShowAsSigned>0</ShowAsSigned>
<VariableType>String</VariableType>
<Length>19</Length>
<Length>32</Length>
<Unicode>1</Unicode>
<CodePage>0</CodePage>
<ZeroTerminate>1</ZeroTerminate>
Expand All @@ -671,7 +671,7 @@ Relinquished001, sfix, Silence
<CheatEntry>
<ID>1337192610</ID>
<Description>"ReinforceLv"</Description>
<DropDownListLink>ItemReinforceLv</DropDownListLink>
<DropDownListLink>ChrReinforceLv</DropDownListLink>
<ShowAsSigned>0</ShowAsSigned>
<Color>0000C0</Color>
<VariableType>Byte</VariableType>
Expand Down Expand Up @@ -4202,7 +4202,7 @@ end
<Description>"PlayerName"</Description>
<ShowAsSigned>0</ShowAsSigned>
<VariableType>String</VariableType>
<Length>19</Length>
<Length>32</Length>
<Unicode>1</Unicode>
<CodePage>0</CodePage>
<ZeroTerminate>1</ZeroTerminate>
Expand Down Expand Up @@ -8022,7 +8022,7 @@ if id_table[weapon_id] ~= nil then
else
inputReinforceLv = 0
end
local playerReinforceLv = readInteger("[[GameDataMan]+08]+E2")
local playerReinforceLv = readByte("[[GameDataMan]+08]+E2")
local originEquipWep1 = readInteger(param_addr + 0x64)
local originEquipWep16 = readInteger(param_addr + 0x250)

Expand Down Expand Up @@ -10495,7 +10495,7 @@ dd 40000730 00000063 00000000 FFFFFFFF // Poisoned Stone
dd 40000731 00000063 00000000 FFFFFFFF // Poisoned Stone Clump
dd 400007E4 00000063 00000000 FFFFFFFF // Rainbow Stone
dd 400007EE 00000063 00000000 FFFFFFFF // Glowstone
dd 40000BCC 00000063 00000000 FFFFFFFF // Miranda's Prayer
//dd 40000BCC 00000063 00000000 FFFFFFFF // Miranda's Prayer
dd 40000BD6 00000063 00000000 FFFFFFFF // Cuckoo Glintstone
dd 40000BEA 00000063 00000000 FFFFFFFF // Glintstone Scrap
dd 40000BEB 00000063 00000000 FFFFFFFF // Large Glintstone Scrap
Expand Down Expand Up @@ -95841,7 +95841,6 @@ if not syntaxcheck then disableMemrec(memrec) end
40000BB8:Ancestral Infant's Head
40000BC2:Omen Bairn
40000BC3:Regal Omen Bairn
40000BCC:Miranda's Prayer
40000BD6:Cuckoo Glintstone
40000BE0:Mimic's Veil
40000BEA:Glintstone Scrap
Expand Down Expand Up @@ -97231,32 +97230,33 @@ FFFFFFFF:None
<CheatEntry>
<ID>1337213206</ID>
<Description>"ItemReinforceLv"</Description>
<DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:+0
1:+1
2:+2
3:+3
4:+4
5:+5
6:+6
7:+7
8:+8
9:+9
10:+10
11:+11
12:+12
13:+13
14:+14
15:+15
16:+16
17:+17
18:+18
19:+19
20:+20
21:+21
22:+22
23:+23
24:+24
25:+25
<DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">-1:Auto
0:+0 | +0
1:+1 | +0
2:+2 | +1
3:+3 | +1
4:+4 | +1
5:+5 | +2
6:+6 | +2
7:+7 | +3
8:+8 | +3
9:+9 | +3
10:+10 | +4
11:+11 | +4
12:+12 | +5
13:+13 | +5
14:+14 | +5
15:+15 | +6
16:+16 | +6
17:+17 | +7
18:+18 | +7
19:+19 | +7
20:+20 | +8
21:+21 | +8
22:+22 | +9
23:+23 | +9
24:+24 | +9
25:+25 | +10
</DropDownList>
<GroupHeader>1</GroupHeader>
<Address/>
Expand Down Expand Up @@ -97690,6 +97690,39 @@ FFFFFFFF:None
1053522950:[Flame Peak] Fire Giant
1054532950:[Flame Peak] Forge of the Giants
1054552950:[Mountaintops of the Giants] First Church of Marika
</DropDownList>
<GroupHeader>1</GroupHeader>
<Address/>
</CheatEntry>
<CheatEntry>
<ID>1337213545</ID>
<Description>"ChrReinforceLv"</Description>
<DropDownList ReadOnly="1" DescriptionOnly="1" DisplayValueAsItem="1">0:+0
1:+1
2:+2
3:+3
4:+4
5:+5
6:+6
7:+7
8:+8
9:+9
10:+10
11:+11
12:+12
13:+13
14:+14
15:+15
16:+16
17:+17
18:+18
19:+19
20:+20
21:+21
22:+22
23:+23
24:+24
25:+25
</DropDownList>
<GroupHeader>1</GroupHeader>
<Address/>
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Table: [v0.5.0](https://github.com/inunorii/Elden-Ring-CT-TGA/releases/latest)
Cheat Engine: [7.4 or newer](https://github.com/cheat-engine/cheat-engine/releases)
Game: App ver. 1.04

### Changelog
## Changelog
### v0.5.0 04/20/2022
- Updated AOBs for v1.04
- Missing items fixed, cut content stripped
Expand All @@ -34,6 +34,11 @@ Game: App ver. 1.04
- Toughness and SuperArmor info for player and NPCs
- ItemGib will now handle upgrade level in a better way
- MassItemGib crashes hopefully resolved
- Removed Miranda's Prayer
- Fixed ItemGib reading Player ReinforceLv as int instead of byte
### v0.5.1 04/21/2022
- Removed Miranda's Prayer
- Fixed ItemGib reading Player ReinforceLv as int instead of byte
#### For previous changelogs check the [full changelog](/CHANGELOG.md)

## Credits
Expand Down

0 comments on commit aeec701

Please sign in to comment.