What should I read up on for letting players interact? Like if its a multi-player game where users can connect and see each other? I got my game ready where 1 player can play, but I want it where other users can see others. I know how do to client and server connections and stuff like that, but I'm not doing the right field in that area apparently.
I suggest looking at JGN and the networking in the Flag Rush Tutorials for jME.
Alright I choose to use Project DarkStar, but when I try to run the program after downloading the server, and making a new environmental variable called SGSHOME or I think that was it, the system prints out:
C:UsersZombiedevice>sgs tutorial.jar HelloWorld.properties
'sgs' is not recognized as an internal or external command,
operable program or batch file.
I'm thinking this is a CLASSPATH problem, but nothing has told me to alter the CLASSPATH yet.
Not familiar with DarkStar, sorry. You mind me asking why you chose DarkStar?
Your error means, that sgs is not found as a executable command.
The folder which contains the sgs.exe is not in the PATH environment.
Core-Dump said:
Your error means, that sgs is not found as a executable command.
The folder which contains the sgs.exe is not in the PATH environment.
So I should add it to the SGSHOME variable?
nymon said:
Not familiar with DarkStar, sorry. You mind me asking why you chose DarkStar?
Not at all. I've just heard better things about it from friends and other associates.
probably add SGSHOME to your PATH variable, but better ask in the darkstar forum