VSIF2VCD - Source Engine scenes.image extractor/decompiler
Posted: Fri Apr 20, 2012 12:45 pm
I see nobody ever tried to extract scenes from scenes.image. So I decided to write a command line decompiler for it.
Usage: VSIF2VCD "game directory"
Game directory is where gameinfo.txt is located. It must include:
More info: https://developer.valvesoftware.com/wiki/VSIF2VCD
Usage: VSIF2VCD "game directory"
Game directory is where gameinfo.txt is located. It must include:
- scenes/scenes.image
- maplist.txt - a text file listing all maps in the game, with Windows line separator.
- maps/<map name>.bsp or maps/<map name>_l_0.lmp - for each map in maplist.txt.
More info: https://developer.valvesoftware.com/wiki/VSIF2VCD