Source 2 Viewer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (XPaw moved page Valve Resource Viewer/en to Source 2 Viewer/en: New name)
(Add screenshots)
Line 13: Line 13:
GitHub repository: '''https://github.com/ValveResourceFormat/ValveResourceFormat'''
GitHub repository: '''https://github.com/ValveResourceFormat/ValveResourceFormat'''


== See also ==
== Features ==
* [[GCFScape]]
 
<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 resource
Source2Viewer-04.png|Use the command line utility
</gallery>

Revision as of 04:23, 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

Features