Diablo Wiki
(Sarcasm ... is the better part of valor)
Line 19: Line 19:
 
If you wish to disable any of the features enabled by the command.txt, simply delete the mention of that item in the code. For instance, if you wanted to not include the Cow quest, because it is considered silly by many people, just remove that portion from the code, turning this:
 
If you wish to disable any of the features enabled by the command.txt, simply delete the mention of that item in the code. For instance, if you wanted to not include the Cow quest, because it is considered silly by many people, just remove that portion from the code, turning this:
   
 
cowquest;theoquest;bardtest;multitest;barbariantest;
 
cowquest;theoquest;bardtest;multitest;barbariantest;
 
   
 
into this:
 
into this:
   
theoquest;bardtest;multitest;barbariantest
+
theoquest;bardtest;multitest;barbariantest
   
 
Be sure you do not change the spacing or leave an extra semicolon. These values are checked when the program initiates, so if you wish to change something, you will have to exit Hellfire, save the change, and then restart.
 
Be sure you do not change the spacing or leave an extra semicolon. These values are checked when the program initiates, so if you wish to change something, you will have to exit Hellfire, save the change, and then restart.

Revision as of 10:41, 15 August 2008

The Command.txt is a text file placed in the Diablo I: Hellfire directory that enables the player to unlock the hidden characters, quests, and multiplayer mode in Hellfire v1.01.

A few steps are required to enable it, and the other secret features in Hellfire.

Unlocking the Undocumented Features

First, you must have Hellfire installed on your machine before any of the following will do work. So, having Diablo I installed is mandatory.

  1. Download this file (640k, zip) hosted by the Unofficial Diablo Site. It contains:
  • Sierra's official Hellfire v1.01 patch (also can be downloaded directly from the Sierra site).
  • The hacked hellfrui.dll you need to enable multiplayer in Hellfire v1.01.
  • The command.txt file.
  1. Open the zip and run hf101.exe to upgrade to the Hellfire v1.01 patch.
  2. Extract hellfrui.dll and command.txt to your hellfire folder (C:/sierra/hellfire by default).
  3. The Bard, Barbarian, the Theo quest, the Cow quest, and multiplayer are now enabled in your Hellfire game.

Command.txt Editing

If you wish to disable any of the features enabled by the command.txt, simply delete the mention of that item in the code. For instance, if you wanted to not include the Cow quest, because it is considered silly by many people, just remove that portion from the code, turning this:

 cowquest;theoquest;bardtest;multitest;barbariantest;

into this:

 theoquest;bardtest;multitest;barbariantest

Be sure you do not change the spacing or leave an extra semicolon. These values are checked when the program initiates, so if you wish to change something, you will have to exit Hellfire, save the change, and then restart.

Either way, all the hidden features are worth a look at and the quests are fun to complete at least once.