Home | Webstore
Latest News: OOTP 25 Available - FHM 10 Available - OOTP Go! Available

Out of the Park Baseball 25 Buy Now!

  

Go Back   OOTP Developments Forums > Out of the Park Baseball 25 > OOTP Mods > OOTP Mods - Schedules
Register Blogs FAQ Calendar Today's Posts Search

OOTP Mods - Schedules Create your very own game schedules, or share historical schedules

Reply
 
Thread Tools
Old 02-24-2023, 01:42 PM   #1
Cole
Hall Of Famer
 
Join Date: Oct 2002
Location: Fredericton, New Brunswick
Posts: 2,685
Request: 10 team, one game a week format

Hi all,

I created and released for the community the Big Game Baseball quickstart a few versions ago (in a nutshell, it was NFL structure and schedule - only one game a week, so teams only carried one SP - their "QB" and produced some very unique results).

I have an idea for another unique fictional league in a similar vein that I want to create and release as a quickstart.

It would use promotion/relegation, as well as the one game a week/NFL style format combined.

There would be 3 tiers of leagues, each combined by association (for year-end tournament), and each individual league with 10 teams (1 division of 10 teams).

Premier League (PL) (which relegates into the Silver League)

Silver League (SL) (which relegates into the Bronze League and promotes into the Premier League)

Bronze League (BL) (which promotes into the Silver League)


So the schedule I'd like is an 18-game schedule, with 1 home game and 1 away game versus each of the other 9 teams in your league. Only 1 game a week. Bye week isn't necessary if that makes it more complicated, and no all-star game midseason (with so few games I find it's best to have it at year end).

If possible, if I could get 3 versions of this schedule, one that has games on Fridays, one that has games on Saturdays, and one that has games on Sundays.

I'm planning to make it so that the BL games are Fridays, SL on Saturday and PL on Sunday, so each league has their own day of focus.

Starting somewhere in late April is good so season runs until around August.

Thanks in advance for anyone who is able to tackle this for me, and let me know if any other info is required.
Cole is offline   Reply With Quote
Old 02-25-2023, 03:42 PM   #2
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,168
Code:
#
# 10 team schedule, 18 games
# Designed for the following configuration:
# 1 subleague with 1 division of 10 teams
#
#
# 2 games against 9 other teams (1H/1A)
#
# 
# Schedule considered balanced so setting should be as such
# 
# All single games on Fridays
#
# No more than 2 consecutive games played home or away
#
# All game times set at 7:05pm
#
# Season begins first Friday on or after Apr22
# Season ends late August
# Season spans 120 days
#
# No All-Star Game
#
# Built 2023-02-25
#
Attached Files
File Type: lsdl 10team18_110_a1_gmo.lsdl (5.1 KB, 26 views)
__________________
Making Baseball Schedules

Last edited by gmo; 03-03-2023 at 07:24 PM. Reason: update attachment as in thread comment #7
gmo is offline   Reply With Quote
Old 02-25-2023, 03:43 PM   #3
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,168
Code:
#
# 10 team schedule, 18 games
# Designed for the following configuration:
# 1 subleague with 1 division of 10 teams
#
#
# 2 games against 9 other teams (1H/1A)
#
# 
# Schedule considered balanced so setting should be as such
# 
# All single games on Saturdays
#
# No more than 2 consecutive games played home or away
#
# All game times set at 7:05pm
#
# Season begins first Saturday on or after Apr23
# Season ends late August
# Season spans 120 days
#
# No All-Star Game
#
# Built 2023-02-25
#
Attached Files
File Type: lsdl 10team18_110_a2_gmo.lsdl (5.1 KB, 25 views)
__________________
Making Baseball Schedules

Last edited by gmo; 03-03-2023 at 07:25 PM. Reason: update attachment as in thread comment #7
gmo is offline   Reply With Quote
Old 02-25-2023, 03:43 PM   #4
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,168
Code:
#
# 10 team schedule, 18 games
# Designed for the following configuration:
# 1 subleague with 1 division of 10 teams
#
#
# 2 games against 9 other teams (1H/1A)
#
# 
# Schedule considered balanced so setting should be as such
# 
# All single games on Sundays
#
# No more than 2 consecutive games played home or away
#
# All game times set at 7:05pm
#
# Season begins first Sunday on or after Apr24
# Season ends late August
# Season spans 120 days
#
# No All-Star Game
#
# Built 2023-02-25
#
Attached Files
File Type: lsdl 10team18_110_a3_gmo.lsdl (5.1 KB, 22 views)
__________________
Making Baseball Schedules

Last edited by gmo; 03-03-2023 at 07:25 PM. Reason: update attachment as in thread comment #7
gmo is offline   Reply With Quote
Old 02-25-2023, 06:05 PM   #5
Cole
Hall Of Famer
 
Join Date: Oct 2002
Location: Fredericton, New Brunswick
Posts: 2,685
Thank you gmo, that's a huge help!
Cole is offline   Reply With Quote
Old 03-01-2023, 05:26 PM   #6
Cole
Hall Of Famer
 
Join Date: Oct 2002
Location: Fredericton, New Brunswick
Posts: 2,685
GMO,

Even though I see it's set up as a schedule for 1 subdivision, 10 teams in that division, I'm getting the error message "Could not import schedule. The loaded schedule has a different structure as the current league"

Any idea why I'd be getting this message and how to fix that?
Cole is offline   Reply With Quote
Old 03-03-2023, 07:28 PM   #7
gmo
Hall Of Famer
 
Join Date: May 2002
Location: Longmont, CO
Posts: 3,168
I created a little test league and had the same issue.

I had the "type" in the SCHEDULE definition at the top of the file as...
Code:
ILN_BGY_G18_SL1_D1_T10_C_
Changing that to...
Code:
ILN_BGY_G18_T10_C_
...gets it to load. So I have updated the attachments that way.

So if you have a single-division league whose schedule file does not load, remove that "SL1_D1_" piece from that type definition.

This surprises me. I thought it would work either way for a one-subleague & one-division league - either spell out the structure or just have the shortened second version. My script for generating the lsdl file has been doing it the former way for a while for that structure. I will change it to make it the latter way for such cases.
__________________
Making Baseball Schedules
gmo is offline   Reply With Quote
Reply

Bookmarks


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

Forum Jump


All times are GMT -4. The time now is 12:18 AM.

 

Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball. Visit MLB.com and MiLB.com.

Officially Licensed Product – MLB Players, Inc.

Out of the Park Baseball is a registered trademark of Out of the Park Developments GmbH & Co. KG

Google Play is a trademark of Google Inc.

Apple, iPhone, iPod touch and iPad are trademarks of Apple Inc., registered in the U.S. and other countries.

COPYRIGHT © 2023 OUT OF THE PARK DEVELOPMENTS. ALL RIGHTS RESERVED.

 

Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright © 2020 Out of the Park Developments