Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 13, 2008, 6:33:05 PM (16 years ago)
Author:
landauf
Message:

telnet remote control works

type "source remote.tcl" into the ingame shell
connect with tcl to port 2560
login with "orxonox rocks"
type any command you like… it will be executed in orxonox ;)
of course server-admins will change the password (and the port)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/TclBind.h

    r1255 r1267  
    4242
    4343            static std::string tcl(const std::string& tclcode);
     44            static void bgerror(std::string error);
    4445
    4546            void setDataPath(const std::string& datapath);
Note: See TracChangeset for help on using the changeset viewer.