3raser 0 Report post Posted June 26, 2013 I thought it could be a good idea to add a fuction that will check the memory offset of the game and change it if it has changed due to a patch. Quote Share this post Link to post Share on other sites
AnThRaX 1 Report post Posted June 26, 2013 Do not believe it's just that simple. Quote Share this post Link to post Share on other sites
Guest Report post Posted June 27, 2013 Hahah, i wish it was ! xD new_memory_offsets = GIVE MEH MY NEW MEMORY OFFSETS PLAX (); ^_^ Quote Share this post Link to post Share on other sites
Shrek_III 5 Report post Posted June 28, 2013 It would be able to store them in an ini-file. So everybody could change them by himself if it is that easy Quote Share this post Link to post Share on other sites
Jarvis101 75 Report post Posted June 28, 2013 While it theoretically is possible by searching the memory for the values you're working off, you also need to consider the fact that #1 even if this is done, multiple results would come up, and you'd need a way to sift through it #2 you're assuming the memory values that you need to alter haven't changed, and #3 getting the memory dumps via code (Which is how you would need to do it in order to automate it), is much more complicated than just running a dbg program and looking at it manually. TL;DR : What you're asking for is a lot of work and would delay work on essential functions and algorithms which are still being developed. Quote Share this post Link to post Share on other sites