Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Which has long been his position (Score 1) 403

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.

Comment Re:DRM by any other name still smells of stale egg (Score 1) 232

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.

Comment Re:DRM by any other name still smells of stale egg (Score 1) 232

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.

Comment Re:Exactly (Score 1) 830

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.

Comment Re:This is NOT an intellectual exercise (Score 1) 422

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.

Classic Games (Games)

Submission + - What are the best free games online?

almostdead writes: CNET has just put up a story about what it thinks are the best online flash games of all time. These include, Line Rider, Bejewled, Desktop Tower Defense and Portal, all of which I enjoy playing a lot. But my thirst for free games is peaking at the moment, probably due to an incredibly boring job and lack of imagination. Can you suggest any more good free games online? I don't mind which genre but if they can fill the void between the endless amount of work that gets dumped on my desk, I would really appreciate it.

Slashdot Top Deals

"Experience has proved that some people indeed know everything." -- Russell Baker

Working...