Game Development Community

Telnet Console?

by Neil Marshall · in Torque Game Engine · 05/25/2005 (10:06 am) · 1 replies

Can anyone tell me anything about the telnet console?
I believe I've read somewhere that it's there for dedicated servers, but does it serve any other function? Does anyone have any documentation on it? Even with the new google search I can't seem to find much.

Why does it still run after the shutdown code for torque is processed?

#1
05/25/2005 (10:17 am)
TGE has a console function [look in engine/console/telnetConsole.cc]:
telnetSetParameters(int port, string consolePass, string listenPass)

port Port to listen on for console connections (0 will shut down listening).
consolePass Password for read/write access to console.
listenPass Password for read access to console.

Gary (-;