Category Archives: Games

InfoSec – The Roguelike of the IT world

0

Posted on January 26, 2013 by

I was playing Faster Than Light recently and came to a sobering conclusion. As my ship burned and my crew furiously attempted to put out fires and repair systems, I saw startling similarities between roguelike games and the jobs in Information Security.

Just another day at the office.

Just another day at the office.

For those unfamiliar with roguelikes, they are games characterized by randomly generated areas, punishing difficulty, and permadeath.  You will die in roguelikes.  A lot.  With enough persistence and skill, you can win the game.  But you must be willing to learn from each death.  Each failure highlights a mistake made that should never be repeated in subsequent games.

What does this have to do with Information Security?  Let’s start with number one. (more…)

Invert Y-Axis in Tony Hawk HD

1

Posted on September 20, 2012 by

I’ve downloaded the new Tony Hawk Pro Skater HD for Steam.  It’s great playing those old levels again, this time in HD.  School II!  Yeah!  However, there is no configuration for a gamepad other than an XBOX controller.  If you use any other gamepad, you might want to invert the Y-Axis so that pushing UP will make you go faster.  To do this, open the file below:

<steamInstall>\steamapps\common\Tony Hawk's Pro Skater HD\THHDGame\Config\DefaultInput.ini

Find the following line the in the INI file:

.Bindings=(Name="XboxTypeS_LeftY", Command="Axis aBaseY Speed=1.0 DeadZone=0.3")

Change this line to:

.Bindings=(Name="XboxTypeS_LeftY", Command="Axis aBaseY Speed=-1.0 DeadZone=0.3")

Basically, you change Speed from 1.0 to negative 1.0.  Save the file, load up THPS HD, and skate.