home *** CD-ROM | disk | FTP | other *** search
/ Quake 'em / QUAKEEM.BIN / quake / programs / mv02 / readme < prev    next >
Encoding:
Text File  |  1996-03-18  |  4.1 KB  |  99 lines

  1.                                 MipView 0.2
  2.                By Mark Johnson (johnsond@admin.fcbe.edu.on.ca)
  3.                      Source code available on request
  4.                    Copyright 1996, all rights reserved
  5.  
  6.                          This program is freeware!
  7.        It may only be distributed electronicaly on a non-profit basis.
  8.                     Quake is a TradeMark of id softwear.
  9.  
  10. This is a small bsp file texture viewer\editor.  The zip file should contain
  11. these files:
  12.                 MIPVIEW.BAT   <-- Execution file
  13.                 GRAPBMP.EXE   <-- Mip viewer
  14.                 PALETTE.LMP   <-- Color palette
  15.                 UNBSP02.EXE   <-- Texture extracture (courtesy of
  16.                                     Raphael Quinet and QEU 0.3)
  17.                 UNPACK.EXE    <-- Quake pack unpacker
  18.                 README        <-- This file
  19.  
  20.         Before you run MipView 0.2 copy the unpack.exe file to your Quake
  21. directory and run it, (if you haven't already done so).  After unpacking the
  22. Quake pack file, go to the "maps" directory and rename the file you want to
  23. edit.  After editing, run your new map file instead of the normal test* files.
  24.  
  25.         To run MipView 0.2 just type:
  26.  
  27.                    MipView <Quake drive & directory> <bsp filename>
  28.  
  29. ensure your bsp filename has the .bsp extension on it.  Ex:
  30.  
  31.         MipView c:\quake test1.bsp  <-- If Quake is on your c: in a "quake"
  32.                                         directory
  33.  
  34.         MipView d:\games\quake test2.bsp   <-- If Quake is on your d: in a
  35.                                                "games\quake" directory
  36.  
  37. NOTE:  MipView will require about 300K of hardrive space to run.
  38.  
  39. When MipView has been loaded, youre screen will be in 320x200 256 color mode,
  40. (mode 13h).  On the screen will be the first texture, it's height, width,
  41. scale, name and index number.  To move from texture to texture use the
  42. < and > keys.  To change scales use the  /  and  '  keys.  To extract a
  43. texture into a 256 color bitmap, press `s'.  The bitmap will be the first 8
  44. characters of the texture name with a .bmp extension.
  45.  
  46.         WARNING: certain files will have the same bitmap name when
  47.         extracted and will be overwriten if the name is not changed.
  48.  
  49. NOTE:  An extracted bitmap file, (due to the dark palette), might look black
  50.         in a graphics editor.  If you use gamma correction or brightness
  51.         correction, the bitmap can be seen better.
  52.  
  53. To import a bitmap over a the current index press `l'.  The bitmap will have
  54. to be in your MipView directory.  After you've pressed `l', you will be
  55. prompted for the bitmap name.  A preview of the bitmap in the Quake palette
  56. will be presented.  You will be asked if you want to overwrite the current
  57. texture. If you answer yes the current texture will be over writen by your
  58. bitmap.
  59.  
  60.         WARNING:  changes are permanent.  Once you have imported a
  61.         bitmap, it cannot be undone.  Remember to back you your BSPs
  62.         constantly.
  63.  
  64. NOTE:  MipView will only accept bitmaps which have the same height and
  65.         width as the texture.  As well, it will only afect the scale on
  66.         which you imported it.  You will have to make a different bitmap
  67.         for each scale.  (Unless you want some neat texture effects)
  68.  
  69. To enter a small help menu press `h'.  When you want to exit press Escape.
  70. After you exit, the program will update your BSP file.
  71.  
  72.  
  73. NOTE:  MipView 0.2 is still beta.  There are still bugs in the program.  If
  74.         you find any such bugs please E-mail me.  It will lessen the time
  75.         between new and improved versions.
  76.  
  77. The author claims no responsibility to what this program may do.
  78.  
  79. ****************************USE AT YOUR OWN RISK******************************
  80.  
  81.  
  82. For the future....
  83.  
  84.         Animating multi-frame textures(?),
  85.         Inline editing of textures,
  86.         Adding textures.
  87.  
  88.  
  89. Special thanks to....
  90.  
  91.         Raphael Quinet, for use of the QEU 0.3 source code.
  92.         The writers of the Unofficial Quake Specs.
  93.                 
  94.  
  95. Improvements over version 0.1
  96.  
  97.         Extracting and importing of bitmap files
  98.         Help menu
  99.