Slashdot Mirror


User: drzhivago

drzhivago's activity in the archive.

Stories
0
Comments
182
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 182

  1. Re:looks like lucas art's gaming division has matu on Star Wars Galaxies · · Score: 1

    You failed to mention BioWare is developing a single player RPG called Knights of the Old Republic. That game looks sweet! It was being shown in a private meeting at E3.

    LucasArts is doing a very good job of realizing that they can't make games anymore, but there are others who can make them (and make them good!)

    Greg

  2. Re:That doesn't exactly validate your claim on Microsoft Bootstraps "Matrix" Game Rights Purchase · · Score: 1

    I'm not sure when Tomb Raider was released for Saturn, but the exclusive Sony deal did not include the PC. It was only consoles, and it may have only been that it doesn't show on Nintendo's console (N64).

    I guess it really doesn't matter, that was just one of a few examples that console game exclusivity can be bought.

    I think Metal Gear Solid 2 can be added to the list as well. MGS2 is a Playstation 2 exclusive. The XBox is getting a version, but not an exact port of MGS2.

    Greg

  3. Re:Isn't this ripping of off Quake on Worlds.com Patents Quake-like Games? Kinda. · · Score: 1

    Actually, John Carmack GPL'ed the entire Quake source code about a year and a half ago. It wasn't Open Source initially, but it is now.

    Greg

  4. Re:More Mac Games Now? on OS X · · Score: 1

    Your two-button mouse will work fine out of the box, but there are hardly any apps that will work using the wheel. The only one I could find was IE, but the IE for OSX is slow and a CPU hog right now. Not even the Finder works with the wheel.

    Greg

  5. Re:A question for lawyers on Sauce for the Gander: Aimster Uses DMCA to Its Advantage · · Score: 1

    Bringing down the DMCA is a small price to pay for shutting down Aimster? I think it would be a very very large price. At that point:

    1. DeCSS would then be legal to own and use.
    2. SDMI Hack challenge results would be easily accessable, causing SDMI to die a nasty horrible death.
    3. Probably many other situations that I can't remember.

    Greg

  6. Re:Wouldn't it be cool? on Cross Platform Packaging: A Dream Or Something More? · · Score: 1

    Can I modify what I said about smart installers then? And change it to compile when the user wants to compile the application, and install it when the user doesn't want to compile or can't compile it.

    Also, I agree with you about Linux. I would actually prefer dl'ing precompiled applications. But if the source is all that is included it should still be easy for me to install.

    Greg

  7. Re:Wouldn't it be cool? on Cross Platform Packaging: A Dream Or Something More? · · Score: 1

    Is it even clear that a package manager should be dealing with compilation? Remember, most (95%?) Win32 users don't have a compiler. Also, I've never seen an installer on Win32 run the compiler for me. A Linux environment is quite different from a Win32 one. A smart cross-platform installer would know when to install an application and when to compile it, taking into consideration that platform's users. So the Linux install would compile the application based on the kernel/etc, and the Win32 would install itself without compilation, and come with the necessary redistributables. Greg