|
||||
| ||||
|
|
#141 | |
|
Hall Of Famer
Join Date: Feb 2002
Posts: 13,143
|
Quote:
|
|
|
|
|
|
|
#142 |
|
Major Leagues
Join Date: Oct 2012
Location: South Carolina
Posts: 351
|
By Position Drop Down under Fielding Tab
Any chance we can / could get a career position drop down?
I believe it would be easier to see a players improvement/decline if we could filter out the other positions that were probably played in an emergency basis. Ed Note:https://forums.ootpdevelopments.com/...d.php?t=342541 |
|
|
|
|
|
#143 |
|
Hall Of Famer
Join Date: Oct 2014
Location: Seattle
Posts: 2,266
|
It's time to redesign the League Newspaper. Or get rid of it altogether. As is, it's pretty broken. Text formatting goes wonky (either showing over pictures or into adjacent boxes) and it's basically unreadable in any skin other than 'dark'.
Last edited by pauwoo; 12-24-2022 at 04:34 PM. |
|
|
|
|
|
#144 | |
|
Hall Of Famer
Join Date: Apr 2002
Location: Iowa
Posts: 7,085
|
Quote:
I've used it for years, warts and all. Only recently I switched to the old school html report that has the top news stories and, links to so many other things, and haven't missed the newspaper. However, if removed you can bet some will miss it and complain. |
|
|
|
|
|
|
#145 | |
|
Hall Of Famer
Join Date: Feb 2002
Posts: 13,143
|
Quote:
I think he’s just trying to tighten up the game some..if re-designing it is going to take away from valuable development time for other features which may serve more people in a better way, then way just scrap it. After all, we are hearing all the time that it’s a small development team with limited time & resources, so yeah, some choices like this might need to be made. |
|
|
|
|
|
|
#146 |
|
All Star Starter
Join Date: Jun 2016
Location: Boston Ma.
Posts: 1,869
|
Hello, Mr. Mod. We seem to have an abundance of threads on this topic (OOTP 24), could you please combine them? This will not only help posters but the devs or whoever reads these posts if they are streamlined. Or to contradict myself, make threads for each type of suggestion category. IE Graphics including parks uniforms etc, Game engine, Look Feel, Rules, etc. Thank you.
__________________
I play out every game—one pitch mode. |
|
|
|
|
|
#147 | ||
|
Hall Of Famer
Join Date: May 2004
Posts: 10,672
|
Quote:
__________________
Quote:
|
||
|
|
|
|
|
#148 | |
|
Hall Of Famer
Join Date: Apr 2002
Location: Iowa
Posts: 7,085
|
Quote:
|
|
|
|
|
|
|
#149 |
|
Minors (Rookie Ball)
Join Date: Apr 2010
Posts: 23
|
It would be great if there was a way to add a query engine to the game. It would cover the same statistics as the current filter function, but would allow for more advanced aggregations and logic.
As an example, this would return a list of the players with the most total RBIs over a three year span. I haven't seen a way to aggregate data this way. Only able to view one year at a time or total career. Code:
SELECT player_name, COUNT(rbi) AS total_rbis FROM statistics WHERE (year = 2022 OR year = 2023 OR year = 2024) GROUP BY player_name ORDER BY total_rbis Please correct me if there is already a way to do this. I have poked around and haven't seen it. Last edited by Zeno; 12-25-2022 at 03:24 PM. |
|
|
|
|
|
#150 | |
|
Hall Of Famer
Join Date: May 2004
Posts: 10,672
|
The way to do this is to export your league data to a DB and then run queries like the above. You can export to CSV (bleah), Access (also pretty bleah), and MySQL.
__________________
Quote:
|
|
|
|
|
|
|
#151 |
|
Major Leagues
Join Date: Apr 2014
Location: St Petersburg, FL
Posts: 302
|
I'll repeat some of my same old requests, and some new ones:
Coaching: More options to toggle on/off, similar to how we can turn off the base coaches. I'd like to be able to just have GM, Manager and Scout. Team Settings: Rivalries. Designate 1-3 teams as rivals. Rivalries could affect: owner goals/happiness, attendance, likelihood of generating news story, likelihood of brawls/ejections; difficulty of trading between rivals. News: Ability to designate statistical thresholds for generating articles (strikeouts, etc). I don't need a story generated for every shutout thrown in the 70's (especially the 1 strikeout, 11 runners allowed variety). |
|
|
|
|
|
#152 | |
|
Hall Of Famer
Join Date: Oct 2014
Location: Seattle
Posts: 2,266
|
Quote:
|
|
|
|
|
|
|
#153 |
|
Minors (Rookie Ball)
Join Date: Apr 2010
Posts: 23
|
Is there a way to do this other than the League Settings page? I know how to do this in a single-player game, but the League Settings page is not accessible when you are not the commissioner of an online league.
|
|
|
|
|
|
#154 | |
|
Hall Of Famer
Join Date: May 2004
Posts: 10,672
|
If you’re in an online league the ratings, etc. are going to be subject to having to be seen through the lens of your scouts and so on, so no, you won’t be able to access those if you’re not the commissioner of the league. If you’re doing solo play, all of that info is available for output. I have a MySQL database I use locally and wrote a couple of EF scripts to output the data monthly, yearly, and on-demand.
__________________
Quote:
|
|
|
|
|
|
|
#155 | |
|
Minors (Rookie Ball)
Join Date: Apr 2010
Posts: 23
|
Quote:
|
|
|
|
|
|
|
#156 |
|
Minors (Rookie Ball)
Join Date: Apr 2022
Posts: 48
|
I just want Spring Training to mean something other than a potential for injuries. It's not unrealistic to think that clubs use ST for players to work on specific things. Have a pitcher that struggles with control? Well, who cares what his stats are, have him focus on hitting the zone. Have a SS you want to train at 3B? Well, then use that to boost his 3B defensive rating more than it would in 30ish games in season.
We all know that ST is more than the actual games. So, I'd like to see the ability to focus training on specific areas for individual players. Results based on a combination of work ethic, coaching ability, etc. The number of players you could focus on a specific skill could be based on coach ratings, as well as the success of the development. It would all need to have some randomization to it. Can't be guaranteed that my SS will become a gold glove 3B after 1 ST. But, if I have Ron Washington as my IF coach, it should be more likely that they develop quicker.
__________________
|
|
|
|
|
|
#157 | |
|
Minors (Rookie Ball)
Join Date: Apr 2022
Posts: 48
|
Quote:
__________________
|
|
|
|
|
|
|
#158 |
|
Bat Boy
Join Date: Jul 2022
Location: Montreal, Qc
Posts: 7
|
My suggestion: add Quebec as a nation, and make sure to add a Québécois nameset.
As of now, every newly created Québec players all have Anglo-Canadian names - which doesn't even make sense. |
|
|
|
|
|
#159 |
|
All Star Reserve
Join Date: Mar 2018
Posts: 536
|
|
|
|
|
|
|
#160 | |
|
All Star Starter
Join Date: Feb 2021
Posts: 1,448
|
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
|
|