Page 1 of 1

[REQUEST] Caves of Lore (Steam)

Posted: Sat Jan 28, 2023 2:21 am
by cygnusblack
Game Name: Caves of Lore
Game Engine: Unity
Game Version: 1.0.1.5
Options Required:
  • Unlimited Stats points
Steam Website:
[Link]

Re: [REQUEST] Caves of Lore (Steam)

Posted: Fri Feb 03, 2023 3:47 pm
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.

Re: [REQUEST] Caves of Lore (Steam)

Posted: Sun Feb 12, 2023 8:57 pm
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>