123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <?xml-stylesheet type="text/xsl" href="transformations/cubedoc2xhtml.xslt"?>
- <html xmlns="http://www.w3.org/1999/xhtml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" lang="en" xml:lang="en">
- <head>
- <title></title>
- </head>
- <body>
- <h1>
- Get Started
- </h1>
- <h2>
- System Requirements
- </h2>
- <p>
- If your Cube installation runs fine, AssaultCube does too.
- Minimum specs: P-III 500 Mhz with gf1/radeon or better.
- </p>
- <p>
- Recommended gfx setting for low/medium machines:
- </p>
- <ul>
- <li>800x600@16bpp</li>
- <li>Antialiasing: OFF</li>
- <li>Anisotropic Filtering:OFF</li>
- </ul>
- <p>
- Linux users: Make sure you have <i>libSDL 1.2</i>, <i>libSDL_image</i> and <i>libSDL_mixer</i>
- installed.
- </p>
- <h2>
- Setting Resolution
- </h2>
- <p>
- The default resolution is 1024x768. If you need to change it, modify <i>AssaultCube.bat</i>
- accordingly, e.g.:
- </p>
- <p>
- -w800 -h600
- </p>
- <p>
- In linux, simply pass those parameters in the command line or add them to the <i>AssaultCube.sh</i>
- shell script. Check the <a href="startup.xml">startup section</a> to
- see all available command-line options.
- </p>
- <h2>
- Running the game
- </h2>
- <p>
- Windows: Start the <i>AssaultCube.bat</i>
- </p>
- <p>
- Linux: cd to the main AssaultCube directory and execute <i>AssaultCube.sh</i>
- </p>
- <h1>
- Basics
- </h1>
- <h2 style="clear: both">
- Interface
- </h2>
- <p>
- In game, press ESC to access the main menu. From there you can do all sorts of actions,
- like joining multiplayer games and changing settings. As example, in the <i>
- Team/Player
- Setup
- </i> submenu, you can choose your team and skin.
- </p>
- <p>
- The menu covers the most important actions. Further customizations and actions can
- be done using CubeScript: To get a console press T to open up the chat prompt. You
- can use it as console if you put a “<span class="code">/</span>” (slash)
- at its beginning followed by a command. As example, type this command into the console:
- </p>
- <div class="code">
- crosshairsize 25
- </div>
- <p>
- This will increase the size of your crosshair. Check the
- <a href="reference.xml#section_Game_Reference">reference</a>
- to see all gameplay relevant commands you can use
- through CubeScript.
- </p>
- <p>
- Hint: Press F11 to get a bigger console history.
- </p>
- <h2>
- Saving Settings
- </h2>
- <p>
- There is the file <i>defaults.cfg</i> in the <i>config</i> directory. If you run
- AssaultCube for the first time it will execute this file. Once you quit AssaultCube,
- the default settings and your changes on them will be stored to <i>config/saved.cfg</i>.
- If you want to reset your settings to the default values just delete it.
- </p>
- <p>
- Edit the <i>config/autoexec.cfg</i> file and insert scripting commands you want
- to execute on every start of the game.
- </p>
- <h2>
- Setting Your Name
- </h2>
- <p>
- Open the console as described above and type the following command:
- </p>
- <div class="code">
- name yourname
- </div>
- <p>
- where <i>yourname</i> is your desired name.
- </p>
- <h2>
- Joining a Game
- </h2>
- <p>
- In game, press ESC and choose <i>Multiplayer ⇒ Refresh Server List</i>. The
- masterserver will be queried and provide you with a list of servers. Do so every
- few days, to add newly created servers to your list.
- </p>
- <p>
- Once you updated your server list, you can use <i>Multiplayer ⇒ Serverbrowser</i>.
- Simply select a server (up-/downarrow) and press return.
- </p>
- <p>
- Alternatively, you can connect to a server directly using this command:
- </p>
- <div class="code">
- connect N P
- </div>
- <p>
- Where N is a valid IP or FQDN and P a password (optional).
- </p>
- <h1>
- Read on
- </h1>
- <p>
- Continue reading in the <a href="game.xml">game section</a> to find out how to
- obtain different weapons, how the controls are set, etc.
- </p>
- </body>
- </html>
|