Admins, urge your user to upgrade - 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: Admins, urge your user to upgrade (/showthread.php?tid=5776) |
Admins, urge your user to upgrade - BuddyFriendGuy - 09-02-2015 Game server admins, Since there are some new maps in 0.8.1, if your players still run 0.8, they will see blank maps for atelier, finalrage, and warfare. Please urge your users to upgrade. Here's what's in my server.cfg. If one of those map is chosen, it'll say something like this: Code: The map warfare is only included in Xonotic 0.8.1, so be sure you are running the latest version. Otherwise, you may see a blank map. The first two parts are taken from BlaXpirit's wonderful tricks. The last part compares the map name to the constants and spit out the warning if there's a match. Code: // conditional RE: Admins, urge your user to upgrade - SPLAT - 09-02-2015 Better recommend them not to use the updater but rather download 0.8.1 off Xonotic.org Lots of people (myself included) had problems with it Xon when I choose to update like that. RE: Admins, urge your user to upgrade - Antibody - 09-02-2015 Wait, what? We should fix the problems w/ the updater if that's the case. The update-to-release script is really the preferred way to go since you only download the stuff that has changed. RE: Admins, urge your user to upgrade - Smilecythe - 09-02-2015 Update-to-release doesn't remove copies of warfare, finalrage or atelier that you have on your config directory. In some cases you might have a conflict of map versions, seeing the version of the map that you have on your config dir. while it's actually another version running on the server. RE: Admins, urge your user to upgrade - BuddyFriendGuy - 09-02-2015 Antibody, is there a way for the update-to-release script to compare the checksums of the map files in question? RE: Admins, urge your user to upgrade - Mario - 09-03-2015 I don't think the updater script should be allowed to modify/remove files in the user's configuration directory, opens up too many potential issues... |