home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 95 / DPPCZ1100.7z / Dppcz1100.mdf / ExPlay / Strikeforce / SF126patch.exe / Changes_SF_127.txt next >
Text File  |  2000-07-04  |  2KB  |  39 lines

  1. Changes from 1.26 to 1.27
  2. ===========================
  3.  
  4. This short document describes all changes we have made to the code from 1.26 to 1.27. Some of these are rather small but one of the new features is really quite a lot of code. We have tried to test as good as possible and we hope that including a new feature like this have not introduced any new bugs.
  5.  
  6. Best Regards
  7. Stefan "Gruff" Grufman
  8. Strike Force Coder
  9.  
  10.  
  11. BUGS:
  12. =====
  13.  
  14. 1. Do not allow login of player classes other than SF classes.
  15. 2. Do not allow Spectators, only "joined late" type of spectators.
  16. 3. Make sure to check if login succeded.
  17. 4. Max number of teams allowed are now 2! Some people had old UT settings defaulted to 4 and this caused our scoreboard as well as bots etc to go nuts :-)
  18. 5. Changed SFWeapon.Pickup.Touch not to cause infinite recursion. Thanx Steve!
  19. 6. Fixed small bug with Inv in Player class.
  20. 7. Cleaning up logging&accessed Nones.
  21. 8. The log file will now tell which SF version you are running.
  22.  
  23.  
  24. CHANGES:
  25. ========
  26. 1. Reduced speed of Bots and Players with 5%.
  27. 2. New version! 1.27
  28. 3. The minimum number of rounds for each map is now set to 4.
  29.  
  30.  
  31. NEW FEATURES:
  32. =============
  33.  
  34. 1. Added more info on Scoreboard. Now you can see who killed who even during game time, this was only shown after game ended before.
  35.  
  36. 2. Everybody gets "killed" messages now, in your team you will get "we have lost xXXX, killed by yYYY" and in the killing team you get something like "YYYY gunned down XXXX".
  37.  
  38. 3. Added a 20s delay timer when Equipment Station is brought. This happens in the beginning of the round. First round for each map has 20s delay and inbetween rounds 15s delay. Bot's are placed "on hold" while this happens, thus they cannot move. They are not using inventory stations yet. Also, this timer is used for team games only at this point.
  39.