Source 2 Viewer: Difference between revisions
Jump to navigation
Jump to search
m (updated link) |
No edit summary |
||
Line 2: | Line 2: | ||
[[File:valveresourceviewer-small.png|380px|right]] | [[File:valveresourceviewer-small.png|380px|right]] | ||
'''{{VRF|4|nt=1}}''' is | '''{{VRF|4|nt=1}}''' is a powerful tool that allows you to browse {{ext|vpk|2}} archives, view, extract, and decompile {{source2|3}} assets, including maps, models, materials, textures, sounds, and more. | ||
This open-source project is based entirely on a reverse engineered effort as there is no Source 2 SDK. | |||
This project includes a '''ValveResourceFormat''' .NET library that powers Source 2 Viewer, also known as VRF. This library can be used to open and extract Source 2 resource files programmatically. | |||
== Links == | == Links == | ||
Official page: '''https://valveresourceformat.github.io/''' | Official page: '''https://valveresourceformat.github.io/''' | ||
GitHub repository: '''https://github.com/ | GitHub repository: '''https://github.com/ValveResourceFormat/ValveResourceFormat''' | ||
== See also == | == See also == | ||
* [[GCFScape]] | * [[GCFScape]] |
Revision as of 04:04, 15 September 2023
Source 2 Viewer is a powerful tool that allows you to browse vpk archives, view, extract, and decompile Source 2 assets, including maps, models, materials, textures, sounds, and more.
This open-source project is based entirely on a reverse engineered effort as there is no Source 2 SDK.
This project includes a ValveResourceFormat .NET library that powers Source 2 Viewer, also known as VRF. This library can be used to open and extract Source 2 resource files programmatically.
Links
Official page: https://valveresourceformat.github.io/
GitHub repository: https://github.com/ValveResourceFormat/ValveResourceFormat