]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Mention nexcompat in Repository_Access
authorMartin Taibr <taibr.martin@gmail.com>
Fri, 14 Apr 2017 20:14:05 +0000 (20:14 +0000)
committerMartin Taibr <taibr.martin@gmail.com>
Fri, 14 Apr 2017 20:14:05 +0000 (20:14 +0000)
Repository_Access.md

index 21a773c2e95d6e7e1540b3ec8a9ecc3a0b3874f6..81cbf2a89d68f271628e03d2a03061e69a73ed9f 100644 (file)
@@ -87,6 +87,8 @@ To update your Git clone, you can repeat the commands above without the first 
 
 **Note:** The compiled binary will have a faint watermark with the git revision. To remove it completely put `set menu_watermark ""` into your `autoexec.cfg`.
 
+**Note:** If you intend to play on public servers, you should probably also enable the nexcompat repo to download additional textures that are used on some older unofficial maps. Use `touch data/xonotic-nexcompat.pk3dir.yes` and `./all update`. For mappers: these textures should NOT be used on new maps.
+
 ***
 
 If you run into issues with the latest version you can easily revert to an older one. Since most bugs are caused by the game code rather that the engine, you just need to downgrade that repository. Inside the main xonotic repository, use `cd data/xonotic-data` and then `git checkout <some older commit>`. After that go back `cd -` and `./all compile` (with the optional `-r` flag).