Addictgamer Posted April 13, 2010 Share Posted April 13, 2010 Currently only an idea. Once I finish planning it out, I shall attempt to program the memory hacking tools. The purpose of this toolset is to edit RR's memory and make the game more fun. Any ideas on methods to accomplish this and any ideas on what to add to the toolset welcome. Link to comment Share on other sites More sharing options...
TheEPICtrainrider Posted April 13, 2010 Share Posted April 13, 2010 The lord's name in vain! One project at a time! You have... Orr That game Tankdown in a smalltown That other game Your spring mod Your overhual mod And now this? WTF? Link to comment Share on other sites More sharing options...
Cyrem Posted April 14, 2010 Share Posted April 14, 2010 The lord's name in vain! One project at a time! You have... Orr That game Tankdown in a smalltown That other game Your spring mod Your overhual mod And now this? WTF? I think he has more projects then me o.o Link to comment Share on other sites More sharing options...
Eagle98 Posted April 14, 2010 Share Posted April 14, 2010 It does give some resemblance to me. Also, to the tool... "RR's memory"? Link to comment Share on other sites More sharing options...
Cyrem Posted April 14, 2010 Share Posted April 14, 2010 It does give some resemblance to me. Also, to the tool... "RR's memory"? Yes memory editor's are used to cheat in games, what they allow is modification to the running game's memory. In the case of RR, I have changed the Ore and Crystal amounts however there is not really a future for a memory editor. Just to get things straight, this will not show a source code. The only use of a memory editor in a game is really only altering variables and changing their value. Link to comment Share on other sites More sharing options...
Addictgamer Posted April 14, 2010 Author Share Posted April 14, 2010 Exactly, cyrem. I want to see how much I can do with RR using memory hacking. Link to comment Share on other sites More sharing options...
Jesus7Freak Posted November 11, 2010 Share Posted November 11, 2010 I would suggest cheat engine, I've used for many things including making RR trainer. Link to comment Share on other sites More sharing options...
Addictgamer Posted December 1, 2010 Author Share Posted December 1, 2010 You gave me the idea of finding out whether or not cheat engine was open source. And...It is... Thanks Someday I might write an entire Hacking Toolset for Rock Raiders. Unless you beat me to it, of course. Link to comment Share on other sites More sharing options...
Jesus7Freak Posted February 2, 2011 Share Posted February 2, 2011 I wrote a Read Write Memory class that may be helpful to you. Link to comment Share on other sites More sharing options...
Addictgamer Posted February 2, 2011 Author Share Posted February 2, 2011 Hey, thanks! When, and if I do this project, that's going to be a great help! Will that work with both 'versions' of LRR? I heard some installs have something different going on with the exe/icd stuff. Link to comment Share on other sites More sharing options...
Jesus7Freak Posted February 3, 2011 Share Posted February 3, 2011 Yes it will, ex; RWMemory* RWM = new RWMemory("LegoRR.icd", 0) RWMemory* RWM = new RWMemory("LegoRR.exe", 0) Link to comment Share on other sites More sharing options...
Recommended Posts