Posts: 232
Threads: 27
Joined: Mar 2012
Reputation:
0
I would like to know how is sa-mp made, like what programming languages were used in process of making it, how long did it take, did they use bit of reverse engineering, some detail explanation of process, et cetera.
Regards,
Posts: 801
Threads: 30
Joined: Mar 2013
Reputation:
0
Of course reverse engineering was used. Otherwise it wouldn't function at all. It's completed coded in C++ AFAIK. However, you can find this out just by searching.
Posts: 232
Threads: 27
Joined: Mar 2012
Reputation:
0
Yeah, i did search, but could some experienced member / beta tester explain this to me in detail please.
Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
The server and client are written in C++, the server browser is written in Delphi and it uses RakNet for networking. The majority of SA:MP is based on reverse engineering. Another considerable portion of the code is Assembly (ASM) because San Andreas is closed source and SA:MP needs to access low-level information in order to work. Nothing else is really known, you must be a very experienced coder to make SA:MP.