Search found 4 matches

by gedramens
Wed Mar 13, 2024 2:59 am
Forum: Single Player Cheat Requests
Topic: Sixty Four
Replies: 12
Views: 2122

Re: Sixty Four

Progress update:
So far found that Charonite is always at rbx+7 addresss.
Every resource after that is +8 on top of that.
Still cannot find reliable pointers though....
by gedramens
Thu Mar 07, 2024 12:12 am
Forum: Single Player Cheat Requests
Topic: Sixty Four
Replies: 12
Views: 2122

Re: Sixty Four

Code found for adding/subtracting resource count: This gets called by mousedown event if cube hits 0 integrity. Then sends an array of resources of that cube to "addResourcesFromArray". addResourcesFromArray(a){ for (let i = 0; i < a.length; i++){ if (a[i]) { this.resources[i] += a[i] this.resourceP...
by gedramens
Wed Mar 06, 2024 5:36 pm
Forum: Single Player Cheat Requests
Topic: Sixty Four
Replies: 12
Views: 2122

Re: Sixty Four

If you got to "Process" list, you'll find there are several "0000XXXX-sixtyfour.exe" entries. One of them contains all the resource values. I used "between..." range to locate them with no issue. The process that works for me is usually the second one from the bottom (000016F0-sixtyfour.exe) which i...
by gedramens
Thu Feb 29, 2024 11:42 am
Forum: Tools
Topic: Last Epoch Save Editor
Replies: 810
Views: 314880

Re: Last Epoch Save Editor

source available for save editor?