We're Partners to the end.
Posts: 1,021
|
Post by Pvimto on Jan 30, 2019 7:06:23 GMT 10
i would love if u updated it for the final release
|
|
Posts: 44
|
Post by gamez on Jan 30, 2019 7:18:35 GMT 10
yes please also if you can have it work on the demo also , the demo may have some unused stuff in it.
|
|
Posts: 150
Original Join Date: Feb 4, 2011
|
Post by Zealot Tormunds on Jan 30, 2019 10:26:14 GMT 10
Good news! The trainer is almost finished. I managed to add the hotkeys by using a library made by Indieteur.
|
|
We're Partners to the end.
Posts: 1,021
|
Post by Pvimto on Jan 30, 2019 10:27:49 GMT 10
YAY this will make it Ezier and less annoying to play as ADA or sherry all the way through instead of being Stuck on a wall
|
|
Ada... Ada Wong :D
Posts: 9,900
Original Join Date: Aug 21, 2008
|
Post by EvilLord on Jan 30, 2019 10:34:15 GMT 10
Good news! The trainer is almost finished. I managed to add the hotkeys by using a library made by Indieteur. YaaY also question will this let us stay in the area we no clip or nope XD
|
|
Posts: 150
Original Join Date: Feb 4, 2011
|
Post by Zealot Tormunds on Jan 30, 2019 10:36:00 GMT 10
Good news! The trainer is almost finished. I managed to add the hotkeys by using a library made by Indieteur. YaaY also question will this let us stay in the area we no clip or nope XD Oh sorry I saw your question before but thought I had responded. Honestly I'm not sure. It really depends on where you are in the map for some reason. Sometimes it'll teleport you back and some other times it won't... But I'm trying to see if I can fix that!
|
|
Posts: 51
|
Post by nchabb on Jan 30, 2019 10:49:17 GMT 10
Looking forward messing around the map and find hidden stuff! Thank you for your work!
|
|
Ada... Ada Wong :D
Posts: 9,900
Original Join Date: Aug 21, 2008
|
Post by EvilLord on Jan 30, 2019 11:19:34 GMT 10
YaaY also question will this let us stay in the area we no clip or nope XD Oh sorry I saw your question before but thought I had responded. Honestly I'm not sure. It really depends on where you are in the map for some reason. Sometimes it'll teleport you back and some other times it won't... But I'm trying to see if I can fix that! okay nice cant wait to see if it works ^_^ good job so far !!!!! thank you for doing this BTW <3
|
|
Posts: 150
Original Join Date: Feb 4, 2011
|
Post by Zealot Tormunds on Jan 30, 2019 12:32:20 GMT 10
Alright here's the new version. I couldn't solve the issue that teleports you back when you disable "walk through walls hack" though... But anyway, here it is: drive.google.com/file/d/1tZIQ5P2pZQt1p_F9RhRMcp6z09UM7qJP/view?usp=sharing
If it doesn't work, try using it as an admin / adding it to your antivirus safe list! Report any bugs you find! Also if you're thinking in going through the whole map, I really encourage you to use re2hook so the people who are making the file extractors can complete the file list
|
|
Ada... Ada Wong :D
Posts: 9,900
Original Join Date: Aug 21, 2008
|
Post by EvilLord on Jan 30, 2019 12:35:35 GMT 10
Alright here's the new version. I couldn't solve the issue that teleports you back when you disable "walk through walls hack" though... But anyway, here it is: drive.google.com/file/d/1tZIQ5P2pZQt1p_F9RhRMcp6z09UM7qJP/view?usp=sharing
If it doesn't work, try using it as an admin / adding it to your antivirus safe list! Report any bugs you find! Also if you're thinking in going through the whole map, I really encourage you to use re2hook so the people who are making the file extractors can complete the file list YaaY nice one mate ill try using it now :3
|
|
Posts: 150
Original Join Date: Feb 4, 2011
|
Post by Zealot Tormunds on Jan 30, 2019 12:36:15 GMT 10
Alright here's the new version. I couldn't solve the issue that teleports you back when you disable "walk through walls hack" though... But anyway, here it is: drive.google.com/file/d/1tZIQ5P2pZQt1p_F9RhRMcp6z09UM7qJP/view?usp=sharing
If it doesn't work, try using it as an admin / adding it to your antivirus safe list! Report any bugs you find! Also if you're thinking in going through the whole map, I really encourage you to use re2hook so the people who are making the file extractors can complete the file list YaaY nice one mate ill try using it now :3 Awesome! Let me know if you find any issues!
|
|
✫Advanced Coder✫
First, I was known as Sectus. And then, well, I ended up here.
Posts: 2,811
Original Join Date: Aug 31 2009
|
Post by FluffyQuack on Jan 30, 2019 14:01:52 GMT 10
Can you share the pointer you're using for attaining player position?
And you've found no way to avoid the player position rubber banding back once you turn off the "walk through walls hack"? I had the same problem in RE6, and the solution was to find a specific, other set of player position to change at the same time (the game must have been doing some kind of collision check between the two sets of coordinates). But I've had no luck finding something similar in RE2.
|
|
Ada... Ada Wong :D
Posts: 9,900
Original Join Date: Aug 21, 2008
|
Post by EvilLord on Jan 30, 2019 14:05:54 GMT 10
YaaY nice one mate ill try using it now :3 Awesome! Let me know if you find any issues! the only issue so far is that i cant use going up and down thingy but walking through walls work !!! and when i click that extra button it also makes the character go up and down Sometimes XD
|
|
Posts: 150
Original Join Date: Feb 4, 2011
|
Post by Zealot Tormunds on Jan 30, 2019 14:07:02 GMT 10
Can you share the pointer you're using for attaining player position? And you've found no way to avoid the player position rubber banding back once you turn off the "walk through walls hack"? I had the same problem in RE6, and the solution was to find a specific, other set of player position to change at the same time (the game must have been doing some kind of collision check between the two sets of coordinates). But I've had no luck finding something similar in RE2. Sure, it's 0x1470ACEA8. Then you read the address stored in that pointer and add 0x90 to it. That's the location of the x position. Then the y position is just that plus 0x4. Same goes for the z position.
In the demo trainer I was using like 7 fucking pointers lol but now it's just done in one.
Regarding the bug, now that you mention it, there's another set of positions just a few bytes after the pointer (0xC bytes I think?). Maybe those are the ones I need to change aswell? I'll check!
|
|
Posts: 150
Original Join Date: Feb 4, 2011
|
Post by Zealot Tormunds on Jan 30, 2019 14:07:24 GMT 10
Awesome! Let me know if you find any issues! the only issue so far is that i cant use going up and down thingy but walking through walls work !!! and when i click that extra button it also makes the character go up and down Sometimes XD Check "enable position edit"
|
|