Changing player skill ratings

Maximum-Football 2.0 is the latest and greatest release from the acclaimed sports management video game studio, Wintervalley Software. Bringing a whole host of new features like full Xbox 360 controller support, full DirectX 9.0 utilization, and scores of other upgrades and improvements, Maximum-Football 2.0 delivers on gameplay and fun like a bullet pass through double coverage. Like its predecessor, Maximum-Football 2.0 allows players to experience the thrill of managing a team in any league!

Moderator: David Winter

rcleslie
Posts: 123
Joined: Wed Jun 07, 2006 10:46 pm

RE: Changing player skill ratings

Post by rcleslie »

jd, Your random height generator worked like a charm. I was then able to run your editor with no sweat. I will have to alter some of the heights -- they can't all be NBA centers -- but that is a minor issue compared to the tedious labor your generator has rendered unecessary.

Now here is a question you might be able to answer: does your random height generator produce a normal or a rectangular distribution of heights? The reason I ask is that it might be applied to generating ratings distributions for all skills, and perhaps used to set distribution parameters (probably just the means) so as to create teams of varying character and strength. At the very least it would be interesting, with, e.g., an entirely fictitious college conference to create two or three "top" teams, one or two "doormats" and the rest "good" to "not too bad", etc. without having to edit each entire roster. Just a thought. I have no idea how involved that might be.

Apart from such pipe dreams I again thank you for your help! You should get a promotion!
User avatar
jdhalfrack
Posts: 293
Joined: Mon Oct 22, 2007 3:02 pm
Location: Springfield, IL
Contact:

RE: Changing player skill ratings

Post by jdhalfrack »

jd, Your random height generator worked like a charm. I was then able to run your editor with no sweat. I will have to alter some of the heights -- they can't all be NBA centers -- but that is a minor issue compared to the tedious labor your generator has rendered unecessary.

That's what my aim was. I figured that some (or many...) of the heights would be weird, but I just wanted you to be able to use the editor. [:)]
Now here is a question you might be able to answer: does your random height generator produce a normal or a rectangular distribution of heights?

[&:] I'm not sure what that means. [&:] Basically, it just took a random number between 65 (5'5") and 84 (7'0") for each player and applied it to the player. It then saved the league database.
The reason I ask is that it might be applied to generating ratings distributions for all skills, and perhaps used to set distribution parameters (probably just the means) so as to create teams of varying character and strength. At the very least it would be interesting, with, e.g., an entirely fictitious college conference to create two or three "top" teams, one or two "doormats" and the rest "good" to "not too bad", etc. without having to edit each entire roster. Just a thought. I have no idea how involved that might be.

While, I am not sure 100% you are saying, I do think you can do some of what you are asking already with the editor I have made. If not, write it in a little bit more specific terms of what you want (I'm kind of stupid... so explain it REAL easy to me [;)] ), and I'll see what I can do with future versions of my editor, or something else.
You should get a promotion!

[:)] Thanks for the vote of confidence. I do aim to please. [:)]

JD

[center]Image

Latest Max FB Databse Editor: Max FB Database Editor (v 1.7.0)[/center]
Marauders
Posts: 4428
Joined: Thu Mar 17, 2005 5:37 pm
Location: Minnesota

RE: Changing player skill ratings

Post by Marauders »

Basically, it just took a random number between 65 (5'5") and 84 (7'0") for each player and applied it to the player. It then saved the league database.
 
He was asking if it was just random, on a bell curve, or had another variable.
 
Perhaps 68 to 80 inches would give better overall results.  There are not many 5'5" or 7'0" players in football.  Well, not for adult teams anyway.
User avatar
jdhalfrack
Posts: 293
Joined: Mon Oct 22, 2007 3:02 pm
Location: Springfield, IL
Contact:

RE: Changing player skill ratings

Post by jdhalfrack »

He was asking if it was just random, on a bell curve, or had another variable.

Perhaps 68 to 80 inches would give better overall results.  There are not many 5'5" or 7'0" players in football.  Well, not for adult teams anyway.

OOOOOOH, duh.... You know, I didn't even think about that. Of course I should have made it peak in the middle (or around 6'3"ish) and spread it out in a bell curve.... god I AM an idiot...

Well, I added a random option to my global edits on the next version of my editor... now I will have to go back and add the option to make it a bell curve random with the user allowed to pick the spread and the center. That makes so much more sense now! Thanks guys! [:)]

JD
[center]Image

Latest Max FB Databse Editor: Max FB Database Editor (v 1.7.0)[/center]
Marauders
Posts: 4428
Joined: Thu Mar 17, 2005 5:37 pm
Location: Minnesota

RE: Changing player skill ratings

Post by Marauders »

JD, you are always so enthusiastic.
 
