Front Office Football Central  

Go Back   Front Office Football Central > Main Forums > FOF9, FOF8, and TCY Discussion
Register FAQ Members List Calendar Mark Forums Read Statistics

Reply
 
Thread Tools
Old 02-10-2009, 04:21 PM   #1
jenningsw22
n00b
 
Join Date: Jan 2009
Batch File Screencast

Here is a tutorial I made on how to set-up batch files for FOF 2007.

Screencast

jenningsw22 is offline   Reply With Quote
Old 02-11-2009, 07:34 AM   #2
3ric
College Starter
 
Join Date: Dec 2000
Location: Sweden
Nice job!
__________________
San Diego Chargers (HFL) - Lappland Reindeers (WOOF) - Gothenburg Giants (IHOF)
Indiana: A TCY VC - year 2044 - the longest running dynasty ever on FOFC!
3ric is offline   Reply With Quote
Old 02-11-2009, 12:22 PM   #3
jdavidbakr
High School Varsity
 
Join Date: Feb 2008
Location: Oklahoma
Fabulous. I imagine there will be a lot of commissioners bookmarking that screencast
jdavidbakr is offline   Reply With Quote
Old 02-11-2009, 12:27 PM   #4
Ben E Lou
Morgado's Favorite Forum Fascist
 
Join Date: Oct 2000
Location: Greensboro, NC
Yup. Already did it.
__________________
The media don't understand the kinds of problems and pressures 54 million come wit'!
Ben E Lou is offline   Reply With Quote
Old 04-13-2009, 01:13 PM   #5
4einc
n00b
 
Join Date: Apr 2009
for some reason it doesn't work for me, as it started out fine but when I went to create the second league file BAM things changed back to the original.
__________________
4Ever Inc
http://4einc.vze.com
(the company behind it all)

4Ever Fantasy Baseball League
http://4EFBBL.vze.com
(Looking into things.)

4Ever Fantasy Football League
http://4effl.vze.com
(Runs On Front Office Football 2007)

4Ever Fantasy Hockey League
http://4efhl.vze.com
(Runs On STHS)
4einc is offline   Reply With Quote
Old 04-13-2009, 02:50 PM   #6
jenningsw22
n00b
 
Join Date: Jan 2009
Quote:
Originally Posted by 4einc View Post
for some reason it doesn't work for me, as it started out fine but when I went to create the second league file BAM things changed back to the original.

When you say league file I'm going to assume you mean league folder. You should have one folder per league you are in and one with NFL teams in it for single player if you want to. There should also be one batch file for each league also. The batch file will simply move the contents of the league folders you created and place them where they will be loaded by the game. Let me know if you meet these qualifications. Also if you are on vista it may not work with out some permission changes.
jenningsw22 is offline   Reply With Quote
Old 04-13-2009, 02:51 PM   #7
jdavidbakr
High School Varsity
 
Join Date: Feb 2008
Location: Oklahoma
Quote:
Originally Posted by 4einc View Post
for some reason it doesn't work for me, as it started out fine but when I went to create the second league file BAM things changed back to the original.

Each league has to have its own folder and each batch file should reference the folder for that league. So when you run the first batch it should copy all the files from folder A, when you run the second batch it should copy all the files from folder B.

There is a lot of discussion around the FOF community about how to do this, don't feel bad if you can't figure it out as it's definitely a pain.
jdavidbakr is offline   Reply With Quote
Old 04-13-2009, 03:49 PM   #8
NawlinsFan
High School Varsity
 
Join Date: Feb 2008
Location: Southern Maryland - For Now!
Don't know if this will help or not. I used the screencast to begin with and modified it from there. Here are the 3 batch files I run. You will note the created folders as well as modified .exe files I use but for the most part it may help bounce yours against these to see if anything helps.

copy leagues2\nafl\*.* leagues\
copy universe2\uni_nafl\frfoot.fni universe\
copy universe2\uni_nafl\frfoot.fcy universe\
copy universe2\uni_nafl\*.bmp pictures\
start naflfrfoot2007.exe

