Debug ModeMarch 9th, 2001
submitted by Phayyde

Edit the file 'reference.py' in C:\Codemasters\Blade of Darkness\Lib

A little way down the screen you will see

DEBUG_INFO   = 0
PYTHON_DEBUG = 0

To enable the debug controls, change

PYTHON_DEBUG = 0
to
PYTHON_DEBUG = 1

The DEBUG_INFO is not so useful, if you set it to 1 then you will get lots of debug infomation in the console.

With PYTHON_DEBUG = 1, start up a game. The following keys give the following functions:

The function keys F3 - F12 all perform different debug funtions but most of them are not very useful to you.


TDisplay infomation on screen (very usefull, one screen displays entity names)
Numberpad KeysWarp to certain points in the level
F10Toggle invincibility
KOn first press target reduced to 1 health, 2nd press target dies