***PLAYER RATINGS***

Discussion about NBA Live 2003.

***PLAYER RATINGS***

Postby YUGO on Wed Mar 26, 2003 9:23 am

I was wondering is there like a formula to put the player's ratings, i know there was a topic about this but i couldn't find it
so help me please
or someone tell me what is the best way to do it (tricks or something
User avatar
YUGO
 
Posts: 107
Joined: Sun Mar 23, 2003 12:00 am

Postby YUGO on Thu Mar 27, 2003 2:28 pm

COME ON SOMEBODY ANSWER ME PLEASE !!!!!
User avatar
YUGO
 
Posts: 107
Joined: Sun Mar 23, 2003 12:00 am

Postby Untalkative Bunny on Thu Mar 27, 2003 3:29 pm

What in god's name are you talking about?
User avatar
Untalkative Bunny
 
Posts: 66
Joined: Sun Jan 12, 2003 5:14 am

Postby YUGO on Thu Mar 27, 2003 10:45 pm

SOMETHING LIKE THIS!!!: BUT IT DOESN'T WORK SO :?:

if Minutes > 199 then begin

(* Three Pointers *)
if (TPA < (10 + Minutes div 200)) then TPA := 10 + Minutes div 200;
TPRatingReal := 2.6 * sqrt (10000*TPM/Minutes + 1000*TPM/TPA);
TPRating := trunc (TPRatingReal);
if TPRating = 0 then TPRating := 2 * (ShootingRange - 12);
if TPRating < 0 then TPRating := 0;
if TPRating > 84 then TPRating:= 84 + (TPRating-84) div 2;
if TPRating > 99 then TPRating := 99;

(* Blocks *)
BlkRating := (Blks * 410) div Minutes;
if BlkRating > 99 then BlkRating := 99
else if BlkRating < 50 then BlkRating := (BlkRating * 8) div 5
else BlkRating := (BlkRating * 2) div 5 + 60;

(* Steals *)
StlRating := (Steals * 850) div Minutes;
if StlRating > 99 then StlRating:=99;

(* Off. Reb. *)
ORebRating := (ORebs * 530) div Minutes;
if ORebRating > 99 then ORebRating := 99
else if ORebRating < 50 then ORebRating := (ORebRating * 7) div 5
else ORebRating := (ORebRating * 3) div 5 + 40;

(* Def. Reb *)
DRebRating := (DRebs * 330) div Minutes;
if DRebRating > 99 then DRebRating:=99
else if DRebRating < 50 then DRebRating := (DRebRating * 7) div 5
else DRebRating := (DRebRating * 3) div 5 + 40;

end;

(* else use old ratings *)

if FTA > 19 then begin
FTRating := (FTM/FTA - 50) * 2;
for i:=0 to 20 do
if (FTA < 30 + i) and (FTRating > 90 + i/2) then FTRating := 90 + i/2;

if FTRating < 0 then FTRating := 0;
end;

(* else use old rating *)



primacy:
fga per 48 / 48
10 = .15 or less
20 = .20
30 = .25
40 = .30
50 = .35
60 = .40
70 = .45
80 = .50
90 = .55+

fatigue:
minutes times 2 until 35 minutes...
70 = 35
80 = 37.5
90 = 40+

rebounding:
rpg per 48 until 7rpg
70 = 7rpg
76 = 8rpg
82 = 9rpg
86 = 10rpg
90 = 11rpg
94 = 11.5rpg
98 = 12+rpg
User avatar
YUGO
 
Posts: 107
Joined: Sun Mar 23, 2003 12:00 am

Postby Untalkative Bunny on Fri Mar 28, 2003 5:34 am

Ah, yes... the faithful system of having the ratings of players based on stats. A great idea, I must admit, but it has been in discussion since Live 98 and never implemented by EA.

Shame.
User avatar
Untalkative Bunny
 
Posts: 66
Joined: Sun Jan 12, 2003 5:14 am

Postby YUGO on Fri Mar 28, 2003 6:50 am

Well I heard form a guy that he used a network adapter, what a hell is that and where can i get it ?
User avatar
YUGO
 
Posts: 107
Joined: Sun Mar 23, 2003 12:00 am

Postby Untalkative Bunny on Fri Mar 28, 2003 10:18 am

LOL... A network adapter to what... input stats? LOL! That's golden :lol:

A network adapter just allows you to network two computers together. Perhaps he played Live on one computer and had the second update the ratings for him in his season using Excel or Access. But even this sounds a little extreme.
User avatar
Untalkative Bunny
 
Posts: 66
Joined: Sun Jan 12, 2003 5:14 am

Postby YUGO on Fri Mar 28, 2003 12:08 pm

ahhhhh man !!!!!!

so there is no new formula whatso ever, i have to do it buy myself ?
User avatar
YUGO
 
Posts: 107
Joined: Sun Mar 23, 2003 12:00 am

Postby Untalkative Bunny on Fri Mar 28, 2003 12:23 pm

If I learn how to do it in Access, I'll be adding some sort of formula bar to the macro editor of my Toolkit, allowing you to make global changes to the database using a formula.

[This is IF I can learn how to do it in Access.]
User avatar
Untalkative Bunny
 
Posts: 66
Joined: Sun Jan 12, 2003 5:14 am

Postby YUGO on Sat Mar 29, 2003 7:34 am

OH NICE ! HURRY UP LOL :lol:
User avatar
YUGO
 
Posts: 107
Joined: Sun Mar 23, 2003 12:00 am


Return to NBA Live 2003

Who is online

Users browsing this forum: No registered users and 1 guest