Hi, I think you posted the wrong file. You don't have these cheats below as you describe on the main page.
Infinite Oxygen - Infinite oxygen High speed player and horse - High movement speed Fast swimming - Fast swimming speed Infinite Health - Your character's health does not decrease. No toxicity - Impossible to get poisoned Infinite Stamina - Infinite stamina Horse stamina - Infinite horse stamina Horse alert - The horse is never anxious Infinite money - Possibility to add more money Camera distance - Move the camera closer to the player or move it away Custom fov - You can change the angle of view of the character Add skill points - Add experience points
And the way to use it, you ask to select a process from the Daysgone game! xD I would really appreciate it if you could add the file with the cheats you describe.
Script "high speed" for high speed player and horse and for fast swimming, script "camera distance" for change distance view, script "custom fow" for change angle view. For others functions need open "additional features", then it show instructions, need right click on needed instruction and chose option "find addresses on which write this instruction". Also need remember about that some things have not float value but 4 Bytes value. I understand that using cheat engine can be not obvious for first time, but looks difficult try explain all required details. Reason why i not created scripts for some thing, it because finding pointers are almost impossible in new games, and much more simple method are find instruction which write only on needed address. Good example are coordinates player, but in case with health, stamina and others, here no instruction which write only to needed address, all they write to several addresses, therefore i was not in condition make instruction as pointer for needed address
Thanks champ. Done a good job with all this. Ignore me for the XP. Can always just use the console by adding DBGConsoleOn=true in the general.ini and putting those commands in for what I needed.
Look on "additional possibilities", here located instructions, with which you can find addresses health, stamina, oxygen, adrenaline, money and durability
Do you know what to do after that? I right click all of them and select 'find out what addresses this code accesses' but it has 0 addresses showing up. I've tried this on directx11 and directx12.
It's pretty simple - Example: for the add money cheat once you click on "Find out what addresses this code reads from", go back to your game and open your inventory (where the money value is displayed). Then check your cheat engine, the address and value for your money should be populated in the small window.
Look on "additional possibilities", here located instructions, with which you can find addresses health, stamina, oxygen, adrenaline, money and durability
but, where is "additional possibilities" ? Is it "advanced option" at the bottom left ? Bc inside, i find "money" but i don't understand how is it work... Sorry.... :(
Right mouse click by this instruction, chose option "find which addresses read this opcode", now open your inventory menu in game, and then it must show you one address as 4 Bytes, your current money
I've opened 'advanced options', but when i right click and select 'find out what addresses this code reads from', no addresses show up. It says "the following 0 addresses have been accessed by the code you selected." I've tried multiple different ones - money and health/adrenaline - on this list and they all do this.
Hi, I'm a fairly new gamer (Just bought the game myself) who's looking enjoy the story & save time walking. Noticed the high char speed affects all chars.
I'm still new to forums, do let me know if I have violated any rules, My Sincere Apologies.
Stumbled across this frm said table, probably won't help/cut short ur work but i noticed this MAY function if injected with right..address??? I can't active nearly all the scripts. Maybe this can help with keeping other chars normal & Geralt/Ciri/Roach alone fast.
(I don't know anything about coding, nothing, hope it can be a point of reference)
Just use my table, witcher3.CT for classic version game or witcher3_new.CT for next gen patch, here all good with movement speed Geralt, Ciri and Roach. Table Zanzer use increasing speed animation, it looks like fast movement, but this not true high speed, and in result all personages walk too fast. Most part functions in him table stop working by reason that this game got serious changes in executable files. I found where located instruction for change animation speed personages. "witcher3.exe"+4da7a6 movss dword ptr[rax+rcx],xmm8 for classic, "witcher3.exe"+6270bf movss dword ptr [rax+r10], xmm5 for dx12, "witcher3.exe"+60e87f movss dword ptr [rax+r10], xmm5 for dx11. For increase animation speed need mulss xmm8 or xmm5 for example on 2.5
It does not fully work on Next Gen update. Half of the cheat table is not working nor appearing. A window pop up displaying the one that are not working, and marked as "pause", but no error. Cheat engine table 7.4
For next gen patch need download and use only cheat table which called witcher3_new. Here only around half scripts, because i else not found new location others functions
hey because im horny i tried to romance both triss and yen, is there a way i can turn the true/false of those quest ? i know they aren't real but somehow i feel bad.
35 comments
You don't have these cheats below as you describe on the main page.
Infinite Oxygen - Infinite oxygen
High speed player and horse - High movement speed
Fast swimming - Fast swimming speed
Infinite Health - Your character's health does not decrease.
No toxicity - Impossible to get poisoned
Infinite Stamina - Infinite stamina
Horse stamina - Infinite horse stamina
Horse alert - The horse is never anxious
Infinite money - Possibility to add more money
Camera distance - Move the camera closer to the player or move it away
Custom fov - You can change the angle of view of the character
Add skill points - Add experience points
And the way to use it, you ask to select a process from the Daysgone game! xD
I would really appreciate it if you could add the file with the cheats you describe.
Thank you very much.
Done a good job with all this. Ignore me for the XP. Can always just use the console by adding DBGConsoleOn=true in the general.ini and putting those commands in for what I needed.
i've just followed your advice and I have a lot of data but not my money in cheat engine.
i don't understand . And all the value are changing.
What can i do please ?
Can you explain me, plz ???
Is it "advanced option" at the bottom left ? Bc inside, i find "money" but i don't understand how is it work...
Sorry.... :(
I'm still new to forums, do let me know if I have violated any rules, My Sincere Apologies.
Saw an old Table by Zanzer.
Stumbled across this frm said table, probably won't help/cut short ur work but i noticed this MAY function if injected with right..address???
I can't active nearly all the scripts. Maybe this can help with keeping other chars normal & Geralt/Ciri/Roach alone fast.
(I don't know anything about coding, nothing, hope it can be a point of reference)
?[ENABLE]
aobscanmodule(freeze,witcher3.exe,F3 44 0F 11 04 08 8B)
alloc(newmem,$1000,freeze)
alloc(freeze_geralt,4)
alloc(freeze_other,4)
alloc(freeze_activate,1)
label(code)
label(return)
label(is_player)
label(is_other)
freeze_activate:
db 0
freeze_geralt:
dd (float)1.0
freeze_other:
dd (float)0.0
newmem:
cmp byte ptr [freeze_activate],1
jne code
//cmp rax,2954
//je is_other
//cmp rax,7370
//je is_other
//cmp rax,14728
//je is_other
//cmp rax,14140
//je is_other
//movss [rax+rcx],xmm8
//jmp is_player
cmp rax,55370
je is_player
cmp rax,550F0
je is_player
cmp rax,76E0
je is_player
cmp rax,7620
je is_player
is_other:
mulss xmm8,[freeze_other]
jmp code
is_player:
mulss xmm8,[freeze_geralt]
code:
movss [rax+rcx],xmm8
jmp return
freeze:
jmp newmem
nop
return:
registersymbol(freeze)
registersymbol(freeze_geralt)
registersymbol(freeze_other)
registersymbol(freeze_activate)
[DISABLE]
freeze:
db F3 44 0F 11 04 08
unregistersymbol(freeze)
unregistersymbol(freeze_geralt)
unregistersymbol(freeze_other)
unregistersymbol(freeze_activate)
dealloc(newmem)
dealloc(freeze_geralt)
dealloc(freeze_other)
dealloc(freeze_activate)
{
// ORIGINAL CODE - INJECTION POINT: "witcher3.exe"+47FDF6
"witcher3.exe"+47FDC8: 49 8B 80 80 00 00 00 - mov rax,[r8+00000080]
"witcher3.exe"+47FDCF: 48 8B F1 - mov rsi,rcx
"witcher3.exe"+47FDD2: 0F 29 74 24 40 - movaps [rsp+40],xmm6
"witcher3.exe"+47FDD7: 48 8B 48 28 - mov rcx,[rax+28]
"witcher3.exe"+47FDDB: 8B 86 F0 00 00 00 - mov eax,[rsi+000000F0]
"witcher3.exe"+47FDE1: 0F 29 7C 24 30 - movaps [rsp+30],xmm7
"witcher3.exe"+47FDE6: 44 0F 29 44 24 20 - movaps [rsp+20],xmm8
"witcher3.exe"+47FDEC: 44 0F 28 C3 - movaps xmm8,xmm3
"witcher3.exe"+47FDF0: 4D 8B F0 - mov r14,r8
"witcher3.exe"+47FDF3: 4C 8B FA - mov r15,rdx
// ---------- INJECTING HERE ----------
"witcher3.exe"+47FDF6: F3 44 0F 11 04 08 - movss [rax+rcx],xmm8
// ---------- DONE INJECTING ----------
"witcher3.exe"+47FDFC: 8B 9E 00 01 00 00 - mov ebx,[rsi+00000100]
"witcher3.exe"+47FE02: 48 03 D9 - add rbx,rcx
"witcher3.exe"+47FE05: 48 8B 43 18 - mov rax,[rbx+18]
"witcher3.exe"+47FE09: 48 85 C0 - test rax,rax
"witcher3.exe"+47FE0C: 74 06 - je witcher3.exe+47FE14
"witcher3.exe"+47FE0E: 48 8B 68 20 - mov rbp,[rax+20]
"witcher3.exe"+47FE12: EB 02 - jmp witcher3.exe+47FE16
"witcher3.exe"+47FE14: 33 ED - xor ebp,ebp
"witcher3.exe"+47FE16: 8B 86 80 01 00 00 - mov eax,[rsi+00000180]
"witcher3.exe"+47FE1C: 8B BE 10 01 00 00 - mov edi,[rsi+00000110]
}
Cheat engine table 7.4