F1 Manager 2000 чит-файл №1

This method enables increase money and date skipping on your saved games. You
need an HEX editor to doing this.

(Be sure to make BACKUP of your saved game files before any changes made!)

1. Open your saved games using an HEX editor.
2. Go to the end of the saved game file, and locate this series of bytes:
00 23 00 00 24 00 00
3. Change some of bytes with these values:
*1 23 00 *2 24 00 *3
where:
*1 = change to 01 to enable race skipping + money increasing
*2 = change to 01 to enable money increasing
*3 = change to 01 to enable date skipping
4. Save your changes.



This method will enable cheat mode button on general options menu without change
manager name (as describes on CHEAT #1) and allow you to use existing saved game
rather than starting a new game.

1. Locate a file called "OPTIONS_GENGAME.IDS" on your F1 Manager\data\interfaces
folder. Make sure to clear read-only attribute to this file (you can do that
using Windows Explorer by right-click on this file and choose Properties).
2. Open this file using Windows NOTEPAD.
3. Go to the end of the lines, then add these new lines:
BUTTON CHEATBUTTON 155,562,255,582
INCLUDE BUTTONTITLE.IDS
ALIGN LEFT
TEXT BFONT 0 255,255,255,255 "CHEAT MODE"
ONBUTTONUP SWAP OPTIONS_MISC.IDS
END BUTTON
4. Save your changes.