
Copy the game onto another disk. Files are going to be changed, so don't use the original. Boot up the copied disk normally, clicking on the 'FD II' and 'BOOT.BAS' icons as they appear.
Enter the game normally. When it's up and running, select the "QUIT" option from the Main selection of the pull down menu. When the CLI window has appeared and is ready for input, type "list" to list the 'FOOT.BAS' part of the game.
| 1514 NEXT | 2547 GOSUB 2548 | |
|---|---|---|
| NW=150+INT(RND*200) | IF RA=9 AND AI>300,000 pound sign OR AI>1500000pound sign THEN ]2547 | |
| NW=INT(NW/AP) | GOTO 2548 | |
| NV=200+INT(RND*300) | ]2547: RA=INT(AI/5000) | |
| NV=INT(NV/AP) | PRINT TAB(5); | |
| AI=5000000pound sign+INT(RND*(500000pound sign/AP)) | PA5 | |
| NF=(5000+INT(RND*3000))/AP | PRINT "DIRECTORS WITHDRAW"; | |
| NP=INT(NP+NA+NF) | PA1 | |
| GOTO 332 | PRINT TAB(30); | |
| MONEY INT(RA) | ||
| PRINT TAB(38);"-" | ||
| JR=JR-RA |
In line 1514 making AI equal 5,000,000 provides $5M starting budget; this can be changed to suit, however Line 2547 making RA=INT(AI/5000) stops the directors from withdrawing too much cash every week.
Click on the "close window" icon for the window containing the program text, and save the amended program file by typing: save "FOOT.BAS".
To run the amended disk, boot up the disk normally, by clicking on the "FD II" icon. When the "BOOT.BAS" icon is clicked, the message "BAD FILE MODE" will appear. Accept this by clicking on the OK box. Close the CLI window containing the few lines of text, by clicking on the close window icon.
Type "load". A message box appears prompting for the name of the program to load. Using the 'Left' mouse, click on the text bar and type: FOOT.BAS
When the OK message appears, type "RUN". The program should now start as it normally would but with plenty of money to spend.
On the menu selection, hold down 'Ctrl' and 'C' to interrupt the program. Now enter "AI=AI+500000" and press 'Return'. Now type "CONT" and press 'Return'. This adds 500,000 credits to your current amount.
| Return to the Football Director II index entry |