|
||||
| ||||
|
|
#21 |
|
Hall Of Famer
Join Date: Sep 2008
Location: Buffalo, NY
Posts: 3,827
|
Here's an example of something a lot of the GUBA owners have been seeing regarding pitch ratings. It seems to not separate Rating from Talent - they move in tandem without the Talent actually changing.
Roberto Martínez: Changeup Rating Increases from 4 to 5 Roberto Martínez: Changeup Talent Increases from 4 to 5 Only his rating has moved from 4 to 5 - not his talent. His talent is a 3. Player Report for #21 Roberto Martínez Development - Roberto Martínez Development - Moscow Enforcers Is it something we're doing or is it a known bug? |
|
|
|
|
|
#22 | |
|
All Star Reserve
Join Date: Jan 2006
Posts: 868
|
Quote:
__________________
Get the OOTP Online Utilities for online leagues! Includes Gamecast, Development, Live Sims, Voting and more. Check here for more details Last edited by Getch; 08-25-2009 at 01:00 PM. |
|
|
|
|
|
|
#23 |
|
Minors (Double A)
Join Date: Jun 2009
Posts: 149
|
That fixed it. Thanks, I figured that's where the error was coming from, but I wasn't sure what values to enter.
|
|
|
|
|
|
#24 | |
|
All Star Starter
Join Date: Apr 2007
Posts: 1,140
|
Quote:
__________________
Heartland Baseball League Commissioner Fictional - Stats Only - 30 years of History! HBL HOME PAGE | HBL REPORTS HOME | HBL UTILITIES HOME |
|
|
|
|
|
|
#25 |
|
All Star Reserve
Join Date: Jan 2006
Posts: 868
|
Can you reverse sort by name? If not that, just upload a blank prevRatings.txt and overwrite it. A blank one should do the trick fine.
__________________
Get the OOTP Online Utilities for online leagues! Includes Gamecast, Development, Live Sims, Voting and more. Check here for more details |
|
|
|
|
|
#26 |
|
Minors (Rookie Ball)
Join Date: May 2007
Posts: 37
|
I just updated the utilities for our league and since All-Star voting has become active I went and enabled the All-Star voting utility and I've noticed one odd thing...
The utility is listing some people who are clearly SPs in the reliever list. Guys who have only started games (not a single game in relief) are being listed presumably based on the fact that they have passed the reliever IP threshold. I have double-checked and these guys *are* listed as SPs in game (so it's not like someone has their position set to MR). Is there any way I can change this so that it will only pull players who have pitched in relief for the reliever list? |
|
|
|
|
|
#27 |
|
All Star Reserve
Join Date: Jan 2006
Posts: 868
|
Check your settings in the admin panel for "Minimum Games Started for Starting Pitchers" and "Minimum Innings Pitched for Starting Pitchers". If they do not meet both criteria, they will be listed as a reliever. Sounds like you set one of those values too high.
__________________
Get the OOTP Online Utilities for online leagues! Includes Gamecast, Development, Live Sims, Voting and more. Check here for more details |
|
|
|
|
|
#28 | |
|
Minors (Rookie Ball)
Join Date: May 2007
Posts: 37
|
Quote:
Tenzig Cubitt (callup) Manuel Leyva (injury) Louie Pulaski (2 injuries!) Does this mean that I should set the starting pitcher settings very low to be able to catch guys with injuries or callups? What if we don't want those guys to be listed? Last edited by mjdoom; 08-29-2009 at 10:22 AM. |
|
|
|
|
|
|
#29 | |
|
All Star Reserve
Join Date: Jan 2006
Posts: 868
|
Quote:
The only time the parameters would completely exclude a player is if they did not meet the minimum innings pitched for both starters and relievers. Feel free to play around with the parameters until you get the ballots the way you want, then reset the votes.
__________________
Get the OOTP Online Utilities for online leagues! Includes Gamecast, Development, Live Sims, Voting and more. Check here for more details |
|
|
|
|
|
|
#30 | |
|
Minors (Rookie Ball)
Join Date: May 2007
Posts: 37
|
Quote:
|
|
|
|
|
|
|
#31 |
|
Hall Of Famer
Join Date: May 2003
Location: New Jersey
Posts: 2,030
|
Getch, a question:
Does the HOF utility know who is currently in your HOF? (I'm asking this not knowing if the CSVs have this data). How would the players voted in during ballot year 2009 not appear on the 2010 ballot? |
|
|
|
|
|
#32 |
|
All Star Reserve
Join Date: Jan 2006
Posts: 868
|
The csv files have a column for players in the HoF. So, if a player is in the HoF in-game, I'll know it and he won't appear on the ballot any more.
__________________
Get the OOTP Online Utilities for online leagues! Includes Gamecast, Development, Live Sims, Voting and more. Check here for more details |
|
|
|
|
|
#33 |
|
Hall Of Famer
Join Date: May 2003
Location: New Jersey
Posts: 2,030
|
|
|
|
|
|
|
#34 |
|
Hall Of Famer
Join Date: May 2003
Location: New Jersey
Posts: 2,030
|
I was using the HOF Voting, and it sorts the numbers as strings. So 10 comes after 2.
I changed: Code:
foreach $vote (sort {$votes{$b} cmp $votes{$a}} keys %votes) {
Code:
foreach $vote (sort {($votes{$b}/$votesCast) cmp ($votes{$a}/$votesCast)} keys %votes) {
After we upgraded, we suddenly have a problem with extended characters. Juan Iñiguez now shows up as Juan Iñiguez on all the OOTPOU pages. Any ideas on what we can do? Thanks! |
|
|
|
|
|
#35 |
|
All Star Reserve
Join Date: Jan 2006
Posts: 868
|
The number sorting thing was fixed a while back. Make sure you have the latest version.
As for the character issue, yeah. It's known. Markus changed the encoding on the csv files. I bugged him about it but haven't heard back.
__________________
Get the OOTP Online Utilities for online leagues! Includes Gamecast, Development, Live Sims, Voting and more. Check here for more details |
|
|
|
|
|
#36 |
|
Hall Of Famer
Join Date: Nov 2002
Posts: 3,698
|
BZ3301 for anyone who's interested. Originally submitted 18-Jun-2009. It affects all the data dumps.
__________________
StatsLab- PHP/MySQL based utilities for Online Leagues Baseball Cards - Full list of known templates and documentation on card development. |
|
|
|
|
|
#37 | |
|
Hall Of Famer
Join Date: May 2003
Location: New Jersey
Posts: 2,030
|
Quote:
Code:
sub convertAscii {
my ($text) = @_;
my $HEXa0;
$HEXa0 = "a0";
$HEXa0 =~ s/([a-fA-F0-9]{2})/chr(hex $1)/eg;
$HEXa0 = 'Ã' . $HEXa0;
my $HEX81;
$HEX81 = "81";
$HEX81 =~ s/([a-fA-F0-9]{2})/chr(hex $1)/eg;
$HEX81 = 'Ã' . $HEX81;
$text =~ s/$HEXa0/à/g;
$text =~ s/á/á/g;
$text =~ s/ã/ã/g;
$text =~ s/é/é/g;
$text =~ s/Ã*/í/g;
$text =~ s/ó/ó/g;
$text =~ s/ú/ú/g;
$text =~ s/$HEX81/Á/g;
$text =~ s/É/É/g;
$text =~ s/ç/ç/g;
$text =~ s/ñ/ñ/g;
return $text;
}
|
|
|
|
|
|
|
#38 |
|
Minors (Single A)
Join Date: Aug 2008
Posts: 88
|
I have added personality traits to the draft utility.
Rookie Draft Report I can send you the files that I updated if you want to include this. A lot of people in my league wanted to see this information on the utility. I don't know if others want to see it. |
|
|
|
|
|
#39 |
|
All Star Reserve
Join Date: Jan 2006
Posts: 868
|
I'll have to make some modifications for the next OOTP patch, so I will try to add these things as well to it. Been real busy with my newborn, sorry for the delay in response.
__________________
Get the OOTP Online Utilities for online leagues! Includes Gamecast, Development, Live Sims, Voting and more. Check here for more details |
|
|
|
|
|
#40 |
|
Minors (Double A)
Join Date: Aug 2002
Location: Wisconsin
Posts: 147
|
I'm getting this error: Could not open awField0.html at OOTPOU/AWAdmin.pm line 606.
when I try to enable EOY awards voting...ideas? |
|
|
|
![]() |
| Bookmarks |
|
|