I have a bit of experiance with C++ and C+ and other languages and would like to know where i can get started through some info on how to make programming mods of xbox 360
Printable View
I have a bit of experiance with C++ and C+ and other languages and would like to know where i can get started through some info on how to make programming mods of xbox 360
well you can use alot of knowlegde of c++.com
from what i see is the programming is not the hard part...but the translating of the data into a format to be edited....
yes learn from me i just learned to make editors 2 weeks ago and i already made ten of them..only one is an advanced editor (Gi JOE) but at least im makin my knowledge useful..
Same here; I just recently learned how to make them and I've got an editor out that's still being worked on. If you already know the structure of a programming language, that's a great start. All you really need now is to know hex.
This is the true challenge of it. Most save files are disected into sections in hex which makes learning what each subsection contains. Start out by learning to convert text and overall experiment. Forewarning, start with older game titles as newer games have editing protection with funky padding offsets.