home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / games / actofwar.lha / ActOfWar.doc < prev    next >
Encoding:
Text File  |  1992-09-04  |  33.0 KB  |  809 lines

  1.  
  2.                                Act Of War
  3.                                ~~~~~~~~~~
  4.                      (c) Dave Smith, September 1992
  5.                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.  
  7.  
  8. 1. System requirements
  9. ~~~~~~~~~~~~~~~~~~~~~~
  10. Act Of War works under both Workbench 1.3 and 2.0, in both NTSC and PAL,
  11. and requires 1 meg of memory as a minimum.
  12.  
  13. It should work fine on accelerated systems, if a little fast in some places!
  14. I've got some "slowdown" routines in it, but as I've only got a 68000 I
  15. haven't been able to test it.
  16.  
  17. As Act Of War was written with AMOS, it multitasks - use Left-Amiga A to
  18. switch between the game and Workbench.
  19.  
  20.  
  21. 2. Introduction
  22. ~~~~~~~~~~~~~~~
  23. Act of War, or AoW as I've just decided to call it as it involves less
  24. typing, is a strategy game in the tradition of Laser Squad, Breach 2 (or so
  25. I'm told) and, if anyone can remember that far back, Rebelstar.
  26.  
  27. If you've never played any of those games, think of a childish fascination
  28. for big guns married to a fair amount of strategy and you won't be far
  29. wrong.
  30.  
  31. So what makes AoW different?
  32.  
  33. The game is played over a series of missions, three of which are included
  34. with the program. More missions are being worked on as you read this, by
  35. myself and others. And if you don't like these missions, there's no reason
  36. for you not to create your own!
  37.  
  38. On payment of a small shareware fee (more information later on) you'll get
  39. the mission designer that I use, which makes mission creation very simple.
  40. Everything from the map, to the weapons, to the sound effects can be
  41. changed.
  42.  
  43. Noteable game features include:
  44.  
  45.          * 1 or 2 players
  46.          * Sampled sound
  47.          * Completely extendable!
  48.          * 3 difficulty levels
  49.          * Optional line-of-sight feature
  50.          * Squad arming sequence
  51.          * Explosive scenery
  52.          * Keyboard and / or mouse controlled
  53.          * Halfway-decent user interface
  54.          * Revolutionary new ICASS AI system (see later)
  55.  
  56. The three missions included in this release are as follows:
  57.  
  58.    * Informant - An ex-director of your shady corporation is ready to
  59.          spill your industrial secrets to a rival company. There's only one
  60.          way to stop him - break into his sprawling mansion and take him
  61.          out! (Obviously, negotiation comes a long way down the list with
  62.          these people).
  63.  
  64.    * Escape - Taken prisoner by a corrupt Planetary Security Force for your
  65.          part in the above escapade, you and two companions have been
  66.          jailed in an orbital maximum-security prison. Initially armed with
  67.          only a little smuggled-in plastic explosive, you must break out of
  68.          your cell, somehow obtain a weapon, free your comrades and escape
  69.          to a passing PSF shuttle to secure your freedom.
  70.  
  71.    * Terminator! - Soon after you make it back to your base after escaping
  72.          captivity, a Terminator droid from a rival corporation stages
  73.          an assault! Backed up by a squad of combat droids, it will attempt
  74.          to kill you all...
  75.  
  76.  
  77. 3. Installation
  78. ~~~~~~~~~~~~~~~
  79. AoW can be installed on a hard drive - just make sure that the files:
  80.  
  81.               diskfont.library           mathtrans.library
  82.  
  83. are in the libs: drawer, and that you've copied the "Spacey" font to the
  84. fonts: drawer. The directory that you put the game in must have the name
  85. "px:" assigned to it. In other words, if the game is in "dh1:Games/AoW",
  86. you should put:
  87.  
  88.                        assign px: dh1:Games/AoW
  89.  
  90. in your startup-sequence.
  91.  
  92. The mission directories should be in the same dir as the game, ie. "px:".
  93. The default missions also require that the "Pics" drawer and the "Snd"
  94. drawer, and their contents, are present in "px:" also.
  95.  
  96. The game is much nicer installed on a hard drive (isn't everything?). As
  97. it is so extendable, a fair amount of disk access is inevitable. However,
  98. there is no disk access during a game so the actual gameplay speed is
  99. identical on both floppy and hard drive systems.
  100.  
  101. To summarise then: the necessary files are as follows.
  102.  
  103.       libs:diskfont.library
  104.            mathtrans.library
  105.  
  106.       fonts:Spacey/7
  107.             Spacey.font
  108.  
  109.       px:Pics/GameTiles
  110.               EscapeTiles
  111.               GameBack.iff
  112.               WeaponBack.iff
  113.               Weapons.1
  114.          Snd/Samples.1
  115.          Act_Of_War
  116.          Informant/Everything
  117.          Escape/Everything
  118.          Terminator!/Everything
  119.  
  120.  
  121. 4. Gameplay
  122. ~~~~~~~~~~~
  123. I know, I know, you just want to know how to play!
  124.  
  125.  The front end:
  126.  ~~~~~~~~~~~~~~
  127.  *  The first thing you have to do is load a mission in. Select "Load
  128.     Mission" from the menu. The disk will grind a bit, and a list of
  129.     the available missions will come up. Choose the one you want,
  130.     again using the mouse.
  131.  
  132.  *  Select the difficulty level you want. Easy gives you a lot of cash for
  133.     the arming sequence (see below). Medium gives you less cash and
  134.     introduces the line-of-sight feature, where you can only see enemy
  135.     units that are in your line of sight. Hard keeps line-of-sight and
  136.     gives you the least cash.
  137.  
  138.  *  Choose a 1 or 2 player game. The AI is not brilliant, but I think it's
  139.     good enough to be called "not bad". It even has its own acronym, which
  140.     is obviously essential for any program these days. So, when you play
  141.     a 1-player game of AoW, you are experiencing ICASS - the Intellectually
  142.     Challenged Artificial Stupidity System (tm).
  143.  
  144.     Now, don't you feel proud?
  145.  
  146.  
  147.  Arming:
  148.  ~~~~~~~
  149.  *  Next comes the arming sequence. A total amount of cash is shown,
  150.     and you can either accept the default weapons (use the "Next Unit"
  151.     icon, which looks like a tick, to see each unit's weapons) or choose
  152.     to buy your own. To keep the defaults, click the "Quit" icon; to buy
  153.     weapons, click either of the two "Buy" buttons.
  154.  
  155. *   The squad's default weapons are usually round about what you could
  156.     buy at the Medium level of difficulty. The amount of cash you get at
  157.     each level is as follows:
  158.  
  159.                         Easy     -  250 per unit
  160.                         Medium   -  200 per unit
  161.                         Hard     -  175 per unit
  162.  
  163.  *  If you do buy new weapons, the first button is "Buy Weapon", the next
  164.     is "Buy Ammo", the two arrow icons let you see the weapons and the
  165.     "Next Unit" button is used when you've finished arming that unit. You
  166.     can always go back to it, until you quit the arming.
  167.  
  168.  *  The cash shown is a total for your whole squad, try to divide weapons
  169.     fairly equally. It's always better to have, say, four men with Pulse
  170.     rifles rather than one man with a Plasma Cannon and tons of ammo.
  171.  
  172.  *  Click on the Quit button (bottom right) when you've finished.
  173.  
  174.  
  175.  The game:
  176.  ~~~~~~~~~
  177.  *  The screen is divided into four windows:
  178.  
  179.     1) The largest window, at the top left, is the view window. This
  180.          is where the action happens.
  181.     2) Directly below this is the message window. Always keep half an
  182.          eye on this for reports and updates.
  183.     3) At the top left is the status window. Here you can see the stats
  184.          of the current unit.
  185.     4) The final window at the bottom right is the mini-map window.
  186.          Apart from giving you an idea of the overall shape of the map,
  187.          you can keep track of your units here via the flashing dots
  188.          which show their positions.
  189.  
  190.  *  Player 1 always moves first. You begin the game fully armed and ready.
  191.  
  192.  *  There are several ways of moving around the map. You can use the cursor
  193.     keys or the joystick to move the cursor around. You can click with the
  194.     left mouse button on the view window to place the cursor directly onto
  195.     a square. You can click on the mini-map to jump directly to another
  196.     area.
  197.  
  198.  *  To select a character, press the joystick fire button or the space key
  199.     when the cursor is over a unit. You can also click the right button
  200.     on a unit to select it. You are now in move mode, where believe it or
  201.     not you get to move the unit around.
  202.  
  203.  *  To move a unit, use either the cursor keys, the keypad or the joystick.
  204.     The keypad allows movement in 8 directions, using the keys:
  205.  
  206.                                7 8 9
  207.                                4   6
  208.                                1 2 3
  209.  
  210.  *  To deselect a character, use the space key, the joystick fire button or
  211.     the right mouse button at any time.
  212.  
  213.  *  If you are playing on Easy level, you'll be able to see all the
  214.     enemy units as you look around the map. This takes a lot of the fun
  215.     out of the game, so the default difficulty level is Medium. Here,
  216.     you can only see an enemy if they are in a direct line-of-sight. This
  217.     allows them to hide around corners and jump out at you, wait behind
  218.     doors etc. Remember, you can see through windows.
  219.  
  220.  *  If you find a scenario too tough on Medium, or you don't like the
  221.     hidden movement, go to Easy. Otherwise, I'd recommend you stay on
  222.     Medium or Hard.
  223.  
  224. So now you know how to move around the map, and select characters (by the
  225. way - I use the words "character" and "unit" interchangeably, they both mean
  226. the same). Now things get a little bit more complicated!
  227.  
  228. Nearly every action in the game can be carried out by the mouse or the
  229. keyboard. If you prefer to use a keyboard, you can play the whole game
  230. without having to take your hands away from it. However, I prefer a mix of
  231. the mouse and keyboard. It's up to you though.
  232.  
  233. You'll have noticed (assuming you've actually played the game yet) six
  234. buttons by the mini-map window. I'll go through these and any sub-menus
  235. that they lead to.
  236.  
  237. First, a word about actions. Everything you do in the game requires a
  238. certain amount of actions to carry out, and you have a set number of
  239. actions per unit, per turn. For instance, moving across a normal square uses
  240. 2 actions, but moving over rubble and debris takes 3. Picking something up
  241. takes 5 actions, teleporting takes 20. As I explain each option, the
  242. number of actions it needs is shown alongside.
  243.  
  244. If a character's health is reduced to 1/3 of his (or her!) maximum, they
  245. are said to be injured and their actions are reduced by half. You can
  246. tell when a character is injured - their health and actions show up red in
  247. the status window.
  248.  
  249.  
  250. MOVE              Keyboard: SPACE (when in FIRE mode)
  251. ~~~~
  252. The first button, with the four outwardly-pointing arrows, is the MOVE
  253. button. When a unit is in FIRE mode, this button exits and returns it to the
  254. default MOVE mode.
  255.  
  256.  
  257. FIRE              Keyboard: F
  258. ~~~~
  259. The gunsight icon begins FIRE mode if a unit is selected. This changes the
  260. cursor to a gunsight, and brings up a sub-menu in the mini-map window (all
  261. the sub-menus appear here).
  262.  
  263. The cursor can be moved in the same way that characters are moved around.
  264. When you've moved it over a target, select a type of shot from the menu,
  265. using the mouse, or one of the keyboard short-cuts:
  266.  
  267.          Aimed shot           Keyboard: A          Actions needed: varies
  268.          ~~~~~~~~~~
  269.          Fires an aimed shot towards the gunsight. The number of
  270.          action points needed is shown.
  271.  
  272.          Fast shot            Keyboard: F          Actions needed: varies
  273.          ~~~~~~~~~
  274.          Fires a fast shot towards the gunsight. Actions needed vary
  275.          according to the weapon you're using.
  276.  
  277.          A Fast shot requires only 2/3 of the action points needed
  278.          for an Aimed shot, but has only 2/3 the chance of being
  279.          accurate. This doesn't sound very inaccurate, but in practice
  280.          you'll find it's more than enough to miss rather a lot!
  281.  
  282.          Throw Grenade        Keyboard : G            Actions needed: 6
  283.          ~~~~~~~~~~~~~
  284.          If a character has a grenade, throw one toward the cursor.
  285.          The cost is always 6 actions.
  286.  
  287.          Grenades have several special properties. Naturally, they are
  288.          explosive, but where a shot will be stopped by a window, a
  289.          grenade will continue through it. Where a shot will hit a desk
  290.          or other piece of furniture, a grenade can be chucked over it.
  291.          Where a shot will hit a character between you and your target,
  292.          a grenade can be thrown past them. Grenades will always head
  293.          towards where you threw them - there is no such thing as an
  294.          off-target grenade.
  295.  
  296.          There is a downside to this. Grenades are not the Ultimate
  297.          Weapon! A grenade can only be thrown a finite distance, unlike
  298.          the other weapons which have no maximum range. A very strong
  299.          character, such as a Battle Droid, can throw one maybe 15
  300.          squares (think of this as about 30 metres). An average human
  301.          can manage about 10 squares. They are also expensive for a one
  302.          shot weapon.
  303.  
  304.          Load Weapon          Keyboard: L          Actions needed: varies
  305.          ~~~~~~~~~~~
  306.          Assuming you have any ammo, this loads your current weapon.
  307.          Actions needed vary according to the weapon you have.
  308.  
  309. Weapons are divided into 2 basic categories: explosive and non-explosive.
  310. Explosive weapons kill outright, unless the target is incredibly tough. They
  311. also affect the environment around the target, eg. walls may be knocked
  312. down, windows smashed, other units injured, volatile substances ignited
  313. etc. They are very powerful, and you'll probably find that they're priced
  314. accordingly!
  315.  
  316. Non-explosive weapons, the majority, simply damage characters. Armour worn
  317. by a character affects how much damage they sustain. Beware of firing any
  318. type of weapon near things like oil drums, petrol tanks, ammo crates etc.
  319. Even non-explosive weapons set them off! Windows, too, can be smashed by
  320. any type of weapon.
  321.  
  322. Hand-to-hand weapons are also available, though the only one available in
  323. the three included scenarios is the Laser Knife. These are used purely for
  324. hand-to-hand combat.
  325.  
  326. This type of combat is initiated during a character's movement, by walking
  327. into an enemy unit. The attacker always has the advantage, but if the enemy
  328. is strong and skilful, it is possible for the aggressor to be injured rather
  329. than his target. You always have to be careful during hand-to-hand combat!
  330. If possible, make sure your enemy is less suited to it than you.
  331.  
  332.  
  333. CENTRE VIEW       Keyboard: C
  334. ~~~~~~~~~~~
  335. This button centres the view screen on the square currently occupied by the
  336. cursor. You can recognise it by its four inwardly-pointing arrows.
  337.  
  338.  
  339. OPTIONS MENU
  340. ~~~~~~~~~~~~
  341. Brings up a sub-menu in the mini-map screen.
  342.  
  343. Which menu you get depends on whether you have a character currently
  344. selected or not. If you don't, you get the standard menu:
  345.  
  346.          Next Unit            Keyboard: N
  347.          ~~~~~~~~~
  348.          Moves the view to the next selectable unit.
  349.  
  350.          Success Rate         Keyboard: P
  351.          ~~~~~~~~~~~~
  352.          Each game is won on the destruction of all enemy units, or
  353.          the accumulation of success points. You are always told when
  354.          your success rating goes up, and in the documentation for
  355.          each individual mission you should be told exactly what gets
  356.          your success up. It can be reaching a particular place, or
  357.          blowing it up, or killing a particular enemy. The game is won
  358.          when you or your opponent has a 100% success rating.
  359.  
  360.          Anyway! This option shows your current rate in the message
  361.          window.
  362.  
  363.          Turns Left           Keyboard: T
  364.          ~~~~~~~~~~
  365.          Some missions have a time limit. Selecting this option
  366.          shows you how long you've got left, or tells you
  367.          "Unlimited time available".
  368.  
  369.          Save Game            Keyboard: Shift-S
  370.          ~~~~~~~~~
  371.          This brings up a file selector. Choose the name you want
  372.          to save the game as, and press RETURN or choose OK with the
  373.          mouse. Each save game is approximately 10-12k long.
  374.  
  375.          A few notes on the AMOS file requestor: at first glance, it
  376.          appears to have no buttons for "Parent" or to bring up a list
  377.          of active drives and assigns. Actually, it can do both things,
  378.          in its own cute but slightly eccentric way.
  379.  
  380.          To get to the parent of a directory, click on the tiny circle
  381.          icon in the top-leftish corner, above the two microscopic
  382.          arrows. To get a list of active drives, use the right mouse
  383.          button.
  384.  
  385.          Load Game            Keyboard: Shift-L
  386.          ~~~~~~~~~
  387.          Loads a game, via the same requestor as above.
  388.  
  389.          Quit Game            Keyboard: Shift-Q
  390.          ~~~~~~~~~
  391.          Quits a game. There's no "Sure?" type warning, so make sure
  392.          you really want to quit before you choose this!
  393.  
  394. The other menu is called up when you have a character selected. It is from
  395. this menu that most of the interesting actions in the game can be accessed
  396. from.
  397.  
  398.          Inventory            Keyboard: I
  399.          ~~~~~~~~~
  400.          Brings up a display of the items in your inventory. Space or
  401.          selecting CANCEL quits (note: you can't select CANCEL if you
  402.          called the inventory up via the keyboard. If you start an option
  403.          with the keyboard, you can't use the mouse with it. This applies
  404.          to all the options).
  405.  
  406.          Success Rate         Keyboard: P
  407.          ~~~~~~~~~~~~
  408.          Shows your current success rate in the message window.
  409.  
  410.          Pick Up              Keyboard: G          Actions needed: 4
  411.          ~~~~~~~
  412.          Pick up something from the ground.
  413.  
  414.          When you've shot and killed an enemy, you can, if you like,
  415.          stand over his body and unashamedly loot it. This is often
  416.          an essential tactic! All's fair in love and war (although it's
  417.          often considered rude if you kill someone and loot the corpse
  418.          if love is concerned).
  419.  
  420.          Objects can also be lying around - they are usually well
  421.          marked on the map by a chest, locker, load of objects scattered
  422.          around etc. Just seeing what is in a square costs nothing. It's
  423.          only if you actually get something that your actions are lowered.
  424.  
  425.          Drop                 Keyboard: D          Actions needed: 4
  426.          ~~~~
  427.          Lets you drop an object from your inventory.
  428.  
  429.          Note: any weapon you drop will have its ammo reduced to 0.
  430.          This is NOT a bug, it is a "feature". Although I admit, it's
  431.          a pretty bloody stupid feature.
  432.  
  433.          Load Weapon          Keyboard: L          Actions needed: varies
  434.          ~~~~~~~~~~~
  435.          Loads your weapon, if you have any spare ammo.
  436.  
  437.          Change Weapon        Keyboard: W          Actions needed: 5
  438.          ~~~~~~~~~~~~~
  439.          If you have a weapon, this swaps your current weapon for one
  440.          in your inventory (you choose it, of course). If you have no
  441.          weapon, you choose one to use.
  442.  
  443.          Note: grenades and plastic explosives don't need to be held as
  444.          weapons to be used, they just need to be in your inventory.
  445.  
  446.          Next
  447.          ~~~~
  448.          Flips to the next option screen.
  449.  
  450.          Open Door            Keyboard: O          Actions needed: 2
  451.          ~~~~~~~~~
  452.          Opens a door adjacent to you. If there is more than one, you
  453.          can choose the correct one by clicking on the arrow pointing
  454.          to the door.
  455.  
  456.          If you have to click on an arrow, you can use the keyboard
  457.          instead: the keypad keys work like this:
  458.  
  459.                                    7 8 9
  460.                                    4   6
  461.                                    1 2 3
  462.  
  463.          If you have an A600 without the keypad, you can use the normal
  464.          number keys with the same effect.
  465.  
  466.          This technique works with all the menus with arrows to click
  467.          on, such as Shut Door and Use Explosive (see later).
  468.  
  469.          If you're going to walk through a door, there's no need to open
  470.          it first. Just walk into it, it'll open for you.
  471.  
  472.          Shut Door            Keyboard: S          Actions needed: 2
  473.          ~~~~~~~~~
  474.          Operates identically to "Open Door", except in one vital
  475.          respect (it closes them).
  476.  
  477.          Teleport             Keyboard: T          Actions needed: 20
  478.          ~~~~~~~~
  479.          If you stand on a teleport, this option operates it. It uses
  480.          a large amount of actions, as it's a bit draining to be split
  481.          up into your component molecules and stuck back together
  482.          several hundred metres away. Or so I've been told.
  483.  
  484.          Use Medikit          Keyboard: M          Actions needed: 8
  485.          ~~~~~~~~~~~
  486.          Medikits restore a unit to full health. If a character is
  487.          injured, the injury is healed also.
  488.  
  489.          Of course, you need to possess a medikit to be able to use one.
  490.  
  491.          Prime Explosive      Keyboard: X          Actions needed: 6
  492.          ~~~~~~~~~~~~~~~
  493.          If you have any plastic explosive, this option allows you to
  494.          set the timer on it. 1 turn means detonation at the end of
  495.          this turn, 2 means at the end of the enemies' turn, 3 means at
  496.          the end of your next turn, 4 means at the end of the enemies'
  497.          next turn but one etc.
  498.  
  499.          Click on Increase or use the "+" key to increase, Decrease or
  500.          the "-" key to reduce the time. The SPACE key or selecting
  501.          OK finishes.
  502.  
  503.          Make sure you have enough actions to get rid of the explosive
  504.          once you've set it!
  505.  
  506.          Use Explosive        Keyboard: U          Actions needed: 6
  507.          ~~~~~~~~~~~~~
  508.          Plants one bit of explosive you have primed. Click on an arrow
  509.          to place it. Placing more explosive in one area does not
  510.          increase the size of the explosion.
  511.  
  512.          Previous
  513.          ~~~~~~~~
  514.          Click on this to go back to the first option screen.
  515.  
  516.  
  517. REDRAW MAP
  518. ~~~~~~~~~~
  519. After you've finished with the Options menu, you may want to see the map
  520. again. This button carries this out.
  521.  
  522.  
  523. END TURN
  524. ~~~~~~~~
  525. The final button ends your turn, allowing the computer or Player 2 to have
  526. their go.
  527.  
  528. ---
  529.  
  530. That's the basic gameplay. There's room for a decent amount of strategy in
  531. there, and of course lots of explosions. I mean, let's get our priorities
  532. right.
  533.  
  534.  
  535. 5. ShareWare
  536. ~~~~~~~~~~~~
  537. As it says when you load the game, Act Of War is a SHAREWARE product,
  538. though I bet you don't need it shouted at you.
  539.  
  540. AoW has taken me nearly four months of practically full-time effort to
  541. write. Assuming a professional programmer is paid ú10K a year, I make that
  542. 3 grand you lot owe me!
  543.  
  544. Don't worry, just joking.
  545.  
  546. However, if you like the game, I would like a minimum of ú5, which isn't
  547. too much really (better than ú3000 anyway). If you *really* like the game,
  548. I'd very much appreciate it if you sent more. If you think it's commercial
  549. quality, you could send ú10 or ú15, or even more if you've got more money
  550. than sense. Of course, you get benefits yourself!
  551.  
  552. A "donation" (polite word for payment) of ú5 will get you a nice letter and
  553. a disk containing the mission editor, the latest version of the program and
  554. any extra missions I've got. ú10 will get you a *very* nice letter, the
  555. mission editor disk, and the source code of the program (all 275K of it)
  556. on a second disk. If you send me more than ú10, you'll get an unspeakably
  557. nice letter, all the above, and probably Christmas cards for life as well.
  558. In addition, I'll nominate you for "Best Supporting Actor" at next year's
  559. Academy Awards, and make sure your house is looked after when you go
  560. abroad. If you know what I mean.
  561.  
  562. I'd like the money in either:
  563.  
  564.    A British cheque or postal order, or
  565.    UK Pounds Sterling (cash) at your own risk.
  566.  
  567. When I tried to cash some US cheques recently, I was told the minimum
  568. charge would be ú10. So, it has to be UK currency I'm afraid, unless you
  569. make me an offer I can't refuse (like a $500 cheque, or your DAT player, or
  570. your sister).
  571.  
  572. Now all you need to know is where to send the money!
  573.  
  574. From now (September 1992) until June 1993, with gaps for Christmas and
  575. Easter, you can reach me at the following address:
  576.  
  577.                            98 Thornton Road,
  578.                            Morecambe,
  579.                            England
  580.                            LA4 5PJ
  581.  
  582. During the gaps (approximately December 15th - January 15th, and March 15th
  583. - April 15th) and after June 1993, you can reach me at:
  584.  
  585.                            4 Cleveland View,
  586.                            South Bents,
  587.                            Sunderland
  588.                            England
  589.                            SR6 8AP
  590.  
  591.  
  592. 6. Updates
  593. ~~~~~~~~~~
  594. This is version 1.0 of the program (if it was a Mac program it would be
  595. version 1.0.0). I've tested it as much as possible, to the extent that I'm
  596. sick to death of it, so it should be as bug free as possible. If you
  597. find any bugs, or have any suggestions for a future version, please let
  598. me know when you register.
  599.  
  600. There's no reason why I can't do a V2.0 of the game, so any suggestions
  601. will be gratefully received.
  602.  
  603. The most fun part of the game is of course mission designing, so I'm working
  604. on a few more. I'll distribute these in a couple of ways:
  605.  
  606.       * Upload them to FTP sites.
  607.  
  608.         If you don't know what an FTP site is, you probably can't
  609.         reach one! Basically, an FTP site is an on-line software
  610.         library, usually allowing anonymous access. They can be reached
  611.         over the Internet/JANET, so if you're at University you can
  612.         probably use the mainframe to use them.
  613.  
  614.         My preferred sites are:
  615.  
  616.                amiga.physik.unizh.ch   (130.60.80.80)
  617.                wuarchive.wustl.edu     (I forget the number)
  618.  
  619.       * When I've got another diskful, I'll send it to UK PD libraries.
  620.  
  621. Hopefully, soon other people will be doing missions too, so if the game
  622. takes off you should be seeing a lot of missions eventually!
  623.  
  624. Missions that I and others are working on at the minute:
  625.  
  626.    * Firefight - A fight in an ammo factory
  627.    * Arena     - Combat in an alien arena
  628.    * Meltdown  - Destroy a reactor, and escape before it blows
  629.    * Supergun  - Break into a complex and steal a new experimental
  630.                   weapon, then use it to get out
  631.    * Zoo       - Alien exhibits have escaped!
  632.    * Haunted   - Destroy a mansion populated by werewolves, vampires,
  633.                   ghouls... lots of silver bullets and stakes here!
  634.    * Disney    - You know as much as I do!
  635.    * Fantasy   - Wizards, elves, orcs etc.
  636.  
  637. There's only one way to make sure the game takes off... register!
  638.  
  639. As for my next project... does anyone remember a game called "Krakatoa" on
  640. the Spectrum? This was released in about 1983 or 84, it was reviewed in the
  641. first issue of Crash magazine anyway. It was stunning! You were this
  642. helicopter pilot, who had to protect a village and an oil tanker from a huge
  643. volcano. Also, there was an enemy who launched rocket attacks every so on.
  644.  
  645. You could do all these brilliant things like bomb the oil tanker until some
  646. survivors jumped into a lifeboat, rescue them from the lifeboat, then fly
  647. them to the volcano and drop them in! This set off the volcano, which
  648. erupted all over this innocent little village, sending people running from
  649. their homes, ready to be rescued, or bombed, or landed on, or shot, or
  650. drowned, or dropped from a great height, or lowered into a volcano.
  651.  
  652. It really was something else. Anyway, I'm planning to do a version of this.
  653. I don't know who the original authors were, but if you're by any chance
  654. reading this, let me know. And if you want to see a game like that on the
  655. Amiga, register for AoW so I have an incentive!
  656.  
  657.  
  658. 7. Acknowledgements
  659. ~~~~~~~~~~~~~~~~~~~
  660. It's impossible to do something like this entirely on your own, and so I've
  661. got a few people to thank.
  662.  
  663. First, my girlfriend Louise for putting up with endless boring monologues on
  664. the difficulties of AI programming and the benefits of so many enormous guns
  665. when faced with a rampant Battle Droid.
  666.  
  667. Gary Dietachmayer helped an enormous amount with the AI, without his
  668. brilliant ideas this may well have ended up two-player only. Oh, and he
  669. was incredibly patient with my useless terminal and its failed attempts at
  670. uploading files (not to mention the frequent mis-spelling of his name).
  671.  
  672. Martyn Brown, of Team 17 Software, granted permission for me to use several
  673. samples from the brilliant game "Alien Breed". Listen out for that "Load
  674. Weapon" sound. Best sample I ever heard!
  675.  
  676. Nigel Mansell for winning the British Grand Prix (never mind the World
  677. Championship), giving me a fantastic day out even if I did have to stand
  678. from 4am until 4pm to see it.
  679.  
  680. This game was brought to you with the aid of:
  681.  
  682.       Bruce Springsteen - Just about everything
  683.       REM               - Out Of Time, Green
  684.       Cyndi Lauper      - She's so Unusual, Night to Remember
  685.       Gerry Rafferty    - Baker Street (what else?)
  686.       The Eagles        - Best Of
  687.  
  688.       Enough Coke to float a cruise liner (that's the drink, by the way)
  689.  
  690.       AMOS and Compiler, both versions 1.34, from Europress Software
  691.       DPaint III
  692.  
  693.       Boredom staved off with Civilization, which also gave me the
  694.       inspiration for the "Centre view" function and the keyboard
  695.       shortcuts.
  696.  
  697.       And of course, inspiration by the fantastic Rebelstar / Laser
  698.       Squad.
  699.  
  700.  
  701. 8. Various rubbish
  702. ~~~~~~~~~~~~~~~~~~
  703. If you're the sort of person who likes useless facts, you might be
  704. interested in this bit.
  705.  
  706.    * The source code for this program is 275K long.
  707.    * Approximately 55K of this is sound and graphics data, the rest is
  708.       just text.
  709.    * It needs a 220K text buffer in the AMOS editor to load it all in.
  710.    * The variable buffer is 150K! (The default is 4K)
  711.    * AMOS takes 34 seconds, after pressing the "Run" button, to actually
  712.       run the program. The delay occurs while it tests the code.
  713.    * Saved as ASCII, it needs 95 sides of A4 to print it out.
  714.    * The hardware setup I used consists of:
  715.                      Amiga A500+ with 2MB
  716.                      ICD IDE hard drive + interface
  717.                      External floppy
  718.    * The program was begun on April 15th, and finished on September 1st,
  719.       1992.
  720.  
  721.  
  722. 9. Background information
  723. ~~~~~~~~~~~~~~~~~~~~~~~~~
  724. As I mentioned at the start of this documentation, AoW is "in the tradition
  725. of" Rebelstar and Laser Squad. I understand that many people outside of
  726. England have never heard of either of these, so here's a bit of information
  727. on them.
  728.  
  729. Both Rebelstar and Laser Squad were written by the same people, the man
  730. behind both being Julian Gollop. Rebelstar Raiders was the first game,
  731. released on the Spectrum around 1983-84, before being re-written and
  732. re-released as Rebelstar later on. This really was a fantastic game, way
  733. ahead of its time, with brilliant graphics and sound (well, for a machine
  734. with a built-in speaker *underneath*, the sound was good)! It was the first
  735. game I know of that used the "action points" system.
  736.  
  737. Laser Squad followed a few years later, finally making it to the Amiga
  738. around 1989. This was still a brilliant game, and introduced the
  739. line-of-sight feature, the explosive weaponry and the concept of missions.
  740. However, for some reason it just didn't have the charm of its predecessor,
  741. or so I felt anyway.
  742.  
  743. I understand that Julian is working on Laser Squad 2 at the minute. I hope
  744. this game not only fills the gap between LS 1 and 2, but stands on its own.
  745. I've tried to make it as original as possible, while still obviously being
  746. "strongly influenced" by the other games.
  747.  
  748. Anyway, I think AoW has a lot to offer of its own, apart from the
  749. influences of these games. Most obviously is the mission editor... it's
  750. possible to do a lot more with this than you would think. Units don't have
  751. to be people, they can be Battlecars, fighter planes, nuclear missiles...
  752. The three missions here are all sci-fi scenarios, but there's no reason why
  753. they have to be. I know of someone who's doing fantasy scenarios. Special
  754. Forces (SAS, Green Berets) are a possibility, and I've heard an unconfirmed
  755. rumour that someone is working on a Disney mission! I always wanted to see
  756. what the Chipmonks could do with a rocket launcher.
  757.  
  758. I have to mention Space Crusade by Gremlin here. That game has the honour of
  759. being the reason I wrote this. The game is OK, but I couldn't help comparing
  760. it to Laser Squad. It contains several things I hate:
  761.  
  762.       * Completely random death ("AutoDefences"... aargh!)
  763.  
  764.       * You can stand right next to an enemy, shoot him with, like,
  765.         a huge Autocannon, and miss him! How realistic. It wasn't
  766.         just that, it's the way that the shot doesn't hit anything
  767.         else, it just disappears if it misses the assigned target.
  768.         Ironically, you can still miss someone from right next to them
  769.         in this game, but at least it's
  770.          a) unlikely, and
  771.          b) fun when the shot hits his team member next to him!
  772.  
  773.       * Randomly-appearing aliens. You get the feeling that, as the
  774.         game realises it's losing, it just rolls up another alien
  775.         to throw at you.
  776.  
  777. These features are all the result of the game being a conversion of a
  778. boardgame, it's inherently limited. It's still a decent game, though I think
  779. the random deaths spoil it.
  780.  
  781.  
  782. 10. The End
  783. ~~~~~~~~~~~
  784. Wow! You didn't read all that rubbish, did you? You're dedicated! Or very
  785. bored.
  786.  
  787. I always like doc files that rabbit on, like Jeff Minter's epics. I suppose
  788. it sort of gives you an insight into the person that wrote the thing, rather
  789. than the "Press Z to go left" sort of file.
  790.  
  791. I'm going to stop here before I put the last of the audience to sleep!
  792.  
  793. Thanks for taking the trouble to look at the game, I hope you like it. I
  794. wrote it rather than get a job over the summer, so somebody better
  795. appreciate it!
  796.  
  797. Feel free to spread AoW around as much as you like - it's in the Public
  798. Domain, though I keep the copyright. Upload it to bulletin boards, send it
  799. abroad, copy it for your friends.
  800.  
  801. Play the game, and get your chequebook out!
  802.  
  803. ---
  804.  
  805. Dave Smith
  806.  
  807. 2.49 pm
  808. September 1st 1992
  809.