home *** CD-ROM | disk | FTP | other *** search
/ Top Ten Mega Games 2 / TOP_TEN_Mega_Games_2.iso / HERETIC / NWT / NWT.ZIP / 1STSTEPS.DOC next >
Text File  |  1995-01-08  |  5KB  |  102 lines

  1.  
  2. NewWadTool NWT v1.2a
  3. Copyright (c) 1/95 by Denis Möller, TiC, denis@doomsday.shnet.org
  4.  
  5. 1STSTEPS.DOC, First steps using NWT
  6.  
  7.  
  8. Introduction
  9. --------------------------------------------------------------------------
  10.   This little  text file is (hopefully) only for  novices. It will explain
  11. how to use NWT. All lessons  are using the DOOM.WAD - mostly it  should be
  12. the same with DOOM2.WAD and HERETIC.WAD.
  13.  
  14.  
  15.  I WILL NOT GIVE ANY INFORMATION ABOUT WAD FILES, GO GET THE DOOM SPECS!
  16.  
  17.  (I like these big letters :) )
  18.  
  19.  
  20. Lesson 1
  21. Extract the title-picture to GIF
  22. --------------------------------------------------------------------------
  23.   Start NWT. We are using the  search string to  find the resource. Simply
  24. type 'tit' - NWT will find a resource  named 'TITLEPIC' - this sounds very
  25. suspicious! To get sure, view it by pressing RETURN. Bingo!
  26.   To extract it  look at the keyboard  commands - found it? Yes, F3 is the
  27. right key. Just push it. Now we will get a little  window showing the name
  28. of the resource  with an extension. Is the extension .GIF? Yes? Just press
  29. RETURN to  extract  the resource. No? Type in: 'TITLEPIC.GIF' and NWT will
  30. write a GIF file. Thats all.
  31.  
  32. Lesson 2
  33. Extract a MUS file
  34. --------------------------------------------------------------------------
  35.   You really  like the  music of the  first level? You want it as a single
  36. file? No Problem. Start NWT. Using the  search string  again, typing 'd_'.
  37. NWT will  jump to a  resource called 'D_E1M1' - take a look  at the status
  38. window  on the  right half  of the  screen. What  TYPE is it? Right, music
  39. resource.  Just hit F2 to extract  the damned thing  to a RAW file. Change
  40. the given  name D_E1M1.RAW to D_E1M1.MUS and  press RETURN to confirm. Now
  41. you got the MUS file.
  42.  
  43. Lesson 3
  44. Extract a RAW file, insert this RAW file into a (new) PWAD
  45. --------------------------------------------------------------------------
  46.   Start NWT. Find the resource STBAR, using the search string. Press F2 to
  47. extract this resource to a RAW file. Very nice. Now type F6 to insert this
  48. RAW file  into a new (or existing) PWAD. NWT will  allow you to change the
  49. input file name. Press RETURN instead. Now NWT needs  the name of the PWAD
  50. to save to. Use the given name or enter a new one - WITH EXTENSION WAD.
  51.   NOTE: NWT  will write the RAW file  into the PWAD WITH THE RESOURCE NAME
  52. CURRENTLY SELECTED. This means, if you want a resource STBAR in the output
  53. file EXAMPLE.WAD, you MUST select the resource STBAR in the dir first.
  54.  
  55. Lesson 4
  56. Edit a texture; normal door with a poison-warning
  57. --------------------------------------------------------------------------
  58.   Start  NWT with  normal  DOOM.WAD  loaded. Find a  texture  resource  by
  59. pressing ALT-T. NWT should  find a resource called TEXTURE1 - press RETURN
  60. to confirm.  Try to find the  texture resource  called BIGDOOR2 (using the
  61. search  string) - type F1 to list  the used  patches of the  resource. Now
  62. type F2 to edit this texture. Don't change  the given name of the resource
  63. and type in a output file with the extension 'WAD'! Don't change the size,
  64. confirm 128x128.
  65.   Next step - mark all resources you  want for your new door. Find DOOR2_4
  66. and  PS20A0 - mark  them. Press F2  again. Move the  cursor to DOOR2_4 and
  67. press SPACE to add this  patch to the texture. NWT will switch to graphics
  68. mode. Place the patch at  position 0,0 and press RETURN. Back in text mode
  69. choose the resource PS20A0, press SPACE and place it at position 32,64.
  70.   Press F10 to  save the texture and  press ESC twice to exit NWT. You can
  71. look at your new texture by starting Doom with -file thefile.WAD.
  72.  
  73. Lesson 5
  74. Append PName-Resource; Edit a texture; normal door with an IMP on it
  75. --------------------------------------------------------------------------
  76.   Edit a few 'normal' textures before trying this! Stay cool and don't hit
  77. a key, if you are not sure. It's not a joke.
  78.   Start NWT. Find the PNAMES resource  by pressing ALT-P. Enter it and hit
  79. F2 to  add some new PNames. NWT will show you the  main directory. Find an
  80. IMP-resource by typing 'troo' - press SPACE to mark this resource.
  81.   Then press ESC to add this marked resource to your PNAMES-list. Now save
  82. your PNAMES-list as a RAW-file (F10). Fine.
  83.   Now NWT should  show you the main resource directory. Normally PNAMES is
  84. selected. Press F5 to insert your PNAMES-resource into your DOOM.WAD.
  85.   Next step - find the texture resource called TEXTURE1 by pressing ALT-T.
  86. Enter it and  find the texture BIGDOOR2 using the search string. Hit F2 to
  87. edit this  texture resource. Like editing  normal textures, NWT will  list
  88. all PNAMES  possible for using in textures. Mark the  resource DOOR2_4 and
  89. a resource called TROOxxxx. Press F2 again to place the patches. Place the
  90. first patch (DOOR2_4) at 0,0 and the other patch (TROOxxxx) at 48,48.
  91.   Now  save your  texture as a PWAD! Remember the  name of it. Hit ESC and
  92. find the PNAMES resource again. Hit F4 to export this resource to the same
  93. PWAD. That's it.
  94.  
  95.   Take a look at your new texture starting Doom with this PWAD and look at
  96. the door. Cool, eh?
  97.  
  98.   Hold on. I stop here for the first. Try to edit some new textures, using
  99. it with DEU  and Doom. Then  try to expand the PNAMES list  and edit a few
  100. really NEW textures. Have fun!
  101.  
  102.