Zh/Source 2 Viewer: Difference between revisions

From Valve Developer Community
< Zh
Jump to navigation Jump to search
(简体中文翻译)
 
m (Multipage removal)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{language subpage}}
{{LanguageBar}}
{{Stub}}
 
[[File:Source2Viewer-00.png|480px|thumb|right|查看来自{{Cs2|4}}的 de_mirage ]]
[[File:Source2Viewer-00.png|480px|thumb|right|查看来自{{Cs2|4}}的 de_mirage ]]


Line 25: Line 27:
Source2Viewer-04.png|运用命令行工具
Source2Viewer-04.png|运用命令行工具
</gallery>
</gallery>
{{sdktools/source2|0}}
{{sdktools|0}}
{{ACategory|Third Party Tools}}
{{ACategory|Third Party Source 2 Tools}}

Latest revision as of 11:09, 12 July 2024

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

小作品

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

查看来自反恐精英2 反恐精英2的 de_mirage

Source 2 Viewer Source 2 Viewer是一个功能强大的工具,它允许你浏览vpk文件,查看、提取、以及反编译起源2 起源2资产,包括地图、模型、材质、纹理、声音等。

该工具允许导出地图和模型为glTF格式,可将地图反编译为vmap格式Hammer Hammer,模型导出为ModelDoc Editor (translations needed) ModelDoc Editor (translations needed)格式。

它也允许一键从磁盘上的文件夹创建vpk文件。

这个开源项目完全基于逆向工程,因为没有起源2 SDK(Source 2 SDK)。

该项目包含一个 ValveResourceFormat .NET 库(也称为 VRF)来支持 Source 2 Viewer。此库可用于以编程方式打开和提取起源2 的资源文件

链接

官方页面:https://valveresourceformat.github.io/

GitHub存储库:https://github.com/ValveResourceFormat/ValveResourceFormat

特点