View Single Post
Old 25-11-2008, 10:44 AM   #39 (permalink)
anselmoso
Rookie
 
Join Date: Nov 2007
Location: switzerland
Age: 31
Gender: Male
Posts: 150
Default

It would be nice to include the following:

- Include the quitted matches in the match statistics. Right now only finished matches appear in the statistics. You send those results by email, so why not include them in the statistics in the game and on EA sports world?

- Show the skill points and current level in the profiles on EA sports world.

Also I think the way quitted matches are counted should be refined.
The problem is that you're given a loss when quitting even when you're leading before the game quits. I think EA should do something like this:

if (player.disconnects())
....if (player.isLeading())
........//assume player didn't interrupt intentionally
........if($gamestatus.minutes > 75)
............player.winsGame($currentStand);
........else
............player.countGameAsDraw();
....else
........player.losesGame($standardLosingStand)

Last edited by anselmoso; 27-11-2008 at 11:51 AM..
anselmoso is offline   Reply With Quote