Version 0.2 of nol-java-rmi-server has now been released. This version adds the start of a 2D player client and a substantially reworked core architecture.
Since there is nothing playable as yet, this release is really intended for developers only.
We are not actively continuing development of the c++ server in order to concentrate on java.
If anyone wants to take the c++ server implementation over they are welcome to do that as
a seperate project (contact me by email through sourceforge). Therefore I have hidden the c++ server download from the main screen.
Andy (Splendid)
Source package of RMI nol now available for download.
An RMI server and test client have been imported to CVS.
Checkout the code (see CVS docs) and compile all in server and client.
Then to run:-
rmiregistry &
from the directory above jnol
java jnol.server.NolServer &
java jnol.client.TextClient localhost
Thats It...
login first as the god user.
> login "god", "secret"
Then you can create nodes and get/set attrbutes
> create "object"
[4]
> setAttr 4, "Description", "A chair"
true
> getAttr 4, "Description"
"A chair"... read more
A basic description of the fundemental ideas behind Nol is now available in the Documentation Section.