First you will need a hex-editor.
- 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)
- 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.
- Open up the desired file.
The saved game file(s) are called C:\Program Files\Gremlin\Premier Manager 98\Tactics\Manager.00X or ProManager.00X where x is the saved game number.
- 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.
- 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
16
17
18
19
20
21 DRIBBLING(LAST)
22 HEADING(LAST)
23 PASSING(LAST)
24 SHOOTING(LAST)
25 TACKLING(LAST)
26 HANDLING(LAST)
27 FITNESS(LAST)
When editing these files make sure you overwrite the old values and not insert them, otherwise the game will not work.
|