Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25832 Location: The netherlands
|
Posted: Tue Jan 25, 2011 9:35 am Post subject: |
|
|
edit the commonmodulelist.txt file in ce and add the modules that you don't want in the list
But it will not speed up the pointerscan though, at most it will create a smaller result list (The way it works: It follows the pointer till it encounters a static address, then checks if that address is a module you want or not, and if so, write down the address so it can get written to disk later on and else just continue)
What will speed it up is giving the offets it should end with. Each offset you give will lower the actual number of levels it scans
--
as for code injection, add in a check to distinguish between your car and that of someone else (compare two or 3 objects with eachother and see if there is a way to distinguish between yours and their and then write the code that checks it, first 4 bytes of the class object are often useful but not sure about a racegame)
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|