   -------------------------------
   ADDING VOXELS by BME/ILMHB 2012
   -------------------------------


   ************************************************************
   SOME ADVICE: You might want to start with clean Blood folder
   before you install these files!
   ************************************************************


1. Create a project folder, MYSTUFF
   Open notepad and type the following:

   +--------------------------------------------------------+
   |                                                        | 
   |   resource "KVX\NEWVOXEL.kvx" as 100;                  |
   |   ;                                                    |
   |                                                        |
   +--------------------------------------------------------+

   The number 100 is the Voxel ID. This ID is not used by any
   of the already existing voxels used by the game.
   (See section at end of this file for the complete ID list).
   Always end a line with a semicolon, and don't forget the 
   semicolon on the last line!
   Now save the file as BLD.RFS in the MYSTUFF folder.

2. Create a folder named KVX and put NEWVOXEL.KVX inside the
   KVX folder. In this folder you should put all your KVX files.

3. Now you need to create a new picture in photoshop, paitshop pro
   or any other good paint program, apply the Blood pallet to it
   and save it in GIF or PCX format to the Blood folder then use
   EDITART to import the picture to tile #4608,
   (this is the 1st tile of TILES018.ART). Save and close.

-  Or use DUKERES and simply create a new ARTfile, switch to your
   paint program and copy the 256 color picture and paste it into
   the first slot in DUKERES. When the message appears about a not
   matching pallet, just click 'Doesn't Matter'. Then save the
   ARTfile as TILES018.ART

4. Run ARTEDIT and goto tile #4608, hit [ENTER] and press [V]
   and type 100 (the voxel ID) and hit [ENTER].
   Then press [W] to set VIEW to 'VOXEL'.
   Press [ESC] and click 'YES', then [ESQ] and 'YES' once more.

5. Run Mapedit, make a room and insert a sprite [S] and change it 
   to tile #4608. Save the map as MYNEWMAP.MAP

6. Last but certainly NOT least; the INSTALL.BAT !
   Open Notepad and write the following:

   +--------------------------------------------------------+
   |                                                        |
   |   @ECHO OFF                                            |
   |   CLS                                                  |
   |                                                        |
   |   COPY MYSTUFF\BLD.rfs ..                              |
   |   BARF BLOOD.rff @BLD.rfs                              |
   |                                                        |
   |   BLOOD MYNEWMAP                                       |
   |                                                        |
   |   DEL BLOOD.RFF                                        |
   |   REN BLOOD.BAK BLOOD.RFF                              |
   |   DEL BLD.rfs                                          |
   |                                                        |
   +--------------------------------------------------------+

   Save it to the Blood folder as INSTALL.BAT

   Now let's sum things up first; in your Blood folder there
   should be a MYSTUFF folder and a INSTALL.BAT file.
   Inside the MYSTUFF folder should be a KVX folder and a
   BLD.RFS file. And inside the KVX folder a KVX file.

   If this is true then run INSTALL.BAT

   DONE! <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

7. If you want more voxels than add the KVX files to the KVX
   folder, then edit the BLD.RFS file where you increase the
   ID number with every new entry. You also need to make tiles
   for each voxel and then adding them to TILES018.ART
   and finally using ARTEDIT to set the 'ID' and the 'VIEW'.

