home *** CD-ROM | disk | FTP | other *** search
/ Sunny 1,000 Collection / SUNNY1000.iso / Files / W31 / Strate / PIKE20.ZIP / CHANGES.TXT < prev    next >
Text File  |  1995-10-29  |  2KB  |  40 lines

  1. Changes since ver 1.0
  2.  
  3. Added quite a few ansi screens to the game.
  4.  
  5. Added a -l switch for local (command line) execution of pike.exe, also added
  6. a -d switch for the editors for door operation.  The editors will now run
  7. without any drop file from the command line.  IT IS NO LONGER NECESSARY TO
  8. HAVE A DROP FILE IN THE PIKE PLACE DIRECTORY TO RUN THE EDITORS AND PIKE.EXE
  9. FROM THE COMMAND LINE!  (This was a potential problem in v1.0)
  10.  
  11. Fixed bug where extra max hitpoints won in the child door were not being
  12. retained after players reached level 2 or higher.
  13.  
  14. Fixed bug where eating beef jerkey showed 25% of maximum hitpoints healed
  15. even if at 100%.
  16.  
  17. Fixed maintenance to restore players who weren't dead but had a value of less
  18. than 0 for health.  This was caused when users were killed in a user battle
  19. because I couldn't set the "dead" switch or they wouldn't be able to play
  20. that day.
  21.  
  22. Changed it so users get gold instead of cash when they kill the dragon.
  23.  
  24. Changed the child "door game" from the Terminal Connection to keep players in
  25. the game until they win something instead of swapping back & forth every try.
  26.  
  27. Got rid of the "spawning" action for the door.  It was acting very irradically
  28. and was not stable.  I may introduce it again in later versions...
  29.  
  30. Changed the entire look of the Terminal Connection option so it opens as a
  31. pop-up window now instead of the annoying black on white.
  32.  
  33. Fixed the $1 bug.  This was caused because the cash amount users have is a
  34. floating point (or decimal) number and if the user had 49.6 cash, the game
  35. said they had $50, but if they tried to spend $50 it said they didn't have the
  36. $50...  I THINK it's fixed anyway, I haven't been able to duplicate the same
  37. problem.
  38.  
  39. Winnings in Black Jack now equal 6 times the amount bet instead of 4...
  40.