home *** CD-ROM | disk | FTP | other *** search
/ Crazy Collection 12 / CC-12_1.iso / update / doompack / data.a00 / DVIEW325.ZIP / DOOMVIEW.DOC < prev    next >
Encoding:
Text File  |  1995-03-19  |  15.2 KB  |  388 lines

  1.                                Mr. Skibone
  2.                        (known on his BBS as DJ SKI)
  3.              (known to the outside world as Russell Wronski)
  4.                (known on the Internet as skibone@ripco.com)
  5.                                  presents
  6.  
  7.                       DoomView Special Edition v3.25
  8.  
  9.                              March 19th, 1994
  10.  
  11. *****************
  12. ** New Stuff!! **
  13. *****************
  14.  
  15. - Heretic support!
  16.  
  17. - DoomView doesn't have to be in the same directory as your WAD
  18.   Tell it where to look!
  19.   for example:  DVIEW C:\WHEE\THIS\IS\FUN\ID\GAMES\HERETIC\HERETIC1.WAD
  20.   (Not important to me but people asked for it.)
  21.  
  22. - 'Export All' command now tells you exactly how many files will be exported
  23.   and how many bytes it will take
  24.  
  25. - Delete that COLOR.PAL file.  It's now incorporated into the EXE.  Wow!
  26.  
  27. - Ultra-exotic slightly colorized menus (Thanks to Todd Farrington)
  28.  
  29.  
  30.  
  31. *****************
  32. ** Greetings!! **
  33. *****************
  34.  
  35. I love writing doc files about as much as I like documenting my own code,
  36. so this little doc file ain't pretty but I'm putting in some little tidbits
  37. of information that may be useful.
  38.  
  39. The program itself it pretty self-explanatory, so I'm not going to take up
  40. five hundred pages writing long-winded explanations of the subtle uses of
  41. the up and down arrow keys.
  42.  
  43. But here is a thing or two you may find interesting:
  44.  
  45.  
  46.  
  47. *************************
  48. ** Running the program **
  49. *************************
  50.  
  51. DoomView SE is a program that will let you take any Doom, Doom II, and
  52. Heretic WAD or PWAD view any of the graphics and export them to BMP.  Just
  53. type 
  54.  
  55. DVIEW <wadfilename>
  56.  
  57. where <wadfilename> is the name of the WAD you'd like to view.  Got that?
  58. Really confusing, right?  Well, to make this doc file real
  59. professional-like, here's an example:
  60.  
  61. DVIEW SKIBONE.WAD
  62.  
  63. That will allow you to view all of the graphics in SKIBONE.WAD
  64.  
  65. If you don't include a WAD filename, it will look in the current directory
  66. for an id WAD in this order:
  67. Doom 1 registered    DOOM.WAD
  68. Doom 1 shareware    DOOM1.WAD
  69. Doom II            DOOM2.WAD
  70. Heretic registered    HERETIC.WAD
  71. Heretic shareware    HERETIC1.WAD
  72.  
  73. If it doesn't find any of those, back to DOS you go.
  74.  
  75. This program should work on any current version of Doom, Doom II and
  76. Heretic, even the SGI and NeXT WADs.  (Let's change the SGI and NeXT
  77. support to a maybe - I haven't tried those lately.)
  78.  
  79. (I had assumed that it would even work on the Doom 1 betas, but a DoomView
  80. fan informed me that it would not.  He even took the time to find out the
  81. differences between the way the graphics are stored in the beta and the
  82. releases and asked me to include support for this in DoomView.  If I hadn't
  83. erased my copies of the beta...ummm, I mean, since I >NEVER< had a copy of
  84. any of the betas :-) , I didn't include support for them and it seems late
  85. to do it now.  That, plus Romero and company are the last people in the
  86. world that I would want to piss off!)
  87.  
  88. The program assumes you are trying to view a Doom WAD file.  If you try to
  89. be cute and use this on a spreadsheet or something else, well.....it's your
  90. hard drive.  Nothing will be damaged but a reboot will probably be in order.
  91.  
  92. If you use this on a PWAD that doesn't have any graphics, the program will
  93. gracefully boot you out without a wimper (or an explanation).
  94.  
  95.  
  96. This archive should include:
  97. DVIEW.EXE    - The main executable
  98. FILE_ID.DIZ  - For lazy sysops
  99. DOOMVIEW.DOC - This fascinating piece of literature
  100. DOOMINFO.REV - Revision History of DoomView (A horrible glimpse into the
  101.                mind of a DOOMented DJ)
  102.  
  103.  
  104.  
  105. *******************
  106. ** Program Start **
  107. *******************
  108.  
  109. When the program starts, it searches through the WAD file looking for any
  110. picture files.  The more entries the WAD file has, the more DoomView has to
  111. look through.  So be patient with a Doom II WAD file.  It's got a few
  112. thousand entries to look through.  It will also access your hard drive like
  113. mad because it looks at a little piece of every entry.
  114. The program kindly informs you:
  115. Looking for pictures.
  116. This may take a minute...
  117. But unless you are using this on the registered Doom WAD on a 386sx (or
  118. slower - hey!, it is 8086 code - use it on your XT!), it should find all
  119. the pictures in only a few seconds.
  120.  
  121.  
  122.  
  123. ***************************
  124. ** [ ] - Change Palettes **
  125. ***************************
  126.  
  127. Mr Owl!  How many palettes does it take to view all of id and Ravens
  128. creations??  1...2...3...Crunch...3!
  129. The first palette is the Doom/Doom II palette.  The second is the Heretic
  130. palette and the third is the palette for the picture E2END in Heretic
  131. registered.  For some reason, this picture has its very own palette.  If
  132. you just type DVIEW and it automatically finds an id or Raven WAD, it will
  133. automatically load the correct palette (except, of course, for the E2END
  134. picture).  Make sense?  Probably not, but you'll figure it out. 
  135.  
  136.  
  137.  
  138. **************************
  139. ** T - Toggle 5x3 tiles **
  140. **************************
  141.  
  142. What can I say?  It was easy.  It looks cool.  Nuff said.
  143.  
  144.  
  145.  
  146. ****************************
  147. ** Export current picture **
  148. ****************************
  149.  
  150. "Oooo, a cute little bunny rabbit.  I'd like to snatch this picture and use
  151. it with my cornball screen saver!"
  152.  
  153. No problem.  While viewing a picture, hitting X (for Xport? ;) ), will
  154. export the current picture to a BMP file.
  155.  
  156.  
  157.  
  158. ****************
  159. ** Export All **
  160. ****************
  161.  
  162. The F8 key will start "Export All".  It will first make sure you actually
  163. want to do this - hit "Y" to continue, and then it will start.  During
  164. exporting, hit any key to cancel this gigantic task.
  165.  
  166. The program will first tell you how many pictures it will export and how
  167. much space they will take up.  On a full Doom (1 or 2) WAD, DoomView will
  168. give you a number that is one or two files off.  That's because the wall
  169. pictures SW18_7 and COMP03_8 were included in id's WAD twice.  (I guess
  170. they were too busy destroying OS/2 support to check check for for
  171. redundancies.) 
  172.   
  173. The Export All command will go through EVERY picture in the WAD file and
  174. export it to BMP.  That may be fairly harmless on a PWAD, but that's 2289
  175. pictures on Doom II, and (if I remember correctly) 1597 pictures on
  176. registered Doom v1.1 or 1567 on registered Doom v1.2 (the status bar was
  177. changed from multiple pictures to one and a few other changes I can't
  178. recall at the moment).  When the exporting is done, it will return you to
  179. the first picture.  It will take about 3 minutes on a 486/66 and will
  180. amount to about 14 megabytes of BMP files on your hard drive.  Now you're
  181. probably thinking - "14+ megabytes just for the pictures?  That's almost as
  182. big as the DOOM2.WAD itself!  Why so big?" Well, the DOOM2.WAD only needs
  183. the palette data once.  The palette is included in every BMP exported.
  184. That plus some additional BMP info accounts for 1078 bytes per file.  1078
  185. bytes times 1600 files equals over 1.6 of basically redundant data.  But
  186. don't blame me - you're the one who hit the F8 key!  :) 
  187.  
  188. Why the F8 key, you ask??  I just wanted to make something you probably
  189. wouldn't hit by accident.  Even though it still asks you if you want to
  190. proceed, I wanted to add that extra layer of protection.  Actually, it's
  191. three layers of protection, since you can cancel the "Export All" at any
  192. time while it's running.
  193.  
  194.  
  195.  
  196. *******************
  197. ** id Trickery?? **
  198. *******************
  199.  
  200. When the program was almost done, I decided to go for the "Export All" on
  201. the Doom II WAD.  It cruised along for awhile, then crashed.  Crashing is
  202. frowned upon.  It crashed every time while trying to export the Arch-Vile
  203. pictures.  A quick look at the WAD file showed picture names like VILEG1,
  204. VILEH1, VILEI1, etc.  After they got to Z (LOTS of Arch-Vile frames), they
  205. continued on their ASCII way to use the characters [, \, and ].  This is a
  206. DOS filename no-no.  So for those few pictures, I have replaced the [, \,
  207. and ] with 1, 2, and 3, respectively.  So no more crashing when you're
  208. filling your hard drive up with 2300 Doom II pictures.  Was this a harmless
  209. instance of blindly following ASCII conventions??  Or was it an evil id
  210. plot to throw a monkey wrench into the works of Doom utility programs?!?!
  211. Enquiring minds want to know!  ;)
  212.  
  213.  
  214.  
  215. ******************
  216. ** Registration **
  217. ******************
  218.  
  219. This program is ANNOY-THEM-WARE.  If you like it, send some e-mail to the
  220. gurus at id telling them to fix the sound code in their products so they
  221. work with OS/2 (like they used to - see Greets and Grunts for ideas on what
  222. to tell them).
  223. Send e-mail to the following people:
  224. johnc@idsoftware.com    (John Carmack)
  225. johnr@idsoftware.com    (John Romero)
  226. ddt@idsoftware.com    (Dave Taylor)
  227. jayw@idsoftware.com    (Jay Wilbur)
  228.  
  229. When you're done with that, drop a line to
  230. skibone@ripco.com
  231. and lavish me with praise.  Mail me an Internet tip (I'm an
  232. InterKnucklehead.) Mail me some wild and wooly FTP site information.  Mail
  233. me a recommendation for BBS software.  Or tell me my program is as
  234. worthless as a Microsoft operating system.
  235. HEY!  Even better - get up close and personal.  Feed Ma Bell's pockets and
  236. call Bitstream of the Eschaton - where a line is always open and a slow
  237. system means I'm playing Doom (so don't bug me!  ;)  )
  238. Assembly source code (barely documented) is available to anyone who asks
  239. nicely for it.
  240.  
  241.  
  242.  
  243. ***********************************
  244. ** Strange features (minor bugs) **
  245. ***********************************
  246.  
  247. Nope - all v2.5 demons were exorcized?...exorcised?...exercised??....ummm,
  248. I got rid of all the bugs!
  249.  
  250.  
  251.  
  252. ******************
  253. ** Program bugs **
  254. ******************
  255.  
  256. NONE!  Never!  NO! NO! NO! NO!
  257. But if this program crashes (chokes on your WAD??), give the Bitstream a
  258. call and tell me what happened and the WAD file you were viewing at the
  259. time.  Go ahead and upload the offending WAD if I don't have it already.
  260. HA!  The Bitstream of the Eschaton has eeeeeeeeevery Doom WAD file and
  261. add-on!  Silly me!
  262. Or send me e-mail cursing me out in five different languages to:
  263.  
  264. skibone@ripco.com
  265.  
  266. Yah-hey!  Da info'mayshun supadupahighway!
  267.  
  268.  
  269.  
  270. ***********************
  271. ** Greets and Grunts **
  272. ***********************
  273.  
  274. id Software (Greet): Thank you for completely overrunning my BBS and taking
  275. up over a year of my life (and counting.) I'm sure I'll still be playing
  276. Doom II PWADs by the time Quake rolls into town.  Now if only you'd let me
  277. borrow one of dem Ferraris..... 
  278.  
  279.  
  280. id Software (Grunt): So what is the inside story?  Did Lou Gerstner call
  281. your mother a nasty name??  Did you offer to help IBM port Doom to OS/2 and
  282. they said "We don't need your help!" so you thought, welllll, we'll fix
  283. their wagons!!  
  284.  
  285. In other words, Why has SoundBlaster sound effect support for OS/2 still
  286. not been put back in Doom (and Doom II and Heretic)???  It was there.  I've
  287. got it.  I hear it.  I still play v1.1
  288.  
  289. According to a brief e-mail from Jay Wilbur, you guys "...updated the sound
  290. driver to make it work better with DOS (the platform it was made for) which
  291. made it incompatible with OS/2..." (not exact quote but close) Now I know
  292. you guys are busy with Quake, so I wouldn't want to distract you
  293. unnecessarily, so I'll even give you step by step instructions. 
  294.  
  295. 1) Take current code for Doom
  296. 2) Get sound driver used in Doom v1.1
  297. 3) Replace current sound driver with Doom v1.1 sound driver
  298. 4) Compile
  299. 5) Run RTPatch
  300. 6) Distribute
  301. 7) Repeat for Doom II and Heretic.
  302. 8) Get more money from people like myself who haven't purchased all your
  303.    products because of lack of support.
  304. 9) Buy more Ferraris!
  305.  
  306. And don't give me the "Doom/2" line.  I could care less about Doom in
  307. Presentation Manager.  I want it in a DOS session, on my PC running OS/2,
  308. with full sound.  Is that a lot to ask for?? 
  309.  
  310.  
  311. GT Interactive (Grunt): Still waiting for my refund!!
  312.  
  313.  
  314. ****************************************************************
  315. ** Copyright / Permissions/ Goofy Political Commentary / Etc. **
  316. ****************************************************************
  317.  
  318. You may distribute this utility in any electronic format (BBS, Diskette,
  319. CD, cassette, 8-track, mini disc, DAT, DEM, DE OTHA ONE, ISDN, T1,
  320. satellite, Internet, Internot, Interknot, Internut, etc) as long as you
  321. include the following files with NO modifications: 
  322.  
  323. DVIEW.EXE    - The main executable
  324. FILE_ID.DIZ  - For lazy sysops
  325. DOOMVIEW.DOC - This fascinating piece of literature
  326. DOOMINFO.REV - Revision History of DoomView (A horrible glimpse into the
  327.                mind of a DOOMented DJ)
  328.  
  329.  
  330. id, Doom, Doom II, Heretic and other things are trademarks and copyrights
  331. and other legal mumbo-jumbo of those guys with 1000hp Ferraris.
  332.  
  333.  
  334. IBM is big and blue (like the sky, but IBM is bigger).  If your system can
  335. run Doom, you should be running OS/2.  (Unless you have some sort of
  336. demented fetish for GPF's!)
  337.  
  338.  
  339. Microsoft is going down!!  BAHAHAHA!!!  Judge Sporkin is gonna carve you up
  340. like a turkey!!
  341.  
  342.  
  343.  
  344. *****************
  345. ** Coming Soon **
  346. *****************
  347.  
  348. A little Bird (of the Charles variety) whispered an idea into my mailbox
  349. where it worked its way into my brain and is growing - The Doom Screen
  350. Saver (for DOS, of course!).  DoomView is neat but fairly lifeless.  We
  351. need something entertaining.  Flying toasters is for your mom.  We need
  352. something on your screen that says "Careful 'round these parts.  I've got a
  353. double-barreled and I ain't afraid to use it." Supposedly one existed long
  354. ago, but it never worked for me.  This is still in idea stage.  If it never
  355. is produced, edit this part of the document out and wait for other promises
  356. that will never ship - like Windows 95 and DEU 5.3  ;-)
  357.  
  358.  
  359.  
  360. ******************
  361. ** And then.... **
  362. ******************
  363.  
  364. Yikes, this little doc file got big.  Well, most people stopped reading
  365. about 140 lines ago, but if you've got that kind of extra-strength
  366. attention span then do the 100-meter mosey on down to....
  367.  
  368.  
  369. ╔═════════════════════════════════════════════════════════════════════╗
  370. ║                      Bitstream of the Eschaton                      ║
  371. ║                           Sysop : DJ SKI                            ║
  372. ║           2 Nodes - U.S. Robotics 28.8 v.34 Dual Standards          ║
  373. ║                            (708)705-7749                            ║
  374. ╠═════════════════════════════════════════════════════════════════════╣
  375. ║      ******  High Performance Entertainment for your PC  ******     ║
  376. ║                              Featuring:                             ║
  377. ║                                                                     ║
  378. ║                       Doom / Doom II / Heretic                      ║
  379. ║                 Add-on levels / Editors / Utilities                 ║
  380. ║                                                                     ║
  381. ║                        The Best in Shareware                        ║
  382. ║            id / Apogee / Epic Megagames / MVP / Lots More           ║
  383. ║                                                                     ║
  384. ║      Previews / Playable Demos for the Latest Commercial Games      ║
  385. ║                                                                     ║
  386. ║                         Demos / Source Code                         ║
  387. ╚═════════════════════════════════════════════════════════════════════╝
  388.