VSIF2VCD
Jump to navigation
Jump to search
VSIF2VCD is a command line scenes.image decompiler.
Usage
In the command line, type VSIF2VCD [game directory]
.
Game directory is where gameinfo.txt is located.
The game directory must include the following files:
- 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.
Because scenes.image stores scene names as CRC hashes, map files are needed for the decompiler to name extracted scene files correctly. Otherwise, scenes will be extracted under unreadable names like a00dba79.vcd
.
If all maps were parsed correctly, you should see correctly-named scenes in your game's "scenes" directory, along with some HEX-named scenes that weren't found on any map (if there are any).
External links
- Download binaries and source code
- Author's Valve Developer Community and Steam profile.