Source 2 Viewer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(13 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{language subpage}}
{{LanguageBar}}
[[File:valveresourceviewer-small.png|380px|right]]
{{Stub}}


'''{{VRF|4|nt=1}}''' is an application created by '''SteamDB''', which can open [[VPK_(file_format)]] archives and compiled ('''_c''') resources for all {{source2|3}} games.
[[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|4}} assets, including maps, models, materials, textures, sounds, and more.
 
This application allows exporting maps and models to glTF format, decompile maps to {{Mono|.[[vmap]]}} for use in {{hammer5|4.1|nt=0}}, and models to {{modeldoc|4.1}} format.
 
It also allows creating {{ext|vpk|2}} archives from a folder on disk with a single click.
 
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://vrf.steamdb.info/'''
Official page: '''https://valveresourceformat.github.io/'''
 
GitHub repository: '''https://github.com/ValveResourceFormat/ValveResourceFormat'''
 
== Features ==


GitHub repository: '''https://github.com/SteamDatabase/ValveResourceFormat'''
<gallery perrow="2" widths="480px" heights="480px">
Source2Viewer-01.png|View and export files in VPK packages
Source2Viewer-02.png|Preview maps and models in 3D space
Source2Viewer-03.png|View and export textures along with other resources
Source2Viewer-04.png|Use the command line utility
</gallery>


== See also ==
{{sdktools/source2|0}}
* [[GCFScape]]
{{sdktools|0}}
[[Category: Third Party Tools]]
[[Category: Third Party Source 2 Tools]]

Latest revision as of 05:52, 2 February 2025

English (en)中文 (zh)Translate (Translate)

Stub

This article or section is a stub. You can help by expanding it.

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 Source 2 assets, including maps, models, materials, textures, sounds, and more.

This application allows exporting maps and models to glTF format, decompile maps to .vmap for use in Hammer 5.x Hammer, and models to ModelDoc Editor ModelDoc Editor format.

It also allows creating vpk archives from a folder on disk with a single click.

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