X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=Docs%2Ffaq.html;h=555b137ebe959da3d708f5ce990f84a7f6bb0c52;hb=807a9b41c07b2f399962d84b8314004459bf31d2;hp=cdc30be11bfc275d3fa9766e606b2a01c6be316b;hpb=c8fa372c66d0a3c4241adc9d641d668a82500af6;p=xonotic%2Fxonotic.git diff --git a/Docs/faq.html b/Docs/faq.html index cdc30be1..555b137e 100644 --- a/Docs/faq.html +++ b/Docs/faq.html @@ -19,11 +19,12 @@ @@ -31,7 +32,7 @@
-

Xonotic 0.2 FAQ

+

Xonotic 0.7 FAQ

http://xonotic.com

@@ -154,7 +155,7 @@ For Linux users: you need to have libcurl installed, otherwise you won't be able

How to report crashes

-Alientrap wants to ensure everyone has a pleasant time playing Xonotic, so if you have problems we would like to ask you to report them and thus help solve them. Especially crash reports can be very helpful. See below for how to contact Alientrap (Where can i get more help?) +Register at http://dev.xonotic.org and submit a bug report.

On Mac: IS THERE AN EASY WAY? @@ -249,7 +250,7 @@ If you follow the tutorial mentioned above you do not need this command line arg

Is there some kind of rcon?

-Yes starting with Xonotic 2.0 there is rcon (QuakeWorld compatible). To use it you must enter rcon_password <password> in the server console or server config file. The Xonotic client has to set the same password in the same fashion. You can then issue commands with rcon <command> if you are connected to the server or will have to set rcon_address <ip/hostname> or rcon_address <ip/hostname>:<port> to point to the server. There are also external rcon tools but make sure you use a QW compatible rcon tool. +Yes there is a QuakeWorld compatible rcon. To use it you must enter rcon_password <password> in the server console or server config file. The Xonotic client has to set the same password in the same fashion. You can then issue commands with rcon <command> if you are connected to the server or will have to set rcon_address <ip/hostname> or rcon_address <ip/hostname>:<port> to point to the server. There are also external rcon tools but make sure you use a QW compatible rcon tool.

How can I kick people who are using special characters in their names?

@@ -263,21 +264,18 @@ Enter status at the server console. You will see a list of all players

How can I create or edit Xonotic maps?

-You need NetRadiant, a stabilized Q3 map editor. For convenience, a snapshot configured for Xonotic is included in extra/ for Windows and MAC-Intel, but the program is not officially supported by Alientrap. +You need NetRadiant, a stabilized Q3 map editor. For convenience, a snapshot configured for Xonotic is included in extra/ for Windows and MAC-Intel, but the program is not officially supported by Xonotic.

Where can I get latest development versions of the source code?

-Engine: instructions are available at http://icculus.org/twilight/darkplaces/download.html look for Accessing the SVN server (you will need a svn client, beta builds are available here) +Please refer to http://dev.xonotic.org/projects/xonotic/wiki/Repository_Access

-Game data: to check out the Xonotic svn, you'll need a svn client. To check out the repository with a command line svn client, do +Game data: to check out Xonotic git, you'll need a git client.

-
-svn co svn://svn.icculus.org/xonotic/trunk/
-

-To compile the game code you need fteqcc. Just download it and run it 3 times, once in data/qcsrc/menu, once in data/qcsrc/server and once in data/qcsrc/client. Alternatively a Makefile is available in data/ to perform directly the operation. +For more information on how to compile the game please see http://dev.xonotic.org/projects/xonotic/wiki/RepositoryAccess#Cloning-the-repository-and-compiling and http://dev.xonotic.org/projects/xonotic/wiki/CompilingIn_Windows