home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / misc / accrete-1.1.lha / Accrete / Readme.first < prev    next >
Text File  |  1992-04-09  |  3KB  |  43 lines

  1.         The program you have just downloaded is a C version of 'Accrete'.
  2. The origional was written in pascal and ported to the II series using
  3. an 8bit pascal compiler, 'Kyan Pascal'. Its a neat program but slow.
  4. Even on my GS (without a Zip or Transwarp) it takes about forty five minutes
  5. minimum for a Star System to be generated. This C version typically takes
  6. about fifteen.
  7.         The author used extensive references to get this model just right.
  8. I have not included them because of the size of the file (about 22k). If
  9. you have FTP access you can get the references from: topgun.agps.lanl.gov
  10. Look in the pub/usml directory.
  11.         If anyone wants it I will include the reference list and my source
  12. code (i.e the Orca/C port) with this program. I refrained from this
  13. because I didn't want to make the file too big and thus take a long time
  14. to download.
  15.         For those who have never used Accrete before, what it does is
  16. generate a star system using very precise methods based on current theory
  17. of stellar system generation. The primary reference is Stephen Dole's work
  18. 'Habitable Planets for Man'. For any aspiring science fiction writers
  19. out there this model is very close to what Poul Anderson does in his
  20. article 'The Creation of Imaginary Worlds: The World Builder's Handbook and
  21. Pocket Companion' in 'Writing Science Fiction and Fantasy' St.Martin's Press,
  22. Copyright 1991. I would recommend this article for anyone interested in an
  23. interesting non-technical look at what a planet needs to be habitable by man.
  24.         I have made some slight changes to the origional code (beyond that
  25. necessary for the port to the GS). The original code only displayed the
  26. results to the screen, I have changed this so the results are now saved
  27. to a text file. The file will be written into the same directory that the
  28. program is in so make sure you have room. Also, the name of the saved
  29. file is 'New.System'. If you want to keep a system then you must rename
  30. the saved file to somthing else before running Accrete.II again.
  31.         The only other change I have made is to the random number generator.
  32. The origional used the number 25 for a seed. Since the GS has a built in
  33. clock I have changed this so the program gets the seed from the number of
  34. seconds on the clock.
  35.         Finally, while 'Accrete.II' will run from the finder I would
  36. recommend using a shell like Orca/C or ECP16.
  37.         Enjoy!
  38.  
  39.                                                         - Joseph A. Nowakowski
  40.                                                         - 420 West Delavan Ave
  41.                                                         - Buffalo, NY
  42.                                                         - 14213
  43.