Comet 1.2.5 and Renegade 2.1.1

Comet 1.2.5

  • Added option to hide the sidebar, making the layout “wide”
  • Updated basic.css
Renegade 2.1.1
  • Added option to hide the sidebar, making the layout “wide”
  • Updated basic.css

Battlefield Bad Company 2 – Single Player Impressions

Today Battlefield Bad Company 2 was released in the EU, and I got it. I played the beta for some time, but this was the first time I got my hands on the final game and the single player campaign.

The story is solid, the graphics gorgeous, destructible environments fun as hell (make your way through a city by blowing holes in walls), and the vehicle combat is still the best there is. What is not so fun is the save-system, which rely entirely on checkpoints. The problem is that it’s just too few checkpoints, so you have to redo areas that can take 5-10 minutes. At one point I had to redo such an area 6 times, and it’s a bit frustrating.

The enemy AI feels really good, with them hiding behind walls, throwing grenades, and generally try to blow up everything you try to hide behind. Your own team-mates (“Bad Company”) is less impressive. Sometimes they act like the “professional” soldiers they are supposed to be, but sometimes they will just blindly follow you around and let you run first into ambush after ambush.

The game let you drive a tank, man a mini-gun on a helicopter, man the gun on a Humvee, drive boats, call in air strikes, and pretty much let you destroy everything you can see. The single player is not too long–it took me about 6 hours or so to play through it all on normal–and it was  really good. It’s a nice mix of action, storytelling, and humour.

And that’s not even half of the game. The real game is the multiplayer, and it is even better.

(And for those wondering, yes, I have played Modern Warfare 2, and BFBC2 beats it by a mile.)

Simplicity

I’m working on a tutorial and wanted to make a block rotate 30 degrees, using CSS3.

Webkit browsers:

-webkit-transform: rotate(30deg);

Internet Explorer:

filter:progid:DXImageTransform.Microsoft.Matrix(
  M11='0.8660253882408142',
  M12='-0.5', 
  DX='0',
  M21='0.5',
  M22='0.8660253882408142',
  DY='0',
  sizingmethod='auto expand'
);

I rest my case.

Retouched site design

I decided that the design looked a bit “too clean”, so I retouched it by adding textures and generally dirtying things up a bit. I think it’s a big improvement so I should remind myself in the future that pretty much everything looks better with some texture.

Really impressed by TypeKit I decided to upgrade my account from Trial to Personal, getting access to a much bigger range of fonts, 5 fonts on the website instead of just 2, and only paying a measly $25/year. Taking into consideration what most fonts they have cost that much individually, I definitely think it’s worth it.

I changed the Urbana font used in headings and menu to Ronnia Condensed, which I think fits better.

Comet 1.2.4.1

1.2.4.1

  • Fixed a layout error when setting the sidebar option to “left”