getstarted.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <?xml-stylesheet type="text/xsl" href="transformations/cubedoc2xhtml.xslt"?>
  4. <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" lang="en" xml:lang="en">
  5. <head>
  6. <title></title>
  7. </head>
  8. <body>
  9. <h1>
  10. Get Started
  11. </h1>
  12. <h2>
  13. System Requirements
  14. </h2>
  15. <p>
  16. If your Cube installation runs fine, AssaultCube does too.
  17. Minimum specs: P-III 500 Mhz with gf1/radeon or better.
  18. </p>
  19. <p>
  20. Recommended gfx setting for low/medium machines:
  21. </p>
  22. <ul>
  23. <li>800x600@16bpp</li>
  24. <li>Antialiasing: OFF</li>
  25. <li>Anisotropic Filtering:OFF</li>
  26. </ul>
  27. <p>
  28. Linux users: Make sure you have <i>libSDL 1.2</i>, <i>libSDL_image</i> and <i>libSDL_mixer</i>
  29. installed.
  30. </p>
  31. <h2>
  32. Setting Resolution
  33. </h2>
  34. <p>
  35. The default resolution is 1024x768. If you need to change it, modify <i>AssaultCube.bat</i>
  36. accordingly, e.g.:
  37. </p>
  38. <p>
  39. -w800 -h600
  40. </p>
  41. <p>
  42. In linux, simply pass those parameters in the command line or add them to the <i>AssaultCube.sh</i>
  43. shell script. Check the <a href="startup.xml">startup section</a> to
  44. see all available command-line options.
  45. </p>
  46. <h2>
  47. Running the game
  48. </h2>
  49. <p>
  50. Windows: Start the <i>AssaultCube.bat</i>
  51. </p>
  52. <p>
  53. Linux: cd to the main AssaultCube directory and execute <i>AssaultCube.sh</i>
  54. </p>
  55. <h1>
  56. Basics
  57. </h1>
  58. <h2 style="clear: both">
  59. Interface
  60. </h2>
  61. <p>
  62. In game, press ESC to access the main menu. From there you can do all sorts of actions,
  63. like joining multiplayer games and changing settings. As example, in the <i>
  64. Team/Player
  65. Setup
  66. </i> submenu, you can choose your team and skin.
  67. </p>
  68. <p>
  69. The menu covers the most important actions. Further customizations and actions can
  70. be done using CubeScript: To get a console press T to open up the chat prompt. You
  71. can use it as console if you put a &ldquo;<span class="code">/</span>&rdquo; (slash)
  72. at its beginning followed by a command. As example, type this command into the console:
  73. </p>
  74. <div class="code">
  75. crosshairsize 25
  76. </div>
  77. <p>
  78. This will increase the size of your crosshair. Check the
  79. <a href="reference.xml#section_Game_Reference">reference</a>
  80. to see all gameplay relevant commands you can use
  81. through CubeScript.
  82. </p>
  83. <p>
  84. Hint: Press F11 to get a bigger console history.
  85. </p>
  86. <h2>
  87. Saving Settings
  88. </h2>
  89. <p>
  90. There is the file <i>defaults.cfg</i> in the <i>config</i> directory. If you run
  91. AssaultCube for the first time it will execute this file. Once you quit AssaultCube,
  92. the default settings and your changes on them will be stored to <i>config/saved.cfg</i>.
  93. If you want to reset your settings to the default values just delete it.
  94. </p>
  95. <p>
  96. Edit the <i>config/autoexec.cfg</i> file and insert scripting commands you want
  97. to execute on every start of the game.
  98. </p>
  99. <h2>
  100. Setting Your Name
  101. </h2>
  102. <p>
  103. Open the console as described above and type the following command:
  104. </p>
  105. <div class="code">
  106. name yourname
  107. </div>
  108. <p>
  109. where <i>yourname</i> is your desired name.
  110. </p>
  111. <h2>
  112. Joining a Game
  113. </h2>
  114. <p>
  115. In game, press ESC and choose <i>Multiplayer &rArr; Refresh Server List</i>. The
  116. masterserver will be queried and provide you with a list of servers. Do so every
  117. few days, to add newly created servers to your list.
  118. </p>
  119. <p>
  120. Once you updated your server list, you can use <i>Multiplayer &rArr; Serverbrowser</i>.
  121. Simply select a server (up-/downarrow) and press return.
  122. </p>
  123. <p>
  124. Alternatively, you can connect to a server directly using this command:
  125. </p>
  126. <div class="code">
  127. connect N P
  128. </div>
  129. <p>
  130. Where N is a valid IP or FQDN and P a password (optional).
  131. </p>
  132. <h1>
  133. Read on
  134. </h1>
  135. <p>
  136. Continue reading in the <a href="game.xml">game section</a> to find out how to
  137. obtain different weapons, how the controls are set, etc.
  138. </p>
  139. </body>
  140. </html>