Slashdot Mirror


User: asretfroodle

asretfroodle's activity in the archive.

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

Comments · 75

  1. Re:This music is currently unavailable on Steam Music Now Accepting Beta Signups · · Score: 1

    It still does.

  2. Re:Seems like result would be higher price on Govt. Watchdog Group Finds Apple Misled Aussies On Consumer Rights · · Score: 1
  3. Re:Common sense on You Are Not Mark Zuckerberg, So Stay In School · · Score: 1

    English still has a distinction - I'd go to a joiner or cabinetmaker if I wanted some furniture made, not a carpenter.

    Perhaps the lack of distinction is a North American thing?

  4. Re:open a window on 'Wi-Fi Illness' Spreads To Ontario Public Schools · · Score: 1

    Schools are workplaces. It's not just students in there.

  5. Re:Civ was my offline game on Civilization V To Use Steamworks · · Score: 1

    Buying a disk doesn't help you if the game uses Steamworks though. I've been bitten by this with Empire:Total War and Just Cause 2. Looks like Civ 5 is off the shopping list.

  6. Re:Civ was my offline game on Civilization V To Use Steamworks · · Score: 1

    The install/activation limit can still apply with games on the Steam platform as well. It doesn't have any inherent advantage over other systems here. Products distributed via Steam are often still protected by another system such as Securom.

    The convenience you're talking about with Steam is also a common property of other digital distribution systems as well. Stardock's Impulse for example also lets you log in on another computer and download your games - just as convenient as Steam.

    Impulse has some advantages though:

    1. One-time activation - no need to keep checking if you're allowed to play it
    2. The Impulse client isn't required to play your games
    3. No need for an offline mode (see 2)
    4. Updates are opt-in instead of opt-out
    5. Offline activation method available - as long as you can get to another computer with internet access.
  7. Re:Civ was my offline game on Civilization V To Use Steamworks · · Score: 1

    These same benefits exist on other systems as well. Stardock's Impulse platform is pretty good at avoiding some of the pitfalls Steam has. On the other hand it still isn't quite as slick as Steam is.

  8. Re:Civ was my offline game on Civilization V To Use Steamworks · · Score: 1

    Civilization 5 will be released as a boxed version in retail stores as well. You will still be required to install Steam because 2K Games have chosen to use Steamworks with it.

    When you install Steam you are required to be connected to the internet for it to look for updates, and to sign in to, or sign up for, an account.

  9. Re:Virtual Box on Good, Portable "Virtual" Linux Distro? · · Score: 1

    sconeu's suggestion is still fine.

    Put the .VDI on the flash drive, and then run it in VirtualBox on whatever system they have at home. VirtualBox works on Linux, Windows or Mac so there shouldn't be too many problems.

    They don't need a linux computer at home, just a way to run the linux system he's using in the labs right?

  10. Re:Blame piracy on Future Ubisoft Games To Require Constant Internet Access · · Score: 1

    So, greater demand leads to lower prices?

  11. Re:No Star Wars game will ever compare to TIE FIGH on BioWare Targeting Spring 2011 For Star Wars: The Old Republic Launch · · Score: 1

    The "X" series is worth checking out if you're looking for something similar to Elite. X3: Terran Conflict is probably the best one to get - the interface has been greatly improved in it.

  12. Seems simple on "Loud Commercial" Legislation Proposed In US Congress · · Score: 1

    Just limit the maximum level of advertisements to the average level of the preceding show.

    It shouldn't harm the ads' dynamic range too much, since they effectively run at one level now - maximum.

    It also seems relatively simple for broadcasters to enforce.

  13. Re:Where to begin? on Indie Game Dev On the Positive Side To DRM · · Score: 1

    I remember playing the shareware versions of his Exile games when I was a kid - I was hooked on them then. They are fun games to play.

    It's a niche market he's going for, but if you're in that niche then his games will probably provide far more entertainment than most new releases.

    He also provides very generous demos of his games, so you can try out a good portion of them before deciding whether to make a purchase.

  14. Re:Which has long been his position on Stardock Declares Victory Over Demigod Piracy · · Score: 1

    Single player isn't all that great at the moment - just skirmish against some bots basically. It's okay, but if it's important to you then you're better off waiting. I think I remember reading on their forums that they're developing new single player content for a later patch.

    I haven't tried the online multi player yet, but I spent all day yesterday playing it on a LAN with two others. It was a fantastic amount of fun. Good pace (which can be adjusted in game), plenty to do, great team gameplay. If you're able to play it on a LAN then I'd definitely recommend it.

    They don't have any license restrictions for LAN play either. One copy can be used for everyone on the LAN.

  15. Re:DRM by any other name still smells of stale egg on Stardock, Microsoft Unveil Their Own New Anti-Piracy Methods · · Score: 1

    I wasn't asked to activate Galactic Civilizations 2 when I installed it. I just had to activate it to get the updates.

    So you should be fine when you want to install without an internet connection.

    It was a retail boxed copy though, I'm not sure whether the downloaded version would be the same.

  16. Re:DRM by any other name still smells of stale egg on Stardock, Microsoft Unveil Their Own New Anti-Piracy Methods · · Score: 1

    Stardock forces updates through the client as a DRM measure. That's why.

    They have made updates available as a standalone download in the past though, generally ones which fix bugs in the games. But to get all the patches they require you to use their client.

    To avoid having to download all the patches again on a reinstall they allow you to create a backup of the game from your currently installed version. You can restore from this archive later instead of reinstalling. I think it even packages up any extra content(mods/tweaks etc) you have as well. I'm not sure whether reinstalling from an archive requires an activation check though.

  17. Re:Huh? on Valve Claims New Steamworks Update "Makes DRM Obsolete" · · Score: 1

    Or alternatively, don't buy from Steam. Then he'd have been able to do exactly what he wanted.

    I picked up Empire: Total War not realising it required Steam in order to run. Steam has made playing it an uncomfortable experience.

  18. Re:Exactly on Apps That Rely On Ext3's Commit Interval May Lose Data In Ext4 · · Score: 1

    If you can't be bothered learning how the API works, then how about you use a library which takes care of it for you?

    Just because you're using a high level language doesn't mean you can ignore learning it's API.

    For example, from the Python docs:

    os.fsync(fd)
    Force write of file with filedescriptor fd to disk. On Unix, this calls the native fsync function; on Windows, the MS _commit function. If youre starting with a Python file object f, first do f.flush(), and then do os.fsync(f.fileno()), to ensure that all internal buffers associated with f are written to disk. Availability: Unix, and Windows starting in 2.2.3.

    If you're writing applications robustly, this is something you need to be aware of.

  19. Re:Oh good. on The Evolution of Python 3 · · Score: 1

    For null statements, Python uses the "pass" statement.

  20. Re:I'd actually check the usage if i were you.. on Entertainment Software Association Following RIAA? · · Score: 1

    They'll kick you off every time someone accuses you of infringing copyright? I'd be shopping for a new ISP if I was in your position.

  21. Re:This is NOT an intellectual exercise on Independent Dev Reports Over 80% Piracy Rate On DRM-Free Game · · Score: 1

    I've downloaded a lot of video games. I started back when I got an Amiga 500 about two decades ago. Video games have been a large part of my life during this period, probably to an unhealthy level at times. The constant supply of new titles provided to me by piracy has fed this obsession.

    Now that I have a much higher disposable income what do you think I spend it on? On my main interest of course - video games.

    Preventing my piracy would not have resulted in any additional sales for the industry, it's already got everything it could out of me. Preventing my piracy would only have helped break my obsession - leading to me spending my money elsewhere.

    Although I have pirated games, I find it hard to buy into the argument that I'm hurting the industry. I've spent a lot of money of video games, and I don't forsee that changing much in the future.

  22. Re:They're insane. on Vital Parts of Games As DLC? · · Score: 1

    That's the point. The second hand titles are the defective ones, not the new copies.

  23. Re:Ad-hominem on The Internet Is 'Built Wrong' · · Score: 1

    Because he hasn't raised much worth refuting?

    If I start yelling out how much you suck do you start detailing your life's accomplishments in order to refute me?

    His article simply states that the internet sucks, hastily backpedals, then picks on specific protocols built on top of the internet instead of the internet itself.

    His main gripe about the internet seems to be the lack of QoS controls throughout the network - that he can't download his youtube videos quick enough.

    There's just no content worth refuting in his article. It's much more fun to just attack the guy.

  24. Re:It's been happening in retail forever on Game Devs Using One-Time Bonuses to Fight Used Game Sales · · Score: 1

    Yeah, but at least with cars you can still buy insurance for a second hand one. Almost anything you can get with a new car, you can get with a second hand car - as long as you're willing to pay for it.

    From what I've seen so far there won't be any similar market for these extras with video games.

    Maybe Oblivion works the way I'd like though? An original purchaser can't pass on downloadable content, but second hand owners can still choose to buy it. Is that right?

  25. Re:Another such incentive... on Game Devs Using One-Time Bonuses to Fight Used Game Sales · · Score: 1

    People don't see them as consumables though. It's company policy which makes the extra content a consumable, not because it's technically impossible to pass it on. Hence the accusations of greed.