GCF archive: Difference between revisions
Tom Edwards (talk | contribs) m (Categorised) |
No edit summary |
||
(55 intermediate revisions by 28 users not shown) | |||
Line 1: | Line 1: | ||
{{LanguageBar}} | |||
{{for|the modern replacement used by the {{l4dbranch|2}} and later, as well as {{src13|2}} and {{src2|2}}, which is also backported to {{src04|2}} to {{src09|2}}| [[VPK (file format)]]}} | |||
Originally an acronym for '''G'''azelle '''C'''ache '''F'''ile ('''Gazelle''' was an early codename for [[Steam]]), '''GCF''' is now commonly taken to mean '''G'''ame '''C'''ache '''F'''ile. GCFs are the [[Wikipedia:Archive file|archive files]] in which [[Steam]] games are stored and official content is downloaded. GCF files can be shared between games (e.g. <code>source engine.gcf</code>), and are stored in the <code>Steam/SteamApps/</code> folder. | |||
When a GCF is created or updated, the disk space required for it is reserved and content is subsequently downloaded to fill it. This process | When a GCF is created or updated, the disk space required for it is reserved and content is subsequently downloaded to fill it. This process minimizes fragmentation, but can be slow and appear to make the [[Steam]] client freeze with older, or lower-end hardware and/or software. | ||
GCF files cannot be altered, and if they could Steam would correct them when it next ran, but | GCF files cannot be altered, and if they could Steam would correct them when it next ran, but their contents can be viewed. [[User:Nem|Ryan "Nemesis" Gregg]] is the developer of [[HLLib]], a library that can among other features read and extract GCF files, and its popular implementation [[GCFScape]]. [[VTFEdit]] is another tool that can browse GCF's even when Steam is running; the only limitation is the lack of the ability to extract folders. There is also [[VTF Explorer]] utility which allows browsing GCF files (you can browse several GCF's even when Steam is running), extracting their contents and building statistical info about files which weren't fully downloaded. | ||
The GCF format makes keeping tabs on and moving games much easier, ensures time is not wasted by the operating system indexing or otherwise handing the game files, and keeps important data away from any custom files the user might have, which are stored under their /<account>/<game>/ folder. | The GCF format makes keeping tabs on and moving games much easier, ensures time is not wasted by the operating system indexing or otherwise handing the game files, and keeps important data away from any custom files the user might have, which are stored under their /<account>/<game>/ folder. | ||
[[ | GCF files can also be encrypted and stored on user's hard disks before the software it contains is released. This means that people are able to start using the software as soon as it is released and spreads the bandwidth usage on the content distribution servers by allowing downloading weeks before the release of the software. | ||
[[ | |||
GCF is no longer being used anymore since the transition to [[SteamPipe]] in 2013. It has been replaced with [[.vpk|VPK]], with all games as far old as {{src04|4}} (example: {{vtmb|1|nt=0}}) now ships with {{code|Steam.dll}} file [[Fixing_VPK_mounting_for_older_Source_SDK_Bases|used to mount depot VPK files]] (which requires Steam) instead of GCFs. | |||
== Links == | |||
*[[Steam Application IDs]] for a complete list of available GCF IDs. | |||
*[[GCFScape|GCFScape]] | |||
*[[VTFEdit]] | |||
*[[VTFExplorer]] | |||
*[[HLLib]] | |||
== External links == | |||
*[https://web.archive.org/web/20210913021051/https://www.wunderboy.org/documentation/valve-gcf-file-format/ Information on GCF File format (Archived)] | |||
[[Category:File formats|gcf]] | |||
[[Category:Steam|gcf]] |
Latest revision as of 08:58, 29 August 2025





Originally an acronym for Gazelle Cache File (Gazelle was an early codename for Steam), GCF is now commonly taken to mean Game Cache File. GCFs are the archive files in which Steam games are stored and official content is downloaded. GCF files can be shared between games (e.g. source engine.gcf
), and are stored in the Steam/SteamApps/
folder.
When a GCF is created or updated, the disk space required for it is reserved and content is subsequently downloaded to fill it. This process minimizes fragmentation, but can be slow and appear to make the Steam client freeze with older, or lower-end hardware and/or software.
GCF files cannot be altered, and if they could Steam would correct them when it next ran, but their contents can be viewed. Ryan "Nemesis" Gregg is the developer of HLLib, a library that can among other features read and extract GCF files, and its popular implementation GCFScape. VTFEdit is another tool that can browse GCF's even when Steam is running; the only limitation is the lack of the ability to extract folders. There is also VTF Explorer utility which allows browsing GCF files (you can browse several GCF's even when Steam is running), extracting their contents and building statistical info about files which weren't fully downloaded.
The GCF format makes keeping tabs on and moving games much easier, ensures time is not wasted by the operating system indexing or otherwise handing the game files, and keeps important data away from any custom files the user might have, which are stored under their /<account>/<game>/ folder.
GCF files can also be encrypted and stored on user's hard disks before the software it contains is released. This means that people are able to start using the software as soon as it is released and spreads the bandwidth usage on the content distribution servers by allowing downloading weeks before the release of the software.
GCF is no longer being used anymore since the transition to SteamPipe in 2013. It has been replaced with VPK, with all games as far old as Source 2004 (example: VTMB) now ships with Steam.dll file used to mount depot VPK files (which requires Steam) instead of GCFs.
Links
- Steam Application IDs for a complete list of available GCF IDs.
- GCFScape
- VTFEdit
- VTFExplorer
- HLLib