• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H03-May-2022-267217

src/H03-May-2022-8,2846,365

BUGSH A D24-Jul-20041.7 KiB3730

CHANGELOGH A D24-Jul-20041.1 KiB3833

COPYINGH A D24-Jul-200415 KiB291242

HACKINGH A D24-Jul-20042.2 KiB4235

INSTALLH A D24-Jul-2004963 2818

MakefileH A D03-May-2022987 3623

READMEH A D24-Jul-20042.5 KiB7352

TODOH A D24-Jul-2004218 63

README

1Author: John Spray (spray_john@users.sourceforge.net)
2http://www.icculus.org/excido
3
4This code is licensed under the GNU GPL.  See COPYING for details.
5
6See INSTALL for installation instructions.
7
8Executing
9---------
10
11If it's installed properly, you should just be able to type "excido" from
12a terminal.
13
14If something strange happens when you start Excido, pay
15attention to the console output, it probably contains endless repetitions
16of the same complaint.  If you can't make sense of it, send it to John!
17
18The textures/sounds/config are looked for first in ~/.excido/
19then in PREFIX/share/excido.  Exception - ttf font files cannot be used from ~/.excido/:  there's a deficiency in the SDL_ttf library that prevents it from interfacing with PhysFS easily.
20
21excido.conf is written to ~/.excido/.
22
23See excido -h for command line options.
24
25You may use VSYNC to avoid unsightly flickering.  Linux/nvidia users can
26enable this by issuing the comment "export __GL_SYNC_TO_VBLANK=1" in the shell
27that you're going to launch excido from.  Please could you disable this setting
28(by setting it to 0) when reporting framerates.
29
30Controls
31--------
32
33User-unfriendly customization is possible by altering excido.conf, with
34reference to keyguide.txt.  The defaults are:
35
36Strafe left: A
37Strafe right: D
38Go forward: W
39Go backward: S
40Respawn: Return
41Toggle Fullscreen mode: F
42Grab/Ungrab input: G
43Change camera view: Non-keypad numbers (1,2,3,4,0)
44In-game menu: Esc
45
46The mouse is to be used for turning and firing.  Try both buttons!
47
48I would recommend against using the arrow keys for in-game controls, because
49there is some room for weirdness due to the menu system using these keys.
50Basically, if you push a key down, and then bring up the menu, then the
51KEYUP event goes to the menu not the game, and the game thinks you're still
52pressing the key down.  But if you have the presence of mind to just not
53hold down your movement keys while invoking the menu you're fine.
54
55Remember that the excido.conf in your home directory takes precedence over
56the default one that comes in the data directory.
57
58Esc gets you your in-game menu.  Menus are used either with the mouse, or
59with the arrow keys and the Return key.
60
61Gameplay
62---------
63
64Shoot the nasty enemies with your rayguns.  Collect the powerups that
65appear as your score increases.
66
67When you die, press Return to respawn.
68
69Notes
70------
71G400 users: Your drivers may not be OpenGL 1.4 compliant, resulting in a
72stream of GL_INVALID_VALUE errors on the console.
73