|
Description |
This is the first version of a tool written in C# to edit the College Football '96 ROM.
You will have to use a ROM that the checksum is removed to be able to play the edited ROM.
Open button : to navigate to the ROM
Read button : will read the data in from the combo box selections
Write button : will overwrite the file but giving a Warning message beforehand
To see the updated changes once you clicked the write button, click the read button
right after clicking the write and it should reflect the change in the hex code.
This tool can edit the following depending on position of the player:
*Number (Enter a number between 0 - 99)
*Weight (Enter a hex value between 0 - F)
*Quickness or OL and DL Power ( Enter a hex value between 0 - F)
*Speed (Enter a hex value between 0 - F)
*Intelligence (Enter a hex value between 0 - F)
*Range or Hands ( Enter a hex value between 0 - F)
- Range are for QB/K/P
- Hands are for RB/WR/OL/DL/LB/DB
*Power or Accuracy or Block or Tackle ( Enter a hex value between 0 - F)
- Power are for QB/RB/WR
- Accuracy are for K/P
- Blocks are for OL
- Tackles are for DL/LB/DB
Hex Code Conversions are as follows (each attribute can contain 16 different values for player ratings:
For all attributes (excluding weight) are the following:
1 - 10,
2 - 13,
3 - 20,
4 - 26,
5 - 33,
6 - 40,
7 - 46,
8 - 53,
9 - 60,
A - 66,
B - 73,
C - 80,
D - 86,
E - 93,
F - 100
And for the weight attribute:
1 - 156,
2 - 172,
3 - 188,
4 - 204,
5 - 220,
6 - 236,
7 - 252,
8 - 268,
9 - 284,
A - 300,
B - 316,
C - 332,
D - 348,
E - 364,
F - 380,
If you have questions, comments or bugs that you noticed, let me know at upscaledk@gmail.com. |
|