Slashdot Mirror


Electronics Arts CEO Ousted In Wake of SimCity Launch Disaster

mozumder writes "The disastrous launch of SimCity took its first major toll, with EA CEO John Riccitiello being fired from his position and removed from the Board of Directors. It is unknown what effect this may have on the SimCity franchise or any future DRM of EA games, but clearly someone didn't think their cunning plan all the way through when they decided to implement always-on connections for single-player gaming."

8 of 427 comments (clear)

  1. Let me be the first (maybe) to say: by neminem · · Score: 4, Informative

    Yay!

    Also more likely the first to say: its != it's. Yay for slashdot editors.

  2. Fired? What? by Mashiki · · Score: 4, Informative

    The guy tendered resignation. The letter he wrote is in that link there. Besides of that EA has been all over the place in terms of performance for awhile. I picked up a few hundred shares at $12 ~6mo ago and sold them at $18.50, which while not a spectacular turn around was decent enough.

    --
    Om, nomnomnom...
  3. Poor guy will be living on the streets by hawguy · · Score: 5, Informative

    He'll somehow have to scrape by on 24 months of full pay (and stock vesting):

    http://www.polygon.com/2013/3/18/4120344/ea-ceo-john-riccitiello-quits

    As part of Riccitiello's separation agreement, he'll receive 24 months of salary continuation and continued vesting of unvested stock options until Nov. 30, 2013, with those options exercisable until Feb. 28, 2014.

  4. Re:Is this a first? by Anonymous Coward · · Score: 5, Informative

    Serious question... is this the first time an exec was ousted for a mistake with DRM?

    This isn't necessarily about DRM. EA is going to miss the financial projections they made at the end of Jan. He's leaving before the board and shareholders come after him with pitchforks.

  5. Re:Finally! by jbolden · · Score: 5, Informative

    A board of directors is generally responsible for things like regulatory issues. They may not even know what Sim City was until it became a PR disaster.

    Paul Vivek -- from GE
    Leonard Coleman -- from Heinz and baseball team owner (probably helps on sports licensing)
    Jay Hoag -- finance guy
    Jeffrey Huber -- adverting
    Maffei -- media
    Ubinas -- Ford
    Simonsian -- mobile expert
    3 ex EA guys

  6. Re:Finally! by jest3r · · Score: 5, Informative

    Riccitiello's 10-point plan to Success

    1. Buy Franchise
    2. Water Down Experience for Casual Players
    3. Add Online
    4. Add Co-op
    5. Add Gritty Camera Filters
    6. Overwork Developers
    7. Pretend Game is Finished
    8. Add DLC / Make Old Features New by Converting Them to DLC
    9. Pay for Good Reviews
    10. Hype the Fuck Out of The Game

  7. Re:When will the non-DRM version of sc5 be availab by Gorobei · · Score: 5, Informative

    It's not the DRM (a real screw-up) but the fact that the entire underlying game is borked.

    All that cool "model each sim, global structure emerges" rather than "model the global structure, visualize it with animations of sim" seems to be faked. All the fakery means the global structure of the game is just broken: you can't build a large functional city in any reasonable way.

    For example, sims leave work, drive home, and pick the first random house they see. They they get wealthy/educated for the next day based on the house they are in. Sure, you get some emergent structure, but it's nothing like a real city or even previous simcity games.

    Path-finding seems borked: shortest path is picked over fastest path. All your fire-trucks race to the single closest fire. Left-turns are a recipe for endless traffic jams. Forget using mass transit usefully.

    The YouTube videos show all this. It seems beyond fixing, unless they can revert to the old statistical simulation model somehow: one PC doesn't have enough compute to run a large city - they could offload to the cloud (ha, they aren't going that,) or rope the GPU into doing clever sim work (that's a research project.)

  8. Re:When will the non-DRM version of sc5 be availab by Stolpskott · · Score: 4, Informative

    I have a hard time accepting that. Rollercoaster Tycoon, released 14 years ago, was able to simulate a theme park with 1,000s of actors without too much difficulty. I remember the game was able to run pretty well on my Pentium 2 at the time.

    Comparing the processors, I see that today's i3s run about 100x more flops than p2. (i3 ~ 25 Gflops, p2 ~ 0.23 Gflops).

    Given the resources that EA/Maxis has (compared with 1 developer programming the whole thing), I think they probably could have programmed it to simulate ~100,000 citizens at acceptable speed on midrange hardware. So I think it probably boiled down to more a question of priority than possibility.

    Gorobei's point is that the simulation approach to SC5 is fundamentally different to the older "Sim" games - the older games, as you say, modelled the entire organism (theme park, in the case of Rollercoaster Tycoon) and generated the actors within that simulation based on a group of relatively simple statistical behaviours - a certain percentage will head for the next ride, a certain percentage will puke as they come off the rollercoaster (always a goal of mine when playing that game), some will go and eat, and so on. The graphics are then generated to put a visual representation on those statistical behaviours.
    SC5, on the other hand, turns that model upside down - now, instead of having a single simulated organism (the theme park or city) with a small number of centres for behaviour collection (rides in the theme park, city zones/buildings/events in Sim City) for which to generate the statistical behaviours that your actors will show, now each individual actor is their own organism - the model is too complex to resort to "averaging" and modeling the overall system, but it is not complex enough to give each actor enough behaviours to be able to form creative solutions such as taking a detour around a road block.
    In that sense, SC5 is going in the right direction, but until the models for the actors are complex enough that they can appear semi-intelligent, the gameplay result is going to feel inferior to what it has replaced.