Scenes.image

From Valve Developer Community
Revision as of 08:37, 3 April 2008 by TomEdwards (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

scenes/scenes.image is a binary data blob that Source reads choreography scenes from, instead of the loose .vcd files in the rest of the folder. It was created to improve performance on consoles: it is loaded into memory its entirety when the engine starts, which eliminates the need for consoles' slow optical media to need to seek on a disk around for hundreds of individual files. It helps on PC too however, so has been ported across.

To build a scenes.image, load Faceposer and choose File > Rebuild scenes.image...

Warning.pngWarning:Only the VCD files in YOUR scenes/ folder will be built into the image. This means that you will need to extract Valve's scenes from your base game's GCFs before compiling if you want to use them. Remember that a lot of scenes used automatically by NPCs are in the original source engine.gcf. (Yes, doing all this sucks!)