Warnings
- This game is only playable in English with a fan translation (see Localizations for details and other supported languages).
Availability
Source |
DRM |
Notes |
Keys |
OS |
Retail |
|
|
|
|
Essential improvements
Fix aimed primarily at fixing issues, with the game breaking explorer.exe. In addition, allows to correct camera aspect ratio (for widescreen resolutions) and override functions that change resolution.
Sui's Fix Installation[1]
|
- Download and extract Sui fix.
- Copy
dinput8.dll and dinput8.ini to <path-to-game> .
- Configure the fix, by editing dinput8.ini.
|
English Patch
Game data
Configuration file(s) location
Save game data location
- The save directory can be changed from current directory, if a file
%WINDIR%\Bloodline.ini
exists (or its virtualized version %LOCALAPPDATA%\VirtualStore\Windows\Bloodline.ini
). This file is being created and used by "Unofficial patch" (not to be confused with Sui's Fix) and due to game's tenancy to corrupt file paths, it's highly advised not to use this patch, especially with elevated privileges![1]
Video
Input
Audio
Audio feature |
State |
Notes |
Separate volume controls |
|
|
Surround sound |
|
|
Subtitles |
|
Often bug out.[1] |
Closed captions |
|
|
Mute on focus lost |
|
|
Royalty free audio |
|
|
Localizations
Language |
UI |
Audio |
Sub |
Notes |
English |
|
|
|
Fan patch - download. |
Czech |
|
|
|
|
Polish |
|
|
|
|
Russian |
|
|
|
|
Issues fixed
Running the game breaks down start bar / explorer.exe
The game creates seemingly random folders inside and outside of its directory
Loadings take absurd amount of time
A workaround is to move all files inside Texture subfolders to Czech folder and then delete everything inside Texture folder besides two font files. After that the loading times should be reduced from 1-3 minutes to 10-30 seconds. This works because the game doesn't seem to know where the relevant graphical files for the maps are stored and it does a full brute-force search for them. This workaround should work with every version of the game.
A simple way to do all the required actions is to create a .bat file inside Bloodline folder with following commands (supported by every Windows version) and run it:
@echo off
if exist Bloodline.exe (
for /r "%%cd%%\Textures" %%f in (*) do move "%%f" "czech\"
cd Textures\
rd /s /q . 2>nul
copy "..\czech\font.jpf"
copy "..\czech\font.tga"
echo "Success!"
) else (
echo "This is not a Bloodline folder!"
)
pause
Other information
API
Technical specs |
Supported |
Notes |
OpenGL |
|
|
Executable |
32-bit |
64-bit |
Notes |
Windows |
|
|
|
System requirements
Windows |
|
Minimum |
Operating system (OS) |
|
Processor (CPU) |
|
System memory (RAM) |
|
Hard disk drive (HDD) |
|
Notes
References