BooBoo wrote: ↑Mon Oct 01, 2018 11:11 pm
If the game uses the same code from Origins like you said, then the game is going to be pretty easy to work with
Nice work by the way
some of the injection points I used are intact, some of them have more changes but with the same logic, some are just small change of "order".
e.g., for the movement "force" write,
Code: Select all
this time:
reg64,2B
movss [reg64+x],xmm
last game:
movss [reg64+x],xmm
reg64,2B
not to mention the game's engine own flags like godmode flag and inf oxygen flag, just some offset changes.
/////////////////////////////////
SunBeam wrote: ↑Tue Oct 02, 2018 7:29 am
Want my big ass table?
I don't like big ass.....
but you don't feed on others' desire anyway, your itchy fingers will consume you if you don't do that...
/////////////////////////////////
shaun12500 wrote: ↑Tue Oct 02, 2018 10:03 pm
ignore drachmae/resources - any chance you can get it to work for ship upgrades?
I'm still VERY EARLY in the game. I'll have a look when I'm there.
/////////////////////////////////
Scott913 wrote: ↑Wed Oct 03, 2018 3:54 am
Anyone had any luck with the EXP? I tried 4 bit and 8 bit exact values but I dont seem to get anything concrete. Money and resources are super simple though. Just need to search the 4 bit values 3 or 4 times and you got it.
if the game handles EXP like the last game, the on-screen EXP would throw you off if you serach for exact value.
for example, IF you are in level 2 and the on screen value is 500, the actual value would be "level 1 exp" + 500.
if you want to locate the address by searching value, use "Increased value by" in-between each change would be a better idea.
for exmaple, you have 500 exp. do an unknown init search, then go do something and increase exp. let say it's changed to 550, do "increased value by" 50; repeat.
/////////////////////////////////
Sebubble wrote: ↑Wed Oct 03, 2018 4:10 am
Works amazingly, thank you! I have had trouble finding tables as good as this for other Assassin's Creed games. Particularly Assassin's Creed 2. If you have created others, I'd love to use them!
thanks for the compliment~
in fact I do cheats for all the instalment on PC except for the "Rogue". most of them are not "published" though, especially the earlier ones when I just do some simple nop. some later ones I just release some misc cheats to the forum as there were many ppl working on a game always....
but the real problem is they are all out-of-date. and half of them are based on cracked game, so...
but they are releasing REMASTER version of AC3 and Liberation next year. I read/heard from somewhere that they would have a "new graphic engine" for the game. hope it means it won't be just a 4k resolution patch.... so let's hope they sell well and decided to remastered the other games and I'll most likely cheat them as well..