home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / Win / Blobbos / readme.txt < prev   
Encoding:
Text File  |  1999-01-30  |  4.4 KB  |  117 lines

  1.  
  2.  
  3. This is the README.TXT file for Blobbos V1.0 SHAREWARE
  4. January 28, 1999
  5.  
  6.  
  7. Blobbos uses DirectX (versions 3, 5, or 6).  This means that Windows 95 and 98 
  8. users (with DirectX installed) can play Blobbos!
  9. Any computer that can run Windows 95 with DirectX should be able to run Blobbos 
  10. without any problems.
  11.  
  12. Blobbos may slow down or play jerkily if 1) you have a very old video card with
  13. a small amount of RAM (less than 1 meg) or 2) you have another application running which
  14. is doing IO (accessing the hard drive or CD-ROM).
  15.  
  16. Using ALT-TAB to "switch out" from Blobbos to another application IS NOT SUPPORTED,
  17. and will cause Blobbos to crash!
  18.  
  19. Some mouse drivers may not work correctly with Blobbos.  The mouse pointer may be
  20. invisible, or leave garbage behind as it moves around the screen.  Getting the latest
  21. mouse driver from your mouse manufacturer will usually cure this.
  22.  
  23. Blobbos was compressed using WinZip32 Version 6.1, which supports long file names.
  24. If you try to unZip Blobbos with an earlier version of Zip, long file names might
  25. not be supported.  The unzip might appear to go ok, but Blobbos will crash.  Make
  26. sure you have a current version of the Zip utility.
  27.  
  28. Blobbos expects to find all files (EXCEPT blobbos.exe and game.dat) in
  29. a subdirectory called "dat".  If all the files were unZipped into a single directory,
  30. just make a "dat" sub-directory, and move all but the above two files into it.
  31.  
  32. ----- Technical part -----
  33. Blobbos are mostly defined by their genome, which is a bunch of bytes that describe
  34. how the blobbo looks and what it says.  The game.dat file contains a list of all
  35. blobbos in the world (assuming the world is NOT running while you look at the file).
  36. The game.dat file will look something like this:
  37.  
  38. 1
  39. 549.000000 202
  40. e6 1b ea e3 b9 28 77 65 f8 5b 49 ee a2 cd e6 79 18 67 66 52 c6 f5 
  41. 1
  42. 437.000000 202
  43. 66 1a 28 2b bb 4b 73 e4 72 57 48 e6 92 8d 46 69 3b f7 66 d2 ee d4 
  44. 0
  45.  
  46. Each blobbo starts with a "1" on a line by itself, then a line saying where the X and Y 
  47. coordinates of the blobbo are, and finally a line of hexadecimal bytes.   This line is
  48. the genome.  In order, each byte is:
  49.  
  50. red   solid color value
  51. green solid color value
  52. blue  solid color value
  53.  
  54. pattern index (only the lowest 3 bits are important)
  55.  
  56. red   pattern color value
  57. green pattern color value
  58. blue  pattern color value
  59.  
  60. word 1, syllable 1  (the value mod 20 is the actual sound index for all these)
  61. word 1, syllable 2
  62. word 1, syllable 3
  63. word 1, syllable 4
  64. word 1, syllable 5
  65.  
  66. word 2, syllable 1
  67. word 2, syllable 2
  68. word 2, syllable 3
  69. word 2, syllable 4
  70.  
  71. word 3, syllable 1
  72. word 3, syllable 2
  73. word 3, syllable 3
  74.  
  75. speechPitch low  byte (the speechPitch word is mod 100)
  76. speechPitch high byte
  77.  
  78. Armed with this info, I'm sure you can genetically tailor the blobbos in your game.dat
  79. to be whatever you want.  Have fun!
  80.  
  81.  
  82. THE PROGRAM IS PROVIDED "AS-IS".  NO WARRANTIES OF ANY KIND,
  83. EXPRESS OR IMPLIED, ARE MADE AS TO IT OR ANY MEDIUM IT MAY BE ON.
  84. T2R ASSOCIATES WILL PROVIDE NO REMEDY FOR INDIRECT, CONSEQUENTIAL, PUNITIVE
  85. OR INCIDENTAL DAMAGES ARISING FROM IT, INCLUDING SUCH FROM
  86. NEGLIGENCE, STRICT LIABILITY, OR BREACH OF WARRANTY OR CONTRACT,
  87. EVEN AFTER NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.
  88.  
  89. Aggressive Game Designs allows and encourages all bulletin board systems, online services,
  90. shareware disk vendors, CD-ROM vendors, and end-users to distribute this
  91. game.  If you wish to distribute this program, you may obtain the most
  92. recent version of the program from www.aggressive.to.  It is generally not
  93. necessary to contact Aggressive Game Designs for authorization, and you may begin
  94. offering the shareware program immediately.  If you wish to receive
  95. notification of updates and new releases, please send email to
  96. orders@aggressive.to and request that you be added to our vendor list.
  97. Please provide your company name, method of distribution (Website, CD-ROM, etc),
  98. titles and version numbers of our products you are distributing (if any),
  99. and an email address where we can send you notices of future releases and
  100. upgrades.
  101.  
  102. Technical questions, complaints about the performance of the product, and suggestions
  103. for improvement (which we're always happy to hear) can be E-mailed to
  104.  
  105. tech@aggressive.to.
  106.  
  107. Orders and inquiries about purchasing the game can be E-mailed to
  108.  
  109. orders@aggressive.to.
  110.  
  111.  
  112. Thank you for playing Blobbos!
  113.  
  114.  
  115.  
  116.  
  117.