Home | Webstore
Latest News: OOTP 13 THIRD Update Available: Version 13.3.9! - OOTP 13 Released! Download Now! - iOOTP 2012 Available NOW on the AppStore - Title Bout Championship Boxing 2.5 released!

Download OOTP 13 Now! | Download iOOTP 2012 from the AppStore

Go Back   OOTP Developments Forums > Earlier versions of Out of the Park Baseball > Earlier versions of OOTP: Mods

 
 
LinkBack Thread Tools Display Modes
Old 03-22-2006, 12:59 PM   #201 (permalink)
Major Leagues
 
blueturf's Avatar
 
Join Date: Dec 2001
Posts: 487
Thanks: 98
Thanked 90x in 48 posts
Quote:
Originally Posted by stevebydac
3) I look in that particular league's file (World Cup) and the Originator is sitting in there along with a folder for OriginData. The players_general Excel sheet is there too. I don't touch it.
Quote:
Originally Posted by stevebydac
EDIT: On that last point, I now have gone into the OriginData folder and opened up every DAT file in it. I found three that had spaces after the last entry. I removed the extra space and saved. However, this STILL doesn't work! Do I need to do anything to files outside of the OriginData folder??

Can anybody help me? Thanks!
The players_general is most likely the file that has the extra space at the end. Open that file with NOTEPAD instead of Excel. Remove any extra space at the end. Close and Save.

Try to re-run the generator and it should work. If not, I would be happy to look at your players_general file and attempt to get it to work for you.
blueturf is offline  
Old 03-22-2006, 05:40 PM   #202 (permalink)
All Star Reserve
 
stevebydac's Avatar
 
Join Date: Dec 2005
Location: In a fictional baseball world
Posts: 773
Thanks: 69
Thanked 124x in 69 posts
Wink

Thanks for the help blueturf There aren't too many people who can help with stuff like this, so I am REALLY appreciative. If I could buy you a beer I would!

I did as you suggested and indeed found an empty line at the end of the players_general document. I went to the last character that was present and deleted anything after it (which was an empty line/ space), closed it, and then ran the Originator, but am still getting the same error message.

Could it be something else? Do I have to do anything to the DAT files that are in that league's folder, such as Coaches, league, messages, draft, etc.?

Does the time that you use the Originator matter? I created a league, set up the divisions, named the teams, etc. but have not yet had the initial draft. Do the players need to be on teams for this to work, or is it ok that they are just in draft/ free agent limbo for now?

EDIT: Thank you for the offer to look at my file. I'm trying to attach the file, but I am getting a message saying it is an invalid file. It is only an 89K Excel sheet. What do I need to change to get this attached?

Last edited by stevebydac; 03-22-2006 at 05:54 PM.
stevebydac is offline  
Old 03-23-2006, 11:42 PM   #203 (permalink)
All Star Reserve
 
stevebydac's Avatar
 
Join Date: Dec 2005
Location: In a fictional baseball world
Posts: 773
Thanks: 69
Thanked 124x in 69 posts
For anyone's else reference, blueturf was kind enough to take a peek at my file. His reply:

"It appears the the export in OOTP5 is different than with OOTP6. V6 has other ratings such as Infield Arm so the fields are in a different order. V5 will not work with the Originator."

So, back to the drawing board. blueturf, thanks so much for giving it a shot!
stevebydac is offline  
Old 06-28-2006, 10:51 PM   #204 (permalink)
Hall Of Famer
 
enuttage's Avatar
 
Join Date: Mar 2002
Location: Balcones Fault Line
Posts: 2,267
Thanks: 6
Thanked 0x in 0 posts
I'm getting Error 62 messages on this bad boy, but I'm a little confused about what to do to remedy the problem. How do I tell if a city name is too long?

I know I'm bumping an ancient thread, but I'm trying to properly populate an online league, and want to get it right, instead of the same old boring USA stuff.

Cheers,

-E
__________________
The former GM of the WHBL Managua Four Roses

"When the going gets weird, the weird turn pro."
enuttage is offline  
Old 06-29-2006, 12:43 AM   #205 (permalink)
Hall Of Famer
 
SandMan's Avatar
 
Join Date: Aug 2003
Location: Kenosha, Wisconsin
Posts: 2,490
Thanks: 220
Thanked 142x in 110 posts
Quote:
Originally Posted by enuttage
I'm getting Error 62 messages on this bad boy, but I'm a little confused about what to do to remedy the problem. How do I tell if a city name is too long?

I know I'm bumping an ancient thread, but I'm trying to properly populate an online league, and want to get it right, instead of the same old boring USA stuff.

Cheers,

-E

City Names with the state or country behind it can not be no more than 20 characters. I limit mine to 19 because I have had troubles at times with those exactly 20.
SandMan is offline  
Old 06-29-2006, 07:46 AM   #206 (permalink)
Hall Of Famer
 
enuttage's Avatar
 
Join Date: Mar 2002
Location: Balcones Fault Line
Posts: 2,267
Thanks: 6
Thanked 0x in 0 posts
Quote:
Originally Posted by SandMan
City Names with the state or country behind it can not be no more than 20 characters. I limit mine to 19 because I have had troubles at times with those exactly 20.
So do I need to go through each name individually, or is there some other way to make sure I don't end up with city names that long.

Thanks for the help, SandMan.

-E
__________________
The former GM of the WHBL Managua Four Roses

"When the going gets weird, the weird turn pro."
enuttage is offline  
Old 06-29-2006, 08:31 AM   #207 (permalink)
Hall Of Famer
 
SandMan's Avatar
 
Join Date: Aug 2003
Location: Kenosha, Wisconsin
Posts: 2,490
Thanks: 220
Thanked 142x in 110 posts
To get rid of the long names I do the following.

1. Cut the list of cities from the origin file and paste them into an Excel worksheet. Do not use the copy. Before you do this make sure you backup you origins file incase of an error.....

2. Use the text to columns and use the comma as the separator.

3. I then do the LEN(A1) and get the length of each location (city /state or city /country abbr). I then sort by the length. If any of the locations are over 19 I then edit them down to a useable size or delete them if they are not major locations.....

4. Now the tricky part. You need to put the structure of the text back into a useable format for the text file. I use the concatenate functions and if you have your city and state in A, and the rest in B it is simple. =Concatenate(a1,", ",b1).

Now using this column, cut it and paste it back into your origins file.


This sounds complicated but it is actually not so bad. I have done this to clean up the origin files and to create my own origin files many times and found it to be a good way of cleaning up the bad locations in the files......

Last edited by SandMan; 06-29-2006 at 08:34 AM.
SandMan is offline  
Old 06-29-2006, 08:45 AM   #208 (permalink)
Hall Of Famer
 
enuttage's Avatar
 
Join Date: Mar 2002
Location: Balcones Fault Line
Posts: 2,267
Thanks: 6
Thanked 0x in 0 posts
Well, about half of what you just wrote actually makes sense to me, which tells me that I'm in over my head for the time period alotted.

Thanks again, bro. I really appreciate you taking the time.

-E
__________________
The former GM of the WHBL Managua Four Roses

"When the going gets weird, the weird turn pro."
enuttage is offline  
 

Bookmarks

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 07:12 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO 3.6.0
Copyright © 2009 Out of the Park Developments