shadow1013
Junior Member
Posts: 228
Registered: 08-10 |
Fraggle: lumpy was used to generate the graphics files for the the IWAD, it took .lbm source files and generated wads with the graphics necessary to run DOOM
EX:
$load titlepic.lbm
titlepic patch 0 0 320 200 0 0
The above script takes a 320x200 image named titlepic.lbm and creates a doom picture named titlepic, inside of the wad named after the base name of the script, which are defaultly extensioned with .ls
|