home *** CD-ROM | disk | FTP | other *** search
/ The Complete Doom Accessory Pack 4 / TheCompleteDoomAccessoryPackVolumeIvCd.bin / miscutil / textrsub / wsubst.txt < prev   
Text File  |  1994-11-06  |  2KB  |  32 lines

  1.     
  2.     WSUBST.EXE is a small utility that will substitute wall
  3. texture names in a Doom 1 or 2 wad. IT IS NOT INTENDED TO BE USED ON 
  4. THE MAIN DOOM IWAD BUT MAY BE SO USED AT YOUR OWN RISK. It can be 
  5. useful to replace all occurrences of a texture not allowed by one 
  6. version or the other. The file WSUBST.DAT must contain lines of the
  7. form: "ASHWALL = ASHWALL1". White space may be used freely. The line shown
  8. will cause the ASHWALL1 texture to be substituted everywhere the
  9. ASHWALL texture occurs. There are no comment facilities currently.
  10.  
  11.     WSUBST syntax is simple:
  12.  
  13.     WSUBST wadname.wad [n] [u] [l]
  14.  
  15.     Use the optional n, u, or l parameter to restrict substitution
  16. to normal, upper, or lower textures or a combination of the three. The
  17. default is to substitute anywhere. Sorry, but restricting to 1st or
  18. 2nd sidedef is more difficult and requires logical operator syntax to
  19. combine with n,u,l so has been left out at this time.
  20.  
  21.        WARNING:    This program is in beta stage. Back up all work before
  22. using WSUBST or suffer the consequences. 
  23.  
  24.     A companion utility FSUBST.EXE does the same thing for
  25. flats and allows restriction to ceilings and floors. It is available
  26. as DMFSUB.ZIP in Lib 12 (may be in 8 in the future) in Gamers on CIS.
  27. Both tools are intended to be parts of a planned map texture editing
  28. tool. Comments on what you'd like to see in this tool are welcome. I
  29. can be reached on CIS as Jim F. Flynn - 72713,3334. Auto alignment, 
  30. substituting marked textures, and in-room texture viewing(hopefully)
  31. I know about <G>.).
  32.