~ubuntu-branches/ubuntu/wily/gargoyle-free/wily-proposed

« back to all changes in this revision

Viewing changes to terps/agility/agility.hdr

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Beucler
  • Date: 2009-09-11 20:09:43 UTC
  • Revision ID: james.westby@ubuntu.com-20090911200943-idgzoyupq6650zpn
Tags: upstream-2009-08-25
ImportĀ upstreamĀ versionĀ 2009-08-25

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# IFP header definitions for AGiliTy 1.1.1.
 
3
#
 
4
# The AGT game file format comes in two types.  The original format is
 
5
# a whole cluster of files.  One of these is game.d$$, and this always
 
6
# begins with ".. >> Temporary...".  Once found, we can invoke the inter-
 
7
# preter with the path to this file, and it will strip the unwanted
 
8
# extension and run the right game.  The other format is AGX, as defined
 
9
# by AGiliTy.  This is easier to spot - it begins "58 C7 C1 51".
 
10
#
 
11
IFP_ENGINE_TYPE="AGT"
 
12
IFP_ENGINE_NAME="AGiliTy"
 
13
IFP_ENGINE_VERSION="1.1.1"
 
14
 
 
15
IFP_ACCEPTOR_OFFSET=0
 
16
IFP_ACCEPTOR_LENGTH=6
 
17
IFP_ACCEPTOR_PATTERN="^(58 C7 C1 51 .. ..|.. 20 3E 3E 20 54)$"
 
18
 
 
19
IFP_AUTHOR_NAME="Robert Masenten"
 
20
IFP_AUTHOR_EMAIL="rcm-math@pacbell.net"
 
21
IFP_ENGINE_HOME_URL=\
 
22
"ftp://ftp.ifarchive.org/if-archive/programming/agt/agility/"
 
23
 
 
24
IFP_BUILDER_NAME="Simon Baldwin"
 
25
IFP_BUILDER_EMAIL="simon_baldwin@yahoo.com"
 
26
 
 
27
IFP_ENGINE_DESCRIPTION=\
 
28
"This is an interpreter for game files created with Malmberg and
 
29
 Welch's _Adventure Game Toolkit_. AGiliTy is universal in the sense
 
30
 that it understands and interprets most of the many versions of the
 
31
 AGT game file format.\n"
 
32
IFP_ENGINE_COPYRIGHT="Copyright (C) 1996-1999,2001 by Robert Masenten.\n"