I have a little issue with death loops after using *.CT
after changing some value like skill points when I left the pause menu, I stuck in a loop of death meaning my life goes to 0.
I am not 100% sure but during the change of skill points, I applied infinite health but disable it straight away after.
it seems that my only option to edit the save as I soon as I load the save I die I don't have time to go to pause menu and even putting invulnerability or other option doesn't help.
The last save editor seems to be only for items.
if somebody can give me the pointer in the save it will be great instead of replying 4h... or even if this happened again in the future.
Running on STEAM. Inf Health disables damage altogether. Can't hit/target boxes either.
Can't get the Experience Base pointer. One time it was located, the values displayed were wrong.
Damage modifiers act weirdly depending on the equipped weapon. Got base damage with a bow, thousands with chakram - sending mobs flying.
No skill cooldown does not work.
Running on STEAM. Inf Health disables damage altogether. Can't hit/target boxes either.
Can't get the Experience Base pointer. One time it was located, the values displayed were wrong.
Damage modifiers act weirdly depending on the equipped weapon. Got base damage with a bow, thousands with chakram - sending mobs flying.
No skill cooldown does not work.
You going to give any relevant info instead of just "it doesn't work"? I won't do anything about it until you do some debugging on your own. Maybe put a breakpoint at the injection and see what the registers look like compared to what my script is looking for. As for the no cooldowns script, you can easily fix that on your own by just looking at the code included in the script.
I mean, I enabled the new identity player pointers, got pointers those filled, opened and closed pause menu, got some skills pointer with numbers, changed the values, enabled those pointers, but nothing is reflected in the game..
It is your total experiencce that you have gained. If you want to gain levels that way then you need to add enough to it to push you over the next level. You can only add skill and ability points when in the level up menus so changing those when you don't have a level up available will not help. Also, try to make sure it is actually your experience and skill/ability points by using this to check against the populated value for experience (subtract your current experience from your level's required experience to get what is displayed in-game):
Experience needed per level
how do you use "Loot Level Scaling" to increse chance for Unique items ?
yea want to know this too
even i using 100% loot chance from fearlessrevolution trainer and get a lot better loots but still can't get full set of set items!
damn this game need to be test for real
So recently got back into this game after figuring out how to defeat the constant crashing, and was immediately looking forward to playing with the Super Stealth ability, since I love shanking things.
I was unaware that stabbing a dude while stealthed immediately results in a CTD. Anyone else have that happen?
So recently got back into this game after figuring out how to defeat the constant crashing, and was immediately looking forward to playing with the Super Stealth ability, since I love shanking things.
I was unaware that stabbing a dude while stealthed immediately results in a CTD. Anyone else have that happen?
Sounds like a you problem since you've already been having CTD issues. To test it I just started a new game and had only that enabled and when I went to stab the first guy I didn't crash.
Either way, try the new super stealth script and see if that crashes for you.
I mean, I enabled the new identity player pointers, got pointers those filled, opened and closed pause menu, got some skills pointer with numbers, changed the values, enabled those pointers, but nothing is reflected in the game..
maybe i am doing something wrong..
Thanks
I had the same issue and I fixed it by changing the address value to pointer, used experiencebaseAddr, adding 40 to the first offset and 248 (for experience) / 748 (for ability) / 770 (for skill) respectively.
[Link]
Not sure if this will keep on working after an update, but for now it 'should' be a temporary fix (at least it worked for me).
PS: You must still follow the same procedure i.e. enable/disable "Get Player Identifier"; if it doesn't populate after entering/exiting the menu, try entering/exiting into the level up menu (obviously you'll need to level up) ... this did the trick for me.
Hope this helps
Edit: Aaaaaaaaaaaand I was mistaken ... you must search for the upper offset yourself since it changes for every character ... sorry to disappoint