Porting the MIME from BLOOD to DUKE:

Copy the files:I hate mimes.gif and mimes.voc to c:\duke3d.



Putting the sprite into the game:

Start EDITART,having KEXTRACTed the TILESxxx.ART files first.
Go to the User Art section(usually Tiles014.art) and find 
a blank tile.
Press U to import the GIF file from your Duke directory.
Press O to auto-size it.
Go to the pink background,move the colour-pointer to the 
far right bottom pink colour,and press C.
Press PG-DOWN and Y to save it.
Go back to the above tile,and press N to enter MIME(capitals)
as the name.
Quit EDITART.
You can now put the MIME in your levels,or even add it to 
existing ones using BUILD.


Alterations to your CON files:

This is essential if you want to make the mime 
behave as it does in BLOOD.


   DEFS.CON

1)INSERT THIS AT THE END:

define HATEM                          400

nb.you could change the number,depending on how many 
user-sounds you have already added to the game.

   USER.CON

2)INSERT THIS AT THE END:

definesound HATEM                  mimes.voc       0   0   4    4    9000

   GAME.CON

1)INSERT THIS AFTER "state jibfood.....ends"


state killmime
 sound HATEM
 guts JIBS6 10
 guts JIBS4 10
 guts JIBS6 10
 guts JIBS3 10
 guts JIBS5 10
 guts JIBS6 10
 guts JIBS2 10
 guts JIBS1 10
 killit
ends


2)INSERT THIS IN THE MIDDLE OF THE PART WHICH LOOKS LIKE THIS:
                                  ifhitweapon
                                  {
                                   ifdead
                                   {
                                     ifactor FOODOBJECT6
                                      state jibfood
                                     else
                 blahblahblah...

SIMPLY PASTE IT AS AN EXTRA CLAUSE:


else
        ifactor MIME
          state killmime

(email me for my GAME.CON file to compare it if this is hard)

3)INSERT THIS ONE IN THE SECTION FULL OF "useractor" LINES:


useractor notenemy MIME TOUGH state breakobject enda



Having done all this,the MIME should splatter a lot when you 
kill it,and Duke will say "I hate mimes".
