Page 1 of 2

Enotria: The Last Song

Posted: Thu Sep 19, 2024 8:02 pm
by sanitka

Game Name: Enotria: The Last Song
Game Engine: Unreal 5.4
Game Edition: Steam
Game Version: 1.002-1.005

Features:
- Infinite HP
- Infinite Stamina
- Memoria / XP
- Path Points
- Walk Speed Multiplier
- Jump Height ;)
- Two Hit Kill :P with disable option
- Item Finder (reworked, found item is added to the table directly)
Hint
Item Finder needs two values current item count and max item count, both visible in inventory.
Then it feeds it to the find (scan) dialog utilizing group-find.
The very first item found is added to the table, but will not be saved with the table.
Btw. you can search for anything in the inventory, but nothing else ;)
Btw2. you should not set count to max value or higher (sometimes there is a trigger on cnt==maxvalue and if you change amount manually it might not get triggered).
More features soon ;).

Re: Enotria The Last Song

Posted: Thu Sep 19, 2024 9:19 pm
by Boshikuro
Thanks for the table ! Could you add something that allow for higher jump ? My progression has been stuck because a ladder don't appear so a high jump cheat would help with that.

Re: Enotria: The Last Song

Posted: Fri Sep 20, 2024 12:54 pm
by leikeylosh
Working perfectly, thank you so much!

Re: Enotria: The Last Song

Posted: Fri Sep 20, 2024 3:49 pm
by klemenskof
A silly question, any way to add "mega jump" or even better "unlimited jumps"? In my game an area that should have a ladder is missing it, so i am unable to progress further :( in chapter 2 when you lower the water

Re: Enotria: The Last Song

Posted: Fri Sep 20, 2024 5:48 pm
by sanitka
klemenskof wrote:
Fri Sep 20, 2024 3:49 pm
A silly question, any way to add "mega jump" or even better "unlimited jumps"? In my game an area that should have a ladder is missing it, so i am unable to progress further :( in chapter 2 when you lower the water
I would love to, but at the moment I do not know how.
As far as I understand, games based on UE5 have bit different physics, ie. jumps are done differently then in UE4 :(.


Jump Height and Walk Speed added ;).

Re: Enotria: The Last Song

Posted: Sat Sep 21, 2024 12:12 am
by toydefenser
need up Drop item 100%,Instant Skill Cooldown, Infinite Item plz

Re: Enotria: The Last Song

Posted: Sat Sep 21, 2024 1:56 am
by Jotun
Thanks mate!
Keep it up!

Re: Enotria: The Last Song

Posted: Sat Sep 21, 2024 8:26 am
by klemenskof
sanitka wrote:
Fri Sep 20, 2024 5:48 pm
klemenskof wrote:
Fri Sep 20, 2024 3:49 pm
A silly question, any way to add "mega jump" or even better "unlimited jumps"? In my game an area that should have a ladder is missing it, so i am unable to progress further :( in chapter 2 when you lower the water
I would love to, but at the moment I do not know how.
As far as I understand, games based on UE5 have bit different physics, ie. jumps are done differently then in UE4 :(.


Jump Height and Walk Speed added ;).
Thank you so much mate!! Will try this as soon as I can and hope to get out of the bugged area! We live in a time where modders/cheat table makers fix bugs so you can continue playing the game lmao

Re: Enotria: The Last Song

Posted: Sat Sep 21, 2024 1:55 pm
by Boshikuro
sanitka wrote:
Fri Sep 20, 2024 5:48 pm
klemenskof wrote:
Fri Sep 20, 2024 3:49 pm
A silly question, any way to add "mega jump" or even better "unlimited jumps"? In my game an area that should have a ladder is missing it, so i am unable to progress further :( in chapter 2 when you lower the water
I would love to, but at the moment I do not know how.
As far as I understand, games based on UE5 have bit different physics, ie. jumps are done differently then in UE4 :(.


Jump Height and Walk Speed added ;).
Thank you so much man, i managed to go past this horrible ladder thanks to you :D !

Re: Enotria: The Last Song

Posted: Sun Sep 22, 2024 5:51 am
by sanitka
Boshikuro wrote:
Sat Sep 21, 2024 1:55 pm
sanitka wrote:
Fri Sep 20, 2024 5:48 pm
Jump Height and Walk Speed added ;).
Thank you so much man, i managed to go past this horrible ladder thanks to you :D !
You are welcome, those ladders are strange, not sure if they are sometimes not saved or when you die it "rolls back" ladders since last save.

I needed it too, once for lost memory in the middle of the cliff and once the ladder in monastery ? leading to the lift (which I was quite sure that I had lowered it down)

Re: Enotria: The Last Song

Posted: Sun Sep 22, 2024 7:42 am
by SaltyBae
sanitka wrote:
Thu Sep 19, 2024 8:02 pm

Game Name: Enotria: The Last Song
Game Engine: Unreal 5.4
Game Edition: Steam
Game Version: 1.002

Features:
- Infinite HP
- Infinite Stamina
- Memoria / XP
- Path Points
- Walk Speed Multiplier
- Jump Height ;)
- Two Hit Kill :P
- Item Finder
Hint
Item Finder needs two values current item count and max item count, both visible in inventory.
Then it feeds it to the find (scan) dialog utilizing group-find.
Result should be one address, if more appear then you have more items with the same count/max count.
When you add found address to the table you will get two items - item count (modifiable) and max count (not modifiable).
Btw. you can search for anything in the inventory, but nothing else ;)
Btw2. you should not set count to max value or higher (sometimes there is a trigger on cnt==maxvalue and if you change amount manually it might not get triggered).
More features soon ;).
Hi im confused as to how the item finder works? I keep inputting the current amount (space) max amount but it keeps giving me error stuff? Not really good at the software can anyone help?

Also is the memoria/xp by default not yet working?

Re: Enotria: The Last Song

Posted: Sun Sep 22, 2024 9:51 am
by sanitka
SaltyBae wrote:
Sun Sep 22, 2024 7:42 am
sanitka wrote:
Thu Sep 19, 2024 8:02 pm
Hi im confused as to how the item finder works? I keep inputting the current amount (space) max amount but it keeps giving me error stuff? Not really good at the software can anyone help?

Also is the memoria/xp by default not yet working?
If the search does not work for you (usually it means that CE has some minor issues), use the group search (in Value type select Grouped) and use the pattern below:
4:4 4:0 4:0 8:0 4p:CURR 4p:MAX 8:0
(replace CURR with current amount and MAX with maximum amount)

Re: Enotria: The Last Song

Posted: Sun Sep 22, 2024 9:43 pm
by Kanelakis
Another game update has arrived.

Re: Enotria: The Last Song

Posted: Sun Sep 22, 2024 10:24 pm
by sanitka
Kanelakis wrote:
Sun Sep 22, 2024 9:43 pm
Another game update has arrived.
So what ?
Anything does not work or everything works so far ? ;)

Re: Enotria: The Last Song

Posted: Sun Sep 22, 2024 10:51 pm
by Kanelakis
sanitka wrote:
Sun Sep 22, 2024 10:24 pm
Kanelakis wrote:
Sun Sep 22, 2024 9:43 pm
Another game update has arrived.
So what ?
Anything does not work or everything works so far ? ;)
Yes when I activated the code for the items it gave fatal error.