10lire
Prince
Does somebody know if is there a tool able to view the Civ's *.PIC and *.PAL image files in the root civ directory?
What are the *.Pic and *.Pal? Can anyone show images here on the forum?
stwils
There is an old command-line program to view .PIC files (.PAL contain only palette so they cannot be viewed). See the download section http://forums.civfanatics.com/downloads.php?do=cat&id=105.
Direct link: http://forums.civfanatics.com/downloads.php?do=file&id=2805
I don't know how to display the .PIC files, but I would bet that they are RLE encoded pictures. Take the BIRTH*.PIC as examples. Each file should be the same image size, since I'm betting these are the intro sequence when you start a new game (the birth of a world). But the file sizes are different. It should be easy to write a viewer for them if we could figure out how the data is stored. I've written many RLE encoders/decoders in the past. We just need to know the little details, the specifics of how they represent runs, where they put image size data, etc.
Now i just have to find a way to make a "PRINT SCREEN" of these images..![]()
The only acceptable solution that I've found is to start DOS shell (at least cmd.exe) and use one of the old DOS screen-grabbers.
Unfortunately PIC.EXE has a bug, due to which there're few defects in some of the resultant images.
The only acceptable solution that I've found is to start DOS shell (at least cmd.exe) and use one of the old DOS screen-grabbers.
Btw I've already saved all graphics from CIV's .PIC files in GIF format, so I can just email it to you or upload here. Unfortunately PIC.EXE has a bug, due to which there're few defects in some of the resultant images.
An alternate method:
Install dosbox
In what files did you find these errors?
DOSBox method is Ok, but it saves images in PNG format, in which they don't represent original ones by 100.0% (because of PNG compression).
GIF and PNG both use the same basic method (also the same basic method as ZIP files) to compress images, they save all the data, and they always look exactly the same as the original.
It certainly can.SPRITES.PIC cannot be viewed by PIC.EXE. Maybe it's a non-standard PIC file.