hey,
dose anyone know what program is used to make the game runescape?
is it ppossible to purchace this game?
-flashpmaster
hey,
dose anyone know what program is used to make the game runescape?
is it ppossible to purchace this game?
-flashpmaster
Its called the JDK and its free and downloadable from java.sun.com
Sorry, AFAIK everything else they coded from the ground up.
Mostly very simple 3D gouraud shading (look it up on the web if you like, but its 10 years out of date these days and you should use OpenGL hardware-accelerated instead) and poor-man’s billboarding (again look it up) for the graphics, and a custom scripting language inspired by ARM-assembler.
The clever bit is/was the networking layer - but again, technology has moved on and you can do better now much more easily using the modern NIO libs that are part of the JDK.
Mostly its straightforward to reproduce nowadays (given the improved free tech) but its the content you’ll really struggle with. RS has a lot of content, many man-years worth. Compared to that, the time it takes you to implement the game logic + GUI etc is relatively small.