Source 2 Viewer: Difference between revisions

From Valve Developer Community
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 an application created by '''SteamDB''', which can open {{ext|vpk|2}} archives and compiled ('''_c''') resources for all {{source2|3}} games.
'''{{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/SteamDatabase/ValveResourceFormat'''
GitHub repository: '''https://github.com/ValveResourceFormat/ValveResourceFormat'''


== See also ==
== See also ==
* [[GCFScape]]
* [[GCFScape]]

Revision as of 04:04, 15 September 2023

English (en)中文 (zh)Translate (Translate)
Valveresourceviewer-small.png

Source 2 Viewer 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

See also