Slashdot Mirror


Bringing Ultima Online To The Masses

Thanks to GameSpy for their section featuring extracts and articles centered around the previously Slashdot-mentioned new book, Dungeons And Dreamers, which discusses "the rise of computer game culture" through figures such as Ultima creator Richard Garriott. The feature includes a three part extract from the book, dealing with "the trials and tribulations Richard Garriott and his team at Origin underwent in order to bring Ultima Online to the masses." There's also an interview with the book's authors, as well as a chat with Garriott himself, in which he trails his new NCSoft-backed massively multiplayer title, Tabula Rasa, which he says "combines MMP with story-based scripted adventures for parties of players."

18 comments

  1. Re:gfdg by FinestLittleSpace · · Score: 0, Offtopic

    Move away sire, I was first. I will now slay you with my mighty 1044hp sword.

  2. hmmm by falcon5768 · · Score: 0, Troll
    brought Ultima Online to the masses??? gee my mac was never able to run it??

    Eh I will go back to Lineage, at least NC soft lets us Mac users play that.

    I must say it is quiet annoying that in this day and age of code being easily compiled for multiple platforms, still very few MMORPGs out there for mac users, with online Lineage, Everquest, and Shadowbane, along with a few much smaller ones.

    The one that pisses me off the most at not getting is Uhr.

    --

    "Slashdot, where telling the truth is overrated but lying is insightful."

    1. Re:hmmm by WinnipegDragon · · Score: 2, Insightful

      Ummm... In the gaming world 'to the masses' clearly excludes Mac users. 5% of the desktop market does not 'the masses' make.

    2. Re:hmmm by falcon5768 · · Score: 1
      ah but the masses means everyone, excluding mac and linux/ unix users is NOT the masses either

      what would have been correct would have been bringing the game to the large segment of windows users, not saying the masses

      --

      "Slashdot, where telling the truth is overrated but lying is insightful."

    3. Re:hmmm by WinnipegDragon · · Score: 1

      Touche' good falcon. I concede the point. Allow me to make this rebuttal, however. In the words of a wise man, Aristotle I believe, 'Macs are teh suxxors!'

    4. Re:hmmm by Anonymous Coward · · Score: 0

      ah but the masses means everyone, excluding mac and linux/ unix users is NOT the masses either

      Mac and Linux have 3-5% of the desktop market. Go kill yourself, you don't matter.

    5. Re:hmmm by Anonymous Coward · · Score: 0

      It should of read "unwashed masses". That would explain just the PC users.

    6. Re:hmmm by falcon5768 · · Score: 1
      I'm going to refrain from saying anything about that but while you guys cant see I will be secretly snickering in the corner.

      See my big problem is that porting games is not hard, especially when a huge chunk of the games out there are still coded on the Mac, its mot very hard to re-compile the data to run on other systems, especially when unlike on the PC a huge chunk of your problems with configurations and such are gone since a lot a Apples stuff is standardized with a much more limited amount of 3rd party cards and such to worry about causeing bugs.

      Active X used to big a big problem, since there was for some time no program to convert Active X controls to Mac, but that has also changed.

      While I love the 3 month wait time from PC release to Mac release, since it both gives me a wait period to see if A) the game is good, and B) get rid of the huge amount of bugs Games always have since they are pushed through, the truth is that its not so hard anymore to compile for both platforms.

      --

      "Slashdot, where telling the truth is overrated but lying is insightful."

    7. Re:hmmm by PainKilleR-CE · · Score: 3, Interesting

      Active X used to big a big problem, since there was for some time no program to convert Active X controls to Mac, but that has also changed.

      ActiveX? Never a big problem with porting games, since game developers rarely (if ever) used it. Maybe application developers had big problems there, though.

      While I love the 3 month wait time from PC release to Mac release, since it both gives me a wait period to see if A) the game is good, and B) get rid of the huge amount of bugs Games always have since they are pushed through, the truth is that its not so hard anymore to compile for both platforms.

      Considering how much Windows supplies with DirectX in terms of allowing developers easy access to the hardware for sound and input, as well as graphics (though many still use OpenGL, and probably always will, especially when they intend for the game to be cross-platform), it's not quite as easy as you make it out to be. In theory it should be easy for everyone to develop for multiple platforms, but in practice it all comes down to what each environment supplies for you, and how much time you're willing to spend abstracting your core code from the interfaces with the OS. If you design it from the ground up to be multi-platform you should be able to release on subsequent platforms with a fairly short port and test cycle (with the port process becoming shorter for each subsequent platform in many cases), but you can't just develop a game and then at the last minute decide to recompile for OS X, as it's a change of operating system and architectures which could cause any number of unforseen consequences when not planned from the start.

      --
      -PainKilleR-[CE]
    8. Re:hmmm by falcon5768 · · Score: 1
      then explain the 3 to 6 month port times of games that where written for Wintel only by companies for the Mac, since most Mac games are not ported by the firm that created them (obviously some are built with the plans for them to be ported in the first place, Blizzard which has put out plenty of cross-platform games even subscibes to the multi-platform disk idea, which gives them major points in my mind) examples of this would be the huge number of games MacPlay ports over, many in 6 months or less with the longest being 9.

      Obviously if its a good game, its going to get ported, so why not put the code in ahead of time so it doesnt cost you more later.

      --

      "Slashdot, where telling the truth is overrated but lying is insightful."

    9. Re:hmmm by PainKilleR-CE · · Score: 2, Interesting

      then explain the 3 to 6 month port times of games that where written for Wintel only by companies for the Mac, since most Mac games are not ported by the firm that created them (obviously some are built with the plans for them to be ported in the first place, Blizzard which has put out plenty of cross-platform games even subscibes to the multi-platform disk idea, which gives them major points in my mind) examples of this would be the huge number of games MacPlay ports over, many in 6 months or less with the longest being 9.

      Any company that makes a good amount of money porting applications (or in this case games) to other platforms (in this case the Mac OS, in other cases to *nix) will have a set of tools that make porting easier, including searching code files for Windows-specific code (and replacing it in the cases where it's easy to automate, but at the least commenting it as such for ease in finding the offending code in text editors with find functions or in code editors with the functionality of highlighting specific comment types or even categorizing comments), having in-house libraries that replace or handle Windows-specific code for the given platform, and in general just having the experience from previous porting efforts. All of this is exactly why developers often outsource the porting process, because to do it in-house, despite the advantages of familiarity with the code base, would be much harder in many cases due to relative inexperience porting to the platform in question.

      Obviously if its a good game, its going to get ported, so why not put the code in ahead of time so it doesnt cost you more later.

      It depends on the trade-offs at hand and whether or not you actually expect there to be demand for a Mac port. If you believe from the start that the game might have a small user base or that there won't be demand from Mac or Linux users from the game, it might make sense to just go straight in with DirectX and never even think about the possibility of porting the game. The cost of using OpenGL and something like SDL may be higher for some development houses than using DirectX (though that's unlikely, unless your developers simply don't know SDL and OpenGL as well as DirectX), or performance tweaks may cost more on the other APIs (all of this from the design side, estimating costs rather than actual costs). But, in the end, it's always going to be easier for Mac developers to port the games than it is for Windows developers to have a cross-platform mindset. Additionally, it's even harder to convince corporations (rather than developers) that cross-platform means more sales when the market share and user base of the other platforms is estimated as being a very small percentage compared to Windows.

      --
      -PainKilleR-[CE]
    10. Re:hmmm by Colazar · · Score: 1
      What I find funny about your comment is that Garriott is now at NCSoft. So maybe he's bringing Lineage to the masses, instead? :)

      But seriously, as well as RPGs do on the Mac, I would expect MMORPGs to sell extremely well there. So my impression is that they're extremely hard to do cross-platform. But the first company to do it well is should rake it in. As frustrating as it can be on a bad day, I do still see a lot of Mac users playing Shadowbane. (And on a good day, it is still damn fun.)

      Note, I don't even count Everquest as a cross-platform MMORPG, since Mac users and PC users are on separate servers.

      --
      He decided to just watch the government, and kind of scale it down to size, and run his life that way. --Laurie Anderson
  3. What about by Pingular · · Score: 2, Insightful

    The trials and tribulations Richard Garriott and his team at Origin underwent in order to bring Ultima Online to the masses.
    The article completely fails to mention the fact that Richard Garriott and the Ultima Online team turned the largest and (in my opinion) best MMORPG ever into a waste of time for everyone involved, with players, having played for four years deserting it mere weeks after them bringing out the Age of Shadows expansion pack. For those unaware of what happened with Ultima Online, the Age of Shadows expansion pack irreversibly changed the game for the worse, causing floods of players to leave to other games, such as Everquest, Diablo 2 and Star Wars Galaxies. Leaving Ultima Online left a sour taste in mine, and I'm sure many other fans of the games mouths.

    --

    When anger rises, think of the consequences.
    Confucius (551 BC - 479 BC)
    1. Re:What about by Anonymous Coward · · Score: 1, Insightful

      I don't disagree with your assessment of the Age of Shadows expansion, but you can't blame that on Garriott. He left the company almost 2 years prior to that. In my opinion, that's when UO really started going downhill. Everything that was visionary about the game and everything that made it "an Ultima" has been slowly stripped from it ever since. I still consider UO the best MMO ever made, but that game died when Garriott, Long, Koster and others left. Now it's just another product in the EA catalog being run by people who know nothing about how to make a good MMORPG, much less an Ultima.

    2. Re:What about by ggwood · · Score: 1

      What was in the expansion which was so horrible? (I know nothing about UO I'm just curious perhaps it should be a caution for other game designers...)

      --
      a war on terrorism? How can we end a war on a method?