home *** CD-ROM | disk | FTP | other *** search
/ MegaDoom Add-On 3 / MEGADOOM3.iso / dm2wads / dtepis3 / endoom.nfo < prev    next >
Text File  |  1994-10-26  |  1KB  |  57 lines

  1. ------------------------------------------------------------------------------
  2. ENDOOM TUTORIAL FOR THE HEX EDITOR USER:
  3. ------------------------------------------------------------------------------
  4. To the best of my knowledge there are no ENDOOM editors available.  So to edit
  5. the text you see when you exit Doom, you will need to use a HEX editor.
  6.  
  7. ENDOOM is structured like the folowing example below:
  8.      
  9. 37 1F 32 1F 33 1F 35 1F 3F 14
  10. (7235?)
  11.  
  12. The example above would display 7235 as white numbers on a blue background and
  13. the ? as red text on a blue background.
  14.  
  15. 34 4E
  16. ^  ^^
  17. |  ||__Text color (Bright Yellow) 
  18. |  |___Background color (Red)
  19. |
  20. |__ASCII code for 4 (both digits)
  21.  
  22. It appears that Id places a O(4E) at the begining and end of each line in the 
  23. original ENDOOM.  You can use this to keep your ENDOOM's Aligned.
  24.  
  25. For the Background color
  26. 0-7 is normal colors
  27. 8-F is the same colors as 0-7 but it makes the text blink
  28.  
  29. For the Text color
  30. 0-7 is the same at the background colors
  31. 8-F is the brighter shades of the colors
  32.  
  33. Colors:
  34. 1 Blue
  35. 2 Green
  36. 3 Cyan
  37. 4 Red
  38. 5 Purple
  39. 6 Orange
  40. 7 Gray
  41. 8 Dark Gray
  42. 9 Bright Blue
  43. A Bright Green
  44. B Bright Cyan
  45. C Bright Red
  46. D Bright Purple
  47. E Yellow
  48. F Bright White
  49.  
  50.  
  51. I hope this makes since to you.
  52.  
  53. The file ENDOOM.ORG is the ENDOOM entry from the Registered Version of DOOM
  54. you can use this copy of the original to make your ENDOOM's
  55.  
  56. Enjoy!
  57.