ANDYPIC was created originally as a modified version of DAGPIC (by Dave Humphrey), for use in importing and exporting pictures into ANDYFALL. It has the capability to display and import a much larger variety of picture files, including the texture files that contain the clothing, weapons, and armor. It is obviously a clone of DAGPIC, and I give Dave Humphrey full credit for this design.
ANDYPIC is intended to work exactly like DAGPIC, so that anyone familiar with that program should have no trouble using ANDYPIC. For anyone who hasn't used DAGPIC, though, here's the command line options:
ANDYPIC filename /B:PCX_filename [options]
filename
.The Daggerfall picture file
can be an IMG,CIF,TEXTURE, or TFAC00I0.RCI
/B:PCX_filename
The PCX image file
OPTIONS:
[/S[:#]]
.Save PCX as IMG/CIF file. Optional number is for
saving in position # in CIF file (Default = 1)
If '/S:e' is used, PCX is appended to end of CIF file
[/D]
..Pause before displaying image
[/P:palette]
Uses the specified palette file
[/N]
..Don't display image, no output to screen
/?
.Displays help screen
/X
.Displays the horizontal screen coordinate with each
picture
/X:#
..For use with /S. Sets horizontal screen coordinate to #
/X:+#
.For use with /S. Increases horizontal screen coordinate
by #
/X:-#
.For use with /S. decreases horizontal screen coordinate
by #
/Y
.Displays the vertical screen coordinate with each
picture
/Y:#
..For use with /S. Sets vertical screen coordinate to #
/Y:+#
.For use with /S. Increases vertical screen coordinate
by #
/Y:-#
.For use with /S. decreases vertical screen coordinate
by #
EXAMPLES:
=========
ANDYPIC TEXTURE.237
Displays the pictures in TEXTURE.237 one by one
ANDYPIC TEXTURE.237 /B:237.pcx
Displays each picture in TEXTURE.237 and gives
the option of saving them to pcx files
ANDYPIC TEXTURE.237 /X /Y
Displays each picture in TEXTURE.237 and also
provides the screen coordinates.
ANDYPIC TEXTURE.237 /B:cloak.pcx /S:30
Installs your picture cloak.pcx into slot 30
in TEXTURE.237, and lets you see it on-screen
before installing it.
ANDYPIC TEXTURE.237 /B:cloak.pcx /S:30 /N
Installs your picture cloak.pcx into slot 30
in TEXTURE.237, without displaying it first
ANDYPIC TEXTURE.237 /B:cloak.pcx /S:30 /X:180 /Y:4
Installs your picture cloak.pcx into slot 30
in TEXTURE.237, and sets the screen coordinates
to 180,4. Displays the picture
on-screen before installing.
ANDYPIC can also run in interactive mode (if you specify no command line parameters) in which it prompts you for the above information. Some of the above options are not available in interactive mode.
If you have dagpic, but want to use Allpic with Andypic instead, simply edit allpic.bat, changing dagpic to andypic.
Well, have fun, and remember, I am not responsible for any misfortunes that occur as a result of your use of ANDYPIC. Use at your own risk.
PS -- the weapons are in texture.233-234, the clothing in texture.235-242, and the armor in texture.245-252