home *** CD-ROM | disk | FTP | other *** search
/ The Party 1994: Try This At Home / disk_image.bin / source / placesrc / make.bat < prev    next >
DOS Batch File  |  1995-03-13  |  222b  |  7 lines

  1. @rem rip palette and picture sepately from 256*64*256 .scx file
  2. debug texture2.scx <debug.txt
  3. tasm /z /w0 /zi /m9 pallo
  4. tlink /3 pallo+flatman
  5. epatch pallo.exe texpic texture_pic
  6. epatch pallo.exe texpal texture_pal
  7.