|
Post by ReModdingNoob on Apr 12, 2021 10:30:33 GMT 10
It's not much for my first contribution, but I've been trying to make this for a long time to make the game more satisfying to play. (Also it's not like anyone has done this before afaik lol). It takes the handgun's exclusive upgrade which multiplies its critical chance by 5x (Knives and Kicks to the head included when equipped), and gives it to every weapon, regardless of upgrades when activated. Cheat engine is required since it's a cheat table, just attach and tick the "Active" box to activate it. UPDATE: Pierce x5 has now been added to the Table. Have fun. www.mediafire.com/file/jl907kc32khod39/RE4_Exclusives.CT/file
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Apr 12, 2021 12:02:23 GMT 10
Im Curious.. how did you find the offset for this?
|
|
|
Post by ReModdingNoob on Apr 12, 2021 13:03:42 GMT 10
Long story short on the boring part, I found the Ganado's health in 2 byte format, (The first Ganado's health in professional mode is 500), found the address that wrote to the health, and then I broke and traced that address and did a whole lot of head scratching until I found the crit instructions (Basically looking for 10's and 6's close together since I found out that critical hits multiplies your damage by 10, and the handgun gets its exclusive upgrade at its 6th level.) Here is where it starts: >> bio4.exe+4AE0A Now onto the meat and potatoes. It technically starts at line 3, where RNG determines what edx is, if it's equal to 6, it will result in a crit which multiplies the damage by 10 as shown on line 5. Otherwise it skips to line 7. Line 8 and line 10 are the most important ones here, Line 8's pointer contains what I'd like to call a "Shooting ID", from what I found, the handgun has a "Shooting ID" of 2, the Punisher has a "Shooting ID" of 1, and the TMP has a "Shooting ID" of 11 (IRC). If the "Shooting ID" is not equal to 2, it will skip over the 2nd crit process as seen if you scroll down a bit (It looks kind of similar to Line 1-7, look for another 10.00 as seen in Line 5). Line 10's pointer points to the damage upgrade level of your currently equipped weapon, if the weapon your currently equipping does not have a "Shooting ID" of 2 (The Handgun) and it's damage upgrade is not equal to 6, then it skips over the 2nd crit process. So what I did is NOP lines 8-11, that way every weapon bypasses the Handgun/Max check and gets to go through the 2nd Crit instructions upon headshot.
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Apr 12, 2021 18:39:45 GMT 10
Thank you so much for taking the time to explain this. This is GREAT modding. I am a semi-novice CheatEngine user but have a desire to learn a bit more. I would love to be able to speak with you sometime on Discord about your methods, and see if you can help me with something for RE4UHD. There is one value I cant seem to find, but I bet with your skills it would be super easy.
You can find me on Disdord at:
Mr.Curious#0625
Cheers, and thanks again!
|
|
|
Post by shudoge on May 2, 2021 11:23:34 GMT 10
I tried to tick the check box but it wont let me because it says <<the array of byte named Crit2 could not be found>> Am I missing something?
|
|
Deleted
Deleted Member
Posts: 0
|
Post by Deleted on May 8, 2021 12:56:52 GMT 10
I really liked this trick, I'm new and I couldn't change it, there is someone who can change it, thanks.Can increase and leave Critical Chance x10 / pierce x10 for all weapons??? sorry my english is not the best
|
|
|
Post by ReModdingNoob on May 14, 2021 9:33:37 GMT 10
shudogeSorry for the late reply, I applied some fixes to it after I initially uploaded it so you may have downloaded an earlier version of the table, just redownload and you should be good to go. @brunoytbr99 No problem! I'll DM you the custom table soon.
|
|
|
Post by shudoge on May 14, 2021 10:52:46 GMT 10
No problem thank you replying. I did download it again but the same problem persists. For the 5x crit it says the byte Crit 2 could not be found whereas the code for the 5x pierce it says the byte for pierce1 couldnt not be found. I did try reinstalling re4 and cheat engine just in case but the problem persists
|
|
|
Post by ReModdingNoob on May 14, 2021 11:23:09 GMT 10
That's odd, are you using the original 2007 port, or a cracked version of the game? As far as I know, this only works for Steam RE4 UHD 1.0.6. If you have some other version of the game, then upload the game ".exe" into a filesharing website like mediafire and DM me the link so I can see what's wrong.
|
|
Posts: 37
|
Post by christhehero07 on May 16, 2021 23:31:30 GMT 10
That's odd, are you using the original 2007 port, or a cracked version of the game? As far as I know, this only works for Steam RE4 UHD 1.0.6. If you have some other version of the game, then upload the game ".exe" into a filesharing website like mediafire and DM me the link so I can see what's wrong. friend you could port this CT to the original 2007 ?
|
|
|
Post by ReModdingNoob on May 17, 2021 7:04:51 GMT 10
|
|
|
Post by ano600 on Feb 25, 2022 22:54:34 GMT 10
Hello . what do these scripts do?
|
|
✫Advanced Coder✫
gridning hard working on a fan game - Resident Evil Remix
Posts: 2,995
|
Post by Mr.Curious on Feb 26, 2022 5:54:18 GMT 10
Hello . what do these scripts do? from the original post: "It takes the handgun's exclusive upgrade which multiplies its critical chance by 5x (Knives and Kicks to the head included when equipped), and gives it to every weapon, regardless of upgrades when activated."
|
|
Posts: 39
|
Post by NoobPlayEX on Apr 22, 2022 5:20:56 GMT 10
this work only main game or all game modes?
Edit: I test and works for all games modes.
Thanks for the table.
|
|
|
Post by omfg565 on Jul 5, 2022 13:10:08 GMT 10
That's odd, are you using the original 2007 port, or a cracked version of the game? As far as I know, this only works for Steam RE4 UHD 1.0.6. If you have some other version of the game, then upload the game ".exe" into a filesharing website like mediafire and DM me the link so I can see what's wrong. I'm having the same issue, any chance you could see what's wrong with mine? I have the steam version I bought a couple days ago. Just waiting to upload link. EDIT: sent you the link via dm.
|
|