I couldn't find a way to stop the Nilfheim Mist in the table, so I edited the table to add Mist Timer freezing. I added this to the goplayer section. Please test and let me know if it works for you.
Hello puremind,
can you please tell us which table you used as base for your extension ?
As comparing with the ones I know is so much different (also in size).
Thank you very much for your effort and time for your extension.
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Great Table one of the best .Im not sure what i did but now that i have reach were i unlock the Blades of Chaos. they don't show up nor can i change to them from the axe. under weapons the brades section in entry. if anyone know how i can unlock them please let me know i cant move on from this point.
Hmm I used the one posted in the original post I think, and then only added that one element. Having the offset structure of the original file was useful to express the address correctly. It is true the size looks different, I am not sure why, it is just how it got saved by CE. Definitely strange but you could just look up my offsets and just apply that to your version, see if it saves to a smaller size.
Here is a snippet I just made that you can add to the table
Its freezes the Magma Shield's timer making it last forever (or until you toggle it off)
Its from the Sinmara's Cinder talesman - Summon a raging Muspelheim maelstrom that prevents Kratos's attacks from being interrupted, reduces the amount of damage he takes, and inflicts normal and BURN damage to all nearby enemies.
EDIT: It looks like this effects all countdown effects/buffs/timers and not just the Magma Shield, one thing I wish it worked with was the Hel's Wind. It pauses the count down but the wind still reverts after the 10 seconds despite the time remaining
If you're still working on this table, SunBeam, here's a script for damage taken multiplier. You can add it to your table. This is for people who like to play not quite god mode:
[ENABLE]
aobscanmodule(inject_point,GoW.exe,F3 0F 11 73 20 74) // should be unique
registersymbol(inject_point)
alloc(newmem,128,inject_point)
label(code)
label(original_code)
label(return)
label(defence_multiplier)
label(zero_value)
registersymbol(defence_multiplier)
newmem:
defence_multiplier:
dd (float)1
zero_value:
dd (float)0
code:
// rcx == 1 means it applies to player
test rcx, rcx
jz original_code
// Do not execute if the health to be set would be zero
comiss xmm6, [zero_value]
je original_code
// Compare memory with register and if the code wants to write
// a smaller value, divide that by the multiplier
movss xmm7, [rbx+20]
comiss xmm6, xmm7
jae original_code
// Find how much the player's health would decrease
// and divide that by the multiplier
subss xmm7, xmm6
movss xmm5, DWORD PTR [defence_multiplier]
divss xmm7, xmm5
movss xmm6, [rbx+20]
subss xmm6, xmm7
original_code:
movss [rbx+20],xmm6
ucomiss xmm6, xmm9
jmp return
inject_point:
jmp code
return:
[DISABLE]
inject_point:
db F3 0F 11 73 20
unregistersymbol(inject_point)
unregistersymbol(defence_multiplier)
dealloc(newmem)
Here is a snippet I just made that you can add to the table
Its freezes the Magma Shield's timer making it last forever (or until you toggle it off)
Its from the Sinmara's Cinder talesman - Summon a raging Muspelheim maelstrom that prevents Kratos's attacks from being interrupted, reduces the amount of damage he takes, and inflicts normal and BURN damage to all nearby enemies.
EDIT: It looks like this effects all countdown effects/buffs/timers and not just the Magma Shield, one thing I wish it worked with was the Hel's Wind. It pauses the count down but the wind still reverts after the 10 seconds despite the time remaining
How i can add this to the table and be able to turn it on/off when i want ? Otherwise i can't change runic power if a buff is going on! I'm a noob with cheat engine, but infinite buff duration it's so coo, please i want to add it to the table but i don't know how l!!!
Just wanted to make my own. I get that Sunbeam is using the hashes but there's an easier way to get the item names for your inventory. Just put NameList in the structure dissect window and look through the first array, has the name and item number in it which you can use as a table lookup. I'll add other stuff as I go, I just got it as a gift.
Current Table:
GoW.CT
Hi,
I know you have probably moved on from this game some time ago, but I would like to know if you would PM me so I can send you my request for assistance directly. I have tried to PM you, but it is obviously blocked, which I fully understand.
Best Regards
MadMacChad