CHEATS

 
homemail!
 
Note: Remember that cheat makes Pm99 a trivial game.
Any comments would be greatly appreciated if you send them to me.
 
Editing player stats

First you will need a hex-editor.
  1. You will need to take memo of the stats of the player who wants to edit.
    (Absolutely, take memo of SPEED, STAMINA, AGGRESSION and QUALITY)
     
  2. you will have to convert the values into HEX code.
    For example Owen's Ability is 90,87,80,92 decimal = 5A,57,50,5C HEX.
     
  3. Open up the desired file.
    The saved game file(s) are called C:\Program Files\Gremlin\Premier Manager 99\Save\Manager\030-X\main.dat or C:\Program Files\Gremlin\Premier Manager 99\Save\Promanag\030-X\main.dat where x is the saved game number.
     
  4. Search for your player using the HEX values for Speed, Stamina, Aggression and Quality in that order.
    For example: 5A57505C by using the search facility.

    note: Use the DRIBBLING value as a check bit by comparing them to see if this is the player you want to edit.
     
  5. Editing stats
    Players stats should be up in this order.(The value of the left side is the number of the bytes from each player data head part.)
     1
     2
     3
     4 SPEED
     5 STAMINA
     6 AGGRESSION
     7 QUALITY
     8 DRIBBLING
     9 HEADING
    10 PASSING
    11 SHOOTING
    12 TACKLING
    13 HANDLING
    14 MORAL
    15 FITNESS
    
    When editing these files make sure you overwrite the old values and not insert them, otherwise the game will not work.