Blood Omen 2: Legacy of Kain Guide

HOWTO: Blood Omen: Legacy of Kain on Win7/10 for Blood Omen 2: Legacy of Kain

HOWTO: Blood Omen: Legacy of Kain on Win7/10

Overview

Blood Omen was originally ported to the PC in 1997, when Windows 95 was still the standard. Because of its age and a number of quirks in its design, it will not run on newer systems without a bit of help.This guide is for those who actually wish to play this game on operating systems like Windows 7, 10 … or even Vista or 2000.

Downloading…

Originally posted by Kain:

Vae Victis – suffering to the conquered. Ironic that now I was the one suffering. Not anything as pedestrian as physical pain. Rather the cruel jab of impotent anger – the hunger for revenge. I didn’t care if I was in Heaven or Hell – all I wanted was to kill my assassins. Sometimes you get what you wish for. The Necromancer Mortanius offered me a chance for vengeance, and, like a fool, I jumped at his offer without considering the cost. Nothing is free. Not even…revenge.

All you will need for this tutorial, is installation (preferably an ISO file or a physical disk), a patch and a tool specifically designed to force CPU usage called “CPU-Grabber”.

I won’t post the download link to the ISO, because I’m not sure if I have rights to do so, unless you know a reason why should the game be free. Instead, here’s the essentials for the game to run…

  1. 1. Download the patch (dropbox link): Click here [www.dropbox.com]
  2. 2. Download the CPU-Grabber (dropbox link): Click here [www.dropbox.com]
  3. 3. Assuming that you have the installation of the game, we can continue to the Installation part…

Originally posted by wrace
Additional patches (includes fix for video): Click here [onedrive.live.com] Huge shotouts to him! 🙂

Installing the game

Originally posted by Kain:

Their sneering faces were forever etched upon my memory. I had cross death for this moment. My mind was empty, save for one thought – I would kill!

  1. Extract a shortcut of “SPLASH.EXE” from the disk/iso file contents. Either with tools like Daemon Tools or built in mount capability of Windows 10. Just place it on desktop or other easily accessible place. In the properties of shortcut, select to run in in compatibilty mode for “Windows 98/ Windows ME”. This is so that installation would not get confused, because of your large disk storage space, due to the fact that at the time, hard drives were of a much smaller capacity
  2. Launch the shortcut and install the game (default: C:/Program Files/KAIN)
  3. Apply the patch “kain_setup.exe” and choose your current installation directory after selecting that Kain is already installed (default: C:/Program Files/KAIN)

That’s about it for setting the game up…

How to PLAY

Originally posted by Kain:

Reputed to have been ripped from the chest of the greatest vampire to have ever existed, Janos Audron, the Heart of Darkness restores vampiric unlife. Life is precious, Janos discovered – as it was torn throbbing and bleeding from his own body.

To play the game, just launch the previously downloaded “cpugrab.exe” and select to use 60%-80% of the CPU power, press “start”. This step might not be important, but it should solve issues with game freezing at the Tavern.

Now just launch “KAIN.exe” from its directory (default: C:/Program Files/KAIN).

Videos might have color issues, but other than that, game should run fine.
These screenshots are actual screenshots from in-game on Windows 7 using “Print Screen” function… yes, you can actually do alt+tab and it shouldn’t crash the game or glich up your screen

Game launcher (*.bat)

If you have cpugrab.exe in the same directory as the main game and you use CPU Grabber to run the game, due to compatibility issues, you can create a custom game launcher in the game directory with *.bat extension, like this:

@ECHO OFF CLS COLOR 0A mode con:cols=58 lines=14 :menu CLS ECHO. ECHO “Blood Omen – Legacy of Kain” Launcher ECHO ========================================================== ECHO. ECHO 1. Start the Game (Recommended + CPUGrabber) ECHO 2. Start the Game ECHO 3. Exit ECHO. set choice= set /p choice=Option: if ‘%choice%’==’1’ goto optone if ‘%choice%’==’2’ goto opttwo if ‘%choice%’==’3’ goto optthree ECHO “%choice%” is not available TIMEOUT 2 GOTO menu :optone ECHO Starting CPUGrabber… ECHO Recommended settings – Grab 60 CPU start cpugrab.exe pause ECHO Starting KAIN… start KAIN.exe goto optthree :opttwo ECHO Starting KAIN… start KAIN.exe goto optthree :optthree TIMEOUT 4
SteamSolo.com