F1 manager 2000 cheats
CHEAT #1
Fill these names as Manager Name when you start a new
game:
(Please fill it with correct letter case!)
Code - Result
Billy No Race - Always skip any races and allow you to
increase money when you click on money display at menus.
Get Rich Quick - Increase money when you click on money
display at menus.
Doctor~Who - Skip date by 7 days when you click on date
display at menus.
Win~at~all~COSTS! - Enable cheat mode button at options
menu.
CHEAT #2
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.
CHEAT #3
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.