home *** CD-ROM | disk | FTP | other *** search
/ Season's Greetings & Games Unlimited / UGOLD_cd2.iso / dogs / readme.1st < prev    next >
Text File  |  1994-08-11  |  18KB  |  443 lines

  1.  
  2.             DOGS v1.0
  3.  
  4.    Code and graphics by Ronny Wester
  5.        (C) 1994 Ronny Wester
  6.  
  7.     Written using Borland Pascal 7.0, 
  8. the shareware graphics package SPX 2.0 by Scott Ramsay 
  9.                and
  10. the DSMI sound library by Otto Chrons and Jussi Lahdenniemi (Pascal version).
  11.      
  12. --------------------------------------------------------------
  13. This game is freeware, feel free to spread it around.
  14. If you like it, I'd appreciate a postcard to boost my ego ;-)
  15.  
  16. Ronny Wester
  17. Ostbergahojden 8, 1tr
  18. S-125 73 Alvsjo
  19. Sweden
  20.  
  21.  
  22. Enjoy!
  23. --------------------------------------------------------------
  24.  
  25. Updates:
  26.  
  27. Beta #2: 
  28. This version of Dogs has been updated in many ways. Most notable is the 
  29. addition of digital sound fx and music by ways of DSMI. Also courtesy of DSMI
  30. is a timer interrupt handler which dynamically adjusts the gamespeed. Thus both
  31. the cycles per frame and the VSync settings are gone now.
  32.     Bad guys have learnt how to negotiate obstacles in their paths. They are 
  33. not particulary bright about it but make up for it with persistence. It can be
  34. quite spooky when the bad guy you know you saw behind that wall has disappeared
  35. - only to reappear from behind sometime later!
  36.     Missions consist of walking around nuking enemy machines (CM/2:s?) into 
  37. oblivion. A target requires a direct hit from a grenade to be destroyed. Don't
  38. waste your grenades!! Bad guys can be disposed of by any weapon. Powerguns and 
  39. grenades can kill anything with one shot.
  40.  
  41. Beta #3: 
  42. GUS sound fx are still NOT working, but I have located the problem.
  43. Some bugs have been fixed, most notably the one that caused the second player 
  44. in two player games to always fail missions.
  45. Mission targets can now be destroyed by any weapon, but if the weapon is puny 
  46. it will require some persistence 8-)
  47. The background maze is now somewhat less mazey, thanx to the addition of rooms.
  48. Some assorted junk has been added all over the place. It serves no purpose 
  49. what so ever other than getting in the way, obscuring vision and trying to 
  50. add some atmosphere. Everything but walls can be blown up.
  51. Some mission have "mobile targets". These are big black-armoured guys with 
  52. mean guns and lots of armor. They count as mission targets and have to be 
  53. eliminated before you can use the exit. 
  54. Scoring has changed. Average scores in beta #3 are higher than beta #2. 
  55. Also, more statistics are kept.
  56. Missions are now generated slightly differently:
  57. Each campaign has a "theme" of sorts (same wall texture, similar colors & 
  58. maze layout) and the missions stick to it. The baddies in the missions are 
  59. now generated in such a manner as to present a steadily increasing difficulty 
  60. level as missions are completed. You also get a simple briefing before the 
  61. mission to enable you to pick your weapons in a sensible manner. 
  62. NOTE: sometimes the actual number of mobile targets is lower than the 
  63. briefing claims. The actual number of remaining targets is displayed in 
  64. top center of the screen during mission play.
  65. Roughly ten percent of the bad guys created are now "awake", ie out to get 
  66. you right away! 
  67. Last, but not least, the joystick code has been rewritten (with kind assistance 
  68. of Christian Wagner. Thank you!). Hopefully this will eliminate the problems 
  69. I've had (sometimes right on stick causes character to "wobble", alternating 
  70. left or right).
  71.  
  72. Beta #4:
  73. ------IMPORTANT------------
  74. If you have trouble making selections in the mainmenu your stick is probably 
  75. miscalibrated. Disable the stick entry in the ini file (set it to 0) and 
  76. reselect/calibrate.
  77. ---------------------------
  78. GUS sound finally working.
  79. The three player characters now have different weaponry selections. 
  80. Available equipment has changed somewhat:
  81. - close combat chainsaw. close combat rating raised with [value]. 
  82.   Normal close combat is 1. A chainsaw you find in game has value 10. 
  83.   See INI-section for related sound fx.
  84. - Armor add on. Raises your max armor by [value] and also restores you to full 
  85.   armor. In game addons have value 10.
  86. - New grenade launcher (MegaGun). The old launcher has had its power reduced. 
  87.   The old one is now mainly for use against baddies. 
  88.   The new one is very powerful but has little ammo. 
  89.   You can NOT find one of these during a mission.
  90.  
  91. Beta #5:
  92. Reverted back to mercenary style game play, ie you earn money from missions 
  93. and have to pay for your equipment. Also, you now win when you complete ten 
  94. missions. High score list contains more info. The exit is now operational at 
  95. all times, but exiting without completing will force you to replay the mission
  96. - without the positive cash flow from a completed mission!
  97.  
  98.  
  99. v1.0:
  100. Some minor tweaking of bonus time limits and weapons/ammo costs.
  101.  
  102.  
  103. Background story:
  104.  
  105. Everyone familiar with Warhammer 40k or Space Hulk/Crusade/Marine? 
  106. More or less the same thing 8-)
  107. You (and optionally a buddy) assume the roles of [insert favourite martial 
  108. profession here] and are sent on missions. 
  109. All missions consist of collecting objects/wasting baddies/blowing up enemy 
  110. installations and then head home.
  111.  
  112.  
  113. Gameplay:
  114.  
  115. Gauntlet-style top down 8 way scrolling view. 
  116. View is line of sight shaded so you can't see past walls.
  117. Walk around blasting baddies into oblivion. No puzzles as of yet.
  118. Bad guys sleep until spotted when they become active and try to kill you in
  119. your average computer-game-bad-guy kind of way. Some, however, are "awake" and 
  120. will come for you.
  121. Use the automap to locate your targets (they are highlighted on your map
  122. from the start - as is the exit). You can destroy targets with any weapon and 
  123. some persistence. You can NOT destroy a target or any other structure with 
  124. close combat, ie you need a weapon and some ammo.
  125.  
  126. From beta #5 missions are slightly more varied:
  127. - Collect a certain number of objects from the ship/base.
  128.     These objects are vital documents left behind as the ship/base was evac'd 
  129.     in a hurry: papers, folders, disks and circuit boards. Oh, and if you could
  130.     collect some of the admirals daughter's Teddy bears he would be ever so 
  131.     pleased. He can't get any work done when she's upset.
  132.  
  133.     This do NOT show up on the map - until found of course - but there are 
  134.     always AT LEAST twice, more often three, times as many objects scattered 
  135.     about as is required for completing the mission.
  136.  
  137. - Eliminate/retire/kill/slaughter a certain number of opponents.
  138.     This doesn't need further explanations, does it?
  139.  
  140. - Blow target installations to smithereens.
  141.     Same as before. These still show up on the automap.
  142.  
  143. - Combinations of the above.
  144.  
  145. [NOTE: In beta #5 the exit is operational at all times, HOWEVER if you exit a 
  146. mission without completing all objectives you have to replay the ENTIRE mission.
  147. You will have earned very little money with which to replenish your equipment]
  148.  
  149.  
  150. Controls:
  151.  
  152. Fully definable (in game). Joystick(s) supported.
  153.  
  154.   Menu controls: 
  155. Arrow keys + Enter or joystick (if selected).
  156.  
  157.   In game fixed controls:
  158. Esc - quit to main menu
  159. F1  - press and hold for map
  160. [NOTE: The map key is now redefinable. It is not saved 'cause I forgot]
  161.  
  162.   Default controls for players:
  163.  
  164. Player 1: Arrow keys, left Ctrl to fire and Enter to change weapon.
  165. Player 2: Keypad "arrow" keys, right Ctrl to fire and Alt Gr to
  166.           change weapon.
  167.  
  168. As you can see the layout is not suited for two player games as is. The 
  169. defaults are set for comfortable one player mode.
  170.  
  171.   Joysticks:
  172. Upon selecting joystick control you have the option of calibrating the stick.
  173. You should do this initially. *** Settings ARE saved in DOGS.INI. ***
  174.  
  175. NOTE: If you hold [change weapon] down whilst moving your character will not
  176.       turn. This allows sideways and backwards moving. To change weapon you 
  177.       must press and release [change weapon] WITHOUT moving!
  178.  
  179. NOTE: In beta #3+ there are two modes. 
  180. You can select them from the Options page:
  181.  
  182. Move while firing only when strafing:
  183.   If you press and HOLD [change weapon] while you are firing, you can move 
  184.   about. You will not change direction while doing this. If you are not holding 
  185.   [change weapon] you cannot move while firing.
  186.  
  187. Move while firing always:
  188.   Shooting does not impair your ability to move around at all. 
  189.   Holding [change weapon] still prevents your character from changing direction.
  190.  
  191.  
  192. Completing missions:
  193.  
  194. You complete a mission by
  195. a) attaining the required goals.
  196. b) making it to the exit.
  197.  
  198. An ALERT sign will appear on screen whenever bad guys are close. Note that they 
  199. will occasionally be within sight before the Alert lights up. The Alert sign is 
  200. mainly to avoid running into nasty surprises as you turn corners 8-).
  201.  
  202. Bad guys are more intelligent in this version (although marginally so) and 
  203. will try to find their way around obstacles to get to you once alerted to 
  204. your presence.
  205.  
  206.  
  207. Goodies:
  208.  
  209.   In each mission the following items can be found:
  210. Extra armour, 2 * [mission] (twice that in two player mode).
  211. NOTE: In this version armor bonuses have the effect of restoring your armor
  212. to initial values. If your'e already at the top you cannot pick it up.
  213. Extra lives, 1 per player.
  214. Armor addons, 2, as armor but also increases armor beyond initial values.
  215. One weapon.
  216.  
  217. Weapons:
  218.  
  219. All your weapons come with advanced Friend-Or-Foe targetting systems making
  220. it entirely impossible to hit any comrades 8-)
  221.  
  222. Your hands: walking into bad guys hurts them. 
  223.             (some bad guys hurt you too...some quite a lot)
  224. Chainsaw: Increases the close combat damage inflicted. You do not need to 
  225. activate the chainsaw in any way, merely carrying it is sufficient.
  226.  
  227. Very much out of order, you figure out which is which:
  228.  
  229. PowerGun: Very high impact, long range, low rate of fire.
  230. Blaster:  Fair impact, fair rate of fire.
  231. Minigun:  Fair impact, high rate of fire, short range.
  232. Flamer:   Low impact, short range, high rate of fire(!). Easy to hit with!
  233. Launcher: Grenades. fair impact. Low rate of fire.
  234. MegaGun:  Grenades. VERY high impact. Very limited ammo!!
  235.  
  236. Note: when firing a weapon your character will grit his teeth. You may not 
  237. fire again until your character stops doing this and raises his gun again. 
  238. It is quite possible to hold the fire button down of course.
  239. Changing weapon also enables immediate fire.
  240. You may not move and fire simultaneously unless you hold [change weapon] or have
  241. selected 'Move while firing always' on the Options page.
  242.  
  243.  
  244. Bad guys:
  245.  
  246.   The opponents come in six flavors:
  247. Basic mutant zombie: Slow, stupid (even for a bad guy that is) and weak 
  248.       (no close combat capability). Wimpy guns.
  249. Mutant zombie with goggles: Equal to you but with inferior firepower. 
  250. Blood red mutant zombie: Fast and deadly (take 'em out fast!).
  251. Black mutant zombie: Even faster.
  252. Cyborg: Very slow but very strong. Powerful guns, but low rate of fire.
  253. Big baddie: Cyborg++. Bad news.
  254.  
  255.  
  256. Automap:
  257.  
  258. Press and hold F1 (or whatever you defined) to see the automap.
  259. (If you have a four button joystick and have not selected joystick for the 
  260. other player you can use button three as well).
  261. Action pauses. Remaining targets are red blobs, exit is cyan blob, useful items 
  262. are small cyan blobs. Mission items are small red blobs. 
  263. Players are white and yellow dots with rectangles around them. 
  264. Enemies are NOT shown.
  265.  
  266.  
  267. Options screen:
  268.  
  269. Split screen mode (two player games):
  270.   Never  - players have to stay on the same screen.
  271.   Always - players always have their own screen (default).
  272.   Often  - Split screen whenever players stray about half a screen apart
  273.   Seldom - Split only when necessary
  274. Player 1 is always to the left, player 2 to the right.
  275.  
  276. Music & Sound fx on/off
  277.  
  278. Movement options:
  279.  
  280. Move while firing only when strafing - see movement.
  281. Move while firing always - see movement.
  282.  
  283. Campaign:
  284.   Zero, Seventeen or 4711. 
  285.   Equivalent to commandline switch -c0, -c17 and -c4711.
  286.  
  287. 2 Players:
  288.   Pool lives or separate life counts. 
  289.   When lives are pooled a character about to die will instead "steal" a 
  290.   spare life from the other player (if that character has one of course).
  291.  
  292.  
  293. Command line options:
  294.  
  295. -cn  Play campaign n (n is an unsigned int).
  296.      This value is used to form the random seed when generating missions.
  297.      Default is 0. If n is omitted a random campaign will be chosen.
  298.  
  299.  
  300. INI file options:
  301.  
  302. The INI file is divided into sections.
  303. Sections [Player1] and [Player2] store settings for player 1 & 2. They are
  304. automatically updated by DOGS.
  305.  
  306. [Sound] section:
  307. bang=<enter file name of raw sample w/o extension>
  308. powergun=
  309. blaster=
  310. minigun=
  311. flame=
  312. pickup=
  313. switch=
  314. kill=
  315. laser=                 *NEW*  Used for baddie cyborg guns
  316. chainsaw=              *NEW*  you figure it out 8-)
  317. poof=                  *NEW*  Used when blowing up the junk scattered about
  318. Set the related sound to be the specified sample. Default is none.
  319. Note: DOGS append .RAW to specified filenames. The files have to be in the
  320. current directory. You can NOT specify a path.
  321.  
  322. irq=x
  323. dma=x
  324. Set irq and dma (of your soundcard) to x. If omitted DSMI autodetects 
  325. (default and usually sufficient).
  326.  
  327. 486=true or false
  328. Enables 486 support in DSMI, default is false
  329.  
  330. quality=true or false
  331. Enables DSMI quality mode for 8bit cards. Not applicable for 16bit cards.
  332. Default is off.
  333.  
  334. [Music] section:
  335. menu=<amf filename - WITHOUT extension>  AMF to be played in menus etc.
  336. credits=                                 Credits page
  337. success=                                 When completing a mission
  338. failure=                                 When killed
  339. famous=                                  Hall of fame
  340.  
  341. level=
  342. level=
  343. ...
  344. DOGS will alternate between the specified level AMFs in a circular 
  345. fashion.
  346. .AMF is appended to all filenames. 
  347. The files must reside in the current directory.
  348. AMF is a format by Otto Chrons, used in his DMP mod player and the DSMI library
  349. - which was used for all sound in Dogs. You can probably find AMFs on your 
  350. favorite ftp-site or you could convert some other music file to AMF.
  351. A converter is included in the DMP package.
  352.  
  353.  
  354. Known bugs:
  355.  
  356. PROBLEM: Occasionally bad guys appear on screen when a mission starts and then
  357. immediately vanish.
  358.  
  359. CORRECTED: In order to ensure that no bad guys are on screen at the start
  360. of a mission I set them up after the players. What can occassionally be
  361. seen at the start of a mission are the guys left over from last mission.
  362. As soon as the fade is complete they are reset and promptly disappear off
  363. screen as they are relocated. I now clear the bad guys before doing the
  364. fade.
  365.  
  366. PROBLEM: Hard to get out of the Credits page.
  367. CORRECTED: This was lazy coding. To get a pause between the two pages I had put 
  368. in a delay when a page finished. What happened was that a keypress caused a 
  369. page to abort, then came the delay and after the delay the key was no longer 
  370. down so it started on the next page. Sloppy!
  371.  
  372. PROBLEM: Main menu refuses to accept commands.
  373. This is apparently related to the joystick routines. 
  374. It has been somewhat fixed. If you select joystick without calibrating you can
  375. still get this behaviour. Unfortunately you'll have to reset. Dogs should 
  376. detect the anomaly when you start it again. Otherwise set the corresponding
  377. stick= entry in DOGS.INI to 0 manually.
  378.  
  379. PROBLEM: Player characters can get hopelessly entangled.
  380. CORRECTED: The code has been changed to hinder movement only if characters 
  381. approaching each other would get entangled. Two characters may now ALWAYS move 
  382. away from each other.
  383.  
  384.  
  385. Things to come:
  386.  
  387. NOTE: This is probably the final version of Dogs, at least for the time being. 
  388. I will work on other things now and may or may not do any more work on Dogs. 
  389. I have considered removing this section from this file but decided to leave 
  390. it in for no particular reason.
  391.  
  392. NOTE: Well, I am considering doing a level editor and abandoning the random 
  393. stuff. We'll see...8-)
  394.  
  395. x More varied missions. A mission will consist of teleporting in - as today -
  396.   completing assigned goal(s) and making it to an exit.
  397.   Ideas of goals:
  398.     Kill target bad guys    *** Implemented, at least somewhat 8-) ***
  399.     Retrieve certain item(s)
  400.  
  401.     As of beta #5, I am content with this.
  402.  
  403. + More bad guys
  404.     Basically, more variety.
  405.  
  406. x Better game areas (more like floor plans)
  407.     This has already started somewhat. Hopefully i can improve on it.
  408.  
  409. + Designed, rather than randomly generated, levels
  410.  
  411. + Doors
  412.     Maybe, maybe not.
  413.  
  414. + Possibility to destroy parts of walls
  415.     Ditto.
  416.  
  417. x Mission briefings. Targets and expected opposition.
  418.     Done.
  419.  
  420. x More intelligence in bad guys (ie can get past obstacles). (DONE)
  421.  
  422. x Sound (DONE)
  423.  
  424. + Have characters be "pushed" when hit by bullets.
  425.     Unlikely to happen.
  426.  
  427. + Fix explosions. Currently the blast goes through walls and the effect is not
  428.   lessened by distance (it's all or nothing).
  429.   Probably blasts will not be FOF-sensitive either 8-)
  430.  
  431. x Credits screen. So do come up with some nice ideas 8-) (DONE)
  432.  
  433. x High score list(s). (ONLY ONE SO FAR...)
  434.   I am considering keeping a few lists: top score, most kills, most missions,
  435.   best hit/shots fired ratio or something like that...
  436.  
  437.  
  438. Suggestions and ideas welcome.
  439. Bug reports not exactly welcome but appreciated none the less 8-)
  440.  
  441. Ronny Wester
  442. ronny@rat.se
  443.