VSIF2VCD

From Valve Developer Community
Revision as of 01:27, 20 April 2012 by SiPlus (talk | contribs) (Created page with "'''VSIF2VCD''' is a command line scenes.image decompiler. == Usage == In the command line, type <code>VSIF2VCD [game directory]</code>. Game directory is where [[gameinf...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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