]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Autobuilds.md
Added HUD configuration section
[xonotic/xonotic.wiki.git] / Autobuilds.md
index 1ba9edf3a89cfa515aa509530231a956944b4d80..e5431c09d43ce6e478af01f14be9e6e1a3f55759 100644 (file)
@@ -1,5 +1,7 @@
-Autobuilds are nightly builds of the latest code. They have the latest features, bugfixes and assets but they could be less stable than regular releases.
+Autobuilds are nightly builds of the latest code. They have the latest features, bugfixes and assets but they could be less stable than regular releases. 
 
-If you "installed" Xonotic by downloading and unpacking the [zip](http://xonotic.org/download/), you can update a regular release to autobuild using the scripts located in `misc/tools/rsync-updater` (use `update-to-autobuild.bat` if you're one Windows, `update-to-autobuild.sh` on Linux and Mac).
+If you "installed" Xonotic by downloading and unpacking the [zip](http://xonotic.org/download/), you can update a regular release to autobuild using the scripts located in `misc/tools/rsync-updater` (use `update-to-autobuild.bat` if you're one Windows, `update-to-autobuild.sh` on Linux and Mac). You can also download an autobuild and various other builds as a zip from https://beta.xonotic.org/autobuild/ - username is `xonotic` and password `g-23`.
 
-You can go back to the normal release using the `update-to-release` scripts or by even better making a backup copy of the Xonotic directory - autobuilds and releases can coexist alongside each other.
+It's best to **make a copy of the original Xonotic directory first** in case you wanna go back to using the release but you can also go back by using the `update-to-release` scripts. Releases and autobuilds should be able to coexist (they will share the same [config](https://www.xonotic.org/faq/#config) though, unless you use something like `-userdir`).
+
+Autobuilds (and [git builds](https://gitlab.com/xonotic/xonotic/-/wikis/Repository_Access)) are compatible with the same servers as the latest release. When you connect to a server, Xonotic downloads the gamelogic from it (and runs it sandboxed) so you always use the same version as the server. Autobuilds therefore only affect the gamelogic of local games, the engine (rendering, input, ...) and assets (models, sounds, ...).
\ No newline at end of file