Hard Light Productions Forums
General FreeSpace => FreeSpace Discussion => Topic started by: Black Wolf on December 16, 2002, 11:06:31 am
-
Is there any way to view/create these?
-
What is a clr anyway?
-
You remember all those little tiny animations that were in the top right hand corner of the FS1 Command briefings? Those weren't .anis. They were .clrs.
-
I don't really remember those, but it has been a while since I played FS1; where exactly are these files located? I did not even know they existed. :p
-
can´t seem to locate any .clr files within the FS1 VP´s
-
Wait, are you talking about the cache files? I think these are just temporarily generated by the game during runtime.
-
Well, I can see the files i the Cache directory, not the VPs, so yeah, probably the cache files - how can they be generated in game? The animation has to exist somewhere, and apparently it's in these files - I just can't read them :(.
-
ahhh!
these are palette files, not PCX or ANI files.
i suspect that instead of having to take each palette from all of the files, they simply used a preset of palette files in order to render things faster, and somewhere within the original fs1 code there where code to deal with this. it seems however stripped from the fs2 code.
From the code we can read this, why there is not clr files in the a cache dir anymore.
Quote from Code
---------------
Added cfile functions to read/write rle compressed blocks of data.
* Made palman use it for .clr files. Made alphacolors calculate on the
* fly rather than caching to/from disk.
----------------
so it might only be the Alpha colours that are cached in RLE, (RUN_LENGTH_COMPRESSION) format.
You cant use it for anything
-
erm... DATA\cbanims.vp --> interface (57)
all in nice little readable .ani's
-
Originally posted by vyper
erm... DATA\cbanims.vp --> interface (57)
all in nice little readable .ani's
come again, you did´nt read the entire thread, which is not that long :D.