Xonotic Forums

Full Version: A couple of questions : )
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This is my first post, so first of all I salute you!

I need a aim-training platform for my team(it's an Overwatch team) and I think that Xonotic could be a good solution. So I want to propose to the multigaming I'm part of to put online a Xonotic dedicate server.
Before that I have a couple of questions that need answers.

Are there tools/mods for an easy multi-user management of the server? I mean ruleset, map etc. Or... where can I find a list of console commands?

What's the tickrate of a Xonotic server, and can it be setted to a specic value?



p.s. Sorry for the bad grammar, writing sentences in english is not my forte
Welcome to Xonotic.

Quote:Are there tools/mods for an easy multi-user management of the server?
Recently z created https://github.com/z/xonotic-server-management-suite
However it's not hard to set up a server by hand, you just need to follow the instructions in server/readme.txt:
1. copy server/server.cfg to
Linux: '~/.xonotic/data'
Mac: '~/Library/Application Support/xonotic/data'
Windows: '%UserProfile%\Saved Games\xonotic\data'
and adjust it to your liking.
2. copy server/server_<yourOS> into the Xonotic base directory and execute

If you want have custom maps, you need to copy them to the server's data directory (see above) and set
Code:
sv_curl_defaulturl
to point to your http download server that hosts all these maps so that the client can automatically download them

Quote:where can I find a list of console commands
You can either use http://xonotic.org/tools/cacs/ or type "apropos searchterm" in the ingame console(Shift+Esc)

Quote:What's the tickrate of a Xonotic server, and can it be setted to a specic value?
By default the server runs at a ticrate of 0.0333333, but you can change it with
Code:
sys_ticrate 0.01
sys_ticrate*
(10-08-2016, 09:29 AM)ItsMe Wrote: [ -> ]sys_ticrate*

fixed it in my post, thank you
Thank you for the quick reply and of course for infos guys! Smile