What is a .VSC file?
.VSC is a Source 2 (Valve) file (Games). Analyser identifies a .VSC file and reads the metadata in its header, right in your browser.
- Did you know
- A .vsc is a Source 2 script or configuration source file in Valve's asset pipeline.
- Source 2 is Valve's in-house game engine, the successor to Source, and powers Dota 2, Half-Life: Alyx and Counter-Strike 2.
- Source 2 made its public debut when Dota 2 moved onto the engine in 2015.
- What Analyser reads
- Identify and read Valve Source 2 text assets from Deadlock (Citadel), Counter-Strike 2, Dota 2 and Half-Life: Alyx: the gameinfo.gi manifest (game, title, search-path mounts), KeyValues3 files (.kv3 / .vcfg - surfacing the KV3 encoding and format header), the editor templates (.vsnd_template sound events, .vnm_template node graphs, .mks_template sheets), tools UI (.vqlayout, .vsc colours, .qss Qt stylesheets), function-signature databases (.signatures) and text resource/UI layouts (.res, content-gated against binary Windows .res) - each with parsed metadata plus a source preview.
- Depth of analysis
- .VSC is an identification-grade format: Analyser recognises it from its bytes and decodes the header metadata it carries, rather than opening it in a full viewer. Formats that do get a full viewer are marked "Full" on the formats page.
- Open a .VSC file
- Drag a .VSC file onto the Analyser home page (or tap to pick one). It is identified entirely in your browser - nothing is uploaded, there is no account, and it works offline once installed.
- Related formats
- .GI · .KV3 · .VCFG · .VQLAYOUT · .QSS · .SIGNATURES · .VSND_TEMPLATE · .VNM_TEMPLATE · .MKS_TEMPLATE · .RES. See all supported file types.