Posted in xn--kfs74mzzid01b.com edit by cfz on January 8th, 2009
Ok,Im new to programming and im wanting to make my own Runescape Private Server(If you know what it is)Im wanting to know what language to learn?^I doubt they are using a server-side language for the games backend... its probably written in C++/JAVA(doubtful but ehh their choice).Basically you would have to decompile their Java client program/applet (I don't know what it is). Then you would have to look at the way requests and data is sent to the server, after that you have to create some way on YOUR server of receiving these requests and returning it in the right format.Unless you can decompile flash it will be impossible
I think
You mean decompile java. Also you would learn very little from decompiling the client. There is a large difference between how the server works than from a client. For instance, knowing runescape they are using a zone/cluster server to handle the players. Coding that alone could take a very long time and you would litterally have to experience every part of the game to recieve all of the message ID's (which are encrypted) from the client. Meh, I'm gonna stop because you don't understand any of this I'd imagine.that would be java, and I don't beleive that somthing like this should be discussed here.... (unsure?)jagex took over 2 years to build runescape, i highly doubt you will be able to match their gaming modes/nodes and graphical performance with just you and no source code from jagex and Andrew himselfUnless you can decompile flash it will be impossible
I thinkI would think Java is only the front-end (client-side) of the thing, somewhere on the server they have to use a data container (Probably a SQL Database) and also probably some sort of API for the Java otherwise people could crack open the Java and change variables like chance of winning etc. so that API would be programed in a server-side language like PHP or ASP etc.^ Good point, hadn't though about it, but I don't really know much about runescape, I only just know what it is.
Either way I'm not sure how your going to build a private server, I don't think anyone has made a system for it and released it. And I am doubtfull it would be simple to build one this year if your asking what is needed.#If you have any other info about this subject , Please add it free.# |
|