Skip to main content

Half-Life 2 for OSX , how well does it run?

Earlier this week Valve advertised Half-Life 2 for the Mac with the best advert I have ever seen. They took the old 1984 Mac advert and re-created it using the source engine and characters from the game. As if the awesome(albeit 35 second) entertainment wasn't enough they offered the game at $3.40 for a limited period. It was not shortly afterwards that I made my first ever purchase on Steam(its kind of strange buying a game and not getting a box with it).




The game purchase actually allows you to download the OSX or Windows version of the game , depending on the platform you are logged in to .This is great , because I have a PC with some decent gaming power and my Mac Mini (which I naturally wanted to test on) and wow ,the OSX version runs pretty darn well,especially considering that my mac mini is running only an intel HD3000.



The current specs of my Mac Mini, the only non standard thing here is that I installed 8GB of Transcend Memory
Performance

I was surprised how well the game performed on high settings , the gameplay was smooth with the default high settings , reaching frame-rates up to 120fps. So I decided to crank it up a notch and go for 2X antialiasing. That wasn't such a good idea, as antialiasing in games is something very new to the Intel built in graphics. The frame-rate dropped to below the 20's and the game really struggled when something exciting(rockets everywah) happened on screen. This also caused the Mac Mini to enter an undesirable mode that I call "Kettling" where the usually silent little aluminium box suddenly switches its fan on full blast,theres probably nothing wrong with it , but it can be quite startling and the fan sounds a lot like an electric kettle boiling at that speed(hence the name).

Needless to say , I decided that it was best to set the antialiasing off , so I went to textures, I switched the texture detail to max, and there was no noticeable performance impact. though later on I did notice some anomalies where UV bump-maps were rendered as textures.

Damn patchwork paint jobs, now I have to crowbar all
this off and start again (lame humor attempt).

I have seen texture errors in games before when it came to built in Intel graphics.First , I tried some more decent Filtering , which seemed to reduce the amount of UV everywhere but didn't resolve the issue, my final settings for textures were "texture detail : High , Filtering mode : Anisotropic 8x". This seemed to have worked(at least so far) as I have not run into any more purple man-hacks. 

The settings that finally gave me the best results


Gameplay

The gameplay is pretty much the same as it is on the PC , which isn't surprising ,.It's not like we are comparing it to a console or something.It does have some quirks though if you are using standard Apple peripherals(in particular the magic mouse). The standard of scrolling through your weapons just doesn't work with the magic mouse and during gameplay , a slight slide of the trigger finger will cause you to change weapons in the middle of a fun fight , not cool.

The problem wasn't too large though and I resolved it by setting weapon changes to "," and "." because I use the number shortcuts(if you can call them that). At the end of the day though , if you are an intense gamer , you might want to plug in a mouse that is a little more well suited for the job. Another annoyance was that duck was assigned to alt and not ctrl , i fixed that rather quickly(alt is harder to reach while gaming).


Surprises

I was surprised that the game ran so smoothly while running other apps on my second monitor ,and that I could easily switch between apps and the game without the OS freaking out like it does in Windows. It acts like the game isn't anything major at all , you can quickly switch between desktops using gestures or bring up mission control while the game is still running and the OS will treat it like it does any other Window with no speed drop at all,very impressive indeed.



Desktop switching is still seamless while the game is running



Conclusion

All in all its pretty much the same old Half-Life 2 you know and love and it runs pretty well and looks pretty good on standard Apple hardware. There is nothing really Mac specific about the OSX version and I have yet to find any easter eggs proving otherwise , though if I do , I will post them immediately.


Screenshots:

Here are some screenshots of the game running on my Mac Mini at 1600x900, most of them are boring as cmd+shift+4+space+click isn't exactly practical when you are in combat and I didn't feel like finding an easier way.





At this point in the game I had all my settings just perfect and no random purpleness






Comments

  1. Opti Farms Keto supports healthy immunity and drives to reduce overweight size
    of the body by eliminating bad cholesterol level. It improves ketosis that restricts
    fat accumulation inside the body and makes best utilized as energy boost. The supplement
    is one of the best selling product over the internet that makes you slim and stylish
    Opti Farms Keto

    ReplyDelete
  2. Keto fuel is the best supplement that comes under revolutionary supplements. It can fuel your overall health and make your lifestyle comfortable than before. The regular intake of this supplement can provide a slim and gorgeous body shape. This formula is clinically tested and found no any side effects because it is manufactured with natural substances. By using keto fuel, you don't need to take carb food as it transforms the carbs to the source of energy so that your body enhances the power of working frequently.Keto fuel diet is also known as a nutritional supplement because it can help to shed pounds as well as responsible for providing a healthy lifestyle. Visit On http://www.powerenrich.com/keto-fuel-ketogenic-supplement-to-support-healthy-weightloss/

    ReplyDelete

Post a Comment

Popular posts from this blog

Setting up Qt Creator for assembly

After fiddling with inline asssembly (not very successfully) ,I recently decided to try writing proper assembly and compiling with NASM in Linux. After writing a hello world using gedit and having a terminal open for compiling,linking and running I had a thought.,there has to be a better way to do this. So I tried Qt Creator ,because I know it's easy to add custom build and run commands,and what do you know? I got it to work. Here's how,my screenshots and assembly code are in Linux but the set up should be the same regardless of the operating system,if you are not using Linux then just use the same commands you use to assemble in your operating system. First off ,create a new console application: I named mine ASM Rename the main.cpp to main.asm and delete all the text inside.then insert some assembly: Now open up the “Project” tab and edit the build settings,remove the current build and clean steps and remove the “-build-desktop” from the en

Using delegates in Objective-C

Why use delegation? Well when writing Objective-C programs in Xcode we are encouraged to use the MVC(Model View Controller) structure.In MVC a model cannot send messages directly to a specific controller.This can become a problem if data in your model changes independantly and you need to update this information in your view via the controller(The model must never communicate directly with the view).This is where a delegate comes in,it allows messages to be sent from the model to a controller that is not specified in the model but is rather specified by the controller,in other words the controller specifies itself. If you dont really understand what im talking about so far ,don't worry.I didn't understand delegates either until I needed one,but hopefully by the end of this tutorial you will understand not only how to use a delegate ,but the reason you would want to use one. Program breakdown For this tutorial we will write a program that has a model that will change an

Software Developers Experience building a robot Part 2(Tank treads and blue smoke)

Tanked As I mentioned in  part 1 , I had drawn the conclusion that legs were not what I wanted and that tank treads are probably the most overkill for weight bearing. So , I ordered a Rover 5 base. Rover 5 robot base Unforeseen requirements When the Rover base arrived I opened the box to discover something I had completely overlooked; I didn't have a motor controller. With no clue of what an H-Bridge was and a new found determination I decided to build my own motor controller using about 6 relays. It was finally time to get serious about soldering on those proto-boards. I used a breadboard to prototype a system that used 6 relays and 4 transistors. You could hear the loud clickity clack of the relays as the direction changed but I was pretty proud of my ingenuity. It was time to solder! This was the most intricate soldering task I had ever undertaken and it really showed that I'm more of a software kind of guy. I perceived it to be the longest time I have eve