PDA

View Full Version : ActionScript for multiplayer games and virtual worlds



misterd
09-13-2009, 08:56 PM
After installing the Server extensions for the book i get the following error:

17:29:18,093 [main] WARN Extensions.GameBook.Plugins.GMSInitializer - DiggingPlugin2 game registered with GameManager.
17:29:18,104 [main] WARN Extensions.GameBook.Plugins.GMSInitializer - TankGame game registered with GameManager.

Server Extensions:
GameBook •TimeStampPlugin [Server Level Plugin]
•GMSInitializer [Server Level Plugin]
•WorldPlugin [Server Level Plugin]
•LoginEventHandler [Login Event Handler]
•LogoutEventHandler [Logout Event Handler]
New Server Level Component Delete Extension
(Requires Reboot to take affect)

What is wrong and how do i fix it, any suggestions?

Thanks in advance

tcarr
09-13-2009, 08:58 PM
Those aren't error messages, they are messages confirming that you can use DiggingPlugin2 and TankGame. I set those to be WARN level logs so that I could see them even if I didn't have DEBUG level logging enabled. So you did it RIGHT.

misterd
09-13-2009, 09:02 PM
Lol ok, but there is something not working.

If i start the tank game after the login screen i get a logo that says
Top Tank, and it doesn't go further.

The Old world example game on the other hand works perfect.

i did change the server.xml file as i did with the old world example
Old world works, tank game doesn't :P strange isn't it :P

Ps. thanks for the quick answer :)

tcarr
09-13-2009, 09:04 PM
If you have the ES4 set up so that Old World works, then it's likely that tank won't work. Try doing the instructions in the appendix for the non-Old World extension. Old World requires a valid username and password login, but the tank game doesn't.

misterd
09-13-2009, 09:21 PM
ok, i tought you could put both in one dir :P

but thanks :) it works now.

you are great, just like the book is great too :)

tcarr
09-13-2009, 09:33 PM
Jobe did a fantastic job on that book, and I had a lot of fun helping him too!