Xonotic Server Tools - 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: Xonotic Server Tools (/showthread.php?tid=2016) |
Xonotic Server Tools - It'sMe - 08-02-2011 Hey, i have written a bash script to manage xonotic servers and rcon2irc bots. Xonotic Server Tools Xonotic Server Tools is a collection of functions to manage several Xonotic servers by loading each server in a seperate tmux window. Server admins can call those servers by their name. The script supports release and git servers. Next to servers Xonotic Server Tools can manage rcon2irc bots, too. The script also offers a extended folder tree to organize your configuration files, logs and pk3 packages. All adjustments can be made in the basic configuration file: xstools.conf. project on github. ---------------------------------------------------------------- direkt download: master branch tarball from github ----------------------------------------------------------------- documentation ----------------------------------------------------------------- video(a bit older ) ----------------------------------------------------------------- NOTE: A linux based operating system is needed For more information or help check #xstools @ quakenet RE: Xonotic Server Tools - subsonik - 08-03-2011 a really useful tool, congratulations and thanks a lot !!!! RE: Xonotic Server Tools - Mepper - 08-27-2011 This looks awesome, my dear It's Me! I don't think I'm going to use it since I'm not a server hoster. But this looks very interesting! I did try once to host a server, just for testing, and that was very hard, costed a lot of time and I got some strange error, so I did not succed Can I, with that start server function, easily create a new server? (I use autobuild.) Xonotic really needs something to easily make a dedicated server. RE: Xonotic Server Tools - It'sMe - 08-27-2011 Normally this script only supports releases and git version. But the binaries in autobuilds and releases are the same . So you can use the 'release variables' to set up a autobuild server. Do the following steps:
open a terminal and type. Code: xstools --start vgt-release The configuration file is placed in configs/servers, just rename it as you like. eg vgt-autobuild.... Should work (btw a linux based operating system is needed) You could also read the install part of my documentation. RE: Xonotic Server Tools - Mepper - 08-27-2011 Well, I use Windows Vista It still sounds all quite complicated, but i think I could do it if I can read somewhere what to do for Windows. RE: Xonotic Server Tools - It'sMe - 08-27-2011 (08-27-2011, 05:15 AM)Mepper Wrote: Well, I use Windows Vista It does not work for windows... I do not know if it is possible to use this script inside cygwin and install tmux for cygwin... if, then it could run... I feel sorry for all you windows users ... RE: Xonotic Server Tools - Mepper - 08-27-2011 Oh, well... I can't expect you to make it fit for Windows too, seems pretty difficult to me. RE: Xonotic Server Tools - Cortez666 - 08-27-2011 (08-27-2011, 06:11 AM)Mepper Wrote: I can't expect you to make it fit for Windows too, seems pretty difficult to me. do you want to set up a real server? or just something from your rig at home? if you want to set up a server from your rig at home its quiet easy as long you just to play. RE: Xonotic Server Tools - It'sMe - 08-27-2011 just read the documenatins in xonotic/servers... copy server.cfg into your data folder move server_windows.bat into the same folder like your binaries and doubeklick ^^ RE: Xonotic Server Tools - Cortez666 - 08-27-2011 yeah thats the easiest solution RE: Xonotic Server Tools - Mepper - 08-27-2011 Well, yes, THAT is eay. The only problem is that that black computerlanguage window thingy then something says like: Error, press a key to close window And when I just open my firewall, make a server with "create", set cl(orwhateveritwas)_public 1 and restart, I can just play, but noone else can see it, and even in my server list it gets 9999 ping after a few minuts (but I can still play on it). But I'm not really wanting to host a server anyway, but it would of course be fun if I could just create a server with some bots and that more people could join. If anyone knows what I'm doing wrong, I'd like to hear what it is! (The problem might also be that some things in my Xonotjc are pretty much fucked up, and I think I caused that myself.) RE: Xonotic Server Tools - It'sMe - 08-28-2011 You have to use port forwarding Check your router settings and set up a virtual server. |