A couple of questions : ) - 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: A couple of questions : ) (/showthread.php?tid=6685) |
A couple of questions : ) - aciÐev - 10-08-2016 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 RE: A couple of questions : ) - Freddy - 10-08-2016 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 Quote:where can I find a list of console commandsYou 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 RE: A couple of questions : ) - It'sMe - 10-08-2016 sys_ticrate* RE: A couple of questions : ) - Freddy - 10-08-2016 (10-08-2016, 09:29 AM)ItsMe Wrote: sys_ticrate* fixed it in my post, thank you RE: A couple of questions : ) - aciÐev - 10-08-2016 Thank you for the quick reply and of course for infos guys! |