Source 2 Viewer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎Features: minor grammar)
m (Multipage removal)
Line 1: Line 1:
{{langsp}}
{{LanguageBar}}
{{Stub}}
 
[[File:Source2Viewer-00.png|480px|thumb|right|Viewing de_mirage from {{Cs2|4}}]]
[[File:Source2Viewer-00.png|480px|thumb|right|Viewing de_mirage from {{Cs2|4}}]]


Line 25: Line 27:
Source2Viewer-04.png|Use the command line utility
Source2Viewer-04.png|Use the command line utility
</gallery>
</gallery>
{{sdktools/source2|0}}
{{sdktools|0}}
[[Category: Third Party Tools]]
[[Category: Third Party Source 2 Tools]]

Revision as of 11:09, 12 July 2024

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 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