|  | 
Name     : Advantage Tennis
Producer :
 Source   : Beamer
 
 
 This is the most fluid tennis game around and I find it the most
 enjoyable to play. The computer players are tough and a little
 workout in the Byte Editer Gym will give you that razor (no pun
 intended) edge to your reflexes.
 
 I haven't had the urge to program for a long time, so excuse the
 down and dirty nature of this method of editing your players
 attributes. I have only spent the time to locate the six main
 attributes in the player file, so if you're looking to change
 more you'll have to do it with your racket.
 
 Your player is saved in a file ending with the extension .ply.
 This file has alot of data in it...it saves the records of all
 99 of your oponents and revises their status as well as your own
 after every game. The location of your records within the file
 appears to change as you move up in rank, so a simple debug
 script will not work very well to edit the the desired bytes.
 Therefore, I will describe a method to locate and edit them
 using a hex editor, such as Norton's Disk Editor.
 
 There are six attributes you can edit with these instructions.
 To insure you are editing the correct bytes, you should write
 down the current attributes of the player file you are going to
 edit and convert them to hex. To list them, choose PREFERENCES
 on the main menu and load the saved player. Choose the RACKET
 ... Далее >>
 |