Ask about cheats/tables for single player games here
-
cygnusblack
- What is cheating?
- Posts: 2
- Joined: Sat Jan 28, 2023 2:16 am
- Reputation: 0
Post
by cygnusblack »
Game Name: Caves of Lore
Game Engine: Unity
Game Version: 1.0.1.5
Options Required:
Steam Website:
[Link]
-
cygnusblack
- What is cheating?
- Posts: 2
- Joined: Sat Jan 28, 2023 2:16 am
- Reputation: 0
Post
by cygnusblack »
Stats points at player creation are float values
Got CE to work with them.
But feel free to expand to other things.
It's a great little gem.
-
ledskof
- Noobzor
- Posts: 12
- Joined: Fri Jun 08, 2018 3:08 am
- Reputation: 1
Post
by ledskof »
EDIT:
this is broken now after last update. If I get around to updating it, I'll post a fix.
Also - make sure you backup a lot. I blew mine up to that point that I lost a few hours of progress.
I'm using this for selected character XP:
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>7</ID>
<Description>"XP Selected"</Description>
<LastState Value="16255" RealAddress="2376D37C858"/>
<ShowAsSigned>0</ShowAsSigned>
<VariableType>Float</VariableType>
<Address>"UnityPlayer.dll"+017A5D00</Address>
<Offsets>
<Offset>318</Offset>
<Offset>190</Offset>
<Offset>A8</Offset>
</Offsets>
</CheatEntry>
</CheatEntries>
</CheatTable>