Source 2 Viewer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Add screenshots)
No edit summary
Line 1: Line 1:
{{language subpage}}
{{language subpage}}
[[File:valveresourceviewer-small.png|380px|right]]
[[File:Source2Viewer-00.png|480px|thumb|right|Viewing de_mirage from {{Cs2|4}}]]


'''{{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.
'''{{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.

Revision as of 04:28, 15 September 2023

English (en)中文 (zh)Translate (Translate)
Viewing de_mirage from Counter-Strike 2 Counter-Strike 2

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

Features