copy leagues2\TFL\*.* leagues\
copy universe2\uni_TFL\frfoot.fni universe\
copy universe2\uni_TFL\frfoot.fcy universe\
copy universe2\uni_TFL\*.bmp pictures\
start tflfrfoot2007.exe

copy leagues2\GL\*.* leagues\
copy universe2\uni_GL\frfoot.fni universe\
copy universe2\uni_GL\frfoot.fcy universe\
copy universe2\uni_GL\*.bmp pictures\
start glfrfoot2007.exe
NawlinsFan is offline   Reply With Quote
Old 04-13-2009, 03:54 PM   #9
4einc
n00b
 
Join Date: Apr 2009
do I have to change the FrFoot2007.exe name like NawlinsFan did ?

~Jon - no i don't run on vista I'm runnin on XP

Jennings - I followed the screencast exactly and for some reason it's not working.

Here's my code:

copy universe\4EFFL\frfoot.fni universe\
copy universe\4EFFL\frfoot.fcy universe\
copy universe\4EFFL\*.bmp pictures\
start frfoot2007.exe

what did I do wrong ?
__________________
4Ever Inc
http://4einc.vze.com
(the company behind it all)

4Ever Fantasy Baseball League
http://4EFBBL.vze.com
(Looking into things.)

4Ever Fantasy Football League
http://4effl.vze.com
(Runs On Front Office Football 2007)

4Ever Fantasy Hockey League
http://4efhl.vze.com
(Runs On STHS)
4einc is offline   Reply With Quote
Old 04-13-2009, 04:49 PM   #10
jenningsw22
n00b
 
Join Date: Jan 2009
Quote:
Originally Posted by 4einc View Post
do I have to change the FrFoot2007.exe name like NawlinsFan did ?

~Jon - no i don't run on vista I'm runnin on XP

Jennings - I followed the screencast exactly and for some reason it's not working.

Here's my code:

copy universe\4EFFL\frfoot.fni universe\
copy universe\4EFFL\frfoot.fcy universe\
copy universe\4EFFL\*.bmp pictures\
start frfoot2007.exe

what did I do wrong ?

ok the batch file looks right. Make sure that both the frfoot files are in your 4EFFL folder. You need to also make sure that the frfoot folders are the right ones. You can do this by manually placing them in the universe folder (overwriting the ones already in there) and fire up FOF from the start menu and see if the new team names are in there. If they aren't then the frfoot files are the default ones. The frfoot files are the ones that store the city names and nicknames.

You don't need to change the exe if fof is starting when you run the batch file. I really think you issue is with the frfoot files. Did you make them or did you get them from a league? If you want to send them to me I'll see if I can get them to work. my email is [email protected]

I hope this helps just let me know
jenningsw22 is offline   Reply With Quote
Old 04-13-2009, 06:17 PM   #11
sovereignstar
Pro Starter
 
Join Date: Feb 2004
whoooooooo are you
who who who who
i really wanna know!
sovereignstar is offline   Reply With Quote
Old 04-15-2009, 10:20 PM   #12
beatle
H.S. Freshman Team
 
Join Date: Jan 2003
Well done!
beatle is offline   Reply With Quote
Old 04-16-2009, 06:50 AM   #13
wade moore
lolzcat
 
Join Date: May 2001
Location: williamsburg, va
4einc - are you using windows vista?
__________________
Text Sports Network - Bringing you statistical information for several FOF MP leagues in one convenient site

Quote:
Originally Posted by Subby
Maybe I am just getting old though, but I am learning to not let perfect be the enemy of the very good...
wade moore is offline   Reply With Quote
Old 04-18-2009, 06:03 PM   #14
beatle
H.S. Freshman Team
 
Join Date: Jan 2003
I hope you do a Vista one. The logos do not load correctly using the old XP method with Vista when changing from one LG to another, but everything else works.
beatle is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is On
Forum Jump


All times are GMT -5. The time now is 01:29 AM.



Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.