]> git.xonotic.org Git - xonotic/xonotic.git/blob - misc/tools/rsync-updater/README.txt
Update rsync scripts and README
[xonotic/xonotic.git] / misc / tools / rsync-updater / README.txt
1 Windows users:
2 Double click update-to-{build}.bat and wait for the download to complete.
3
4 Linux/OSX users:
5 Change to this directory in a terminal, then run ./update-to-{build}.sh and wait
6 for the download to complete.
7
8 update-to-autobuild means updating to the latest nightly beta build of Xonotic.
9 update-to-stable means updating to the latest stable release build of Xonotic.
10
11 Redoing this step at a later time will only download the changes since last time.
12
13 Note that any changes inside the Xonotic directory will be overwritten.
14 Do your changes in the directory that has the config.cfg file!
15 By default those are:
16 On Windows the "C:\users\%userprofile%\Saved Games\xonotic\data\" folder
17 On Linux or Mac the "~/.xonotic/data/" directory
18
19
20 Secret trick: if you create any file/directory named "Xonotic-high"
21 in this directory before running the updater, this script will
22 download Xonotic with uncompressed textures. Otherwise it will
23 download regular Xonotic. To change from Xonotic-high to regular
24 create any file/directory named "Xonotic" and run the script again.