home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / PSION / 1997 / 970.ZIP / GREEDY11.TXT < prev   
Encoding:
Text File  |  1997-03-16  |  9.2 KB  |  248 lines

  1. A few words about "Greedy v1.1"
  2. March '97
  3.  
  4. What is "Greedy"?
  5. -----------------
  6. It is a board game, somehow inspired by Monopoly (tm) by Parker
  7. Brothers.
  8. This version is rather different from the original; it is designed to
  9. run on Psion Series 3a. It's a 1 player game, the Psion handling the 3
  10. opponents.
  11.  
  12. You'll need the Serial link & appropriate software to transfer the
  13. game onto your Psion. An alternative solution is a PC-SSD parallel
  14. interface. Or the Cyclone drive.
  15. "Greedy v1.1" requires a 480x160 (or larger) screen to run. That means
  16. no chance for Series 3, Siena or Workabout owners to run it...
  17.  
  18. Required installation skills
  19. ----------------------------
  20. Sorry, I have provided no scripts or anything, you'll have to do that
  21. yourself:
  22.  
  23. You can install the game from an external Flash or Ram SSD. It will
  24. NOT attempt to write to that drive (hopefully).
  25.  
  26. Create a directory called greedy in \APP
  27.  
  28. These files should go in your freshly created \APP\GREEDY directory:
  29.  
  30.    elib.opo
  31.    cards1.dbf 
  32.    vbg1x.pic
  33.    boo.wve **
  34.    claps.wve **
  35.    coins.wve *
  36.    dice.wve *
  37.    dings.wve *
  38.    ohprunel.wve *
  39.    relax.wve *
  40.    siren.wve *
  41.    thankyou.wve **
  42.    uh-oh2.wve *
  43.    wahoo.wve *
  44.    wildeep.wve *
  45.    woody.wve *
  46.  
  47. Files with no star MUST be present.
  48. Files with 1 star are not necessary though they make the game more
  49. pleasant.
  50. Files with 2 stars are not necessary, just there for more fun.
  51. The entire distribution takes a lot of memory, so you may not want to
  52. include everything...
  53. (Note that I have released some 'cut' versions of Greedy, without sounds.
  54. You can use sounds from Greedy v1.0 if you own it.)
  55.  
  56. This file should go in your \APP directory:
  57.    greedy.opa
  58.  
  59. Then install using the standard Psion-I hotkey; choose greedy.opa
  60.  
  61. While playing, some files will be created in the internal \OPD
  62. directory:
  63. "greedy.ini", "greedyhs.ini" as well as saved games (all files ending
  64. by .gdy)
  65. Be sure to delete them if you remove greedy from your machine...
  66.  
  67. The Rules
  68. ---------
  69. Ok, you've played this game before, at least when you were young...
  70.  
  71. Things you oughta know
  72. ----------------------
  73. The game takes a lot of memory while running... Please make sure that
  74. you have about 140k of free memory on the internal drive before launching
  75. a game. I've tried to keep it as small as possible.
  76. It is definitely a good idea to use it from an external Flash or Ram
  77. SSD drive.
  78.  
  79. The board is quite large, and keeping graphisms interesting required a
  80. big bitmap (480x480) to be opened. The tricks it uses to scroll rather
  81. fast and take as little memory as possible have disadvantages.
  82. It takes ages to start a game, and playing with resolutions larger
  83. than 480x160 lead to strange results etc. I've tried to make it as playable
  84. as possible under the emulator.
  85. Small cartoon characters have been extracted from some free Window 95
  86. icons libraries, sounds from free sounds libraries on the Net.
  87.  
  88. I've already been asked why there's no sound while the player's icon
  89. moves across the board. Actually, I've tried. But when the screen scrolls to
  90. follow the player's icon, there's a delay which makes a weird (and
  91. unpleasant) effect.
  92.  
  93. Money talks
  94. -----------
  95. This is freeware. That means you can use it as much as you like
  96. without having to pay anything. However, I keep the copyright on the source
  97. code and the graphical layout. Please do not modify it without telling me
  98. beforehand. Please do not decompile it using RevTran or whatever
  99. utility you'd have. You'd better politely ask for the source code! I'm not
  100. sure you'd learn something interesting out of this mess anyway...
  101.  
  102. Lurking insects in v1.1
  103. -----------------------
  104.  
  105. Error handling is very limited, so please respect the installation
  106. directory names or your Psion will scream in anger.
  107. Please report me any nasty behaviour via Email.
  108. Greedy is not a multitask-friendly software. This means it will keep
  109. running in the background if you switch to another application. This
  110. also means you may run out of memory.
  111.  
  112. What's new in v1.1
  113. ------------------
  114.  
  115. - New screen design. I've tried to improve readability on the main
  116. screen as well as the properties screen. Added a clock (upon request of many
  117. people)
  118. - Use of elib.opo instead of greedyx.opo and moved it into \greedy
  119. "e" stands for English. This leaves an open door to people willing to
  120. translate in other languages. See "What's next".
  121. - Fixed the "Overflow error" bugs.
  122. - Changed the "X" mark for investments to avoid confusion with players
  123. whose names begin with an "X".
  124. - Added an "Accept proposals" and "Refuse proposals" option to prevent
  125. rich computer players calling for buy-outs when the human player is not
  126. willing.
  127. - Added some more "Jailbait" cards.
  128. - Introduced a "Go to prison" card.
  129. - Reduced the overall cards' winning amount.
  130. - Added an "Are you sure?" option when buying from a computer player.
  131. - Added a male/female option to allow correct gender comments.
  132. - Added a "Quick save" option. Quitting the game now saves the game
  133. automatically.
  134. - Added a "Restore" option (along with "quick save")
  135. - Added a "multiple save games" facility.
  136. - Added the "Highscores" routine.
  137. - Fixed the players token removal if fewer than 4 players are
  138. selected.
  139. - Added the sounds paths option.
  140. - Added a preference save, which remembers your last preference
  141. settings and uses them in any new game you start (i.e. sounds, automatic moves,
  142. speed and proposals).
  143. - Removed the "drug dealing" hazard.
  144. Plus a couple of other things you will notice (or not) while
  145. playing...
  146.  
  147. What has not been done (but requested by several users)
  148. ----------------------
  149.  
  150. - Access to menu options anytime. I've tried, but the keyboard scan
  151. introduced some nasty delays while tokens are moving. I will try some
  152. other routines (maybe more low-level)
  153. - Quit game anytime. Actually, I won't do this :( This is too much of
  154. a hassle, and I should have thought of this much earlier...
  155. - Constant memory checking.
  156. - More than one human player. I won't do this either.
  157. - I've been warned that some characters' names weren't corrected.
  158. Especially Barney Flinstone / Barney Rubble. I've decided not to
  159. change them to be clearer as to who belongs together in which families...
  160. - Psion-style online Help. Erm. I really don't have time to do this!
  161.  
  162. What's next
  163. -----------
  164. I won't do many new updates as I consider Greedy a playable game.
  165. People who want some more Monopoly (tm) rules should consider buying the real
  166. game!
  167. People willing to translate Greedy into other languages are welcome.
  168. OPL knowledge is required as I would send them part of the source code.
  169. It's now time to move to another game!
  170.  
  171. Legal stuff to be aware of
  172. --------------------------
  173. Feel free to pass this software to anybody you know.
  174. Inclusion in any software library, on floppy, CDRom, electronically
  175. etc. is very welcome as long as you do not alter the archive.
  176. If you're intending to insert Greedy v1.1 in a library (on floppy,
  177. CDRom etc), please drop me a quick Email (I won't ask for a freebie,
  178. don't worry!). This is only to ensure you have the latest version.
  179. Please do not charge for more than the usual media & postage fees.
  180.  
  181. Warranty
  182. --------
  183. No warranties whatsoever. Use at your own risk.
  184.  
  185. To get in touch
  186. ---------------
  187. Email:
  188. fbotton@hol.fr (Internet) or fbotton@compuserve.com (Internet)
  189. 2:320/220.13 (Fidonet)
  190.  
  191. Snail mail:
  192. Frederic Botton
  193. 25, rue d'Enghien
  194. F-75010 Paris
  195. France
  196. Ph: ++33 (0)6 09477072
  197.  
  198. Web place: http://ourworld.compuserve.com/homepages/FBotton/psion.htm
  199.  
  200. Thanxx
  201. ------
  202. I have to thank my wife who tested this game on her Psion! And my
  203. kitty for
  204. her massive appreciation (if staring means appreciation :)
  205. Thanks a million to all beta-testers, you've been great and you know
  206. who
  207. you are!
  208. Thanks a lot to those who sent me graphisms upgrades!
  209. Thanks a lot to those who sent me English corrections!
  210. Thanks many times to Mike Rudin, author of RevTran, who saved this
  211. software from oblivion after a bad HD crash!
  212. Thanks a lot to Steve Litchfield and Palmtop Magazine, who both
  213. reviewed
  214. Greedy and helped my Web page counter go crazy!
  215. Thanks a lot to all players who mailed me their kind words and useful
  216. comments...
  217. Thanks to shareware authors who gave me some free registrations!
  218. Thanks to those who offered me money for Greedy!
  219.  
  220. This software has been written under heavy decibels. Metallica,
  221. Aerosmith, Sheryl Crow, Alanis Morissette, Motorhead to name some of them...
  222.  
  223. Software used to write Greedy
  224. -----------------------------
  225. s3atran, Paint Shop Pro, Cool Edit, PsiWin, WinLink and the s3a
  226. emulator.
  227. Plus PC-SSD parallel interface... And RevTran, of course, which
  228. managed to retrieve some of my sources back! (thanks again, Mike!)
  229.  
  230. Final word
  231. ----------
  232. I hope this game will please you! If you're not familiar with it, give
  233. it a few tries before feeding your dustbin. Have a look at the FAQ if you
  234. need some help.
  235.  
  236. You may also want to try Memory and Mille Bornes, available on my
  237. homepage, Compuserve and Aol palmtop libraries. Both of them are freeware as
  238. well.
  239.  
  240. Do buy the original game!
  241. -------------------------
  242. Monopoly (tm), the real game is available, written by well-known Psion
  243. author Steve Godfrey and Psion graphist wizard Phil Creed. This is the
  244. ultimate Monopoly (tm) conversion, I urge you to get it if you like
  245. Greedy!
  246.  
  247. Fred.
  248.