8. If you want to edit the MAP you need the voxels to be installed.
   You simply do this by changing the INSTALL.BAT ;
   instead of BLOOD you type MAPEDIT
   
   Or........... you can simply add something to the INSTALL.BAT
   so you get 2 options; PLAY or EDIT the map!
   Open INSTALL.BAT in notepad and make sure it looks like this:

   +--------------------------------------------------------+
   |                                                        |
   |   @ECHO OFF                                            |
   |                                                        |
   |   COPY MYSTUFF\BLD.rfs ..                              |
   |   BARF BLOOD.rff @BLD.rfs                              |
   |                                                        |
   |   CLS                                                  |
   |   ECHO.                                                |
   |   CHOICE /N /C:PE " [P] PLAY or [E] EDIT"              |
   |   IF ERRORLEVEL 2 GOTO editmap                         |
   |   IF ERRORLEVEL 1 GOTO playmap                         |
   |                                                        |
   |   :playmap                                             |
   |   BLOOD MYNEWMAP                                       |
   |   GOTO uninstall                                       |
   |                                                        |
   |   :editmap                                             |
   |   MAPEDIT MYNEWMAP                                     |
   |   GOTO untinstall                                      |
   |                                                        |
   |   :uninstall                                           |
   |   DEL BLOOD.RFF                                        |
   |   REN BLOOD.BAK BLOOD.RFF                              |
   |   DEL BLD.rfs                                          |
   |                                                        |
   +--------------------------------------------------------+

9. If everything fails, you might want to move the contents of
   READY.ZIP to the Blood folder to see the same example already
   made for you ;)


===================================================================


   -----------------------
   WHERE TO GET NEW VOXELS
   -----------------------

   The following projects have new voxels in their KVX folders:

   - New Alone In The Dark
   - Alone In The Dark 2
   - Blood - Alone in The Dark 3 (rescripted)

   Download them at:

   - http://blood.freeminded.de/index.php?section=maps&id=357
   - http://blood.freeminded.de/index.php?section=maps&id=356
   - http://blood.freeminded.de/index.php?section=maps&id=351


===================================================================


   -----------------------
   HOW TO VIEW VOXELS
   (WITHOUT RUNNING BLOOD)
   -----------------------

   Download SLAB6 by Ken Silverman from his website:
   http://advsys.net/ken/download.htm


===================================================================


   -------------
   VOXEL ID LIST
   -------------

   Tile#  ID  Name

    518 : 38  Tome
    519 : 14  Doctor's bag
    522 : 49  Black chest
    523 : 48  Wooden chest
    524 : 34  Flare gun
    525 : 55  Voodoo doll
    526 : 54  Napalm Launcher
    539 : 53  Tesla Cannon
    558 : 47  Tommy gun
    559 : 52  Sawed-off
    589 : 23  TNT bundle
    598 : 39  Book
    618 : 37  Spraycan
    678 : 44  Iron Cross
    700 : 61  Wooden Cross
    701 : 46  Tomb stone 1
    703 : 45  Stick Cross
    704 : 58  Tomb stone 2
    705 : 51  Tomb stone 3
    706 : 50  Tomb stone 4
    758 : 13  Chair
    760 : 22  Crystal ball
    800 : 56  Life leech
    801 : 57  Gasoline can
    809 : 15  Box of TNT
    810 : 62  Remote detonator
    811 : 35  Proximity mine
    812 : 16  Shot shells
    814 : 19  *Bullets (obsolete)
    815 : 20  *Ammo (obsolete)
    816 : 17  Flares
    817 : 24  Drum of bullets
    819 : 18  *Flares 2 (obsolete)
    825 : 21  Invulnerability
    829 : 63  Guns Akimbo
    837 : 59  Asbestos Suit
    839 : 36  Beast vision
    840 : 29  Rage Shroom
    841 : 30  Delirium Shroom
    842 : 31  Grow shroom
    843 : 32  Shrink Shroom
    907 : 27  TNT barrel
    916 :  5  Slicer
    925 : 26  Barrel
    1142: 33  Wooden X
    1159: 60  Tombstone "Draven"
    2552:  7  Skull key
    2553:  8  Eye key 
    2554:  9  Fire key
    2555: 10  Dagger key 
    2556: 11  Spider key
    2557: 12  Moon key
    2578:  1  Fire armor
    2586:  2  Body armor
    2594:  4  Super armor
    2602:  3  Spirit armor
    2628:  0  Basic armor
    3490:  6  Barrel 2


    You can define your own voxels from ID #64 and up
    However, ID 25, 28 and 40 to 43 are still unused.

    
===================================================================
 YOUTUBE.COM/BLOODMAPEDIT                    BME/ILMHB, april 2012
