Slashdot Mirror


User: El_Muerte_TDS

El_Muerte_TDS's activity in the archive.

Stories
0
Comments
1,435
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,435

  1. Re:I'm no expert, but... on A New Spin on Open Source Business Models · · Score: 4, Funny

    You must be new to slashdot. After you get a bunch of people, you do three full stops, and then you've got profit.

    To summarize:
    1) get a bunch of people
    2) ...
    3) profit

  2. Re:The operative word here on A New Spin on Open Source Business Models · · Score: 1

    hmm... I though it was all about swirls and swooshes

  3. Re:cutscenes on Games Already Filling Blu-Ray Discs · · Score: 3, Interesting

    Prerended cutscenes are so 90s. I though the PS3 was powerful enough to give us high quality in game rendered cut scenes.
    Besides that it's always nicer to stay within the game's world representation instead of getting a completely different view during the game.

  4. Seamonkey on IceWeasel — Why Closed Source Wins · · Score: 5, Insightful

    Just like how Firefox fragmented the Mozilla userbase?

  5. No ownership. on The Changing Face of Gaming · · Score: 3, Insightful

    Yes, in the future you will no longer own a copy of a game. Instead you lease (or maybe even rent) a copy (for the same price as you previously owned a copy). Even with hard copies of games you will find yourself locked out in the future because it requires an online activation.

  6. Screw you Sony on EU 'Happy' To Wait For PS3 · · Score: 0, Flamebait

    With an attitude like that you will be waiting a long time before I will consider being one of your customers. Screwing over customers is one thing, but claiming that we're happy with it is a completely new game.

  7. Re:$10 Million on Mixed Impressions For Gears of War · · Score: 1

    Epic is also working on UT2007 simultaneously. There are people at Epic that only work on GoW, people that only work on UT2007 and people than only work on UnrealEngine3. Some people might work on GoW+UE3 and some on UT2007+UE3.
    So it's $10M in total

  8. Suitable quote from GTA Vice City: on New ESRB Legislation in the Works · · Score: 1

    "Rated R; for retarded"

  9. Roberta Williams? on The 100 Most Influential Women in Gaming · · Score: 4, Insightful

    And besides that, wtf would influential in gaming mean? Every part considering gaming? In that case Hillary Cliton should also be on that list.

  10. Mobygames on A Definitive List of Gaming Genres? · · Score: 1

    What's wrong with the mobygames category listing?

  11. You don't have to on Why All The Hype About 0day? · · Score: 1

    Either you care or you don't and get abused and will take your responsibility when your machine is being abused to abuse other machines.
    Take your pick.

  12. Re:ROTT on 'Quantum Leap' Awards For FPS Games Revealed · · Score: 1

    And the first to have jump pads or a proper element of height.
    And the first, and maybe only, to have a random level generator.

  13. Steve Polge on Gamers That Became Pioneers · · Score: 4, Informative

    How about Steve Polge, probably unknown to many. He created the Reaper Bot for Quake which got lead him to a job at Epic Games working on the A.I. for Unreal at the basics for Botmatch which in the end resulted in Unreal Tournament.

    Clearly a gamer that became a pioneer, but yet remained fairly unknown to many.

  14. Re:Browzar is based on IE? on New Web Browser Leaves No Footprints · · Score: 5, Informative

    Well, it does require at least MSIE 5.5 in order to run.
    So yes, this is only a new frontend.

  15. Re:Nothing new on New Web Browser Leaves No Footprints · · Score: 0

    The feature is also available directy from the "Tools" menu.

  16. Pay now for 10 years or ... on ICANN OKs Tiered Pricing for .org/.biz/.info · · Score: 0

    pay next year for the same price.

    Well at least my kneecaps are safe.

  17. Re:You don't have to play all 10 hours on Crysis to Feature 10 Hour Multiplayer Matches · · Score: 1

    In single player games the game won't go on when the player is not playing. You won't mis any of the action.
    From the description of this game mode the game could last way over 10 hours when the teams are balanced. A simply CTF game with a cap of 3 can last a couple of hours.

  18. Re:Sense motive checks abound on Mozilla Developers Invited to Redmond · · Score: 3, Interesting

    It would be nice if Microsoft simply included a branded version of Firefox with Windows Vista. (e.g. one with MSN search as default search engine instead of Google).

  19. Re:So who paid for the survey? on PS3 Predicted to Lead Market Through 2011 · · Score: 5, Funny

    It's a survey by the Yankee group, so it must be Microsoft.

    Wait a minute... wasn't the PS3 from Microsoft's compeditor?

  20. Oh come on on ESRB Ratings Promoted by Georgia Attorney General · · Score: 1

    How difficult are these ratings anyway: http://www.esrb.org/ratings/ratings_guide.jsp

    The only requirement to understand them is that you are able to read. So I guess the ESRP ratings have a 8+ rating themselves.

    Any game that has an M or Ao rating might not be suitable for kids (but this is up to the parents to decide).

  21. Is that even possible? on VirtualDub Author Stymied by Trademark Troll · · Score: 1

    Don't know anything about German trademark law, only a bit about the Dutch law, and ofcourse IANAL, but doesn't a registered trademark only give you (legal) protection against competitors using that name for their brands?
    You would need to have a copyright on a word in order to prevent people from using it and that's not possible afaik.

  22. Wrong headline, it should be: on Jack Thompson Files Take-Two, Rockstar Lawsuit · · Score: 1

    Game bully wants copy of Bully game.

  23. Drop an engine and write own renderer. on Too Human No Longer an Unreal 3 Title? · · Score: 3, Informative

    Then what about the rest of the engine. A game engine is more than just whatever you put on the screen. If you drop a complete engine you'll also have to implement the rest. Switching an engine is a bad idea when you already did a lot for the game. Dropping an engine and rolling your own is just plain stupid.

  24. So... the ESRB is broken, then what about... on The 'Truth in Videogame Rating' Act · · Score: 1

    other rating institutions. It's not like the US is the only country with a game rating system. Maybe they should look how the other do it. For example, check out the procedure they use at PEGI. Apperently they managed to label Sand Andreas as 18+ and Oblivion as 16+.

  25. Re:Huh on So How Do You Code an AJAX Web Page? · · Score: 1

    There is nothing wrong with the HTML button element (well, except that MSIE doesn't understand completely).

    <button type="submit" onclick="doAjaxStuff(); return false;">submit my input</button>

    works perfectly and is far superior to the lousy <input type="submit" value="submit my input" /> variant.