Page 22 of 35

Re: z Wartales

Posted: Tue Jun 13, 2023 6:15 pm
by PreacherSana
pacifista wrote:
Tue Jun 13, 2023 12:11 pm
sanitka's table is taking too long to read the values or taking action, is this because of the vast range of addresses?

two others tables are taking action extremely fast.
Well I do not know. I have everything looking for values quickly. Just need to select scope 2

Re: z Wartales

Posted: Wed Jun 14, 2023 6:17 am
by sanitka
pacifista wrote:
Tue Jun 13, 2023 12:11 pm
sanitka's table is taking too long to read the values or taking action, is this because of the vast range of addresses?

two others tables are taking action extremely fast.
"Speed" is same all the time, but amount of searched values varies on selected scope - scope 1 and 2 are defined to scan specific memory region, full scope scans all the memory used by the game, thus taking more time.

Full scope is meant for "debugging" only to find out in which memory region your values are and then to set region/range by yourself.

Re: z Wartales

Posted: Wed Jun 14, 2023 11:09 pm
by PreacherSana
Guys! In general, after a bunch of tests and attempts to somehow change the data. Trait more than 10 points can not be changed. Even if it turns out to be found, it cannot be changed. The character window freezes.

Re: z Wartales

Posted: Wed Jun 14, 2023 11:10 pm
by PreacherSana
Maybe after the game update that the developers promise in June, something will change. But not now.

Re: z Wartales

Posted: Tue Jun 20, 2023 7:21 pm
by Tristan
There's a big Community Update a few hours ago in Steam, although Steam only downloaded a 83 MB update. It updated several files (over 11 GB) though and added new items like helmets, skills and a Ghost Bear and changed several things like XP and Suspicion.

Used Zanzer's and tfigment's tables, many of the scripts such as Combat Pointer, Profession and Resource were broken by the update.

Re: z Wartales

Posted: Tue Jun 20, 2023 8:52 pm
by LordGorchnik
Yeah that's to be expected with an update this big. I'm trying to find the pointers but its not cooperating with me. Will let someone more advanced figure it out if they have time.

Re: z Wartales

Posted: Wed Jun 21, 2023 12:28 am
by PreacherSana
Zanzer wrote:
Sun Sep 25, 2022 5:43 am
Combat Pointer
There was a big game update. Can you update your tabel? :)

Re: z Wartales

Posted: Wed Jun 21, 2023 12:29 am
by PreacherSana
sanitka wrote:
Sun Jun 04, 2023 1:34 pm
;)
There was a big game update. Can you update your tabel? :)

Re: z Wartales 1.0.26457

Posted: Wed Jun 21, 2023 1:04 am
by sanitka
Hint Traits & Professions moved 8 bytes forward and part of the Item info too.

Re: z Wartales 1.0.26457

Posted: Wed Jun 21, 2023 4:31 am
by PreacherSana
sanitka wrote:
Wed Jun 21, 2023 1:04 am
Hint Traits & Professions moved 8 bytes forward and part of the Item info too.
Will it be possible to make an updated table and post it here?))

Re: z Wartales

Posted: Wed Jun 21, 2023 7:21 am
by Imnus
Hey, is there a way to edit the Critical Hit of a companion, I tried scanning for it but I failed. My knowledge is pretty basic but I did manage to find how to edit starting Skills and Abilities in BG3 but I guess this game is lot more complicated to cheat.

Re: z Wartales

Posted: Wed Jun 21, 2023 3:54 pm
by sanitka
Imnus wrote:
Wed Jun 21, 2023 7:21 am
Hey, is there a way to edit the Critical Hit of a companion, I tried scanning for it but I failed. My knowledge is pretty basic but I did manage to find how to edit starting Skills and Abilities in BG3 but I guess this game is lot more complicated to cheat.
Do not ask silly questions and go through the forum first - read and educate yourself ;).

Re: z Wartales - table for fun

Posted: Wed Jun 21, 2023 7:17 pm
by sanitka
Table updated to 1.0.26457.

Everything, but resources should be working ;).

Re: z Wartales - table for fun

Posted: Wed Jun 21, 2023 8:54 pm
by kantacka
sanitka wrote:
Wed Jun 21, 2023 7:17 pm
Table updated to 1.0.26457.

Everything, but resources should be working ;).
Thanks, however this isn't working for me. Trying any of the options just gives me a AOB scan fail, no readable memory found. Any suggestions?

Re: z Wartales - table for fun

Posted: Wed Jun 21, 2023 9:31 pm
by LordGorchnik
sanitka wrote:
Wed Jun 21, 2023 7:17 pm
Table updated to 1.0.26457.

Everything, but resources should be working ;).
Thanks. Tried it out myself but no dice. I could activate the first one (activation option) but none of the other ones would enable/disable.

Looked at the code and tried doing the scope method as you said but no changes/workarounds I was able to find. Then again I suck at this stuff so I am sure I was doing something wrong.