Game Development Community

Chapter 6 issues

by Andrew Monshizadeh · in Torque Game Engine · 01/09/2006 (3:22 pm) · 0 replies

Okay, so i have looked through all the help that has been posted here on this forum and i haven't seen anything that directly applies to this situation.

here is the problem -- i have gotten all the code to work so far, i can get a dedicated server up and running, i can find the server in the connect to server dialog box, and i can run a single player game without the dedicated server. however, when i try to connect to the server nothing happens and when i check the command prompt it says that the function can't be found like this:

(0): Unknown command Join.
Object MenuScreen(1212) MenuScreen -> GuiChunkedBitmapCtrl -> GuiControl -> SimGroup -> SimSet -> SimObject

also, the close button doesn't work. i have tried copying the serverscreen.gui and serverscreen.cs code from the cd but that didn't work. any suggestions?

to get started on the chapter i just copied the Emaga5 code from the cd and renamed it Emaga6 and then made the corrections that the book suggested.

About the author

Recent Threads

  • Bizarre chapter 5 issue