bau134u Posted March 10, 2022 Posted March 10, 2022 Hi, I'm struggling to find a gold value that exceed DWORD (2,147,483,648). 1. I found gold value in DWORD. Changed to 2,147,483,646. I also saw that QWORD value beside. 2. I waited for the value to changed and got 2.18B. 3. I saw DWORD value goes 1 and QWORD value goes negative. usually when DWORD value exceed the limit, it will changed to QWORD ? How to search a value that exceed DWORD limit ?
Marks01 Posted January 16, 2023 Posted January 16, 2023 On 3/10/2022 at 10:04 PM, bau134u said: Hi, I'm struggling to find a gold value that exceed DWORD (2,147,483,648). 1. I found gold value in DWORD. Changed to 2,147,483,646. I also saw that QWORD value beside. 2. I waited for the value to changed and got 2.18B. 3. I saw DWORD value goes 1 and QWORD value goes negative. usually when DWORD value exceed the limit, it will changed to QWORD ? How to search a value that exceed DWORD limit ? I'm wondering too, I don't understand how it works. Somebody, give me a hint.
Marks01 Posted January 16, 2023 Posted January 16, 2023 Help, how do I set the value higher? QWORD does not help. Screenrecorder-2023-01-16-19-43-28-291.mp4
Moderators NoFear Posted June 18, 2023 Moderators Posted June 18, 2023 Below your value will be pointer. Follow pointer. Below will be value to edit to increase. It looks like it represents # of times you reached 2147483647. 1st picture shows the original value with pointer below it. Follow pointer. 2nd picture shows where pointer brings you too with the value need to edit highlighted. Edit: Might need to minimize game before following pointer. Each time value updates, pointer changes.
Question
bau134u
Hi, I'm struggling to find a gold value that exceed DWORD (2,147,483,648).
1. I found gold value in DWORD. Changed to 2,147,483,646. I also saw that QWORD value beside.
2. I waited for the value to changed and got 2.18B.
3. I saw DWORD value goes 1 and QWORD value goes negative.
usually when DWORD value exceed the limit, it will changed to QWORD ?
How to search a value that exceed DWORD limit ?
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.