Page 1 of 1

D3server3 \"Admin access\"

Posted: Mon Jul 06, 2009 3:48 am
by Dadas
When i m going to set up server in D3Server3 i can see there \"Admin access\" if i select it i can enter password. Somewhere i heard when i write into chat something like $admin <password> i will be logged in as admin... i tryed it and it wasn't working. Maybe it is another command? If you know how to use it (if it is that what i think it is) please help me - it can nice to send commands ingame :)

Posted: Mon Jul 06, 2009 4:02 am
by Do_Checkor
Taken from the official Descent 3 Readme (which can also be found in Descent3\\language\\readmes\\ ):

Code: Select all

Remote Server Administration From a Client:

  A game server can be administered from a client by using the following
  commands with the F8 message system.

    $remoteadminpass <pswd>   Sets a password for remote administration.

    $remoteadmin <on/off>     Turns on or off remote administration.

    $remote <cmd> <args>      Sends a remote command to the server.

    $remoteadminlogout <id>   Logs out the specified player.  If no 
                              id is specified, lists the players 
                              currently administrating remotely.
  Examples:

    $remote login buffy       Logs in with the password \"buffy\".
    $remote logout            Logs out.
    $remote $endlevel         Tells the server to end the level.

Thanks

Posted: Mon Jul 06, 2009 4:03 am
by Dadas
Thanks