Page 1 of 1
Ludus Mortis
Posted: Fri Mar 08, 2024 7:10 pm
by Drkennith
I'm not cheating expert but this game is giving me alot of trouble. Anyone know how to find the values and change them? I've tried basic searches and no dice. I also tried unknown with change and no change and no luck at all.
Re: Ludus Mortis
Posted: Fri Mar 08, 2024 9:42 pm
by Yesser
Seems to be running in Chrome
When I search for strings I'm getting JS arrays [""],[4321],["XP"]
But that's probably not data, maybe a log
{"c2array": true, "size":[500,31,1],"data":[[["Status"],[1],[2],[2] and so on
JSON
Before that
application/vnd.blink-idb-value-wrapper
So it's storing the values in indexedDB
Searching leads to Construct.net a game engine JS based.
This game apparently uses Construct 2.
Savegame path is %USERPROFILE%/AppData/Local/LudusMortis/User Data/Default
It also seems to be using nw.js heavily.
Well IDK.
Probably has some value * salt modifier
Re: Ludus Mortis
Posted: Sat Mar 09, 2024 2:05 am
by Drkennith
Thank you for the detailed reply Yesser. I'm still new to cheat engine so I'll do my best to research what you said to try to understand it.
Re: Ludus Mortis
Posted: Fri Mar 15, 2024 6:57 am
by EkinOng
switch to process list and look for ludus mostis.exe. there will be six of them, normally it is at the fifth ones ( i might be wrong ). Then change value type to RPG VX type. Now u can start seaching the value.
Re: Ludus Mortis
Posted: Mon Mar 18, 2024 5:46 pm
by Drkennith
RPG VX type is value*2+1 if i'm correct right? Thanks for you help ekin
Re: Ludus Mortis
Posted: Mon Apr 15, 2024 10:24 pm
by wilsorth
Has anyone been able to figure this out?? I tried value*2+1 to no avail

Re: Ludus Mortis
Posted: Sat Jul 06, 2024 2:20 pm
by ecosse
wilsorth wrote: ↑Mon Apr 15, 2024 10:24 pm
Has anyone been able to figure this out?? I tried value*2+1 to no avail
Its value*2 not value value*2+1 - that works for the stats on character creation, gold, materials at least. Should work for experience
Additionally, if you use z7ip to extract package.nw to a folder, rename file and call the folder package.nw, then you can edit the game json. For example open the classi.json file and set all the classes to have all the skills e.g
[
"One Handed"
],
[
20
],
[
20
],
etc etc etc
Re: Ludus Mortis
Posted: Sat Jun 21, 2025 3:06 pm
by Rock58
Thanks for your advice. I am a newbie in Cheat Engineer. I cannot find the RPG VX type and so I adopt "ALL". Then, I search the "coin" by *2 but find nothing. Can someone give me more hints about it?