Guest Posted November 18, 2005 Share Posted November 18, 2005 I dont know any coding and im 16 years old I really want to learn and help the comuninty building mods and just learn the basics of what i would have to learn to get started. Please dont trash on me I just dont know and I'm a n00b just want to find out how hard and what it takes and where i could get some information or the programs/teachings i could get thanks. Your responce is greatly appreciated. Link to comment
MrJax Posted November 18, 2005 Share Posted November 18, 2005 If you know absolutely nothing, then a good place to start would be a simple language like mirc or php, i found going from scripting to c++ fairly simple. There are loads of sites with tutorials, just google it But finding someone who knows it and getting them to help you get started over msn might be easier, you can't ask a tutorial a question ..good luck! Link to comment
orappa Posted November 18, 2005 Share Posted November 18, 2005 I personally don't like doing lots of tutorials as they tell you lots of things that you will probably never use. My strategy would be to do a couple of tutorials to gain an idea of the basic format of the code and then research topics specific to what I wanted to achieve in the mod. Link to comment
erorr404 Posted November 18, 2005 Share Posted November 18, 2005 Well, when learning a programming language there is lot's of stuff you just have to know, so you can't start out by trying to learn code that's only related to the mod.. you won't understand it without knowing the basics first. Here is a good C++ guide: http://www.cplusplus.com/doc/tutorial/ Link to comment
Guest Posted November 18, 2005 Share Posted November 18, 2005 Im a pretty quick learner im in advance classes in school around how long would it take me from start of the learning process to actually making any type of mod "im speaking of C++ btw" I know basic HTML if that helps. Link to comment
Vicer/Spitfire Posted November 20, 2005 Share Posted November 20, 2005 You could do "Hello World" C++ Tutorials at http://www.seangreasley.com Link to comment
robbiemcm Posted January 12, 2006 Share Posted January 12, 2006 Does the MTA team program in C or C++? Why do they choose to do so in that particular one? Will I need to know one of them to use the SDK to make my own mods? Link to comment
Si|ent Posted January 13, 2006 Share Posted January 13, 2006 C++ (you'd need one of the coders to explain why in particular) The SDK will require C++, yes. Link to comment
Kent747 Posted January 13, 2006 Share Posted January 13, 2006 We use C++ and x86 Assembly the assembly it used for the low level GTA interfacing code C++ was chosen because game design is done using an object oriented approach, and as such, since our mod wraps around GTA, it needs to be designed that way too. In Blue V1 (before one of the rewrites) the SDK was compatible with C, but we soon realized that the SDK was getting very ugly. It was much easier to organize our code using an object oriented approach. Kent Link to comment
Recommended Posts