[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

4.4 Squawk

Written by Seth Galbraith, sgalbrai@krl.org. Some additional programming by Jorrit Tyberghein, jorrit.tyberghein@uz.kuleuven.ac.be, and and Eric Sunshine, sunshine@sunshineco.com. MDL models and PNG textures Copyright © 1999 by Ulrich Galbraith ugalbrai@krl.org.

I'm making a multiplayer action role-playing game. Currently this application just tests a few ideas:

Controls

Run `squawk -help' to see command line options. For the most part these are identical to the options accepted by all Crystal Space applications. See section 3.1 Common Command Line Options.

These are the keys which are understood by the program:

ESC
Exit program.
1
Three (3) view layout (default).
2
One (1) view layout.
3
No margin around views.
4
Default margin around views.
5
Wide margin around views.

These keys control the upper view when the three-view layout is used.

UP
Look up.
DOWN
Look down.
LEFT
Look left.
RIGHT
Look right.
INSERT
Roll left.
DELETE
Roll right.

These keys control the Lower left view:

w
Look up.
s
Look down.
a
Look left.
d
Look right.
r
Roll left.
f
Roll right.

These keys control the lower right view:

i
Look up.
k
Look down.
j
Look left.
l
Look right.
y
Roll left.
h
Roll right.

To-Do List

This is a list of items which I hope to address in the future.


[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

This document was generated using texi2html