With so many positive waves, maybe we can't lose, baby!
 
Woof woof woof!
 
 
 
rcleslie
Posts: 123
Joined: Wed Jun 07, 2006 10:46 pm

RE: Changing player skill ratings

Post by rcleslie »

JD, I was going to say that Marauders was right about the two curves and try to write something explaining that a bit more. Fortunately you caught on without my having to do that. My family tells me that my explanatory style is "disertational" so you have saved yourself and anyone else reading this part of the forum from a probable bore.

To answer the more important question re what I want to do:

1. I like simulating college and/or high school seasons, thus
2. I don't have a whole lot of use for the pro draft structure for my own team (although it will do).
3. What I would like to be able to do is begin a season with a first practice/try-outs group of 75-85 players whose ratings in all categories are normally distributed (i.e., fit a bell curve)and are not already keyed to positions. Then I can study the rating profile for each player and decide what position or positions that player will play. (I would love it if some could go both ways, D and O.
4. I don't much care what the other teams do - they can use the draft, etc. and will be coached by the AI. I am doing this solitaire.
5. I suppose the easiest way to do what I want within the current game structure is to run the draft for all teams (even mine) and then generate a normal distribution of skill ratings for my own roster using something like JD's program. A normal distribution generator would be a real benefit.
6. I have never finished a season and then played another without resetting the league for one reason or another - usually due to installing a new patch or update. The point being that I haven't experienced what happens re roster changes from one season to the next. I am assuming I can work around that as long as I can print and edit my rosters which I can now do thanks to everyone's help! SO...if this explanation is clear enough...any ideas?

Thanks again JD, Marauders, DW, and all.




User avatar
jdhalfrack
Posts: 293
Joined: Mon Oct 22, 2007 3:02 pm
Location: Springfield, IL
Contact:

RE: Changing player skill ratings

Post by jdhalfrack »

Okay, not to bring up an old topic, but I completed the "normal distribution" option of my editor when it comes to randomly assigning skill attributes. It's pretty sweet. I'm not sure why I didn't do this earlier. Anyway, with the Max FB update coming out "soon," I may just release what I have done now and finish the stats editing portion for the first release after the new update.

Anyway, thank's rcleslie for the idea!

JD
[center]Image

Latest Max FB Databse Editor: Max FB Database Editor (v 1.7.0)[/center]
rcleslie
Posts: 123
Joined: Wed Jun 07, 2006 10:46 pm

RE: Changing player skill ratings

Post by rcleslie »

jd,

I have finally made use of your distribution utility and it does everything I want and then some. Thanks again!
User avatar
David Winter
Posts: 5158
Joined: Tue Nov 23, 2004 10:51 pm
Location: Vancouver, BC
Contact:

RE: Changing player skill ratings

Post by David Winter »

Re: Player Height.
According to DW this parameter does not figure in the algorithms that determine play outcomes, so I suspect it may not be a high priority item.

I'm not sure when I said this, but if I did, I misspoke. Player Height can impact play results. In the 3D game, Height can impact the success of passing plays. Taller receivers can catch balls that might be slightly overthrown, whereas a shorter receiver may not be able to catch it. A shorter QB may not be able to throw over linemen as well as a taller one.
"They're not dolls. They're action figures. Valuable Action figures!"
Marauders
Posts: 4428
Joined: Thu Mar 17, 2005 5:37 pm
Location: Minnesota

RE: Changing player skill ratings

Post by Marauders »

No wonder all of Shaggy's receivers are 7' tall!  That bastard!
 
[;)]
User avatar
DreamTeams
Posts: 520
Joined: Fri May 19, 2006 4:00 pm

RE: Changing player skill ratings

Post by DreamTeams »

Re: Player Height.

I'm not sure when I said this, but if I did, I misspoke. Player Height can impact play results. In the 3D game, Height can impact the success of passing plays. Taller receivers can catch balls that might be slightly overthrown, whereas a shorter receiver may not be able to catch it. A shorter QB may not be able to throw over linemen as well as a taller one.

I love this.
quixian
Posts: 151
Joined: Fri Feb 16, 2007 2:08 am

RE: Changing player skill ratings

Post by quixian »

Player Height can impact play results. In the 3D game, Height can impact the success of passing plays. Taller receivers can catch balls that might be slightly overthrown, whereas a shorter receiver may not be able to catch it. A shorter QB may not be able to throw over linemen as well as a taller one.

Great, now I've got to fix all my player heights and weights for my NFL roster....[;)]

Was hoping I could let that go for a little bit. But, it proved I wasn't crazy when I thought the 6'2 330 version of Randy Moss I came across in playtesting was a bit less than dominating... [X(]
Post Reply

Return to “Maximum-Football 2.0”