1. Go to your universe directory (i.e. H:\Games\FOF2007\universe)
2. Create a folder called "OSFL" and a folder called "NFL" (the "OSFL" folder will be your MP folder for the OSFL and the "NFL" folder will be your single player folder with the NFL team names and cities.
3. Now copy the current "frfoot.fcy" and "frfoot.fni" files from your "UNIVERSE" folder into your "OSFL" folder.
4. The tricky part now is getting the old files from your original cities and nicknames list. These should have been backed up. If you did that, copy those to your "NFL" directory. If you didn't, you will need to recreate them within the game (or have somebody send them to you). Anyway, once the game looks like the NFL cities and nicknames are right, copy those two files ("frfoot.fcy" and "frfoot.fni") into the "NFL" directory.
5. Next on the list is getting your logos in the right folders. Put the "OSFL" logos (the *.bmp files 1-33) and put them in your "OSFL" directory.
6. Put your "NFL" logos (*.bmp files 1-33) into your "NFL" directory.
Now that you have done that, you have all the files in the right spot. Next up is making a batch file that will move the files around everytime you load the game. It's not hard, just cut and paste. So let's move on.
7. Right-click on your desktop and select "New-->Text Document".
8. When that opens up you want to copy the code from above verbatim into the text document.
Quote:
copy universe\OSFL\frfoot.fni universe\
copy universe\OSFL\frfoot.fcy universe\
copy universe\OSFL\*.bmp pictures\
start frfoot2007.exe
taken from FOFC Central. Thank Skydog!
2. Create a folder called "OSFL" and a folder called "NFL" (the "OSFL" folder will be your MP folder for the OSFL and the "NFL" folder will be your single player folder with the NFL team names and cities.
3. Now copy the current "frfoot.fcy" and "frfoot.fni" files from your "UNIVERSE" folder into your "OSFL" folder.
4. The tricky part now is getting the old files from your original cities and nicknames list. These should have been backed up. If you did that, copy those to your "NFL" directory. If you didn't, you will need to recreate them within the game (or have somebody send them to you). Anyway, once the game looks like the NFL cities and nicknames are right, copy those two files ("frfoot.fcy" and "frfoot.fni") into the "NFL" directory.
5. Next on the list is getting your logos in the right folders. Put the "OSFL" logos (the *.bmp files 1-33) and put them in your "OSFL" directory.
6. Put your "NFL" logos (*.bmp files 1-33) into your "NFL" directory.
Now that you have done that, you have all the files in the right spot. Next up is making a batch file that will move the files around everytime you load the game. It's not hard, just cut and paste. So let's move on.
7. Right-click on your desktop and select "New-->Text Document".
8. When that opens up you want to copy the code from above verbatim into the text document.
Quote:
copy universe\OSFL\frfoot.fni universe\
copy universe\OSFL\frfoot.fcy universe\
copy universe\OSFL\*.bmp pictures\
start frfoot2007.exe
taken from FOFC Central. Thank Skydog!
Comment