You are viewing our Forum Archives. To view or take place in current topics click here.
#11. Posted:
GTC
  • TTG Addict
Status: Offline
Joined: Jun 02, 201212Year Member
Posts: 2,049
Reputation Power: 96
Status: Offline
Joined: Jun 02, 201212Year Member
Posts: 2,049
Reputation Power: 96
Experiment5X wrote
DiamondCoding wrote
Experiment5X wrote
DiamondCoding wrote
DrewPeadic wrote
Describe wrote they learn from problems, errors, etc. but you can learn from anywhere
Well I tried youtube, and it's nothing but NBA and NFS modding tuts. I don't want to learn how to mod those specific games. I want to learn how to be able to do hex editing on any game that I have that allows me to.
Get .DLL's and check its code play around with editing etc. Never "Back Space" always just write over.


I wouldn't recommend trying to modify a dll with a hex editor unless you know what you're doing, i.e. understand assembly instructions and their op-codes.

@OP, to get better at hex editing, you have to get better at programming. You need to understand the data structures that you're looking at before trying to recognize them. You need to learn how arrays and structs work before you can really even try to understand a save format. Once you truly understand different data structures, you'll begin to recognize them in game saves.
Modding a .DLL for like mw3 that has mods is not hard bubby, you simply Ctrl + F type "^1" then write over the text. Its easy. And best choice since he is starting out


Hm, I've never done anything with MW3 stuff so I'm not entirely sure what you're talking about, but either way if he's just searching for something that he read from a tutorial he's never going to learn what's actually going on. To understand the data structures that he's modifying he needs to learn how to program.
Well yeah of course. But for now to learn a bit about it modding a .dll wouldn't hurt.
#12. Posted:
Z61
  • TTG Fanatic
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Get .DLL's and check its code play around with editing etc. Never "Back Space" always just write over.

Don't do this, just try searching for the values you have in a savegame and try modifying them and see what happens.
#13. Posted:
GTC
  • TTG Addict
Status: Offline
Joined: Jun 02, 201212Year Member
Posts: 2,049
Reputation Power: 96
Status: Offline
Joined: Jun 02, 201212Year Member
Posts: 2,049
Reputation Power: 96
Z61 wrote
Get .DLL's and check its code play around with editing etc. Never "Back Space" always just write over.

Don't do this, just try searching for the values you have in a savegame and try modifying them and see what happens.
Well thats what I basically said, you can't back space because if you do it messes the whole code up. When you find the things you want to mod you have to just go in front of the letters and type of it.
#14. Posted:
Z61
  • TTG Fanatic
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
Status: Offline
Joined: Apr 16, 201014Year Member
Posts: 4,309
Reputation Power: 179
DiamondCoding wrote
Z61 wrote
Get .DLL's and check its code play around with editing etc. Never "Back Space" always just write over.

Don't do this, just try searching for the values you have in a savegame and try modifying them and see what happens.
Well thats what I basically said, you can't back space because if you do it messes the whole code up. When you find the things you want to mod you have to just go in front of the letters and type of it.

If you're using a good hex editor, you can just edit the data structure's value without overwriting the whole thing.
#15. Posted:
GTC
  • TTG Addict
Status: Offline
Joined: Jun 02, 201212Year Member
Posts: 2,049
Reputation Power: 96
Status: Offline
Joined: Jun 02, 201212Year Member
Posts: 2,049
Reputation Power: 96
Z61 wrote
DiamondCoding wrote
Z61 wrote
Get .DLL's and check its code play around with editing etc. Never "Back Space" always just write over.

Don't do this, just try searching for the values you have in a savegame and try modifying them and see what happens.
Well thats what I basically said, you can't back space because if you do it messes the whole code up. When you find the things you want to mod you have to just go in front of the letters and type of it.

If you're using a good hex editor, you can just edit the data structure's value without overwriting the whole thing.
I don't remember what hex editor I had. But it was a ***** to use.
#16. Posted:
Appetite
  • TTG Master
Status: Offline
Joined: Jul 26, 201212Year Member
Posts: 824
Reputation Power: 34
Status: Offline
Joined: Jul 26, 201212Year Member
Posts: 824
Reputation Power: 34
ALOT of trial and error my friend
of course practice makes perfect...
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.