2010
07.18

Another great year for computer games has passed and I should really have written a game-of-the year for 2009. However, for several reasons I was unable to decide on the best game of 2009. Due to finishing my PhD, I am also half a year too late with this post. Nevertheless, spreading the word about good games is never too late :)

Why not a game of the year 2009?

Borderlands (Gearbox)

First, there are a lot of the great games that were released in 2009 that I have not played yet. (1) I do not own a PS3 and I have therefore not been able to play for instance Uncharted 2, Killzone, Demon Souls, and so on. (2) I have not been able to buy all the great games from 2009. I still do not have Batman: Arkham Asylum, Forza Motorsport 3, Fifa 10, and Empire: Total War. (3) Of the great games I do own, there were several that I was unable to try in 2009, like for instance Assassin’s Creed 2, Left 4 Dead 2, Anno 1404 (Dawn of Discovery), Dragon Age: Origins, Men of War, and Borderlands.

Second, I can’t really decide between the games I did play. I guess the problem is that there are so many good games that it is a bit difficult to find a game that  really stands out from the crowd.

What I played

Lately, I have played a lot of Call of Duty Modern Warfare 2 and it is quite fun. However, for the way Infinity Ward and Activision have ignored us PC-games, I cannot say Modern Warfare 2 is even a contender for GotY. The game is pretty much Call of Duty 4.5 as the single player is short and uninteresting. I agree with Michael Pachter who said that the four hour story of MW 2 was “as lame as any story I’ve seen in any game” (Bonus Round @ 17.00). The multi player is more of the same (still great fun though), but it lacks dedicated servers, has a lot of cheaters, allows only 12 or 16 players per game, and does not allow user mods.

X3 Terran Conflict (Egosoft)

Next up is X3: Terran Conflict. I played this quite a lot during the summer, but I have not played it in a long time. However, watching Star Trek made me want to fire it up again. Even though the game is very interesting and made me remember the depth of PC-games, it does have a few to many small problems to be a game of the year. It was furthermore released in 2008. In addition to being a great game, I must applaude the developers at Egosoft for constantly updating the game, and releasing new content for FREE (the money-hungry suckers at Activision should take note).

I also played quite a lot of Left 4 Dead, Call of Duty 5: World at War, and Fallout 3, and a bit of Far Cry 2, World of Goo, and Red Alert 3. All these were good games, but all of them were released in 2008. I guess I played more CoD 5 than anything, but Fallout 3 was probably the best game. On the Xbox I played Resident Evil 5, Guitar Hero: Metallica, and Red Faction: Guerrilla. Then of course, I also played through Saints Row 2, Dead Space, and Mirror’s Edge from 2008. All of these were quite good but perhaps not really game of the year material.

Mirrors Edge (Dice)

Mirrors Edge (Dice)

Finally, I would like to dedicate a thumbs up for all the new intellectual property we have seen in 2009. Batman, Borderlands, Mirrors Edge, Dead Space, and (to some extent) Dragon Age Origins were new intellectual properties released during the last year or so. Even though Mirrors Edge and Dead Space did not sell as much as EA anticipated, I really encourage them to make another. I really enjoyed them!

2010
06.20

I have earlier tried to explain how to get around the Java related issues with BankID and Firefox on Ubuntu (1, 2, and 3). However, it seems that every new Ubuntu release introduce a change or two that forces us to fix something. BankID seems to require Sun‘s JRE. However, this JRE is not part of the standard repository (OpenJDK is). Below I’ll provide a short step-by-step guide to fix the problem in Ubuntu 10.04.

First, add a repository that contains Sun’s JRE. You may go to the Synaptic Package Manager and select “Settings->Repositories->Other software->Add” and paste the following: deb http://archive.canonical.com/ lucid partner, or type the following command into your console window:  sudo add-apt-repository “deb http://archive.canonical.com/ lucid partner”.

Second, you should now be able to install sun-java6-jre, sun-java6-fonts and sun-java6-plugin through either Synaptic or sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts.

Third, make sure that you remove the openjdk. In Synaptic remove openjdk-6-jre-lib and openjdk-6-jre.

Finally, set the sun-java6-jre to be your active jre by typing the following in your console: sudo update-alternatives –config java. Then select the right jre (/usr/lib/jvm/java-6-sun/jre/bin/java). It should most likely be “0″.

2010
06.06

It has been way, way to long since I posted something here. I have handed in my PhD thesis, I am about to defend it, and I have started a new job (more about this later). For these reasons, I have been quiet for way too long.

However, a few of the recent pre-E3 trailers have caught my attention and I wanted to share them. If you follow the gaming scene you have most likely seen them. If not, enjoy the folowing videos:

  1. Deus Ex Human Revolution
  2. Brink
  3. Tom Clancy’s Ghost Recon: Future Soldier
2010
02.15

I have previously written about my efforts to see tv (NRK) over the Internet on Linux. While working on my thesis I had to watch a bit of the Olympics (as a distraction). Luckily, NRK streams most of the events over the Internet. Unfortunately, they have decided to use Silverlight version 3 to stream content from the Olympics.

This does not work right out of the box with Ubuntu. Thanks to Anders S. Lund I found the solution, which was to install an alpha version of Moonlight:

  1. Remove the Firefox-VLC plugin: “sudo apt-get remove mozilla-plugin-vlc”
  2. Remove previous versions of Moonlght: In Firefox goto Tools -> Add-ons -> Extensions
  3. Download the most recent version of Moonlight: http://www.go-mono.com/moonlight/prerelease.aspx
  4. In case of sluggish performance, turn of all effects by closing the browser and using the following command: “MOONLIGHT_OVERRIDES=effects=no firefox

See the following link for more information/troubleshooting.

MOONLIGHT_OVERRIDES=effects=no firefox
2010
02.13

When writing (LaTeX) and programming I normally use Eclipse. To backup the code and text I use Subversion and the Eclipse plug-in Subclipse. The Ubuntu repository has for a long time had a dated version of Eclipse. However, when I reinstalled one of my computers yesterday I saw that Eclipse 3.5.1 was available through the repository. However, this version came whitout Mylyn and GEF (two Eclipse frameworks required by Subclipse). So if you want to install Subclipse (http://subclipse.tigris.org/update_1.6.x), you have to install Mylyn (http://download.eclipse.org/tools/mylyn/update/weekly/e3.4) and GEF (http://download.eclipse.org/tools/gef/updates/releases/). In Eclipse, go to “Help”, “Install New Software” and paste the links to the links available in parenthesis, or go to the respective framework’s web pages and find the most recent release.

If you have problems setting up a SVN connection using Subclipse, I might have the solution, or if you want to know more about how to set up Eclipse as a LaTeX environment, check out one of my previous posts.