project-navigation
Personal tools

Author Topic: rcon  (Read 3781 times)

Offline LeSanglier

  • Rookie
  • ***
  • Posts: 35
    • View Profile
rcon
« on: July 10, 2008, 09:33:01 pm »
Hello,

I would to know if there is a graphic/console interface for sending rcon command to the server ?

Thanks in advance !

Offline blondandy

  • Sergeant
  • *****
  • Posts: 391
    • View Profile
Re: rcon
« Reply #1 on: July 10, 2008, 09:56:42 pm »
there is an console, for more info, please see the wiki.

it can be used to control the non-dedicated server, if you are playing on the client machine.

the dedicated server also has a console.

Offline LeSanglier

  • Rookie
  • ***
  • Posts: 35
    • View Profile
Re: rcon
« Reply #2 on: July 11, 2008, 10:59:34 pm »
the dedicated server also has a console.
Where is the console in the wiki ??

Offline geever

  • Project Coder
  • PHALANX Commander
  • ***
  • Posts: 2561
    • View Profile
Re: rcon
« Reply #3 on: July 12, 2008, 12:30:58 am »
Console is in the game. Info about console is here: http://ufoai.ninex.info/wiki/index.php/Console (Check out Links too) and about multiplayer: http://ufoai.ninex.info/wiki/index.php/Multiplayer .


-geever

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: rcon
« Reply #4 on: July 12, 2008, 10:26:51 am »
http://ufoai.ninex.info/wiki/index.php/Manual/Dedicated_Server

^^here are some information about the remote console

Offline LeSanglier

  • Rookie
  • ***
  • Posts: 35
    • View Profile
Re: rcon
« Reply #5 on: July 14, 2008, 03:58:47 pm »
Console is in the game.
Yes, I have understand that but does it possible to control the dedicated server without launch the client with external programm by example?

Offline Mattn

  • Administrator
  • PHALANX Commander
  • *****
  • Posts: 4831
  • https://github.com/mgerhardy/vengi
    • View Profile
    • Vengi Voxel Tools
Re: rcon
« Reply #6 on: July 14, 2008, 10:02:45 pm »
currently there is no such option afaik - the normal quake rcon tools are using udp - we are using tcp. It should be easy to write a little perl (or whatever) script that is doing this for you though.