Abev
Posts: 228
Joined: 8/11/2005 Status: offline
|
I have reformatted and/or recoded my original addins. Get It Here Overwrite the original addin in your 'PureSim Baseball 2007\mods\AddIns\VB6' directory This is a replacement of my original addins. The original pack (AbevAddins.dll) had: Best Young Player Value (Under 26) Best Player Value (Any Age) Best Young Pitcher Value (Under 26) Best Pitcher Value Front Office Accounting Report I combined the "Best Value" addins (the first 4 in the above list) all into one addin. I stumbled onto a way to combine them all programicallyl; I never knew how to do it before. It was too much going back and forth so now you can have all data in one spot. The only caveat so far is the load time is pretty long, relatively speaking. It takes about 70 seconds to load the addin on my avg comp. Once its loaded, sorting by column or changing from players to pitchers or vice versa is almost instant. Best Player Value Upon launching the addin, you are presented with two ugly dialog boxes (Shaun a custom filter dialog for the addins would be amazing ). The first dialog is the max age to consider for the data set. Its defaulted to 35, but for example, if you just wanted to take a look at young players you may enter that age here. The second dialog is 'include major leaguers only?'. Yes means major leaguers only, No means get all players - majors, minors, free agents. IMPORTANT Whatever selections you make here will define whats available to the addin. If you choose max age of 25 and major leaguers only, thats all you can get for that incarnation of the addin. If you want to change that criteria, you need to go back out to the main addin menu and restart the addin. The columns are pretty self explanitory. Position, Age(team) Salary (x years/x $). Then theres "ARat" which is the ability rating. I have been working on this and refining over the past couple days to somehow project what kind of future ability this player has. The formula takes into account the players ratings, age, potential, and historical stats. 10 is the highest ability and 1 is the lowest. This is partially why there can be a long load time. The next col is $Rat. This takes that players salary and compare it to other pitchers or players in the assn and ranks them on a scale of 1-10. 10 is a great value (low salary) and 1 is a bad value (high). Free Agents automatically get a "0" for this field. The remaining cols are Ratings and stats. Front Office Accounting Report This addin comes from the Front Office. These folks are not necessarily the most athletic; there are strictly number crunchers. What this addin does is it takes each of the players on your team, compares that players ratings with other players of similar age and ratings, and determines whether they are "overpaid", "underpaid", or "average". I added "Slightly Overpaid", "Slightly Underpaid", "Grossly Overpaid", and "Grossly Underpaid". The order goes from "Grossly Underpaid" < "Underpaid" < "Slightly Underpaid" < "Average" < "Slightly Overpaid" < "Overpaid" < "Grossly Overpaid". In my world, if you are in the the grossly overpaid column, pack your bags kid. I like to use this as a 2nd opinion to control my payroll and keep it down so I can sign that big FA should he come along. I havnt added any ratings or stats to this one. Not sure how necessary it is, but it can be done. Best Player By Pos This addin is nothing more than a way to get players with the best stats from a certain position. You get asked 3 quesitons for this one. "Which year" defaults to the current year. A side note though. If you run this addin before games are played for that current year there are no stats, so use the last year. Which Position? Use 2 thru 9 (dont use 1 I dont think it will work) Where 2 is Catcher, 3 is 1b, etc (everyone know this dont they? I was thinking of adjusting this addin so once you load it you could have all the positions available by clicking it within the loaded addin. Maybe thats todays project. "How Many At bats" Its sorted by stats, so If you are further along in the season use a larger number like 100 or so, just so you dont get clouded by a player with a few Ab's. I am in desparate need of a good catcher so I have been using this one to find me one with more than 5 hrs a season. No luck so far - no one wants to trade with me.
|