Xonotic Forums
rcon and bots - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Server Administration (https://forums.xonotic.org/forumdisplay.php?fid=16)
+--- Thread: rcon and bots (/showthread.php?tid=7344)



rcon and bots - billyjoe - 04-12-2017

Hello and thanks very much for this really good job!
I've just discover today the project.
I'm a older player from Enemy Territory and i wish to ask if there is any kind or rcon system for remote admin the server and also if there is a remote system too for bot control, that is add, remove, give name to bots, etc...
Another question is: there is any ps4 pad support?
thanks very much in advance and best regards


RE: rcon and bots - -z- - 04-12-2017

Hello and welcome!

Yes, Xonotic does support "rcon" and "limited rcon" (exposing a subset of commands to admins/moderators).

There is a perl script included, server/rcon.pl
Or another Python-based library here as examples: https://pypi.python.org/pypi/xrcon/0.1

Also, many admins just choose to enter commands directly into the running console.

You can change the number of bots, yes.  Names, sort of.  Any setting here, really: http://xonotic.org/tools/cacs/#0a/0/

Controller/joystick support, sorta.  Someone else with more experience on this may be able to answer.


RE: rcon and bots - end user - 04-12-2017

(04-12-2017, 01:17 PM)-z- Wrote: Hello and welcome!

Yes, Xonotic does support "rcon" and "limited rcon" (exposing a subset of commands to admins/moderators).

There is a perl script included, server/rcon.pl
Or another Python-based library here as examples: https://pypi.python.org/pypi/xrcon/0.1

Also, many admins just choose to enter commands directly into the running console.

You can change the number of bots, yes.  Names, sort of.  Any setting here, really: http://xonotic.org/tools/cacs/#0a/0/

Controller/joystick support, sorta.  Someone else with more experience on this may be able to answer.
 I believe melanobot https://github.com/mbasaglia/Melanobot_v2 can be used to control the servers too but you can ask Mela on the irc channel #xonotic or #evil..and.colony


RE: rcon and bots - billyjoe - 04-13-2017

ok, 
i solved both questions.
About bot. I do a vb.net app and it works ok (only on mode 0). if anyone can give some info about how to use with mode 1...
if anyone needs or wants the app, let me know
About pad. i use inputmapper and it works ok too. 
thanks for all.