home *** CD-ROM | disk | FTP | other *** search
- DIR= ; level directory
- START=stores.map ; map file
- CONTROL=MOUSE ; control method MOUSE/KEYS
- VERT=1 ; vertical mouse option
- SIGHT=1 ; gunsight
- TARGET=AUTO ; auto-target AUTO/MANUAL
- SIZE=6 ; screen size
- VRES=1 ; vertical resolution
- HRES=1 ; horizontal resolution
- FIRE=$65 ; controls (rawkey codes at the moment)
- OPERATE=$40
- BACK=$4d
- FORWARDS=$4c
- TURN_RIGHT=$4e
- TURN_LEFT=$4f
- STEP_RIGHT=$4e
- STEP_LEFT=$4f
- STRAFE=$67
- JUMP=$0f
- DUCK=$3c
- LOOK_UP=$3d
- LOOK_DOWN=$1d
- CENTRE=$2d
- RUN=$61
- FIRE=LMOUSE
- OPERATE=RMOUSE
-
-