home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Gamer UK 6 / PCGAMER06.bin / bits / cheet / 2vbasket.txt < prev    next >
Text File  |  1995-01-06  |  3KB  |  71 lines

  1. ~T.V. Sports Basketball
  2.  
  3. Edit Cheat.
  4.            
  5. Using a disk editor like Norton DiskEdit, edit the files SEAS.BLT.
  6.  
  7. If you scrool through the file, you will see the player names.  
  8. They are grouped by team. You should also notice there will be a 
  9. section of names followed by a section of seemingly useless hex 
  10. codes. This "useless" section is really the attributes for each 
  11. player on the team directly above. Take note: Each player has a 
  12. 12 byte attribute string associated with him. If you look closely 
  13. you sill see that the player attribute strings are separated by 
  14. two groups of zeros (i.e. 00 00).
  15.  
  16. Below is a listing of the attribute bytes in order and what each is:
  17.  
  18. Stamina - the higher hex number means this player can stay in the
  19.     game longer before tiring. I've noticed that players with
  20.     higher stamina are more likely to commit fouls, violations 
  21.     etc.  .  . In other words find a happy medium.
  22.  
  23. Height -  still must be in the range of 5'7" to 7'7". The hex code
  24.     for 6'6" is 0E. Count up or down from there in hex for 
  25.     heights.  Trying greater than 7'7" will give a figure with 
  26.     no head or arms, just long legs and midsection.
  27.  
  28. Jersey #- hex code 07 will show a #10 jersey. Some numbers are not
  29.     available.
  30.  
  31. Release - as you may have noticed, not all players shoot alike. Some
  32.     hold the ball a little longer before releasing to be 
  33.     successful on their shot. This byte determines how long.
  34.  
  35. Arc -     how high the ball arcs when shooting. A hex code of 01 or
  36.     02 indicates almost a line drive, while an 04 is one rainbow
  37.     of a shot. The catch is high arcing shots are much harder to
  38.     block, but line drive shooters draw more fouls.
  39.  
  40. Velocity -determines how the ball will drop into the basket. Higher
  41.     arcs need less velocity so they will tend to drop straight 
  42.     into the basket. Line drives need to drift forward and glide 
  43.     more horizontally into the basket.
  44.  
  45. The next six bytes you will recognize as the "pencil" attributes.
  46.  
  47. Shooting -outside shooting.
  48.  
  49. Passing - ball-handling and passing.
  50.  
  51. Defense - self-explanatory.
  52.  
  53. Rebounding - "      "
  54.  
  55. 11. Quickness - "      "
  56.  
  57. 12. Jumping - "     "
  58.  
  59.     Though it is possible to put in attributes on the ratings of 9 
  60.     or more, I'm not so sure it helps after a certain point. To keep 
  61.     the game exciting, I still stick to 8 as the upper limit, I just 
  62.     have more than one #3 and #4 players : ). The best part of this 
  63.     is, you can save the seas.blt file under different names, thus 
  64.     once you have gotten the file edited the way you want it, you 
  65.     can have one file with just college teams and players in it, 
  66.     another with pros, and so on. The schedule and season are also 
  67.     saved in this file after each game, so if you make a .bat file 
  68.     that will copy the version of the modified seas.blt to 
  69.     SEAS.BLT you can switch around between pros and college.
  70.  
  71.