|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Database Tools Do you need to take a dump? SQL gurus welcome |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
#1 (permalink) |
|
All Star Starter
Join Date: Dec 2001
Location: West Allis, WI
Posts: 1,558
|
BOSI like utility?
Did anyone come up with a BOSI like utility that would track both ratings and talent development for individual players?
__________________
Matt Rectenwald Commissioner, Owner: Milwaukee Braves, Other Reality Baseball 2 Recruiter, Owner: Pago Pago Coconuts |
|
|
|
|
|
#2 (permalink) |
|
Hall Of Famer
Join Date: Oct 2003
Location: San Diego, California
Posts: 2,641
Warnings: 2
|
I don't think any exists as of now. I know CommishJoe stopped doing work on BOSI after v2, which only works on OOTP 6.
|
|
|
|
|
|
#3 (permalink) |
|
Hall Of Famer
Join Date: Nov 2004
Location: In a house in Saint Cloud, Florida.
Posts: 6,396
|
I have.
Check out the thread called AUAlmanac under the database forum. It requires you to run the program at the end of each month, but has some nice stuff when you do do that.
__________________
Visit www.planetootp.com for my MODS. Like BLUES? Visit www.smokestacklightnin.com, you will LOVE it! New show every Monday!! New Blues HOF!
|
|
|
|
|
|
#4 (permalink) |
|
Hall Of Famer
Join Date: Apr 2004
Location: Philadelphia
Posts: 2,398
|
Our league has one as well. I believe it is still being tested for general release: http://www.diamondleaguebaseball.com/ (click on development reports on the left)
__________________
"al Qaeda wouldn't last a day in parts of Philadelphia" - Mayor Michael Nutter |
|
|
|
|
|
#5 (permalink) |
|
All Star Starter
Join Date: Dec 2001
Location: West Allis, WI
Posts: 1,558
|
bp- If I could I'd love to be let in on that testing.
![]()
__________________
Matt Rectenwald Commissioner, Owner: Milwaukee Braves, Other Reality Baseball 2 Recruiter, Owner: Pago Pago Coconuts |
|
|
|
|
|
#7 (permalink) |
|
Major Leagues
Join Date: Jan 2006
Posts: 480
|
Here you go:
http://www.diamondleaguebaseball.com/utils/dev.zip Instructions are in the readme.txt. This is only the development report and the waiver wire utility. I didn't get to the DLB draft utility I wrote, and I want to add things like draft lists, etc., so that'll have to wait for now. One other thing is that it is hardcoded to 2-8 talent ratings and 1-10 player ratings. I need to make it generic, which shouldn't be hard to do. Anyway, let me know if you have any problems with it. I suspect there will be some. Once it's been tested, I'll upload it to the Modsquad page for general use. |
|
|
|
|
|
#9 (permalink) | |
|
All Star Starter
Join Date: Dec 2001
Location: West Allis, WI
Posts: 1,558
|
Quote:
__________________
Matt Rectenwald Commissioner, Owner: Milwaukee Braves, Other Reality Baseball 2 Recruiter, Owner: Pago Pago Coconuts |
|
|
|
|
|
|
#10 (permalink) |
|
Major Leagues
Join Date: Jan 2006
Posts: 480
|
OK, I'll whip something up. It shouldn't be too bad. I'll repackage it when I'm done.
I'll look at the draft utility as is. I wanted to make a commishiner UI before I released it so you didnt have to manipulate text files to trade picks and stuff. |
|
|
|
|
|
#11 (permalink) |
|
Major Leagues
Join Date: Jan 2006
Posts: 480
|
Updated to take any ratings/talent scale. I wasn't able to test it out other than to make sure I didn't break our own league. Let me know if the scales are off somehow... there might be an off-by-one error.
Let me know how it works for you. |
|
|
|
|
|
#12 (permalink) |
|
All Star Starter
Join Date: Dec 2001
Location: West Allis, WI
Posts: 1,558
|
Thanks a million, Getch. I'll let you know.
__________________
Matt Rectenwald Commissioner, Owner: Milwaukee Braves, Other Reality Baseball 2 Recruiter, Owner: Pago Pago Coconuts |
|
|
|
|
|
#15 (permalink) |
|
All Star Starter
Join Date: Dec 2001
Location: West Allis, WI
Posts: 1,558
|
Now I'm intrigued by this draft utility.
![]()
__________________
Matt Rectenwald Commissioner, Owner: Milwaukee Braves, Other Reality Baseball 2 Recruiter, Owner: Pago Pago Coconuts |
|
|
|
|
|
#16 (permalink) |
|
Major Leagues
Join Date: Jan 2006
Posts: 480
|
I fixed a few issues in the development reports (had league name hardcoded still and there was a bug with getting the league date). I also made the draft utility, as it stands now, generic and rolled it all into one. I plan to be making it better in the next few weeks, but people want it released now, so here it is:
http://www.diamondleaguebaseball.com/utils/utils.zip Let me know if you have any problems. |
|
|
|
|
|
#17 (permalink) | |
|
Hall Of Famer
Join Date: Dec 2004
Location: Bay Area, CA
Posts: 3,255
|
Quote:
When I edited the setup.txt file and input the league ID, which was 100, all the HTML links are pointing to league_1_blah.html instead. Somehow it's not picking up the trailing zeroes. |
|
|
|
|
|
|
#18 (permalink) |
|
Major Leagues
Join Date: Jan 2006
Posts: 480
|
Yeah, someone else who is uptaking the utils hit the same issue yesterday and I already fixed. There's now a LEAGUEID variable in the setup.txt file that you can enter your league ID.
I have made a few other fixes since my last post, and revamped the draft util to include draft lists and auto-drafting. Our league's just about to start the draft, and it hasnt been fully tested, so I'd wait a little time for our league to be the guinea pig and iron out the issues. All of the changes are uploaded to the same place. |
|
|
|
|
|
#19 (permalink) | |
|
Hall Of Famer
Join Date: Dec 2004
Location: Bay Area, CA
Posts: 3,255
|
Quote:
Here's my development page, and if you look, the SION HOME and DLB links are pointing to the right URL, but everything from Scores to History points at League_1_blahblah and not League_100_blahblah. Actually, noting the "DLB" link which I'm assuming to be Diamond League Baseball, maybe something in the script is still hard coded? |
|
|
|
|
|
|
#20 (permalink) |
|
Major Leagues
Join Date: Jan 2006
Posts: 480
|
Right, what I am saying is that the latest version at:
http://www.diamondleaguebaseball.com/utils/utils.zip Has the code changes so that it supports any league ID. In that version, there is a LEAGUEID parameter in setup.txt. You should take that version and set 100 for your league ID. The hardcoded DLB at the top of the page is also fixed in that version. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|